-- phpMyAdmin SQL Dump
-- version 4.9.7
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Feb 09, 2023 at 11:06 PM
-- Server version: 5.6.41-84.1
-- PHP Version: 7.4.33

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";


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

--
-- Database: `k5v9tnlo_aegisqanew`
--

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

--
-- Table structure for table `wp_actionscheduler_actions`
--

CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schedule` longtext COLLATE utf8mb4_unicode_520_ci,
  `group_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `attempts` int(11) NOT NULL DEFAULT '0',
  `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_actions`
--

INSERT INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES
(4247, 'action_scheduler/migration_hook', 'complete', '2021-01-22 08:12:32', '2021-01-22 08:12:32', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1611303152;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1611303152;}', 1, 1, '2021-01-22 08:12:33', '2021-01-22 08:12:33', 0, NULL),
(4248, 'action_scheduler/migration_hook', 'complete', '2021-01-22 08:13:33', '2021-01-22 08:13:33', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1611303213;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1611303213;}', 1, 1, '2021-01-22 08:13:38', '2021-01-22 08:13:38', 0, NULL);

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

--
-- Table structure for table `wp_actionscheduler_claims`
--

CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint(20) UNSIGNED NOT NULL,
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_actionscheduler_groups`
--

CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_groups`
--

INSERT INTO `wp_actionscheduler_groups` (`group_id`, `slug`) VALUES
(1, 'action-scheduler-migration');

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

--
-- Table structure for table `wp_actionscheduler_logs`
--

CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_logs`
--

INSERT INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES
(1, 4247, 'action created', '2021-01-22 08:11:32', '2021-01-22 08:11:32'),
(2, 4247, 'action started via WP Cron', '2021-01-22 08:12:33', '2021-01-22 08:12:33'),
(3, 4247, 'action complete via WP Cron', '2021-01-22 08:12:33', '2021-01-22 08:12:33'),
(4, 4248, 'action created', '2021-01-22 08:12:33', '2021-01-22 08:12:33'),
(5, 4248, 'action started via WP Cron', '2021-01-22 08:13:38', '2021-01-22 08:13:38'),
(6, 4248, 'action complete via WP Cron', '2021-01-22 08:13:38', '2021-01-22 08:13:38');

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

--
-- Table structure for table `wp_bpspro_db_backup`
--

CREATE TABLE `wp_bpspro_db_backup` (
  `bps_id` bigint(20) NOT NULL,
  `bps_table_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `bps_desc` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `bps_job_type` varchar(9) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `bps_frequency` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `bps_last_job` varchar(30) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `bps_next_job` varchar(30) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `bps_next_job_unix` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `bps_email_zip` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `bps_job_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_bpspro_login_security`
--

CREATE TABLE `wp_bpspro_login_security` (
  `id` bigint(20) NOT NULL,
  `status` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_id` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `username` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `public_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `role` varchar(15) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `human_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `login_time` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `lockout_time` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `failed_logins` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `ip_address` varchar(45) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `hostname` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `request_uri` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_bpspro_login_security`
--

INSERT INTO `wp_bpspro_login_security` (`id`, `status`, `user_id`, `username`, `public_name`, `email`, `role`, `human_time`, `login_time`, `lockout_time`, `failed_logins`, `ip_address`, `hostname`, `request_uri`) VALUES
(1, 'Not Locked', '1', 'techno', 'Staff - Aegis', 'testing2@technoarray.com', 'administrator', '2022-12-05 15:23:24', '1670253804', '0', '0', '59.91.252.7', '59.91.252.7', '/hadeel/');

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

--
-- Table structure for table `wp_bpspro_mscan`
--

CREATE TABLE `wp_bpspro_mscan` (
  `mscan_id` bigint(20) NOT NULL,
  `mscan_status` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `mscan_type` varchar(16) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `mscan_path` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `mscan_pattern` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `mscan_skipped` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `mscan_ignored` varchar(6) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `mscan_db_table` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `mscan_db_column` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `mscan_db_pkid` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `mscan_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_bpspro_seclog_ignore`
--

CREATE TABLE `wp_bpspro_seclog_ignore` (
  `id` bigint(20) NOT NULL,
  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_agent_bot` text COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_bv_activities_store`
--

CREATE TABLE `wp_bv_activities_store` (
  `id` bigint(20) NOT NULL,
  `site_id` int(11) NOT NULL,
  `user_id` int(11) DEFAULT '0',
  `username` text COLLATE utf8mb4_unicode_520_ci,
  `request_id` text COLLATE utf8mb4_unicode_520_ci,
  `ip` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `event_type` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `event_data` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `time` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_bv_activities_store`
--

INSERT INTO `wp_bv_activities_store` (`id`, `site_id`, `user_id`, `username`, `request_id`, `ip`, `event_type`, `event_data`, `time`) VALUES
(460, 1, 1, 'techno', '135818495163e4e0b918d4c', '122.173.27.203', 'activate_plugin', 'a:1:{s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";}', 1675944122);

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

--
-- Table structure for table `wp_bv_fw_requests`
--

CREATE TABLE `wp_bv_fw_requests` (
  `id` bigint(20) NOT NULL,
  `ip` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `status` int(1) NOT NULL DEFAULT '0',
  `time` bigint(20) NOT NULL DEFAULT '1388516401',
  `path` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `host` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `method` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `resp_code` int(6) NOT NULL DEFAULT '0',
  `category` int(1) NOT NULL DEFAULT '4',
  `referer` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_agent` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `filenames` text COLLATE utf8mb4_unicode_520_ci,
  `query_string` text COLLATE utf8mb4_unicode_520_ci,
  `rules_info` text COLLATE utf8mb4_unicode_520_ci,
  `request_id` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `matched_rules` text COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_bv_fw_requests`
--

INSERT INTO `wp_bv_fw_requests` (`id`, `ip`, `status`, `time`, `path`, `host`, `method`, `resp_code`, `category`, `referer`, `user_agent`, `filenames`, `query_string`, `rules_info`, `request_id`, `matched_rules`) VALUES
(2614676, '66.249.72.139', 1, 1676004196, '/ite/foh26785colatidm7622.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '100790924063e5cb648b8e2', 'a:0:{}'),
(2614677, '66.249.72.143', 1, 1676004234, '/getidm47/urd47808rfdjitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '150226528863e5cb8ae2faf', 'a:0:{}'),
(2614678, '66.249.72.139', 1, 1676004245, '/', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:29:\"GET[vn/2022-11-10225261_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '82294093463e5cb9579f7f', 'a:0:{}'),
(2614679, '66.249.72.141', 1, 1676004246, '/', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:29:\"GET[vn/2022-11-10225261_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '44142751963e5cb96a7ade', 'a:0:{}'),
(2614680, '66.249.72.139', 1, 1676004248, '/e383ace/hqw46469bqmpitem.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '91231102163e5cb98d830d', 'a:0:{}'),
(2614681, '66.249.72.141', 1, 1676004250, '/getidm7191/aaj23010blafitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '179769833563e5cb9a255a5', 'a:0:{}'),
(2614682, '66.249.72.143', 1, 1676004257, '/item/ktz39400txvs8399e3.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '194273166763e5cba1473b4', 'a:0:{}'),
(2614683, '66.249.74.79', 1, 1676004258, '/ite/wnf15232nmlutidm4941.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '171823093063e5cba28551f', 'a:0:{}'),
(2614684, '66.249.72.147', 1, 1676004263, '/e383afe3/xqj43547rroqitem.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '5828886663e5cba71986d', 'a:0:{}'),
(2614685, '66.249.72.143', 1, 1676004273, '/', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:34:\"GET[vietnam/2022-11-10809179_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '8241694263e5cbb1b9750', 'a:0:{}'),
(2614686, '66.249.72.149', 1, 1676004274, '/', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:34:\"GET[vietnam/2022-11-10809179_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '186054382463e5cbb2a5c00', 'a:0:{}'),
(2614687, '66.249.72.149', 1, 1676004292, '/items/bjd20047rfdjtidm98.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '13789127063e5cbc41f04c', 'a:0:{}'),
(2614688, '66.249.72.149', 1, 1676004294, '/items/vvx2803bfevtidm629171.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '94013659163e5cbc612d63', 'a:0:{}'),
(2614689, '66.249.72.153', 1, 1676004297, '/getid/ryg32439upayitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '30212071263e5cbc963f09', 'a:0:{}'),
(2614690, '54.161.204.41', 1, 1676004297, '/', 'aegis.qa', 'POST', 200, 10, '', 'Mozilla/5.0 (X11; Linux x86_64; rv:83.0) Gecko/20100101 Firefox/83.0', 'a:0:{}', 'a:1:{s:11:\"BODY[0x[0]]\";a:2:{s:4:\"size\";i:3;s:12:\"regular_word\";b:1;}}', 'a:0:{}', '108282020663e5cbc973664', 'a:0:{}'),
(2614691, '66.249.72.139', 1, 1676004301, '/geti/wdi24020daxeitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '208342045263e5cbcd470f8', 'a:0:{}'),
(2614692, '66.249.72.151', 1, 1676004302, '/', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:34:\"GET[vietnam/2022-11-10684630_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '139940506663e5cbce31027', 'a:0:{}'),
(2614693, '66.249.72.151', 1, 1676004302, '/', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:34:\"GET[vietnam/2022-11-10684630_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '97759845563e5cbcedf3c6', 'a:0:{}'),
(2614694, '162.144.18.151', 1, 1676004328, '/wp-cron.php', 'aegis.qa', 'POST', 200, 10, 'https://aegis.qa/wp-cron.php?doing_wp_cron=1676004327.9591219425201416015625', 'WordPress/6.1.1; https://aegis.qa', 'a:0:{}', 'a:1:{s:18:\"GET[doing_wp_cron]\";a:2:{s:4:\"size\";i:33;s:5:\"value\";s:33:\"1676004327.9591219425201416015625\";}}', 'a:0:{}', '207477748463e5cbe8078ea', 'a:0:{}'),
(2614695, '66.249.72.147', 1, 1676004327, '/geti/xhj8889whooitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '159174058263e5cbe76aea1', 'a:0:{}'),
(2614696, '66.249.72.141', 1, 1676004328, '/items/ory31344rdgbtidm67229.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '116053171863e5cbe88700d', 'a:0:{}'),
(2614697, '66.249.72.145', 1, 1676004329, '/getidm47/urd47808rfdjitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '63075815863e5cbe98bcb9', 'a:0:{}'),
(2614698, '66.249.72.147', 1, 1676004330, '/', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:29:\"GET[vn/2022-11-10173184_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '152150477163e5cbea621be', 'a:0:{}'),
(2614699, '66.249.72.149', 1, 1676004331, '/', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:29:\"GET[vn/2022-11-10173184_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '192286949363e5cbeb470eb', 'a:0:{}'),
(2614700, '66.249.72.141', 1, 1676004333, '/getidm600/inr34094gcnxitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '205641113563e5cbed65328', 'a:0:{}'),
(2614701, '66.249.72.139', 1, 1676004348, '/get/egq23690ckgoitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '25342988863e5cbfc160fc', 'a:0:{}'),
(2614702, '40.77.167.251', 1, 1676004349, '/shop/sJRV4WL1YcsA4', 'www.aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '23135630863e5cbfddcf67', 'a:0:{}'),
(2614703, '66.249.72.143', 1, 1676004353, '/e58cb/xbz6263hdebitem.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '43792535263e5cc019f504', 'a:0:{}'),
(2614704, '66.249.72.143', 1, 1676004359, '/ite/rga18607utigtidm705.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '170346648863e5cc07bc992', 'a:0:{}'),
(2614705, '66.249.72.141', 1, 1676004370, '/item/ylm8396lgyd838ae382a.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '134655541263e5cc128219e', 'a:0:{}'),
(2614706, '66.249.72.145', 1, 1676004406, '/getidm/lvn5055bfevitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '181704671163e5cc361d9f6', 'a:0:{}'),
(2614707, '66.249.72.145', 1, 1676004415, '/', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:29:\"GET[vn/2022-11-10631083_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '80345662763e5cc3f14e95', 'a:0:{}'),
(2614708, '66.249.72.139', 1, 1676004415, '/', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:29:\"GET[vn/2022-11-10631083_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '210973638263e5cc3fd8c39', 'a:0:{}'),
(2614709, '66.249.72.143', 1, 1676004424, '/items/zib49867eunitidm924807.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '53006659463e5cc480c155', 'a:0:{}'),
(2614710, '66.249.72.141', 1, 1676004432, '/TOA/fdr29255lgyditem.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '114415246663e5cc50572ce', 'a:0:{}'),
(2614711, '66.249.72.141', 1, 1676004441, '/getidm90/ilt36954colaitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '49703766363e5cc59596f6', 'a:0:{}'),
(2614712, '66.249.72.141', 1, 1676004443, '/', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:29:\"GET[vn/2022-11-10299205_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '5220393563e5cc5b5e17f', 'a:0:{}'),
(2614713, '66.249.72.141', 1, 1676004444, '/', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:29:\"GET[vn/2022-11-10299205_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '94617616263e5cc5c2f34d', 'a:0:{}'),
(2614714, '66.249.72.143', 1, 1676004450, '/item/ewo7050bzwg86a.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '66411273163e5cc6236685', 'a:0:{}'),
(2614715, '66.249.72.139', 1, 1676004452, '/items/xlz15493blaftidm.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '200204104963e5cc6454f96', 'a:0:{}'),
(2614716, '66.249.72.143', 1, 1676004455, '/S-S-IL-/jru41349krdiitem.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '91136916263e5cc67e6bc8', 'a:0:{}'),
(2614717, '66.249.72.143', 1, 1676004458, '/item/mto46864txvs82b9e38.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '67267550063e5cc6a6a1fe', 'a:0:{}'),
(2614718, '157.55.39.18', 1, 1676004461, '/shop/Pz3UJGYa0I', 'www.aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '31826765463e5cc6d53752', 'a:0:{}'),
(2614719, '52.114.32.28', 1, 1676004475, '/favicon.ico', 'aegis.qa', 'GET', 302, 10, '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5 skype-url-preview@microsoft.com', 'a:0:{}', 'a:0:{}', 'a:0:{}', '18835090063e5cc7b3b0be', 'a:0:{}'),
(2614720, '52.114.32.28', 1, 1676004475, '/favicon.ico', 'aegis.qa', 'GET', 302, 10, '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5 skype-url-preview@microsoft.com', 'a:0:{}', 'a:0:{}', 'a:0:{}', '17247460063e5cc7b3b08b', 'a:0:{}'),
(2614721, '66.249.72.141', 1, 1676004477, '/efbc8/zmk43965smflitem.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '37389569163e5cc7d2c5c5', 'a:0:{}'),
(2614722, '66.249.72.141', 1, 1676004484, '/item/tqv15931liuqtidm399428.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '174630586963e5cc84b5183', 'a:0:{}'),
(2614723, '66.249.72.141', 1, 1676004485, '/items/gji49198yljrtidm8.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '185059780063e5cc856d97f', 'a:0:{}'),
(2614724, '66.249.72.141', 1, 1676004486, '/get/erq2448rdgbitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '23924501563e5cc86e8e5c', 'a:0:{}'),
(2614725, '40.77.167.251', 1, 1676004491, '/shop/BN3VqlfAQXP', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '57739675263e5cc8b12019', 'a:0:{}'),
(2614726, '66.249.72.143', 1, 1676004499, '/', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:29:\"GET[vn/2022-11-10828125_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '146263206463e5cc93e32b1', 'a:0:{}'),
(2614727, '66.249.72.141', 1, 1676004500, '/', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:29:\"GET[vn/2022-11-10828125_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '105859796663e5cc94cc4d6', 'a:0:{}'),
(2614728, '52.167.144.61', 1, 1676004510, '/shop/suHs3byhbhpIR', 'www.aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '169195282563e5cc9e24bd8', 'a:0:{}'),
(2614729, '52.167.144.61', 1, 1676004510, '/shop/w156Kk2p2cCBBC', 'www.aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '137210058263e5cc9ea1ceb', 'a:0:{}'),
(2614730, '66.249.72.139', 1, 1676004514, '/getidm12/hkf30921skcyitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '156065706863e5cca2a7be9', 'a:0:{}'),
(2614731, '66.249.72.145', 1, 1676004532, '/ROMA/xsj9929wspsitem.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '203309067163e5ccb4d61c1', 'a:0:{}'),
(2614732, '66.249.72.141', 1, 1676004535, '/item/vwx6781cwentidm.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '153960651963e5ccb739b04', 'a:0:{}'),
(2614733, '66.249.72.143', 1, 1676004537, '/getidm684/xdg46953rdgbitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '108002153863e5ccb92ae5e', 'a:0:{}'),
(2614734, '66.249.72.145', 1, 1676004563, '/getidm541/bwm49947nodwitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '208863624363e5ccd36a988', 'a:0:{}'),
(2614735, '66.249.72.145', 1, 1676004570, '/getidm82/gci2528czquitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '92565325163e5ccda1e678', 'a:0:{}'),
(2614736, '40.77.167.212', 1, 1676004581, '/shop/sYsvA55Y5Oduc', 'www.aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '42347112163e5cce586715', 'a:0:{}'),
(2614737, '66.249.72.143', 1, 1676004584, '/', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:29:\"GET[vn/2022-11-10363288_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '140747431863e5cce8afbf9', 'a:0:{}'),
(2614738, '66.249.72.141', 1, 1676004585, '/', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:29:\"GET[vn/2022-11-10363288_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '13163835863e5cce96bd5d', 'a:0:{}'),
(2614739, '66.249.72.139', 1, 1676004589, '/items/uzm13696zjnitidm87849.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '124705764763e5cced9e31a', 'a:0:{}'),
(2614740, '66.249.72.139', 1, 1676004610, '/iso-22000-haccp/', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '144794375963e5cd025adad', 'a:0:{}'),
(2614741, '66.249.72.139', 1, 1676004612, '/', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:34:\"GET[vietnam/2022-11-10927838_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '89398974263e5cd04f1753', 'a:0:{}'),
(2614742, '66.249.72.141', 1, 1676004613, '/', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:34:\"GET[vietnam/2022-11-10927838_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '75244586763e5cd05e2316', 'a:0:{}'),
(2614743, '66.249.72.141', 1, 1676004632, '/items/xlz15493blaftidm.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '167422913963e5cd185b043', 'a:0:{}'),
(2614744, '66.249.72.143', 1, 1676004634, '/getidm51/xdj43989rdgbitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '192031403563e5cd1a43681', 'a:0:{}'),
(2614745, '52.167.144.61', 1, 1676004639, '/shop/rVj8FVflfrOt9O8', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '173103057463e5cd1f20d0f', 'a:0:{}'),
(2614746, '66.249.72.143', 1, 1676004642, '/items/dsf25249psnutidm5325.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '76723845363e5cd22194d0', 'a:0:{}'),
(2614747, '66.249.72.143', 1, 1676004643, '/e58589e3/wdg12658krdiitem.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '87629436063e5cd2312c3b', 'a:0:{}'),
(2614748, '66.249.72.141', 1, 1676004644, '/item/ofd352fiijtidm43.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '178134962063e5cd245ce34', 'a:0:{}'),
(2614749, '66.249.72.149', 1, 1676004648, '/getidm790/elq22806wflbitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '198518915263e5cd28c6f28', 'a:0:{}'),
(2614750, '66.249.72.149', 1, 1676004657, '/geti/nmy4953nmluitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '110585587663e5cd3164358', 'a:0:{}'),
(2614751, '66.249.72.143', 1, 1676004668, '/geti/rlf17671gjflitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '202984279763e5cd3c4c2b0', 'a:0:{}'),
(2614752, '66.249.72.143', 1, 1676004677, '/POLO/jst19691wspsitem', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '70724369363e5cd45ce346', 'a:0:{}'),
(2614753, '66.249.72.141', 1, 1676004694, '/getidm5/ewg28656whooitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '116848938463e5cd5676740', 'a:0:{}'),
(2614754, '66.249.72.139', 1, 1676004717, '/getid/gqi14670czquitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '144162046763e5cd6d707e5', 'a:0:{}'),
(2614755, '66.249.72.143', 1, 1676004720, '/item/vhx12241whootidm7911.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '194447429863e5cd7082233', 'a:0:{}'),
(2614756, '66.249.72.141', 1, 1676004726, '/', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:34:\"GET[vietnam/2022-11-10437862_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '94310735763e5cd76054d1', 'a:0:{}'),
(2614757, '66.249.72.141', 1, 1676004726, '/', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:34:\"GET[vietnam/2022-11-10437862_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '101672147463e5cd76c30e2', 'a:0:{}'),
(2614758, '66.249.72.143', 1, 1676004733, '/items/hzj7807mggztidm40.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '125067291463e5cd7d407e1', 'a:0:{}'),
(2614759, '66.249.72.143', 1, 1676004746, '/items/lln43093aleotidm.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '13279211563e5cd8ae3f7f', 'a:0:{}'),
(2614760, '66.249.72.139', 1, 1676004754, '/', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:34:\"GET[vietnam/2022-11-10391150_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '112003079563e5cd9246b83', 'a:0:{}'),
(2614761, '66.249.72.141', 1, 1676004755, '/', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:34:\"GET[vietnam/2022-11-10391150_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '6383930663e5cd9364fd6', 'a:0:{}'),
(2614762, '66.249.72.139', 1, 1676004770, '/geti/fhh37055vhdhitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '8919055663e5cda211cad', 'a:0:{}'),
(2614763, '66.249.72.139', 1, 1676004773, '/getidm669/wxy7458daxeitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '81369179963e5cda50ee03', 'a:0:{}'),
(2614764, '66.249.72.145', 1, 1676004782, '/', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:34:\"GET[vietnam/2022-11-10354824_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '11687726163e5cdae8ea7c', 'a:0:{}'),
(2614765, '66.249.72.145', 1, 1676004783, '/', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:34:\"GET[vietnam/2022-11-10354824_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '201479897063e5cdaf4eaeb', 'a:0:{}'),
(2614766, '167.99.74.58', 1, 1676004798, '/', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '181398443763e5cdbec033b', 'a:0:{}'),
(2614767, '66.249.72.141', 1, 1676004799, '/getidm40/bun2133luhoitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '69923918163e5cdbf578f3', 'a:0:{}'),
(2614768, '167.99.74.58', 1, 1676004800, '/', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '181578621563e5cdc02e7f3', 'a:0:{}'),
(2614769, '167.99.74.58', 1, 1676004804, '/', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '120526268263e5cdc4baaa3', 'a:0:{}'),
(2614770, '167.99.74.58', 1, 1676004809, '//?author=1', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36', 'a:0:{}', 'a:1:{s:11:\"GET[author]\";a:2:{s:4:\"size\";i:1;s:5:\"value\";s:1:\"1\";}}', 'a:0:{}', '121872066463e5cdc91ed85', 'a:0:{}'),
(2614771, '167.99.74.58', 1, 1676004810, '//?author=2', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36', 'a:0:{}', 'a:1:{s:11:\"GET[author]\";a:2:{s:4:\"size\";i:1;s:5:\"value\";s:1:\"2\";}}', 'a:0:{}', '199218618263e5cdca0ffe1', 'a:0:{}'),
(2614772, '167.99.74.58', 1, 1676004810, '//?author=3', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36', 'a:0:{}', 'a:1:{s:11:\"GET[author]\";a:2:{s:4:\"size\";i:1;s:5:\"value\";s:1:\"3\";}}', 'a:0:{}', '88461985963e5cdca7f12e', 'a:0:{}'),
(2614773, '167.99.74.58', 1, 1676004810, '/wp/v2/users/', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '53505550463e5cdcaecf24', 'a:0:{}'),
(2614774, '167.99.74.58', 1, 1676004811, '/oembed/1.0/embed', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36', 'a:0:{}', 'a:1:{s:8:\"GET[url]\";a:2:{s:4:\"size\";i:17;s:5:\"value\";s:17:\"https://aegis.qa/\";}}', 'a:0:{}', '168666191263e5cdcb70d4c', 'a:0:{}'),
(2614775, '66.249.72.141', 1, 1676004812, '/e38387/xgh12893lgyditem', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '123650512663e5cdcc53ad3', 'a:0:{}'),
(2614776, '66.249.72.139', 1, 1676004827, '/getidm/wyh33484yljritems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '20033057963e5cddb1d020', 'a:0:{}'),
(2614777, '66.249.72.143', 1, 1676004835, '/getidm106/bgk25715utigitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '207860951963e5cde3d11c5', 'a:0:{}'),
(2614778, '66.249.72.145', 1, 1676004837, '/getid/tlc1605aleoitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '106884568463e5cde540f5c', 'a:0:{}'),
(2614779, '66.249.72.143', 1, 1676004838, '/getid/zdo14871bzoditems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '72121508863e5cde6734cf', 'a:0:{}'),
(2614780, '66.249.72.141', 1, 1676004841, '/ite/xwi36215ixkw82a2e383a.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '187140740263e5cde9a67ca', 'a:0:{}'),
(2614781, '66.249.72.141', 1, 1676004851, '/e382b9e38/uuw13410hwuzitem', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '14858900363e5cdf3c0e99', 'a:0:{}'),
(2614782, '122.173.27.203', 1, 1676004855, '/', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '87096130363e5cdf71607e', 'a:0:{}'),
(2614783, '66.249.72.139', 1, 1676004862, '/getidm650/ulh28672liuqitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '82056271563e5cdfed33ac', 'a:0:{}'),
(2614784, '157.55.39.18', 1, 1676004871, '/shop/k3maw5J6lvjQRFaP', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '82936528063e5ce07b37c6', 'a:0:{}'),
(2614785, '66.249.72.141', 1, 1676004874, '/getid/nfp6305rfdjitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '125465697763e5ce0a27427', 'a:0:{}'),
(2614786, '66.249.72.141', 1, 1676004877, '/getidm8/ugw11018ckgoitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '190024232163e5ce0de50ca', 'a:0:{}'),
(2614787, '66.249.72.141', 1, 1676004886, '/geti/ziq21033fiijitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '166712182563e5ce16620a9', 'a:0:{}'),
(2614788, '66.249.72.145', 1, 1676004895, '/', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:34:\"GET[vietnam/2022-11-10976796_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '19184727963e5ce1f9407c', 'a:0:{}'),
(2614789, '66.249.72.143', 1, 1676004896, '/', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:34:\"GET[vietnam/2022-11-10976796_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '30495925363e5ce2067b4c', 'a:0:{}'),
(2614790, '66.249.72.141', 1, 1676004899, '/MIKSHIM/nzw26273fzakitem.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '209548739563e5ce2330572', 'a:0:{}'),
(2614791, '66.249.72.139', 1, 1676004903, '/items/rjb28305pjzatidm725236.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '9108108863e5ce27a93aa', 'a:0:{}'),
(2614792, '66.249.72.141', 1, 1676004906, '/items/qes39874bfevtidm35675.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '92338557363e5ce2aaa5bf', 'a:0:{}'),
(2614793, '66.249.72.141', 1, 1676004918, '/geti/cnq33594psnuitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '208922192063e5ce36a68ae', 'a:0:{}'),
(2614794, '66.249.72.141', 1, 1676004923, '/', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:29:\"GET[vn/2022-11-10197393_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '102552566863e5ce3bd4bb0', 'a:0:{}'),
(2614795, '66.249.72.139', 1, 1676004924, '/', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:29:\"GET[vn/2022-11-10197393_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '27745095863e5ce3caf6c4', 'a:0:{}'),
(2614796, '66.249.72.143', 1, 1676004930, '/item/jgs27673aggvtidm63858.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '92697596463e5ce426e0e7', 'a:0:{}'),
(2614797, '66.249.72.149', 1, 1676004952, '/', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:29:\"GET[vn/2022-11-10763774_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '82499215063e5ce582096c', 'a:0:{}'),
(2614798, '66.249.72.149', 1, 1676004952, '/', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:29:\"GET[vn/2022-11-10763774_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '180261474363e5ce58b4ad6', 'a:0:{}'),
(2614799, '66.249.72.145', 1, 1676004956, '/NIKE-/kum34278hwuzitem', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '136448384463e5ce5cae85c', 'a:0:{}'),
(2614800, '66.249.72.143', 1, 1676004970, '/item/mgy49516goyfNVERSE-.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '9887007563e5ce6a1d31a', 'a:0:{}'),
(2614801, '66.249.72.147', 1, 1676004971, '/geti/fmh17945nmluitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '27294865963e5ce6b34110', 'a:0:{}'),
(2614802, '66.249.72.143', 1, 1676004983, '/getidm/gcq18466skcyitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '20497849763e5ce7763c10', 'a:0:{}'),
(2614803, '66.249.72.143', 1, 1676004984, '/items/tsv23809psnutidm8745.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '159109913563e5ce78c8016', 'a:0:{}'),
(2614804, '66.249.72.139', 1, 1676004992, '/MIKSHIM/nzw26273fzakitem.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '184628503763e5ce8004f23', 'a:0:{}'),
(2614805, '157.55.39.18', 1, 1676005002, '/shop/nogoBo2Bvn', 'www.aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '125415800963e5ce8ab99ed', 'a:0:{}'),
(2614806, '66.249.72.147', 1, 1676005019, '/getidm/rzt33375mggzitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '112510982163e5ce9be5a7c', 'a:0:{}'),
(2614807, '66.249.72.143', 1, 1676005029, '/item/waf5950csau82b8e3.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '199990727063e5cea5435ae', 'a:0:{}'),
(2614808, '66.249.72.141', 1, 1676005034, '/getid/hlq45429yljritems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '65892093463e5ceaa94935', 'a:0:{}'),
(2614809, '66.249.72.141', 1, 1676005035, '/items/jkl30949skcytidm.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '102611308563e5ceab9ce99', 'a:0:{}');
INSERT INTO `wp_bv_fw_requests` (`id`, `ip`, `status`, `time`, `path`, `host`, `method`, `resp_code`, `category`, `referer`, `user_agent`, `filenames`, `query_string`, `rules_info`, `request_id`, `matched_rules`) VALUES
(2614810, '66.249.72.139', 1, 1676005036, '/', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:34:\"GET[vietnam/2022-11-10506315_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '186154326763e5ceace2165', 'a:0:{}'),
(2614811, '66.249.72.141', 1, 1676005037, '/', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:34:\"GET[vietnam/2022-11-10506315_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '121374663e5cead951b1', 'a:0:{}'),
(2614812, '40.77.167.251', 1, 1676005048, '/shop/YifNSGJMEs5M', 'www.aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '73131508463e5ceb8b0810', 'a:0:{}'),
(2614813, '66.249.72.147', 1, 1676005063, '/getidm4062/tzv28827zoqzitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '146532675263e5cec786433', 'a:0:{}'),
(2614814, '66.249.72.143', 1, 1676005065, '/e383a/wih12528ixkwitem.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '72738378963e5cec99e2f1', 'a:0:{}'),
(2614815, '66.249.72.141', 1, 1676005072, '/getidm458/olc22036luhoitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '29577674363e5ced0a38db', 'a:0:{}'),
(2614816, '66.249.72.145', 1, 1676005073, '/', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:34:\"GET[vietnam/2022-11-10759606_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '63837890363e5ced1d3d84', 'a:0:{}'),
(2614817, '66.249.72.143', 1, 1676005074, '/', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:34:\"GET[vietnam/2022-11-10759606_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '139194826463e5ced2d26a1', 'a:0:{}'),
(2614818, '40.77.167.212', 1, 1676005084, '/shop/dVoEdb4CBOLD', 'www.aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '181512888463e5cedc379cc', 'a:0:{}'),
(2614819, '66.249.72.145', 1, 1676005087, '/ite/knm16780nodwtid.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '148375780563e5cedfc10f9', 'a:0:{}'),
(2614820, '52.167.144.61', 1, 1676005088, '/shop/FakuX6MzXdBa0O', 'www.aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '189096979563e5cee0ea765', 'a:0:{}'),
(2614821, '52.167.144.61', 1, 1676005089, '/shop/Sw71vBUlRhd', 'www.aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '54968409363e5cee1e5db6', 'a:0:{}'),
(2614822, '66.249.72.143', 1, 1676005090, '/getidm5/fkq12277ckgoitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '141895559963e5cee2bdc9f', 'a:0:{}'),
(2614823, '66.249.72.145', 1, 1676005093, '/get/hut47483nmluitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '131904341863e5cee518ec0', 'a:0:{}'),
(2614824, '66.249.72.141', 1, 1676005104, '/item/edg4996dcpotid.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '80338720963e5cef08a804', 'a:0:{}'),
(2614825, '40.77.167.212', 1, 1676005114, '/shop/RPmRybsToLPauoCr', 'www.aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '85292285863e5cefab61dc', 'a:0:{}'),
(2614826, '40.77.167.212', 1, 1676005114, '/shop/sW5gu95SgPTC', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '39504758563e5cefaa8e7f', 'a:0:{}'),
(2614827, '66.249.72.143', 1, 1676005141, '/getidm2739/tlt31297klnyitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '75918876763e5cf1562a19', 'a:0:{}'),
(2614828, '66.249.72.139', 1, 1676005166, '/getid/jjs9837zjniitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '26296209063e5cf2e6e06c', 'a:0:{}'),
(2614829, '66.249.72.139', 1, 1676005169, '/getidm65/pzz6463mggzitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '127163165663e5cf31eedf6', 'a:0:{}'),
(2614830, '66.249.72.143', 1, 1676005178, '/', 'aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:29:\"GET[vn/2022-11-10719974_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '115875205463e5cf3a40c71', 'a:0:{}'),
(2614831, '66.249.72.139', 1, 1676005179, '/', 'aegis.qa', 'GET', 200, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:1:{s:29:\"GET[vn/2022-11-10719974_html]\";a:2:{s:4:\"size\";i:0;s:5:\"value\";s:0:\"\";}}', 'a:0:{}', '207602617563e5cf3b1b765', 'a:0:{}'),
(2614832, '66.249.72.139', 1, 1676005181, '/items/uuw35458mluftidm52998.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '205000588863e5cf3d6db5a', 'a:0:{}'),
(2614833, '66.249.72.141', 1, 1676005192, '/get/cbe38196bfevitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '196321729763e5cf48a02c9', 'a:0:{}'),
(2614834, '162.144.18.151', 1, 1676005213, '/wp-cron.php', 'aegis.qa', 'POST', 200, 10, 'https://aegis.qa/wp-cron.php?doing_wp_cron=1676005213.3171539306640625000000', 'WordPress/6.1.1; https://aegis.qa', 'a:0:{}', 'a:1:{s:18:\"GET[doing_wp_cron]\";a:2:{s:4:\"size\";i:33;s:5:\"value\";s:33:\"1676005213.3171539306640625000000\";}}', 'a:0:{}', '89432806563e5cf5d6159d', 'a:0:{}'),
(2614835, '66.249.72.141', 1, 1676005212, '/items/mdw46578nodwtid.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '57380234563e5cf5cc525a', 'a:0:{}'),
(2614836, '66.249.72.143', 1, 1676005221, '/e382b0e/ych40532csauitem.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '125742041363e5cf658b180', 'a:0:{}'),
(2614837, '66.249.72.143', 1, 1676005222, '/getidm874/rae19621daxeitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '180064639263e5cf6668a10', 'a:0:{}'),
(2614838, '66.249.72.143', 1, 1676005246, '/getidm141/tov35639whooitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '46388631563e5cf7ea5915', 'a:0:{}'),
(2614839, '66.249.72.143', 1, 1676005249, '/items/lsw19589psnutidm107.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '12922742663e5cf81313bc', 'a:0:{}'),
(2614840, '66.249.72.143', 1, 1676005256, '/item/nlp41431vabl81ade3.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '181207904663e5cf8869dab', 'a:0:{}'),
(2614841, '52.167.144.61', 1, 1676005257, '/shop/JAWq0uKv2E75rs', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '79210194463e5cf89a123b', 'a:0:{}'),
(2614842, '66.249.72.147', 1, 1676005258, '/getid/rha38549vhdhitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '136778098263e5cf8ac729e', 'a:0:{}'),
(2614843, '66.249.72.139', 1, 1676005271, '/e3839/cxs33230crxwitem', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '21538785663e5cf9750a23', 'a:0:{}'),
(2614844, '66.249.72.141', 1, 1676005279, '/getidm3523/fjp27929zjniitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '194836736463e5cf9f13453', 'a:0:{}'),
(2614845, '40.77.167.212', 1, 1676005286, '/shop/BmJODXUAHaaKS', 'www.aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '101743192763e5cfa656ac3', 'a:0:{}'),
(2614846, '66.249.72.139', 1, 1676005290, '/item/lzn40207hwuz82a8e3.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '147694399963e5cfaabe3a4', 'a:0:{}'),
(2614847, '66.249.72.141', 1, 1676005297, '/getidm95/ouy24376upayitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '44521840663e5cfb1763c2', 'a:0:{}'),
(2614848, '40.77.167.212', 1, 1676005333, '/shop/xEymturWNO3XL5p', 'www.aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '191813231163e5cfd514d69', 'a:0:{}'),
(2614849, '40.77.167.251', 1, 1676005337, '/shop/MocmgpfmgHHy9j', 'www.aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '36509832463e5cfd9062b5', 'a:0:{}'),
(2614850, '157.55.39.18', 1, 1676005342, '/shop/PkYA00nStkiBE2', 'www.aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '171528086263e5cfde5086e', 'a:0:{}'),
(2614851, '40.77.167.251', 1, 1676005368, '/shop/HCIAD6Pkcd79', 'www.aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '166265897063e5cff8b8dbe', 'a:0:{}'),
(2614852, '66.249.72.141', 1, 1676005376, '/getidm37/zkb15105skcyitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '75101265763e5d00023da6', 'a:0:{}'),
(2614853, '66.249.72.139', 1, 1676005377, '/items/vcf21393gcittidm534590.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '186474933563e5d0015adb2', 'a:0:{}'),
(2614854, '66.249.72.143', 1, 1676005402, '/e697a/fgh43685lgyditem.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '31434093763e5d01a586c8', 'a:0:{}'),
(2614855, '66.249.72.141', 1, 1676005414, '/ite/xjj28519rfdjtidm183426.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '198117396363e5d026692d8', 'a:0:{}'),
(2614856, '66.249.72.139', 1, 1676005420, '/getidm7/wuf1556utigitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '6354174863e5d02c46261', 'a:0:{}'),
(2614857, '66.249.72.139', 1, 1676005428, '/ELL32-e38/iiy32638ssiuitem.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '43326076763e5d034d7e9b', 'a:0:{}'),
(2614858, '66.249.72.139', 1, 1676005445, '/getidm570/hgu9029mggzitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '184201390863e5d04504c26', 'a:0:{}'),
(2614859, '66.249.72.139', 1, 1676005449, '/item/qsb9272smfl82afe383ac.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '198539057863e5d0492af68', 'a:0:{}'),
(2614860, '66.249.72.139', 1, 1676005451, '/geti/pdd16135mugditems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '197307352263e5d04b38635', 'a:0:{}'),
(2614861, '40.77.167.251', 1, 1676005460, '/shop/beKuN4tZqHfPy', 'www.aegis.qa', 'GET', 301, 10, '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36', 'a:0:{}', 'a:0:{}', 'a:0:{}', '111267933563e5d05411667', 'a:0:{}'),
(2614862, '66.249.72.143', 1, 1676005462, '/e5beb3e6a/ebr8428bqmpitem.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '145486333363e5d05646518', 'a:0:{}'),
(2614863, '66.249.72.141', 1, 1676005465, '/get/xoi41415nvtoitems.htm', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '76679145963e5d05943f09', 'a:0:{}'),
(2614864, '66.249.72.141', 1, 1676005481, '/getidm94/xoh4391luhoitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '58808446563e5d069d50ff', 'a:0:{}'),
(2614865, '66.249.72.145', 1, 1676005533, '/getidm312/klm21330colaitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '203958495963e5d09d385bd', 'a:0:{}'),
(2614866, '66.249.72.139', 1, 1676005535, '/e383ac/hkj1983fzakitem', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '29237607263e5d09fa9608', 'a:0:{}'),
(2614867, '66.249.72.139', 1, 1676005570, '/getidm155/loy47981colaitems', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '102370660163e5d0c20e7a6', 'a:0:{}'),
(2614868, '66.249.72.141', 1, 1676005585, '/items/uoe6858bzodtid.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '48925586263e5d0d1e6a95', 'a:0:{}'),
(2614869, '66.249.72.141', 1, 1676005598, '/ite/bqk39157bqmp82a8e.html', 'aegis.qa', 'GET', 404, 10, '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'a:0:{}', 'a:0:{}', 'a:0:{}', '136978077963e5d0de78948', 'a:0:{}');

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

--
-- Table structure for table `wp_bv_ip_store`
--

CREATE TABLE `wp_bv_ip_store` (
  `id` bigint(20) NOT NULL,
  `start_ip_range` varbinary(16) NOT NULL,
  `end_ip_range` varbinary(16) NOT NULL,
  `is_fw` tinyint(1) NOT NULL,
  `is_lp` tinyint(1) NOT NULL,
  `type` int(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=binary;

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

--
-- Table structure for table `wp_bv_lp_requests`
--

CREATE TABLE `wp_bv_lp_requests` (
  `id` bigint(20) NOT NULL,
  `ip` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `status` int(1) NOT NULL DEFAULT '0',
  `username` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `message` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `category` int(1) NOT NULL DEFAULT '0',
  `time` bigint(20) NOT NULL DEFAULT '1388516401',
  `request_id` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_bv_lp_requests`
--

INSERT INTO `wp_bv_lp_requests` (`id`, `ip`, `status`, `username`, `message`, `category`, `time`, `request_id`) VALUES
(503, '85.202.194.84', 1, 'techno', 'incorrect_password', 7, 1675972305, '175491611063e54ed14875a');

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

--
-- Table structure for table `wp_cf7_vdata`
--

CREATE TABLE `wp_cf7_vdata` (
  `id` int(11) NOT NULL,
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_cf7_vdata`
--

INSERT INTO `wp_cf7_vdata` (`id`, `created`) VALUES
(3, '2021-01-29 19:39:08'),
(4, '2021-01-29 19:39:08'),
(5, '2021-01-29 19:39:08'),
(6, '2021-01-29 19:39:08'),
(7, '2021-01-29 19:39:08'),
(8, '2021-01-29 19:39:08'),
(9, '2021-01-29 19:39:08'),
(10, '2021-01-29 19:39:08'),
(15, '2021-01-30 13:03:39'),
(16, '2021-01-30 13:13:02'),
(17, '2021-01-30 13:13:03'),
(18, '2021-01-30 13:13:03'),
(19, '2021-01-30 13:13:03'),
(20, '2021-01-30 13:13:03'),
(21, '2021-01-30 13:13:03'),
(22, '2021-01-30 13:13:03'),
(23, '2021-01-30 13:13:06'),
(24, '2021-01-30 13:13:06'),
(25, '2021-01-30 13:13:06'),
(26, '2021-01-30 13:13:06'),
(27, '2021-01-30 13:13:06'),
(28, '2021-01-30 13:13:06'),
(29, '2021-01-30 13:13:06'),
(30, '2021-01-30 13:13:06'),
(31, '2021-01-30 13:13:06'),
(32, '2021-01-30 13:13:07'),
(33, '2021-01-30 13:13:07'),
(34, '2021-01-30 13:13:07'),
(35, '2021-01-30 13:13:07'),
(36, '2021-01-30 13:13:07'),
(37, '2021-01-30 13:13:07'),
(38, '2021-01-30 13:13:07'),
(39, '2021-01-30 13:13:07'),
(40, '2021-01-30 13:13:07'),
(41, '2021-01-30 13:13:07'),
(42, '2021-01-30 13:13:07'),
(43, '2021-01-30 13:13:07'),
(44, '2021-01-30 13:13:07'),
(45, '2021-01-30 13:13:08'),
(46, '2021-01-30 13:13:08'),
(47, '2021-01-30 13:13:08'),
(48, '2021-01-30 13:13:08'),
(49, '2021-01-30 13:13:08'),
(50, '2021-01-30 13:13:08'),
(51, '2021-01-30 13:13:08'),
(52, '2021-01-30 13:13:08'),
(53, '2021-01-30 13:13:08'),
(54, '2021-01-30 13:13:08'),
(55, '2021-01-30 13:13:08'),
(67, '2021-02-11 13:57:28'),
(68, '2021-02-12 19:37:54'),
(69, '2021-02-12 19:38:43'),
(70, '2021-02-13 15:37:34'),
(71, '2021-02-15 21:04:27'),
(72, '2021-02-19 19:06:52'),
(73, '2021-02-19 19:07:14'),
(74, '2021-02-23 11:42:27'),
(75, '2021-02-23 11:45:05'),
(76, '2021-02-23 12:36:13'),
(77, '2021-02-23 12:37:59'),
(78, '2021-02-24 15:44:47'),
(79, '2021-02-28 16:08:49'),
(80, '2021-03-02 22:34:17'),
(81, '2021-03-05 17:39:57'),
(82, '2021-03-06 17:42:48'),
(83, '2021-03-06 17:43:12'),
(84, '2021-03-06 17:43:28'),
(85, '2021-03-06 17:46:02'),
(86, '2021-03-06 18:08:45'),
(87, '2021-03-07 11:11:46'),
(88, '2021-03-09 18:41:41'),
(89, '2021-03-09 21:59:32'),
(90, '2021-03-09 22:01:32'),
(91, '2021-03-09 23:04:34'),
(92, '2021-03-09 23:11:39'),
(93, '2021-03-09 23:13:46'),
(94, '2021-03-09 23:14:13'),
(95, '2021-03-09 23:57:03'),
(96, '2021-03-10 21:55:03'),
(97, '2021-03-10 21:58:19'),
(98, '2021-03-11 14:09:06'),
(99, '2021-03-11 14:27:05'),
(100, '2021-03-13 19:14:04'),
(101, '2021-03-14 14:11:55'),
(102, '2021-03-14 14:11:55'),
(103, '2021-03-14 15:05:02'),
(104, '2021-03-16 14:59:18'),
(105, '2021-03-21 16:28:43'),
(106, '2021-03-22 17:11:09'),
(107, '2021-03-24 15:29:25'),
(108, '2021-03-25 20:43:31'),
(109, '2021-03-27 12:39:24'),
(110, '2021-03-28 09:34:59'),
(111, '2021-03-28 09:36:28'),
(112, '2021-03-28 09:36:45'),
(113, '2021-03-28 09:45:33'),
(114, '2021-04-07 10:28:39'),
(115, '2021-04-09 03:14:37'),
(116, '2021-04-28 17:11:10'),
(117, '2021-05-07 13:17:02'),
(118, '2021-05-07 13:17:14'),
(119, '2021-05-07 13:17:25'),
(120, '2021-06-02 18:10:32'),
(121, '2021-06-02 18:51:07'),
(122, '2021-06-07 13:31:26'),
(123, '2021-06-08 08:06:36'),
(124, '2021-06-09 08:27:27'),
(125, '2021-06-13 15:11:04'),
(126, '2021-06-15 23:28:12'),
(127, '2021-06-15 23:28:13'),
(128, '2021-06-15 23:28:14'),
(129, '2021-06-15 23:29:30'),
(130, '2021-06-15 23:29:30'),
(131, '2021-06-15 23:29:31'),
(132, '2021-06-15 23:29:32'),
(133, '2021-06-22 12:41:59'),
(134, '2021-06-22 12:42:34'),
(135, '2021-06-22 12:42:50'),
(136, '2021-06-26 11:20:13'),
(137, '2021-06-26 11:20:15'),
(138, '2021-06-26 11:21:18'),
(139, '2021-06-27 13:52:37'),
(140, '2021-06-28 10:51:46'),
(141, '2021-06-28 11:09:56'),
(142, '2021-06-28 11:10:11'),
(143, '2021-06-28 11:48:29'),
(144, '2021-06-30 18:30:16'),
(145, '2021-07-05 11:50:19'),
(146, '2021-07-05 11:55:27'),
(147, '2021-07-05 11:55:44'),
(148, '2021-07-08 11:42:07'),
(149, '2021-07-08 11:43:09'),
(150, '2021-07-08 11:43:24'),
(151, '2021-07-14 06:29:14'),
(152, '2021-08-03 00:52:00'),
(153, '2021-08-06 15:59:02'),
(154, '2021-08-06 16:06:34'),
(155, '2021-08-06 16:07:00'),
(156, '2021-08-07 10:23:35'),
(157, '2021-08-07 10:24:13'),
(158, '2021-08-12 10:54:06'),
(159, '2021-08-24 15:34:06'),
(160, '2021-08-26 15:04:13'),
(161, '2021-08-27 18:28:44'),
(162, '2021-09-09 13:57:13'),
(163, '2021-09-14 17:46:10'),
(164, '2021-09-16 14:09:26'),
(165, '2021-09-16 14:10:10'),
(166, '2021-09-17 14:10:06'),
(167, '2021-09-21 11:46:00'),
(168, '2021-09-22 10:16:16'),
(169, '2021-09-22 10:16:43'),
(170, '2021-09-24 16:17:49'),
(171, '2021-09-28 12:54:58'),
(172, '2021-09-28 12:55:40'),
(173, '2021-09-28 12:56:08'),
(174, '2021-10-10 10:26:01'),
(175, '2021-10-10 10:26:22'),
(176, '2021-10-10 10:26:49'),
(177, '2021-10-10 10:27:40'),
(178, '2021-10-10 11:44:33'),
(179, '2021-10-11 16:45:56'),
(180, '2021-10-11 16:46:24'),
(181, '2021-10-12 14:31:43'),
(182, '2021-10-22 14:56:51'),
(183, '2021-10-23 22:21:47'),
(184, '2021-10-27 10:21:19'),
(185, '2021-11-02 16:33:59'),
(186, '2021-11-06 03:05:32'),
(187, '2021-11-06 03:06:03'),
(188, '2021-11-08 12:55:44'),
(189, '2021-11-09 10:50:16'),
(190, '2021-11-10 13:43:01'),
(191, '2021-11-10 13:43:03'),
(192, '2021-11-10 13:43:24'),
(193, '2021-11-23 13:53:52'),
(194, '2021-11-24 20:46:47'),
(195, '2021-12-01 11:47:15'),
(196, '2021-12-01 11:47:16'),
(197, '2021-12-02 00:29:50'),
(198, '2021-12-09 07:37:37'),
(199, '2021-12-11 04:12:30'),
(200, '2021-12-11 08:40:33'),
(201, '2021-12-11 12:27:59'),
(202, '2021-12-19 12:10:15'),
(203, '2021-12-20 00:44:10'),
(204, '2021-12-20 16:00:21'),
(205, '2021-12-25 18:20:29'),
(206, '2021-12-27 21:53:08'),
(207, '2021-12-29 14:56:45'),
(208, '2022-01-04 10:29:44'),
(209, '2022-01-04 10:29:44'),
(210, '2022-01-06 15:37:05'),
(211, '2022-01-06 15:38:16'),
(212, '2022-01-11 11:56:40'),
(213, '2022-01-17 11:45:21'),
(214, '2022-01-18 12:06:18'),
(215, '2022-01-18 20:02:12'),
(216, '2022-01-18 20:02:14'),
(217, '2022-01-18 20:02:19'),
(218, '2022-01-18 20:02:19'),
(219, '2022-01-18 20:02:19'),
(220, '2022-01-18 20:02:19'),
(221, '2022-01-18 20:02:19'),
(222, '2022-01-18 20:02:21'),
(223, '2022-01-18 20:02:22'),
(224, '2022-01-18 20:02:23'),
(225, '2022-01-18 20:02:23'),
(226, '2022-01-18 20:02:24'),
(227, '2022-01-18 20:02:24'),
(228, '2022-01-18 20:02:24'),
(229, '2022-01-18 20:02:25'),
(230, '2022-01-18 20:02:25'),
(231, '2022-01-18 20:02:25'),
(232, '2022-01-18 20:02:25'),
(233, '2022-01-18 20:02:26'),
(234, '2022-01-18 20:02:26'),
(235, '2022-01-18 20:02:26'),
(236, '2022-01-18 20:02:26'),
(237, '2022-01-19 03:19:20'),
(238, '2022-01-19 03:19:20'),
(239, '2022-01-19 03:19:21'),
(240, '2022-01-19 03:19:21'),
(241, '2022-01-19 03:19:22'),
(242, '2022-01-19 03:19:24'),
(243, '2022-01-19 03:19:25'),
(244, '2022-01-19 03:19:27'),
(245, '2022-01-19 03:19:29'),
(246, '2022-01-19 03:19:29'),
(247, '2022-01-19 03:19:29'),
(248, '2022-01-19 03:19:29'),
(249, '2022-01-19 03:19:30'),
(250, '2022-01-19 03:19:30'),
(251, '2022-01-19 03:19:30'),
(252, '2022-01-19 03:19:30'),
(253, '2022-01-19 03:19:30'),
(254, '2022-01-19 03:19:31'),
(255, '2022-01-19 03:19:31'),
(256, '2022-01-19 03:19:32'),
(257, '2022-01-19 16:18:43'),
(258, '2022-01-24 15:51:36'),
(259, '2022-01-25 17:06:32'),
(260, '2022-01-25 17:06:34'),
(261, '2022-01-31 14:09:08'),
(262, '2022-01-31 16:17:24'),
(263, '2022-02-14 07:28:00'),
(264, '2022-02-15 19:23:58'),
(265, '2022-02-17 11:55:30'),
(266, '2022-02-17 12:59:16'),
(267, '2022-02-17 18:43:54'),
(268, '2022-02-17 18:43:56'),
(269, '2022-02-17 18:44:18'),
(270, '2022-02-20 14:29:29'),
(271, '2022-02-24 15:25:10'),
(272, '2022-03-02 15:12:04'),
(273, '2022-03-03 22:03:25'),
(274, '2022-03-04 17:47:34'),
(275, '2022-03-05 00:50:44'),
(276, '2022-03-07 14:01:32'),
(277, '2022-03-09 16:25:31'),
(278, '2022-03-09 19:25:52'),
(279, '2022-03-09 19:25:54'),
(280, '2022-03-10 13:03:49'),
(281, '2022-03-14 08:32:57'),
(282, '2022-03-15 22:03:47'),
(283, '2022-03-15 22:05:48'),
(284, '2022-03-22 17:22:35'),
(285, '2022-03-22 17:23:35'),
(286, '2022-03-23 20:16:31'),
(287, '2022-03-25 14:19:08'),
(288, '2022-04-07 13:57:07'),
(289, '2022-05-01 11:12:26'),
(290, '2022-05-04 02:52:43'),
(291, '2022-05-04 02:52:44'),
(292, '2022-05-04 02:52:44'),
(293, '2022-05-04 02:52:45'),
(294, '2022-05-04 02:52:49'),
(295, '2022-05-04 02:52:49'),
(296, '2022-05-04 02:52:50'),
(297, '2022-05-04 02:52:50'),
(298, '2022-05-04 02:52:50'),
(299, '2022-05-04 02:52:50'),
(300, '2022-05-04 02:52:50'),
(301, '2022-05-04 02:52:51'),
(302, '2022-05-04 02:52:51'),
(303, '2022-05-04 02:52:51'),
(304, '2022-05-04 02:52:51'),
(305, '2022-05-04 02:52:51'),
(306, '2022-05-04 02:52:51'),
(307, '2022-05-04 02:52:51'),
(308, '2022-05-04 02:52:52'),
(309, '2022-05-04 02:52:52'),
(310, '2022-05-04 02:52:52'),
(311, '2022-05-04 02:52:52'),
(312, '2022-05-04 02:52:52'),
(313, '2022-05-04 02:52:52'),
(314, '2022-05-04 02:52:53'),
(315, '2022-05-04 02:52:53'),
(316, '2022-05-04 02:52:53'),
(317, '2022-05-04 02:52:53'),
(318, '2022-05-04 02:52:54'),
(319, '2022-05-04 02:52:54'),
(320, '2022-05-04 02:52:54'),
(321, '2022-05-04 02:52:54'),
(322, '2022-05-04 02:52:54'),
(323, '2022-05-04 02:52:55'),
(324, '2022-05-04 02:52:55'),
(325, '2022-05-04 02:52:55'),
(326, '2022-05-04 02:52:55'),
(327, '2022-05-04 02:52:56'),
(328, '2022-05-04 02:52:56'),
(329, '2022-05-04 02:52:56'),
(330, '2022-05-11 10:09:04'),
(331, '2022-05-13 15:59:20'),
(332, '2022-05-16 14:53:25'),
(333, '2022-05-18 01:55:07'),
(334, '2022-05-22 18:04:20'),
(335, '2022-05-24 16:26:25'),
(336, '2022-05-24 16:26:25'),
(337, '2022-05-24 20:53:38'),
(338, '2022-05-31 11:13:59'),
(339, '2022-06-02 11:20:47'),
(340, '2022-06-02 18:28:00'),
(341, '2022-06-04 02:34:19'),
(342, '2022-06-04 15:10:08'),
(343, '2022-06-25 14:13:03'),
(344, '2022-06-26 07:50:04'),
(345, '2022-06-27 13:20:44'),
(346, '2022-06-27 13:38:27'),
(347, '2022-06-27 13:39:21'),
(348, '2022-06-27 13:39:57'),
(349, '2022-07-03 11:52:57'),
(350, '2022-07-03 11:54:32'),
(351, '2022-07-05 18:19:32'),
(352, '2022-07-08 19:49:38'),
(353, '2022-07-08 19:51:15'),
(354, '2022-07-08 19:51:39'),
(355, '2022-09-06 00:25:16'),
(356, '2022-09-06 15:25:38'),
(357, '2022-09-07 14:54:19'),
(358, '2022-09-07 16:15:46'),
(359, '2022-09-07 16:19:54'),
(360, '2022-09-07 16:23:12'),
(361, '2022-09-07 23:42:34'),
(362, '2022-09-07 23:42:42'),
(363, '2022-09-07 23:43:09'),
(364, '2022-09-07 23:59:23'),
(365, '2022-09-07 23:59:30'),
(366, '2022-09-07 23:59:47'),
(367, '2022-09-08 00:00:05'),
(368, '2022-09-08 00:00:09'),
(369, '2022-09-08 00:00:29'),
(370, '2022-09-11 16:13:08'),
(371, '2022-09-11 16:13:54'),
(372, '2022-09-13 21:15:55'),
(373, '2022-09-17 02:17:06'),
(374, '2022-09-18 13:08:13'),
(375, '2022-09-19 10:08:47'),
(376, '2022-09-21 01:33:37'),
(377, '2022-09-21 17:26:18'),
(378, '2022-09-21 17:27:04'),
(379, '2022-09-21 17:28:19'),
(380, '2022-09-28 18:30:45'),
(381, '2022-09-28 18:31:38'),
(382, '2022-10-04 10:19:05'),
(383, '2022-10-06 18:23:55'),
(384, '2022-10-06 18:39:22'),
(385, '2022-10-07 15:37:40'),
(386, '2022-10-07 15:37:40'),
(387, '2022-10-07 15:37:41'),
(388, '2022-10-07 15:37:42'),
(389, '2022-10-07 15:37:42'),
(390, '2022-10-07 15:37:42'),
(391, '2022-10-07 15:37:42'),
(392, '2022-10-07 15:37:42'),
(393, '2022-10-07 15:37:43'),
(394, '2022-10-07 15:37:43'),
(395, '2022-10-07 15:37:44'),
(396, '2022-10-07 15:37:44'),
(397, '2022-10-07 15:37:45'),
(398, '2022-10-07 15:37:46'),
(399, '2022-10-07 15:37:46'),
(400, '2022-10-07 15:37:46'),
(401, '2022-10-07 15:37:47'),
(402, '2022-10-07 15:37:49'),
(403, '2022-10-07 15:37:49'),
(404, '2022-10-07 15:37:49'),
(405, '2022-10-07 15:37:51'),
(406, '2022-10-07 15:37:51'),
(407, '2022-10-07 15:37:51'),
(408, '2022-10-07 15:37:51'),
(409, '2022-10-07 19:44:48'),
(410, '2022-10-07 19:44:48'),
(411, '2022-10-07 19:44:51'),
(412, '2022-10-07 19:44:52'),
(413, '2022-10-07 19:44:53'),
(414, '2022-10-07 19:44:54'),
(415, '2022-10-07 19:44:54'),
(416, '2022-10-07 19:44:54'),
(417, '2022-10-07 19:44:55'),
(418, '2022-10-07 19:44:55'),
(419, '2022-10-07 19:44:57'),
(420, '2022-10-07 19:45:00'),
(421, '2022-10-07 19:45:03'),
(422, '2022-10-07 19:45:03'),
(423, '2022-10-07 19:45:06'),
(424, '2022-10-07 19:45:07'),
(425, '2022-10-07 19:45:07'),
(426, '2022-10-07 19:45:07'),
(427, '2022-10-07 19:45:08'),
(428, '2022-10-07 19:45:08'),
(429, '2022-10-07 19:45:08'),
(430, '2022-10-07 19:45:08'),
(431, '2022-10-07 19:45:08'),
(432, '2022-10-07 19:45:09'),
(433, '2022-10-07 19:45:10'),
(434, '2022-10-07 19:45:10'),
(435, '2022-10-07 19:45:11'),
(436, '2022-10-07 19:45:12'),
(437, '2022-10-07 19:45:14'),
(438, '2022-10-07 19:45:14'),
(439, '2022-10-10 14:55:10'),
(440, '2022-10-11 16:56:20'),
(441, '2022-10-13 00:11:33'),
(442, '2022-10-14 13:45:31'),
(443, '2022-10-14 16:03:41'),
(444, '2022-10-20 02:56:04'),
(445, '2022-10-20 11:46:59'),
(446, '2022-10-20 12:56:03'),
(447, '2022-10-31 19:15:50'),
(448, '2022-10-31 19:16:33'),
(449, '2022-11-01 13:47:05'),
(450, '2022-11-02 13:49:57'),
(451, '2022-11-02 20:22:13'),
(452, '2022-11-06 18:10:05'),
(453, '2022-11-10 23:21:21'),
(454, '2022-11-11 15:23:17'),
(455, '2022-11-11 15:23:17'),
(456, '2022-11-11 15:23:17'),
(457, '2022-11-17 13:35:50'),
(458, '2022-11-20 16:00:52'),
(459, '2022-11-22 09:29:34'),
(460, '2022-11-22 11:44:21'),
(461, '2022-11-22 18:46:09'),
(462, '2022-11-29 22:31:49'),
(463, '2022-11-30 12:40:52'),
(464, '2022-12-04 14:44:42'),
(465, '2022-12-07 15:47:31'),
(466, '2022-12-11 21:14:28'),
(467, '2022-12-28 07:44:33'),
(468, '2023-01-05 11:36:05'),
(469, '2023-01-09 13:31:37'),
(470, '2023-01-16 14:09:10'),
(471, '2023-01-17 14:50:26'),
(472, '2023-01-17 14:50:27'),
(473, '2023-01-17 14:50:27'),
(474, '2023-01-17 14:50:27'),
(475, '2023-01-17 14:50:28'),
(476, '2023-01-17 14:50:28'),
(477, '2023-01-17 14:50:30'),
(478, '2023-01-17 14:50:30'),
(479, '2023-01-17 14:50:31'),
(480, '2023-01-17 14:50:31'),
(481, '2023-01-17 14:50:31'),
(482, '2023-01-17 14:50:33'),
(483, '2023-01-17 14:50:33'),
(484, '2023-01-17 14:50:34'),
(485, '2023-01-17 14:50:34'),
(486, '2023-02-05 16:55:30'),
(487, '2023-02-07 11:59:59'),
(488, '2023-02-07 12:00:06'),
(489, '2023-02-07 12:00:09'),
(490, '2023-02-07 12:00:22'),
(491, '2023-02-07 12:00:23'),
(492, '2023-02-07 12:00:23'),
(493, '2023-02-07 12:00:28'),
(494, '2023-02-07 12:00:33'),
(495, '2023-02-07 12:00:38'),
(496, '2023-02-07 12:01:02'),
(497, '2023-02-07 12:01:05'),
(498, '2023-02-08 01:49:03');

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

--
-- Table structure for table `wp_cf7_vdata_entry`
--

CREATE TABLE `wp_cf7_vdata_entry` (
  `id` int(11) NOT NULL,
  `cf7_id` int(11) NOT NULL,
  `data_id` int(11) NOT NULL,
  `name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `value` text COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_cf7_vdata_entry`
--

INSERT INTO `wp_cf7_vdata_entry` (`id`, `cf7_id`, `data_id`, `name`, `value`) VALUES
(12, 57, 3, 'your-name', 'sdefer'),
(13, 57, 3, 'phone', '9098765431'),
(14, 57, 3, 'your-email', 'sf@gmail.com'),
(15, 57, 3, 'submit_ip', ''),
(16, 57, 3, 'submit_time', '2021-01-29 13:39:08'),
(17, 57, 4, 'your-name', 'wwww'),
(18, 57, 4, 'phone', '9098765435'),
(19, 57, 4, 'your-email', 'sfrgtdd@gmail.com'),
(20, 57, 4, 'submit_ip', ''),
(21, 57, 4, 'submit_time', '2021-01-29 13:39:08'),
(22, 57, 5, 'your-name', 'Sukanta'),
(23, 57, 5, 'phone', '9051520338'),
(24, 57, 5, 'your-email', 'gjgh@gmail.com'),
(25, 57, 5, 'submit_ip', ''),
(26, 57, 5, 'submit_time', '2021-01-29 13:39:08'),
(27, 57, 6, 'your-name', 'wwww'),
(28, 57, 6, 'phone', '9098765434'),
(29, 57, 6, 'your-email', 'sfrgt@gmail.com'),
(30, 57, 6, 'submit_ip', ''),
(31, 57, 6, 'submit_time', '2021-01-29 13:39:08'),
(32, 57, 7, 'your-name', 'fdgrty'),
(33, 57, 7, 'phone', '5846932155'),
(34, 57, 7, 'your-email', 'ffgjjg@gmail.com'),
(35, 57, 7, 'submit_ip', ''),
(36, 57, 7, 'submit_time', '2021-01-29 13:39:08'),
(37, 57, 8, 'your-name', 'DDD JHD'),
(38, 57, 8, 'phone', '5846932158'),
(39, 57, 8, 'your-email', 'ffgg@gmail.com'),
(40, 57, 8, 'submit_ip', ''),
(41, 57, 8, 'submit_time', '2021-01-29 13:39:08'),
(42, 57, 9, 'your-name', 'Sandip Khatua'),
(43, 57, 9, 'phone', '8956231478'),
(44, 57, 9, 'your-email', 'san@gmail.com'),
(45, 57, 9, 'submit_ip', ''),
(46, 57, 9, 'submit_time', '2021-01-29 13:39:08'),
(47, 57, 10, 'your-name', 'Sandip Khatua'),
(48, 57, 10, 'phone', '8956231478'),
(49, 57, 10, 'your-email', 'san@gmail.com'),
(50, 57, 10, 'submit_ip', ''),
(51, 57, 10, 'submit_time', '2021-01-29 13:39:08'),
(77, 5537, 15, 'your-name', 'Kunal'),
(78, 5537, 15, 'gclid_field', ''),
(79, 5537, 15, 'phone', '78979797'),
(80, 5537, 15, 'your-email', 'kunal@gmail.com'),
(81, 5537, 15, 'submit_time', '2021-01-30 07:03:39'),
(82, 5537, 15, 'submit_ip', '203.145.165.17'),
(83, 5537, 16, 'your-name', 'Kunal'),
(84, 5537, 16, 'phone', '78979797'),
(85, 5537, 16, 'your-email', 'kunal@gmail.com'),
(86, 5537, 16, 'submit_ip', ''),
(87, 5537, 16, 'submit_time', '2021-01-30 07:13:02'),
(88, 5537, 17, 'your-name', 'Sandip Khatua'),
(89, 5537, 17, 'phone', '5896325415'),
(90, 5537, 17, 'your-email', 'fdsf@gmail.com'),
(91, 5537, 17, 'submit_ip', ''),
(92, 5537, 17, 'submit_time', '2021-01-30 07:13:03'),
(93, 5537, 18, 'your-name', 'Sandip Khatua'),
(94, 5537, 18, 'phone', '8926216072'),
(95, 5537, 18, 'your-email', 'sandy@gmail.com'),
(96, 5537, 18, 'submit_ip', ''),
(97, 5537, 18, 'submit_time', '2021-01-30 07:13:03'),
(98, 5537, 19, 'your-name', 'Anupom Roy'),
(99, 5537, 19, 'phone', '8957412630'),
(100, 5537, 19, 'your-email', 'anupom@gmail.com'),
(101, 5537, 19, 'submit_ip', ''),
(102, 5537, 19, 'submit_time', '2021-01-30 07:13:03'),
(103, 5537, 20, 'your-name', 'Sukanta Baidya'),
(104, 5537, 20, 'phone', '7485965213'),
(105, 5537, 20, 'your-email', 'sukant@gmail.com'),
(106, 5537, 20, 'submit_ip', ''),
(107, 5537, 20, 'submit_time', '2021-01-30 07:13:03'),
(108, 5537, 21, 'your-name', 'Nabin'),
(109, 5537, 21, 'phone', '7458962315'),
(110, 5537, 21, 'your-email', 'sdfjh@gmail.com'),
(111, 5537, 21, 'submit_ip', ''),
(112, 5537, 21, 'submit_time', '2021-01-30 07:13:03'),
(113, 5537, 22, 'your-name', 'MANOJPAUL'),
(114, 5537, 22, 'phone', '9876123455'),
(115, 5537, 22, 'your-email', 'manoj.webqueue@gmail.com'),
(116, 5537, 22, 'submit_ip', ''),
(117, 5537, 22, 'submit_time', '2021-01-30 07:13:03'),
(118, 5537, 23, 'your-name', 'were'),
(119, 5537, 23, 'phone', '9876552222'),
(120, 5537, 23, 'your-email', 'fdcfsd@jj.dd'),
(121, 5537, 23, 'submit_ip', ''),
(122, 5537, 23, 'submit_time', '2021-01-30 07:13:06'),
(123, 5537, 24, 'your-name', 'were'),
(124, 5537, 24, 'phone', '9876552222'),
(125, 5537, 24, 'your-email', 'fdcfsd@jj.dd'),
(126, 5537, 24, 'submit_ip', ''),
(127, 5537, 24, 'submit_time', '2021-01-30 07:13:06'),
(128, 5537, 25, 'your-name', 'were'),
(129, 5537, 25, 'phone', '9876552222'),
(130, 5537, 25, 'your-email', 'fdcfsd@jj.dd'),
(131, 5537, 25, 'submit_ip', ''),
(132, 5537, 25, 'submit_time', '2021-01-30 07:13:06'),
(133, 5537, 26, 'your-name', 'were'),
(134, 5537, 26, 'phone', '9876552222'),
(135, 5537, 26, 'your-email', 'fdcfsd@jj.dd'),
(136, 5537, 26, 'submit_ip', ''),
(137, 5537, 26, 'submit_time', '2021-01-30 07:13:06'),
(138, 5537, 27, 'your-name', 'were'),
(139, 5537, 27, 'phone', '9876552222'),
(140, 5537, 27, 'your-email', 'fdcfsd@jj.dd'),
(141, 5537, 27, 'submit_ip', ''),
(142, 5537, 27, 'submit_time', '2021-01-30 07:13:06'),
(143, 5537, 28, 'your-name', 'were'),
(144, 5537, 28, 'phone', '9876552222'),
(145, 5537, 28, 'your-email', 'fdcfsd@jj.dd'),
(146, 5537, 28, 'submit_ip', ''),
(147, 5537, 28, 'submit_time', '2021-01-30 07:13:06'),
(148, 5537, 29, 'your-name', 'were'),
(149, 5537, 29, 'phone', '9876552222'),
(150, 5537, 29, 'your-email', 'fdcfsd@jj.dd'),
(151, 5537, 29, 'submit_ip', ''),
(152, 5537, 29, 'submit_time', '2021-01-30 07:13:06'),
(153, 5537, 30, 'your-name', 'were'),
(154, 5537, 30, 'phone', '9876552222'),
(155, 5537, 30, 'your-email', 'fdcfsd@jj.dd'),
(156, 5537, 30, 'submit_ip', ''),
(157, 5537, 30, 'submit_time', '2021-01-30 07:13:06'),
(158, 5537, 31, 'your-name', 'were'),
(159, 5537, 31, 'phone', '9876552222'),
(160, 5537, 31, 'your-email', 'fdcfsd@jj.dd'),
(161, 5537, 31, 'submit_ip', ''),
(162, 5537, 31, 'submit_time', '2021-01-30 07:13:06'),
(163, 5537, 32, 'your-name', 'were'),
(164, 5537, 32, 'phone', '9876552222'),
(165, 5537, 32, 'your-email', 'fdcfsd@jj.dh'),
(166, 5537, 32, 'submit_ip', ''),
(167, 5537, 32, 'submit_time', '2021-01-30 07:13:07'),
(168, 5537, 33, 'your-name', 'were'),
(169, 5537, 33, 'phone', '9876552222'),
(170, 5537, 33, 'your-email', 'fdcfsd@jj.dh'),
(171, 5537, 33, 'submit_ip', ''),
(172, 5537, 33, 'submit_time', '2021-01-30 07:13:07'),
(173, 5537, 34, 'your-name', 'sandip khatua'),
(174, 5537, 34, 'phone', '7827351245'),
(175, 5537, 34, 'your-email', 'dd@gmail.com'),
(176, 5537, 34, 'submit_ip', ''),
(177, 5537, 34, 'submit_time', '2021-01-30 07:13:07'),
(178, 5537, 35, 'your-name', 'sandip khatua'),
(179, 5537, 35, 'phone', '7827351245'),
(180, 5537, 35, 'your-email', 'dd@gmail.com'),
(181, 5537, 35, 'submit_ip', ''),
(182, 5537, 35, 'submit_time', '2021-01-30 07:13:07'),
(183, 5537, 36, 'your-name', 'Sukanta Baidya'),
(184, 5537, 36, 'phone', '9051520383'),
(185, 5537, 36, 'your-email', 'sukatwebqueue@gmail.com'),
(186, 5537, 36, 'submit_ip', ''),
(187, 5537, 36, 'submit_time', '2021-01-30 07:13:07'),
(188, 5537, 37, 'your-name', 'Sukanta Baidya'),
(189, 5537, 37, 'phone', '9051520383'),
(190, 5537, 37, 'your-email', 'sukatwebqueue@gmail.com'),
(191, 5537, 37, 'submit_ip', ''),
(192, 5537, 37, 'submit_time', '2021-01-30 07:13:07'),
(193, 5537, 38, 'your-name', 'sandip khatua'),
(194, 5537, 38, 'phone', '7827351245'),
(195, 5537, 38, 'your-email', 'dd@gmail.com'),
(196, 5537, 38, 'submit_ip', ''),
(197, 5537, 38, 'submit_time', '2021-01-30 07:13:07'),
(198, 5537, 39, 'your-name', 'sandip khatua'),
(199, 5537, 39, 'phone', '7827351290'),
(200, 5537, 39, 'your-email', 'dd@gmail.com'),
(201, 5537, 39, 'submit_ip', ''),
(202, 5537, 39, 'submit_time', '2021-01-30 07:13:07'),
(203, 5537, 40, 'your-name', 'sandip khatua'),
(204, 5537, 40, 'phone', '7827351292'),
(205, 5537, 40, 'your-email', 'dd@gmail.com'),
(206, 5537, 40, 'submit_ip', ''),
(207, 5537, 40, 'submit_time', '2021-01-30 07:13:07'),
(208, 5537, 41, 'your-name', 'Anupom Roy'),
(209, 5537, 41, 'phone', '7836215678'),
(210, 5537, 41, 'your-email', 'hgdfgf@gmail.com'),
(211, 5537, 41, 'submit_ip', ''),
(212, 5537, 41, 'submit_time', '2021-01-30 07:13:07'),
(213, 5537, 42, 'your-name', 'vxfg'),
(214, 5537, 42, 'phone', '7864532214'),
(215, 5537, 42, 'your-email', 'dffhgg@gmail.com'),
(216, 5537, 42, 'submit_ip', ''),
(217, 5537, 42, 'submit_time', '2021-01-30 07:13:07'),
(218, 5537, 43, 'your-name', 'dhg hgd'),
(219, 5537, 43, 'phone', '7878543234'),
(220, 5537, 43, 'your-email', 'ghgdgf@gmail.com'),
(221, 5537, 43, 'submit_ip', ''),
(222, 5537, 43, 'submit_time', '2021-01-30 07:13:07'),
(223, 5537, 44, 'your-name', 'hh hg'),
(224, 5537, 44, 'phone', '8798765432'),
(225, 5537, 44, 'your-email', 'hgdg@gmail.com'),
(226, 5537, 44, 'submit_ip', ''),
(227, 5537, 44, 'submit_time', '2021-01-30 07:13:07'),
(228, 5537, 45, 'your-name', 'jhf hgfr'),
(229, 5537, 45, 'phone', '8975432356'),
(230, 5537, 45, 'your-email', 'hghgg@gmail.com'),
(231, 5537, 45, 'submit_ip', ''),
(232, 5537, 45, 'submit_time', '2021-01-30 07:13:08'),
(233, 5537, 46, 'your-name', 'dfg'),
(234, 5537, 46, 'phone', '9999999999'),
(235, 5537, 46, 'your-email', 'dfff@gmail.com'),
(236, 5537, 46, 'submit_ip', ''),
(237, 5537, 46, 'submit_time', '2021-01-30 07:13:08'),
(238, 5537, 47, 'your-name', 'MANOJPAUL'),
(239, 5537, 47, 'phone', '9876123457'),
(240, 5537, 47, 'your-email', 'manoj.webqueue@gmail.com'),
(241, 5537, 47, 'submit_ip', ''),
(242, 5537, 47, 'submit_time', '2021-01-30 07:13:08'),
(243, 5537, 48, 'your-name', 'Sandip Khatua'),
(244, 5537, 48, 'phone', '7845126932'),
(245, 5537, 48, 'your-email', 'sandy@gmail.com'),
(246, 5537, 48, 'submit_ip', ''),
(247, 5537, 48, 'submit_time', '2021-01-30 07:13:08'),
(248, 5537, 49, 'your-name', 'Kunal Das'),
(249, 5537, 49, 'phone', '9434567234'),
(250, 5537, 49, 'your-email', 'a@gmail.com'),
(251, 5537, 49, 'submit_ip', ''),
(252, 5537, 49, 'submit_time', '2021-01-30 07:13:08'),
(253, 5537, 50, 'your-name', 'cvb'),
(254, 5537, 50, 'phone', '8989898989'),
(255, 5537, 50, 'your-email', 'ss@gmail.com'),
(256, 5537, 50, 'submit_ip', ''),
(257, 5537, 50, 'submit_time', '2021-01-30 07:13:08'),
(258, 5537, 51, 'your-name', 'cvb'),
(259, 5537, 51, 'phone', '8989898989'),
(260, 5537, 51, 'your-email', 'ss@gmail.com'),
(261, 5537, 51, 'submit_ip', ''),
(262, 5537, 51, 'submit_time', '2021-01-30 07:13:08'),
(263, 5537, 52, 'your-name', 'cvb'),
(264, 5537, 52, 'phone', '8989898989'),
(265, 5537, 52, 'your-email', 'ss@gmail.com'),
(266, 5537, 52, 'submit_ip', ''),
(267, 5537, 52, 'submit_time', '2021-01-30 07:13:08'),
(268, 5537, 53, 'your-name', 'cvb'),
(269, 5537, 53, 'phone', '8989898989'),
(270, 5537, 53, 'your-email', 'ss@gmail.com'),
(271, 5537, 53, 'submit_ip', ''),
(272, 5537, 53, 'submit_time', '2021-01-30 07:13:08'),
(273, 5537, 54, 'your-name', 'cvb'),
(274, 5537, 54, 'phone', '8989898989'),
(275, 5537, 54, 'your-email', 'ss@gmail.com'),
(276, 5537, 54, 'submit_ip', ''),
(277, 5537, 54, 'submit_time', '2021-01-30 07:13:08'),
(278, 5537, 55, 'your-name', 'cvb'),
(279, 5537, 55, 'phone', '8989898989'),
(280, 5537, 55, 'your-email', 'ss@gmail.com'),
(281, 5537, 55, 'submit_ip', ''),
(282, 5537, 55, 'submit_time', '2021-01-30 07:13:08'),
(355, 4306, 67, 'Name', 'test'),
(356, 4306, 67, 'gclid_field', ''),
(357, 4306, 67, 'your-email', 'test@gmail.com'),
(358, 4306, 67, 'phone', '13241234'),
(359, 4306, 67, 'requirement', 'test'),
(360, 4306, 67, 'submit_time', '2021-02-11 07:57:28'),
(361, 4306, 67, 'submit_ip', '203.145.165.17'),
(362, 3598, 68, 'your-name', 'test'),
(363, 3598, 68, 'gclid_field', ''),
(364, 3598, 68, 'tel-115', '35234554'),
(365, 3598, 68, 'your-email', 'test@gmail.com'),
(366, 3598, 68, 'text-952', 'test'),
(367, 3598, 68, 'submit_time', '2021-02-12 13:37:54'),
(368, 3598, 68, 'submit_ip', '203.145.165.17'),
(369, 57, 69, 'your-name', 'test'),
(370, 57, 69, 'gclid_field', ''),
(371, 57, 69, 'phone', '52353452'),
(372, 57, 69, 'your-email', 'test@gmail.com'),
(373, 57, 69, 'submit_time', '2021-02-12 13:38:43'),
(374, 57, 69, 'submit_ip', '203.145.165.17'),
(375, 3598, 70, 'your-name', 'sukkoor'),
(376, 3598, 70, 'gclid_field', ''),
(377, 3598, 70, 'tel-115', '66501235'),
(378, 3598, 70, 'your-email', 'sukoormuthu@gmail.com'),
(379, 3598, 70, 'text-952', 'white young'),
(380, 3598, 70, 'submit_time', '2021-02-13 09:37:34'),
(381, 3598, 70, 'submit_ip', '37.210.61.127'),
(382, 3598, 71, 'your-name', 'Abdul Rahman Mohammad'),
(383, 3598, 71, 'gclid_field', ''),
(384, 3598, 71, 'tel-115', '70423136'),
(385, 3598, 71, 'your-email', 'marahman.civil@gmail.com'),
(386, 3598, 71, 'text-952', ''),
(387, 3598, 71, 'submit_time', '2021-02-15 15:04:27'),
(388, 3598, 71, 'submit_ip', '37.186.39.132'),
(389, 57, 72, 'your-name', 'AKHIL'),
(390, 57, 72, 'gclid_field', ''),
(391, 57, 72, 'phone', '94820617'),
(392, 57, 72, 'your-email', 'akhilmahesh783@gmail.com'),
(393, 57, 72, 'submit_time', '2021-02-19 13:06:52'),
(394, 57, 72, 'submit_ip', '111.93.154.62'),
(395, 57, 73, 'your-name', 'AKHIL'),
(396, 57, 73, 'gclid_field', ''),
(397, 57, 73, 'phone', '94820617'),
(398, 57, 73, 'your-email', 'akhilmahesh783@gmail.com'),
(399, 57, 73, 'submit_time', '2021-02-19 13:07:14'),
(400, 57, 73, 'submit_ip', '111.93.154.62'),
(401, 430, 74, 'your-certificate', 'test@gmail.com'),
(402, 430, 74, 'submit_time', '2021-02-23 05:42:27'),
(403, 430, 74, 'submit_ip', '122.173.241.45'),
(404, 430, 75, 'your-certificate', 'test@gmail.com'),
(405, 430, 75, 'submit_time', '2021-02-23 05:45:05'),
(406, 430, 75, 'submit_ip', '122.173.241.45'),
(407, 430, 76, 'your-certificate', 'test@gmail.com'),
(408, 430, 76, 'submit_time', '2021-02-23 06:36:13'),
(409, 430, 76, 'submit_ip', '122.173.241.45'),
(410, 430, 77, 'your-certificate', 'test@gmail.com'),
(411, 430, 77, 'submit_time', '2021-02-23 06:37:59'),
(412, 430, 77, 'submit_ip', '122.173.241.45'),
(413, 3598, 78, 'your-name', 'Ahmed Elnjjar'),
(414, 3598, 78, 'gclid_field', ''),
(415, 3598, 78, 'tel-115', '22660727'),
(416, 3598, 78, 'your-email', 'ahmad141992@hotmail.com'),
(417, 3598, 78, 'text-952', 'Iatl International'),
(418, 3598, 78, 'submit_time', '2021-02-24 09:44:47'),
(419, 3598, 78, 'submit_ip', '102.181.13.230'),
(420, 57, 79, 'your-name', 'SHARMAINE JOY'),
(421, 57, 79, 'gclid_field', ''),
(422, 57, 79, 'phone', '55799567'),
(423, 57, 79, 'your-email', 'sharmainejoyambal@gmail.com'),
(424, 57, 79, 'submit_time', '2021-02-28 10:08:49'),
(425, 57, 79, 'submit_ip', '213.130.121.182'),
(426, 3598, 80, 'your-name', 'Santhosh gs'),
(427, 3598, 80, 'gclid_field', ''),
(428, 3598, 80, 'tel-115', '79759600'),
(429, 3598, 80, 'your-email', 'santhoshgs1994@gmail.com'),
(430, 3598, 80, 'text-952', ''),
(431, 3598, 80, 'submit_time', '2021-03-02 16:34:17'),
(432, 3598, 80, 'submit_ip', '115.99.169.61'),
(433, 3598, 81, 'your-name', 'Brandon Thomas'),
(434, 3598, 81, 'gclid_field', ''),
(435, 3598, 81, 'tel-115', '30442191'),
(436, 3598, 81, 'your-email', 'thomasbrandont01@gmail.com'),
(437, 3598, 81, 'text-952', 'SEO Ground'),
(438, 3598, 81, 'submit_time', '2021-03-05 11:39:57'),
(439, 3598, 81, 'submit_ip', '202.78.236.156'),
(440, 781, 82, 'your-name', 'burgees kamran'),
(441, 781, 82, 'gclid_field', ''),
(442, 781, 82, 'tel-115', '05387085'),
(443, 781, 82, 'your-email', 'burgeeskamran@hotmail.com'),
(444, 781, 82, 'text-952', ''),
(445, 781, 82, 'submit_time', '2021-03-06 11:42:48'),
(446, 781, 82, 'submit_ip', '119.155.44.134'),
(447, 289, 83, 'your-name', 'burgees'),
(448, 289, 83, 'gclid_field', ''),
(449, 289, 83, 'phone', '05387085'),
(450, 289, 83, 'your-email', 'burgeeskamran@hotmail.com'),
(451, 289, 83, 'submit_time', '2021-03-06 11:43:12'),
(452, 289, 83, 'submit_ip', '119.155.44.134'),
(453, 302, 84, 'certificate', 'I-OHSC202005XXX'),
(454, 302, 84, 'submit_time', '2021-03-06 11:43:28'),
(455, 302, 84, 'submit_ip', '119.155.44.134'),
(456, 289, 85, 'your-name', 'burgees'),
(457, 289, 85, 'gclid_field', ''),
(458, 289, 85, 'phone', '05387085'),
(459, 289, 85, 'your-email', 'burgeeskamran@hotmail.com'),
(460, 289, 85, 'submit_time', '2021-03-06 11:46:02'),
(461, 289, 85, 'submit_ip', '119.155.44.134'),
(462, 781, 86, 'your-name', 'test'),
(463, 781, 86, 'gclid_field', ''),
(464, 781, 86, 'tel-115', '45234523'),
(465, 781, 86, 'your-email', 'test@gmail.com'),
(466, 781, 86, 'text-952', 'test'),
(467, 781, 86, 'submit_time', '2021-03-06 12:08:45'),
(468, 781, 86, 'submit_ip', '122.173.118.126'),
(469, 229, 87, 'your-name', 'burgees kamran'),
(470, 229, 87, 'your-email', 'burgeeskamran@hotmail.com'),
(471, 229, 87, 'phone', '05387085'),
(472, 229, 87, 'your-message', ''),
(473, 229, 87, 'submit_time', '2021-03-07 05:11:46'),
(474, 229, 87, 'submit_ip', '110.38.91.181'),
(475, 478, 88, 'your-name', '1'),
(476, 478, 88, 'gclid_field', ''),
(477, 478, 88, 'your-email', '1@1.com'),
(478, 478, 88, 'phone', '12345678'),
(479, 478, 88, 'your-message', 'hi test'),
(480, 478, 88, 'submit_time', '2021-03-09 12:41:41'),
(481, 478, 88, 'submit_ip', '89.211.236.23'),
(482, 781, 89, 'your-name', 'testing'),
(483, 781, 89, 'gclid_field', ''),
(484, 781, 89, 'tel-115', '98789787'),
(485, 781, 89, 'your-email', 'jhkjhJK@kjk.cm'),
(486, 781, 89, 'text-952', 'hghjj'),
(487, 781, 89, 'submit_time', '2021-03-09 15:59:32'),
(488, 781, 89, 'submit_ip', '203.115.73.96'),
(489, 229, 90, 'your-name', 'Raman'),
(490, 229, 90, 'your-email', 'sjdjkdh@kjh.com'),
(491, 229, 90, 'phone', '89787987'),
(492, 229, 90, 'your-message', 'jhdfghsdjfg jfhgds jh'),
(493, 229, 90, 'submit_time', '2021-03-09 16:01:32'),
(494, 229, 90, 'submit_ip', '203.115.73.96'),
(495, 781, 91, 'your-name', 'Munish'),
(496, 781, 91, 'gclid_field', ''),
(497, 781, 91, 'tel-115', '32562352'),
(498, 781, 91, 'your-email', 'test@test.com'),
(499, 781, 91, 'text-952', 'Testing '),
(500, 781, 91, 'submit_time', '2021-03-09 17:04:34'),
(501, 781, 91, 'submit_ip', '2409:4055:2e9d:c6b:5897:b362:5f78:38a5'),
(502, 478, 92, 'your-name', 'Test email'),
(503, 478, 92, 'gclid_field', ''),
(504, 478, 92, 'your-email', 'test@test.com'),
(505, 478, 92, 'phone', '23563256'),
(506, 478, 92, 'your-message', 'Test email'),
(507, 478, 92, 'submit_time', '2021-03-09 17:11:39'),
(508, 478, 92, 'submit_ip', '2409:4055:2e9d:c6b:5897:b362:5f78:38a5'),
(509, 289, 93, 'your-name', 'Test email'),
(510, 289, 93, 'gclid_field', ''),
(511, 289, 93, 'phone', '32563265'),
(512, 289, 93, 'your-email', 'test@test.com'),
(513, 289, 93, 'submit_time', '2021-03-09 17:13:46'),
(514, 289, 93, 'submit_ip', '2409:4055:2e9d:c6b:5897:b362:5f78:38a5'),
(515, 289, 94, 'your-name', 'Test email'),
(516, 289, 94, 'gclid_field', ''),
(517, 289, 94, 'phone', '36532653'),
(518, 289, 94, 'your-email', 'test@test.com'),
(519, 289, 94, 'submit_time', '2021-03-09 17:14:13'),
(520, 289, 94, 'submit_ip', '2409:4055:2e9d:c6b:5897:b362:5f78:38a5'),
(521, 229, 95, 'your-name', 'Test email'),
(522, 229, 95, 'your-email', 'test@test.com'),
(523, 229, 95, 'phone', '34543432'),
(524, 229, 95, 'your-message', 'Test email'),
(525, 229, 95, 'submit_time', '2021-03-09 17:57:03'),
(526, 229, 95, 'submit_ip', '2409:4055:2e9d:c6b:5897:b362:5f78:38a5'),
(527, 781, 96, 'your-name', 'PRIYANKA SHAMIL'),
(528, 781, 96, 'gclid_field', ''),
(529, 781, 96, 'tel-115', '81849030'),
(530, 781, 96, 'your-email', 'priyankarathod0626@gmail.com'),
(531, 781, 96, 'text-952', 'finding job'),
(532, 781, 96, 'submit_time', '2021-03-10 15:55:03'),
(533, 781, 96, 'submit_ip', '27.6.141.108'),
(534, 289, 97, 'your-name', 'PRIYANKA SHAMIL'),
(535, 289, 97, 'gclid_field', ''),
(536, 289, 97, 'phone', '81849030'),
(537, 289, 97, 'your-email', 'priyankarathod0626@gmail.com'),
(538, 289, 97, 'submit_time', '2021-03-10 15:58:19'),
(539, 289, 97, 'submit_ip', '27.6.141.108'),
(540, 781, 98, 'your-name', 'Hi'),
(541, 781, 98, 'gclid_field', ''),
(542, 781, 98, 'tel-115', '12345678'),
(543, 781, 98, 'your-email', 'w@q.com'),
(544, 781, 98, 'text-952', 'Hi'),
(545, 781, 98, 'submit_time', '2021-03-11 08:09:06'),
(546, 781, 98, 'submit_ip', '37.211.152.38'),
(547, 229, 99, 'your-name', 'Rita Merano'),
(548, 229, 99, 'your-email', 'updates@eco-web.com'),
(549, 229, 99, 'phone', '44272347'),
(550, 229, 99, 'your-message', 'Attn: Mr. Muhammad Sheikh, Managing Director\r\n\r\nDear Mr. Sheikh\r\n\r\nYour Entry in the Green Pages directory was last updated on 13. October 2019, and is older than the average age of 256 days of all the listings in Volume 25 · Issue 11. To ensure that the published information is correct, please review the data below:\r\n\r\n    Aegis Services LLC\r\n    Commercial Bank Plaza, 15/F #10\r\n    PO Box 27111\r\n    Majlis Al Taawon Street\r\n    West Bay\r\n    Doha\r\n    Qatar\r\n    Tel: (+974) 4466 2120\r\n    Fax: (+974) 4452 8030\r\n    Mobile: (+974) 3372 3466\r\n    E-mail:  enquiry@aegis.qa\r\n    Website: www.aegis.qa\r\n    Network/Blog: www.facebook.com/aegisservices\r\n    Activity: Providing ISO Consultancy &amp; Certification Services since 2012, Specializing in ISO 9001, ISO 14001, OHSAS 18001, ISO 22000\r\n\r\nAegis Services LLC has been listed in the Green Pages since 10. November 2018. There is no charge for this listing, but we require your verification of the above, otherwise your record will be «recycled» through a new directory entry shortly.\r\n\r\n==&gt;&gt; If All Correct:\r\nConfirm your continued free listing by returning this mail to sender, enter OK in the text body.\r\n\r\n==&gt;&gt; To Update Listing:\r\n· Make changes online at https://www.eco-web.com/cgi-bin/upd?04575\r\n  (You may want to bookmark this link for future updates) · Or modify details above and return this mail to sender\r\n\r\n==&gt;&gt; To View Current Listing:\r\nVisit https://www.eco-web.com/reg/04575.html\r\n\r\n==&gt;&gt; Background Info:\r\nTo learn more about the scope and features of this source guide for environmental technology, please visit https://www.eco-web.com/inf/\r\n\r\nIf I can be of any further assistance or provide you with more information about our services, please contact me at services@eco-web.com.\r\n\r\nSincerely,\r\n\r\nRita Merano\r\nECO Services International\r\n'),
(551, 229, 99, 'submit_time', '2021-03-11 08:27:05'),
(552, 229, 99, 'submit_ip', '49.145.96.82'),
(553, 781, 100, 'your-name', 'try'),
(554, 781, 100, 'gclid_field', ''),
(555, 781, 100, 'tel-115', '12345678'),
(556, 781, 100, 'your-email', 'hi@hi.com'),
(557, 781, 100, 'text-952', 'hi'),
(558, 781, 100, 'submit_time', '2021-03-13 13:14:04'),
(559, 781, 100, 'submit_ip', '37.211.3.198'),
(560, 781, 101, 'your-name', 'Mohammed Farhan'),
(561, 781, 101, 'gclid_field', ''),
(562, 781, 102, 'your-name', 'Mohammed Farhan'),
(563, 781, 101, 'tel-115', '70002857'),
(564, 781, 102, 'gclid_field', ''),
(565, 781, 101, 'your-email', 'mohammedfarhan815@gmail.com'),
(566, 781, 102, 'tel-115', '70002857'),
(567, 781, 101, 'text-952', ''),
(568, 781, 102, 'your-email', 'mohammedfarhan815@gmail.com'),
(569, 781, 101, 'submit_time', '2021-03-14 09:11:55'),
(570, 781, 102, 'text-952', ''),
(571, 781, 101, 'submit_ip', '37.186.36.185'),
(572, 781, 102, 'submit_time', '2021-03-14 09:11:55'),
(573, 781, 102, 'submit_ip', '37.186.36.185'),
(574, 229, 103, 'your-name', 'JGhjgjg'),
(575, 229, 103, 'your-email', 'hjghjg@HJ.com'),
(576, 229, 103, 'phone', '76786786'),
(577, 229, 103, 'your-message', 'hjgjghj '),
(578, 229, 103, 'submit_time', '2021-03-14 10:05:02'),
(579, 229, 103, 'submit_ip', '122.173.111.230'),
(580, 478, 104, 'your-name', 'Asfar hussain'),
(581, 478, 104, 'gclid_field', ''),
(582, 478, 104, 'your-email', 'asfar515@gmail.com'),
(583, 478, 104, 'phone', '88778030'),
(584, 478, 104, 'your-message', 'I love to work in Qatar. Had 15y exp in sales and marketing. Presently working at india in HDFC life insurance company..'),
(585, 478, 104, 'submit_time', '2021-03-16 09:59:18'),
(586, 478, 104, 'submit_ip', '2402:8100:24e6:c2c4:ba1a:66d7:3cbc:5bb8'),
(587, 781, 105, 'your-name', 'Akhtar'),
(588, 781, 105, 'gclid_field', ''),
(589, 781, 105, 'phone', '44567318'),
(590, 781, 105, 'your-email', 'info@voltpowercontracting.com'),
(591, 781, 105, 'text-952', 'Volt Power Contracting and Trading'),
(592, 781, 105, 'submit_time', '2021-03-21 11:28:43'),
(593, 781, 105, 'submit_ip', '37.211.90.236'),
(594, 781, 106, 'your-name', 'Souhail Ben amara'),
(595, 781, 106, 'gclid_field', ''),
(596, 781, 106, 'phone', '50988757'),
(597, 781, 106, 'your-email', 'sou8542@gmail.com'),
(598, 781, 106, 'text-952', 'Dubai holding '),
(599, 781, 106, 'submit_time', '2021-03-22 12:11:09'),
(600, 781, 106, 'submit_ip', '165.50.48.39'),
(601, 781, 107, 'your-name', 'Syed Asif'),
(602, 781, 107, 'gclid_field', ''),
(603, 781, 107, 'phone', '37413592'),
(604, 781, 107, 'your-email', 'asifg_ok1@yahoo.com'),
(605, 781, 107, 'text-952', 'Waheed Fouad jamjoom Trading &amp; Contracting Co.'),
(606, 781, 107, 'submit_time', '2021-03-24 10:29:25'),
(607, 781, 107, 'submit_ip', '103.104.213.54'),
(608, 229, 108, 'your-name', 'Sidney Horner'),
(609, 229, 108, 'your-email', 'sidney.horner55@googlemail.com'),
(610, 229, 108, 'phone', '458 1200'),
(611, 229, 108, 'your-message', 'Hello\r\n \r\nYOU NEED QUALITY VISITORS FOR YOUR: aegis.qa  ?\r\n \r\nWE PROVIDE HIGH-QUALITY VISITORS WITH:\r\n-  100% safe for your site\r\n-  real visitors with unique IPs. No bots, proxies, or datacenters\r\n-  visitors from Search Engine (by keyword)\r\n-  visitors from Social Media Sites (referrals)\r\n-  visitors from any country you want (USA/UK/CA/EU…)\r\n-  very low bounce rate\r\n-  very long visit duration\r\n-  multiple pages visited\r\n-  tractable in google analytics\r\n-  custom URL tracking provided\r\n-  boost ranking in SERP, SEO, profit from CPM\r\n \r\nCLAIM YOUR 24 HOURS FREE TEST HERE=&gt;  ventfara@mail.com\r\n \r\n \r\nThanks, Sidney Horner'),
(612, 229, 108, 'submit_time', '2021-03-25 15:43:31'),
(613, 229, 108, 'submit_ip', '45.145.56.198'),
(614, 229, 109, 'your-name', 'SATHEESH'),
(615, 229, 109, 'your-email', 'prsathish98423@gmail.com'),
(616, 229, 109, 'phone', '98423797'),
(617, 229, 109, 'your-message', 'Greeting of the Day!!\r\n\r\nI am satheesh , Coimbatore ,Tamilnadu, India . I am looking for Job opening of Quality Management \r\ni am an Engineering graduate , PGDQM  and MBA and i amHaving 21 experience in the field of Consulting and auditing . I am qualified Lead Auditor for 3 Standard ISO9001:2015, ISO14001:2015,ISO45000:2018\r\nmy contact Number 9842379743\r\nExpecting positive feedback from you Thank you'),
(618, 229, 109, 'submit_time', '2021-03-27 07:39:24'),
(619, 229, 109, 'submit_ip', '2401:4900:234f:3268:535:6568:2833:741'),
(620, 302, 110, 'certificate', 'ISO 27001'),
(621, 302, 110, 'submit_time', '2021-03-28 04:34:59'),
(622, 302, 110, 'submit_ip', '2409:4055:518:8d4c:6d6f:e3f2:f501:5613'),
(623, 302, 111, 'certificate', 'ISO 27001'),
(624, 302, 111, 'submit_time', '2021-03-28 04:36:28'),
(625, 302, 111, 'submit_ip', '2409:4055:518:8d4c:6d6f:e3f2:f501:5613'),
(626, 289, 112, 'your-name', 'Test'),
(627, 289, 112, 'gclid_field', ''),
(628, 289, 112, 'phone', '23563256'),
(629, 289, 112, 'your-email', 'test@test.com'),
(630, 289, 112, 'submit_time', '2021-03-28 04:36:45'),
(631, 289, 112, 'submit_ip', '2409:4055:518:8d4c:6d6f:e3f2:f501:5613'),
(632, 229, 113, 'your-name', 'Test'),
(633, 229, 113, 'your-email', 'test@test.com'),
(634, 229, 113, 'phone', '23562356'),
(635, 229, 113, 'your-message', 'test email'),
(636, 229, 113, 'submit_time', '2021-03-28 04:45:33'),
(637, 229, 113, 'submit_ip', '2409:4055:518:8d4c:6d6f:e3f2:f501:5613'),
(638, 289, 114, 'your-name', 'Roshan Uddhar'),
(639, 289, 114, 'gclid_field', ''),
(640, 289, 114, 'phone', '31374260'),
(641, 289, 114, 'your-email', 'qaqc.as@almanagroup.com'),
(642, 289, 114, 'submit_time', '2021-04-07 05:28:39'),
(643, 289, 114, 'submit_ip', '178.152.189.42'),
(644, 781, 115, 'your-name', 'Ishaq'),
(645, 781, 115, 'gclid_field', ''),
(646, 781, 115, 'phone', '55423736'),
(647, 781, 115, 'your-email', 'ishaq.vhora@gmail.com'),
(648, 781, 115, 'text-952', ''),
(649, 781, 115, 'submit_time', '2021-04-08 22:14:37'),
(650, 781, 115, 'submit_ip', '178.153.81.232'),
(651, 302, 116, 'certificate', 'AS-ISOA-401348'),
(652, 302, 116, 'submit_time', '2021-04-28 12:11:10'),
(653, 302, 116, 'submit_ip', '106.205.224.138'),
(654, 229, 117, 'your-name', 'MAE AGTING'),
(655, 229, 117, 'your-email', 'MAE.AGTING@AATLAW.PH'),
(656, 229, 117, 'phone', '88438930'),
(657, 229, 117, 'your-message', 'Attention: The Human Resources Department\r\n\r\nDear Sir/Madam:\r\n\r\nRe:      Employment Assistance\r\n\r\nAAT Business Solutions Inc. (AATBSI) is the authorized legal representative of DOHA BANK, Qatar in the Philippines. \r\n\r\nWe would like to seek your kind assistance if the below mentioned person is currently employed by your good company, to wit:\r\n\r\nNAME	WARREN LAQUINDANUM \r\nDATE OF BIRTH	3/25/83\r\nNATIONALITY	FILIPINO\r\n\r\n\r\n\r\nWe shall be very grateful if you could inform the above-named person to immediately call the undersigned or Ms. Mabel Jerusalem, Legal Account Supervisor, at tel/cel no. 0063288438930 / 00639171785428 or send us an email at mabel.jerusalem@aatlaw.ph for us to fully apprise him of the purpose of this inquiry and assistance.\r\n\r\nRest assured that all information pertaining to the above-named person shall be treated with utmost confidentiality and Data Privacy law. \r\n\r\nOnce again, we thank you of your kind assistance.\r\n\r\n\r\n \r\nMae Agting\r\n\r\nT: +632- 88438930 |M: +63- 9171785428\r\n'),
(658, 229, 117, 'submit_time', '2021-05-07 08:17:02'),
(659, 229, 117, 'submit_ip', '112.210.19.241'),
(660, 229, 118, 'your-name', 'MAE AGTING'),
(661, 229, 118, 'your-email', 'MAE.AGTING@AATLAW.PH'),
(662, 229, 118, 'phone', '88438930'),
(663, 229, 118, 'your-message', 'Attention: The Human Resources Department\r\n\r\nDear Sir/Madam:\r\n\r\nRe:      Employment Assistance\r\n\r\nAAT Business Solutions Inc. (AATBSI) is the authorized legal representative of DOHA BANK, Qatar in the Philippines. \r\n\r\nWe would like to seek your kind assistance if the below mentioned person is currently employed by your good company, to wit:\r\n\r\nNAME	WARREN LAQUINDANUM \r\nDATE OF BIRTH	3/25/83\r\nNATIONALITY	FILIPINO\r\n\r\n\r\n\r\nWe shall be very grateful if you could inform the above-named person to immediately call the undersigned or Ms. Mabel Jerusalem, Legal Account Supervisor, at tel/cel no. 0063288438930 / 00639171785428 or send us an email at mabel.jerusalem@aatlaw.ph for us to fully apprise him of the purpose of this inquiry and assistance.\r\n\r\nRest assured that all information pertaining to the above-named person shall be treated with utmost confidentiality and Data Privacy law. \r\n\r\nOnce again, we thank you of your kind assistance.\r\n\r\n\r\n \r\nMae Agting\r\n\r\nT: +632- 88438930 |M: +63- 9171785428\r\n'),
(664, 229, 118, 'submit_time', '2021-05-07 08:17:14'),
(665, 229, 118, 'submit_ip', '112.210.19.241'),
(666, 229, 119, 'your-name', 'MAE AGTING'),
(667, 229, 119, 'your-email', 'MAE.AGTING@AATLAW.PH'),
(668, 229, 119, 'phone', '88438930'),
(669, 229, 119, 'your-message', 'Attention: The Human Resources Department\r\n\r\nDear Sir/Madam:\r\n\r\nRe:      Employment Assistance\r\n\r\nAAT Business Solutions Inc. (AATBSI) is the authorized legal representative of DOHA BANK, Qatar in the Philippines. \r\n\r\nWe would like to seek your kind assistance if the below mentioned person is currently employed by your good company, to wit:\r\n\r\nNAME	WARREN LAQUINDANUM \r\nDATE OF BIRTH	3/25/83\r\nNATIONALITY	FILIPINO\r\n\r\n\r\n\r\nWe shall be very grateful if you could inform the above-named person to immediately call the undersigned or Ms. Mabel Jerusalem, Legal Account Supervisor, at tel/cel no. 0063288438930 / 00639171785428 or send us an email at mabel.jerusalem@aatlaw.ph for us to fully apprise him of the purpose of this inquiry and assistance.\r\n\r\nRest assured that all information pertaining to the above-named person shall be treated with utmost confidentiality and Data Privacy law. \r\n\r\nOnce again, we thank you of your kind assistance.\r\n\r\n\r\n \r\nMae Agting\r\n\r\nT: +632- 88438930 |M: +63- 9171785428\r\n'),
(670, 229, 119, 'submit_time', '2021-05-07 08:17:25'),
(671, 229, 119, 'submit_ip', '112.210.19.241'),
(672, 781, 120, 'your-name', 'Rola Khalaf'),
(673, 781, 120, 'gclid_field', ''),
(674, 781, 120, 'phone', '33119841'),
(675, 781, 120, 'your-email', 'rola.k@msc-q.com'),
(676, 781, 120, 'text-952', 'Multi Services Company- Qatar'),
(677, 781, 120, 'submit_time', '2021-06-02 13:10:32'),
(678, 781, 120, 'submit_ip', '89.211.158.207'),
(679, 302, 121, 'certificate', 'E-97425082375'),
(680, 302, 121, 'submit_time', '2021-06-02 13:51:07'),
(681, 302, 121, 'submit_ip', '78.101.87.118'),
(682, 781, 122, 'your-name', 'Sanad Abdulrahim'),
(683, 781, 122, 'gclid_field', ''),
(684, 781, 122, 'phone', '30036305'),
(685, 781, 122, 'your-email', 'ars.ttc@gmail.com'),
(686, 781, 122, 'text-952', 'JH construction'),
(687, 781, 122, 'submit_time', '2021-06-07 08:31:26'),
(688, 781, 122, 'submit_ip', '176.203.129.161'),
(689, 229, 123, 'your-name', 'Patricia Smith'),
(690, 229, 123, 'your-email', 'patriciapdsmith@gmail.com'),
(691, 229, 123, 'phone', '30442191'),
(692, 229, 123, 'your-message', 'Hey there,\r\n\r\nHope you and your business are doing well. We\'ve all been through so much this year!\r\n\r\nI\'m really sorry to bother you, and I know you are super busy, but I have been checking your website, and it seems that you are not ranking well for your ad words and key phrases. I actually help businesses like yours get a better ranking in google by using 10 proven techniques below.\r\n\r\nI would really love the opportunity to work with you and your business, and bring your website to the top of Google’s list - the sweet spot where you get clicks and more business!\r\n\r\nPlease let me tell you some of the techniques that I can use below to help you get a better ranking in google search:\r\n\r\n1. Title Tag Optimizations are missing, I can add these to your site.\r\n2. Meta Tag Optimization descriptions are absent, I can add them too. \r\n3. Heading Tags Optimization - No problem getting those put in there.\r\n4. Targeted keywords are not placed into tags correctly.\r\n5. Alt / Image tags Optimization is not present - it would take me seconds to write these.\r\n6. Google Publisher is missing; I can set this up for you\r\n7. Custom 404 Page is missing and I can create this for you.\r\n8. The Products are not following Structured mark-up data, let me edit that in google webmaster tools.\r\n9. Website Speed Development (Both Mobile and Desktop) I can make some tweaks and show you a speed performance using GTMetrics or Pingdom\r\n10.Content Creation SEO work - As a native English speaker, I can create fantastic articles that people will want to read and share, these will bring business to you by word of mouth rather than expensive promotion via google paid search.\r\n\r\nI\'m sorry if this sounds a little technical, but rest assured, these techniques will certainly improve you ranking in search. I am so confident that I will offer you a full refund of my fee should you not see an improvement in your google ranking within two months.\r\n\r\nWe\'ve got lots to do together to make you stand out!\r\n\r\nPlease give us the chance to work with you. You can see our rates on our website.\r\n\r\nIf this email has reached you by mistake, or if you do not wish to take advantage of this opportunity, please accept my apologies for any inconvenience caused. We are a small business and we are just trying to get some customers. I\'m sure you were in our position once too. Rest assured that we will not contact you again should you reply to this email with the word \'unsubscribe\'\r\n\r\nThank you kindly for your time and consideration,\r\n\r\nLooking forward to working with you.\r\n\r\nKindest regards,\r\nPatricia Smith\r\n\r\nIn return, would you please be so kind as to leave a comment on one of my posts. I\'ll let you know which one if you reply to me.\r\n\r\nSpread the love!'),
(693, 229, 123, 'submit_time', '2021-06-08 03:06:36'),
(694, 229, 123, 'submit_ip', '103.240.98.72'),
(695, 229, 124, 'your-name', 'Herbert S'),
(696, 229, 124, 'your-email', 'adi@ndmails.com'),
(697, 229, 124, 'phone', '02440753'),
(698, 229, 124, 'your-message', 'Just wanted to ask if you would be interested in getting external help with graphic design? We do all design work like banners, advertisements, photo edits, logos, flyers, etc. for a fixed monthly fee. \r\n\r\nWe don\'t charge for each task. What kind of work do you need on a regular basis? Let me know and I\'ll share my portfolio with you\r\n'),
(699, 229, 124, 'submit_time', '2021-06-09 03:27:27'),
(700, 229, 124, 'submit_ip', '2409:4060:16:48ec:6d79:5fdf:5182:817'),
(701, 781, 125, 'your-name', 'chacko'),
(702, 781, 125, 'gclid_field', ''),
(703, 781, 125, 'phone', '77515734'),
(704, 781, 125, 'your-email', 'chacko@icmstray.com'),
(705, 781, 125, 'text-952', 'ICMS'),
(706, 781, 125, 'submit_time', '2021-06-13 10:11:04'),
(707, 781, 125, 'submit_ip', '176.202.224.207'),
(708, 302, 126, 'certificate', 'AS-IAT-400729'),
(709, 302, 126, 'submit_time', '2021-06-15 18:28:12'),
(710, 302, 126, 'submit_ip', '37.208.184.119'),
(711, 302, 127, 'certificate', 'AS-IAT-400729'),
(712, 302, 127, 'submit_time', '2021-06-15 18:28:13'),
(713, 302, 127, 'submit_ip', '37.208.184.119'),
(714, 302, 128, 'certificate', 'AS-IAT-400729'),
(715, 302, 128, 'submit_time', '2021-06-15 18:28:14'),
(716, 302, 128, 'submit_ip', '37.208.184.119'),
(717, 302, 129, 'certificate', 'AS-AIT-400729'),
(718, 302, 129, 'submit_time', '2021-06-15 18:29:30'),
(719, 302, 129, 'submit_ip', '37.208.184.119'),
(720, 302, 130, 'certificate', 'AS-AIT-400729'),
(721, 302, 130, 'submit_time', '2021-06-15 18:29:30'),
(722, 302, 130, 'submit_ip', '37.208.184.119'),
(723, 302, 131, 'certificate', 'AS-AIT-400729'),
(724, 302, 131, 'submit_time', '2021-06-15 18:29:31'),
(725, 302, 131, 'submit_ip', '37.208.184.119'),
(726, 302, 132, 'certificate', 'AS-AIT-400729'),
(727, 302, 132, 'submit_time', '2021-06-15 18:29:32'),
(728, 302, 132, 'submit_ip', '37.208.184.119'),
(729, 781, 133, 'your-name', 'MOhamed'),
(730, 781, 133, 'gclid_field', ''),
(731, 781, 133, 'phone', '30256780'),
(732, 781, 133, 'your-email', 'Test@gmail.com'),
(733, 781, 133, 'text-952', 'abc'),
(734, 781, 133, 'submit_time', '2021-06-22 07:41:59'),
(735, 781, 133, 'submit_ip', '176.202.48.212'),
(736, 289, 134, 'your-name', 'MOhamed'),
(737, 289, 134, 'gclid_field', ''),
(738, 289, 134, 'phone', '30256780'),
(739, 289, 134, 'your-email', 'Test@gmail.com'),
(740, 289, 134, 'submit_time', '2021-06-22 07:42:34'),
(741, 289, 134, 'submit_ip', '176.202.48.212'),
(742, 289, 135, 'your-name', 'MOhamed'),
(743, 289, 135, 'gclid_field', ''),
(744, 289, 135, 'phone', '30256780'),
(745, 289, 135, 'your-email', 'Test@gmail.com'),
(746, 289, 135, 'submit_time', '2021-06-22 07:42:50'),
(747, 289, 135, 'submit_ip', '176.202.48.212'),
(748, 302, 136, 'certificate', 'E-97409011190'),
(749, 302, 136, 'submit_time', '2021-06-26 06:20:13'),
(750, 302, 136, 'submit_ip', '37.210.70.135'),
(751, 302, 137, 'certificate', 'E-97409011190'),
(752, 302, 137, 'submit_time', '2021-06-26 06:20:15'),
(753, 302, 137, 'submit_ip', '37.210.70.135'),
(754, 302, 138, 'certificate', 'E-97409011190'),
(755, 302, 138, 'submit_time', '2021-06-26 06:21:18'),
(756, 302, 138, 'submit_ip', '37.210.70.135'),
(757, 781, 139, 'your-name', 'Linda Naser'),
(758, 781, 139, 'gclid_field', ''),
(759, 781, 139, 'phone', '+9627706'),
(760, 781, 139, 'your-email', 'linda.naser@aqualine-me.com'),
(761, 781, 139, 'text-952', 'AQUALINE-ME '),
(762, 781, 139, 'submit_time', '2021-06-27 08:52:37'),
(763, 781, 139, 'submit_ip', '94.249.84.30'),
(764, 781, 140, 'your-name', 'Mohamed Irfan '),
(765, 781, 140, 'gclid_field', ''),
(766, 781, 140, 'phone', '30256780'),
(767, 781, 140, 'your-email', 'm.irfan@aegis.qa'),
(768, 781, 140, 'text-952', 'abc'),
(769, 781, 140, 'submit_time', '2021-06-28 05:51:46'),
(770, 781, 140, 'submit_ip', '176.202.48.212'),
(771, 289, 141, 'your-name', 'Mohamed Irfan '),
(772, 289, 141, 'gclid_field', ''),
(773, 289, 141, 'phone', '30256780'),
(774, 289, 141, 'your-email', 'm.irfan@aegis.qa'),
(775, 289, 141, 'submit_time', '2021-06-28 06:09:56'),
(776, 289, 141, 'submit_ip', '176.202.48.212'),
(777, 289, 142, 'your-name', 'Mohamed Irfan '),
(778, 289, 142, 'gclid_field', ''),
(779, 289, 142, 'phone', '30256780'),
(780, 289, 142, 'your-email', 'm.irfan@aegis.qa'),
(781, 289, 142, 'submit_time', '2021-06-28 06:10:11'),
(782, 289, 142, 'submit_ip', '176.202.48.212'),
(783, 781, 143, 'your-name', 'Mohamed Irfan '),
(784, 781, 143, 'gclid_field', ''),
(785, 781, 143, 'phone', '30256780'),
(786, 781, 143, 'your-email', 'm.irfan@aegis.qa'),
(787, 781, 143, 'text-952', 'abc'),
(788, 781, 143, 'submit_time', '2021-06-28 06:48:29'),
(789, 781, 143, 'submit_ip', '176.202.48.212'),
(790, 781, 144, 'your-name', 'jeraldine villalobos'),
(791, 781, 144, 'gclid_field', ''),
(792, 781, 144, 'phone', '+9745064'),
(793, 781, 144, 'your-email', 'js.castillo@geicqatar.com'),
(794, 781, 144, 'text-952', 'GEIC'),
(795, 781, 144, 'submit_time', '2021-06-30 13:30:16'),
(796, 781, 144, 'submit_ip', '37.210.118.193'),
(797, 781, 145, 'your-name', 'Mohamed Irfan '),
(798, 781, 145, 'gclid_field', ''),
(799, 781, 145, 'phone', '30256780'),
(800, 781, 145, 'your-email', 'm.irfan@aegis.qa'),
(801, 781, 145, 'text-952', 'abc'),
(802, 781, 145, 'submit_time', '2021-07-05 06:50:19'),
(803, 781, 145, 'submit_ip', '176.202.48.212'),
(804, 478, 146, 'your-name', 'Mohamed Irfan '),
(805, 478, 146, 'gclid_field', ''),
(806, 478, 146, 'your-email', 'm.irfan@aegis.qa'),
(807, 478, 146, 'phone', '30256780'),
(808, 478, 146, 'your-message', 'asd'),
(809, 478, 146, 'submit_time', '2021-07-05 06:55:27'),
(810, 478, 146, 'submit_ip', '176.202.48.212'),
(811, 289, 147, 'your-name', 'Mohamed Irfan '),
(812, 289, 147, 'gclid_field', ''),
(813, 289, 147, 'phone', '30256780'),
(814, 289, 147, 'your-email', 'm.irfan@aegis.qa'),
(815, 289, 147, 'submit_time', '2021-07-05 06:55:44'),
(816, 289, 147, 'submit_ip', '176.202.48.212'),
(817, 781, 148, 'your-name', 'Mohamed Irfan '),
(818, 781, 148, 'gclid_field', ''),
(819, 781, 148, 'phone', '30256780'),
(820, 781, 148, 'your-email', 'm.irfan@aegis.qa'),
(821, 781, 148, 'text-952', 'abc'),
(822, 781, 148, 'submit_time', '2021-07-08 06:42:07'),
(823, 781, 148, 'submit_ip', '176.202.48.212'),
(824, 478, 149, 'your-name', 'Mohamed Irfan '),
(825, 478, 149, 'gclid_field', ''),
(826, 478, 149, 'your-email', 'm.irfan@aegis.qa'),
(827, 478, 149, 'phone', '30256780'),
(828, 478, 149, 'your-message', 'qwerty'),
(829, 478, 149, 'submit_time', '2021-07-08 06:43:09'),
(830, 478, 149, 'submit_ip', '176.202.48.212'),
(831, 289, 150, 'your-name', 'Mohamed Irfan '),
(832, 289, 150, 'gclid_field', ''),
(833, 289, 150, 'phone', '30256780'),
(834, 289, 150, 'your-email', 'm.irfan@aegis.qa'),
(835, 289, 150, 'submit_time', '2021-07-08 06:43:24'),
(836, 289, 150, 'submit_ip', '176.202.48.212'),
(837, 229, 151, 'your-name', 'Maybelle Sutherland'),
(838, 229, 151, 'your-email', 'sutherland.maybelle@outlook.com'),
(839, 229, 151, 'phone', '438 6648'),
(840, 229, 151, 'your-message', 'Elon Musk is a visionary and he is well knowned to have the midas touch. Anything he tweets or gets involved in, goes up in prices.\r\n\r\nElon Musk caused Bitcoin\'s price to soar when he tweeted about it.\r\n\r\nProof: https://www.forbes.com/sites/jonathanponciano/2021/06/13/musk-denies-bitcoin-pump-and-dump-and-says-tesla-will-resume-transactions-once-this-mining-goal-is-reached/?sh=17fdcafeaa2a\r\n\r\nElon Musk caused Doge Coin to soar when he tweeted about it.\r\nhttps://www.news.com.au/finance/money/investing/dogecoin-price-elon-musk-pumps-crypto-with-ceo-tweet/news-story/adb38ab506f84b632992bd8314068003\r\n\r\nThe most important question everyone has is: &quot;what is next?&quot;\r\n\r\nThe short answer is a newly listed NASDAQ crypto mining company from Canada.\r\n\r\nRumours have it that Elon Musk or Tesla might have or is going to acquire a stake in this newly listed NASDAQ.\r\n\r\nMany are waiting for his &quot;infamous&quot; tweets to send stock price soaring.\r\n\r\nWith all the talk about going green, this newly listed Bitcoin and Ethereum mining company is a green company that mines bitcoin and ethereum using green energy.\r\n\r\nIt is currently trading at less than USD$3.50 in NASDAQ, way lower than it\'s all time high in 2018. And Bitcoin and Ethereum have broken their all time high, making this stock highly undervalued.\r\n\r\nThis company is Canadian company Hive Blockchain. You can check out their stock here:\r\nhttps://www.nasdaq.com/market-activity/stocks/hvbtf\r\n\r\nRumours have it that Elon Musk or Tesla has taken a stake in this company which just listed on NASDAQ on 1st July 2021.\r\n\r\nhttps://www.foxbusiness.com/markets/bitcoin-miners-form-council-meeting-elon-musk\r\nhttps://ca.finance.yahoo.com/news/3-reasons-hive-blockchain-technologies-230044627.html\r\n\r\nIf you are a long term investor, you can consider buying this stock for the long term.\r\n\r\nIf you are a short term speculator, you can consider the strategy of buy the rumour and sell the news on HIVE Blockchain stock.\r\n\r\nFor more on this stock, you can visit the official website here: https://www.hiveblockchain.com/\r\n\r\nAnd do check out what the investor community is saying about HIVE BLOCKCHAIN here in Yahoo: https://finance.yahoo.com/quote/HIVE.V/community?p=HIVE.V\r\n\r\nDon\'t miss out on this golden opporunity!'),
(841, 229, 151, 'submit_time', '2021-07-14 01:29:14'),
(842, 229, 151, 'submit_ip', '191.96.106.222'),
(843, 478, 152, 'your-name', 'Kelvin'),
(844, 478, 152, 'gclid_field', ''),
(845, 478, 152, 'your-email', 'kelvin.goossens21@gmail.com'),
(846, 478, 152, 'phone', '423 5683'),
(847, 478, 152, 'your-message', 'Good day \r\n \r\nCAREDOGBEST™ - Personalized Dog Harness. All sizes from XS to XXL.  Easy ON/OFF in just 2 seconds.  LIFETIME WARRANTY.\r\n\r\nClick here: caredogbest.com\r\n \r\nMany Thanks, \r\n \r\nKelvin\r\nTop Consultant for ISO Certification in Qatar - Aegis Services'),
(848, 478, 152, 'submit_time', '2021-08-02 19:52:00'),
(849, 478, 152, 'submit_ip', '172.83.43.139'),
(850, 781, 153, 'your-name', 'dgfdgfdg'),
(851, 781, 153, 'gclid_field', ''),
(852, 781, 153, 'phone', '55576767'),
(853, 781, 153, 'your-email', 'ghfghfj@gmail.com'),
(854, 781, 153, 'text-952', 'hghghgh'),
(855, 781, 153, 'submit_time', '2021-08-06 10:59:02'),
(856, 781, 153, 'submit_ip', '122.173.57.170'),
(857, 229, 154, 'your-name', 'fddf'),
(858, 229, 154, 'your-email', 'ghfghfj@gmail.com'),
(859, 229, 154, 'phone', '34234343'),
(860, 229, 154, 'your-message', 'dsd'),
(861, 229, 154, 'submit_time', '2021-08-06 11:06:34'),
(862, 229, 154, 'submit_ip', '122.173.57.170'),
(863, 289, 155, 'your-name', 'dgfdgfdg'),
(864, 289, 155, 'gclid_field', ''),
(865, 289, 155, 'phone', '46643434'),
(866, 289, 155, 'your-email', 'wdsacs@gmail.com'),
(867, 289, 155, 'submit_time', '2021-08-06 11:07:00'),
(868, 289, 155, 'submit_ip', '122.173.57.170'),
(869, 229, 156, 'your-name', 'Aldridge'),
(870, 229, 156, 'your-email', 'eva_vinogradova_1968@mail.ru'),
(871, 229, 156, 'phone', '99912254'),
(872, 229, 156, 'your-message', 'Aldridge https://360.cn/'),
(873, 229, 156, 'submit_time', '2021-08-07 05:23:35'),
(874, 229, 156, 'submit_ip', '63.141.240.26'),
(875, 229, 157, 'your-name', 'Taft http://gosuslugi.ru'),
(876, 229, 157, 'your-email', 'alya_aleksandra_ivanova_1989_iv@mail.ru'),
(877, 229, 157, 'phone', '99932598'),
(878, 229, 157, 'your-message', 'Taft'),
(879, 229, 157, 'submit_time', '2021-08-07 05:24:13'),
(880, 229, 157, 'submit_ip', '63.141.240.26'),
(881, 781, 158, 'your-name', 'Riyaz Ahmed Syed'),
(882, 781, 158, 'gclid_field', ''),
(883, 781, 158, 'phone', '66108035'),
(884, 781, 158, 'your-email', 'syedriyaz.ahmed.q4@mhi.com'),
(885, 781, 158, 'text-952', 'Mitsubishi Heavy Industries'),
(886, 781, 158, 'submit_time', '2021-08-12 05:54:06'),
(887, 781, 158, 'submit_ip', '62.189.89.1'),
(888, 781, 159, 'your-name', 'Hashim Abdul Zulfikar'),
(889, 781, 159, 'gclid_field', ''),
(890, 781, 159, 'phone', '44592740'),
(891, 781, 159, 'your-email', 'hashimz@qmic.com'),
(892, 781, 159, 'text-952', 'QMIC'),
(893, 781, 159, 'submit_time', '2021-08-24 10:34:06'),
(894, 781, 159, 'submit_ip', '212.70.106.150'),
(895, 302, 160, 'certificate', 'BESC202007017'),
(896, 302, 160, 'submit_time', '2021-08-26 10:04:13'),
(897, 302, 160, 'submit_ip', '37.210.157.57'),
(898, 781, 161, 'your-name', 'Mohamed '),
(899, 781, 161, 'gclid_field', ''),
(900, 781, 161, 'phone', '00974-77'),
(901, 781, 161, 'your-email', 'Info@sawabif.com'),
(902, 781, 161, 'text-952', 'SawabiF Trading and Contracting '),
(903, 781, 161, 'submit_time', '2021-08-27 13:28:44'),
(904, 781, 161, 'submit_ip', '212.70.113.223'),
(905, 781, 162, 'your-name', 'Hameed'),
(906, 781, 162, 'gclid_field', ''),
(907, 781, 162, 'phone', '66345989'),
(908, 781, 162, 'your-email', 'A.Hameed@gmedco.com'),
(909, 781, 162, 'text-952', 'Global Medical Company'),
(910, 781, 162, 'submit_time', '2021-09-09 08:57:13'),
(911, 781, 162, 'submit_ip', '178.153.185.228'),
(912, 302, 163, 'certificate', '1'),
(913, 302, 163, 'submit_time', '2021-09-14 12:46:10'),
(914, 302, 163, 'submit_ip', '110.225.209.114'),
(915, 302, 164, 'certificate', 'AS-IAT-400607'),
(916, 302, 164, 'submit_time', '2021-09-16 09:09:26'),
(917, 302, 164, 'submit_ip', '89.211.193.81'),
(918, 302, 165, 'certificate', 'AS-IAT-400607'),
(919, 302, 165, 'submit_time', '2021-09-16 09:10:10'),
(920, 302, 165, 'submit_ip', '89.211.193.81'),
(921, 781, 166, 'your-name', 'RIYAKAT '),
(922, 781, 166, 'gclid_field', ''),
(923, 781, 166, 'phone', '95988059'),
(924, 781, 166, 'your-email', 'shaikhriyakat786@gmail.com'),
(925, 781, 166, 'text-952', 'chemical company'),
(926, 781, 166, 'submit_time', '2021-09-17 09:10:06'),
(927, 781, 166, 'submit_ip', '103.251.217.196'),
(928, 229, 167, 'your-name', 'Anisha Kaul Kinker'),
(929, 229, 167, 'your-email', 'anisha.elec@gmail.com'),
(930, 229, 167, 'phone', '77311518'),
(931, 229, 167, 'your-message', 'Good Morning Sir/Mam. I want to know any job openings please. I am an Electrical Engineer, worked for more than 6 years in Electrical Distribution company. I will be really greatfull if you will let me know.\r\nThank you.'),
(932, 229, 167, 'submit_time', '2021-09-21 06:46:00'),
(933, 229, 167, 'submit_ip', '37.208.143.203'),
(934, 289, 168, 'your-name', 'dasd'),
(935, 289, 168, 'gclid_field', ''),
(936, 289, 168, 'phone', '87877878'),
(937, 289, 168, 'your-email', 'ASDas@gmail.com'),
(938, 289, 168, 'submit_time', '2021-09-22 05:16:16'),
(939, 289, 168, 'submit_ip', '122.173.28.247'),
(940, 781, 169, 'your-name', 'test'),
(941, 781, 169, 'gclid_field', ''),
(942, 781, 169, 'phone', '63456352'),
(943, 781, 169, 'your-email', 'test@gmail.com'),
(944, 781, 169, 'text-952', 'asdfasd'),
(945, 781, 169, 'submit_time', '2021-09-22 05:16:43'),
(946, 781, 169, 'submit_ip', '122.173.28.247'),
(947, 229, 170, 'your-name', 'Stella Wilson'),
(948, 229, 170, 'your-email', 'outreach3@guestpostbyacg.com'),
(949, 229, 170, 'phone', '47611803'),
(950, 229, 170, 'your-message', 'Hello,\r\n\r\nCongratulation on your recent guest post https://timebusinessnews.com/the-benefits-of-iso-certificate-implementation-in-qatar/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the-benefits-of-iso-certificate-implementation-in-qatar\r\nwith a link to your website aegis.qa\r\n\r\nGood to see you are paying attention to guest blogging strategy, and this is what we do all the time. We specialise in guest post outreach services; we can help you create more guest posts like the above one.\r\n\r\nLet us know if this is something you are looking for; we can talk more.\r\n\r\nYou can forward this email to your marketing agency if you do not control this.\r\n\r\nThanks\r\nStella Wilson\r\nhttps://www.guestpostbyacg.com/\r\nWhatsapp Support: +1 724 761 1803'),
(951, 229, 170, 'submit_time', '2021-09-24 11:17:49'),
(952, 229, 170, 'submit_ip', '122.181.85.36');
INSERT INTO `wp_cf7_vdata_entry` (`id`, `cf7_id`, `data_id`, `name`, `value`) VALUES
(953, 289, 171, 'your-name', 'raman'),
(954, 289, 171, 'gclid_field', ''),
(955, 289, 171, 'phone', '87897974'),
(956, 289, 171, 'your-email', 'raman@hgh.com'),
(957, 289, 171, 'submit_time', '2021-09-28 07:54:58'),
(958, 289, 171, 'submit_ip', '61.0.57.173'),
(959, 781, 172, 'your-name', 'raman'),
(960, 781, 172, 'gclid_field', ''),
(961, 781, 172, 'phone', '89789797'),
(962, 781, 172, 'your-email', 'raman@hgh.com'),
(963, 781, 172, 'text-952', 'frwerwe'),
(964, 781, 172, 'submit_time', '2021-09-28 07:55:40'),
(965, 781, 172, 'submit_ip', '61.0.57.173'),
(966, 781, 173, 'your-name', 'jhjkhjkh'),
(967, 781, 173, 'gclid_field', ''),
(968, 781, 173, 'phone', '78789789'),
(969, 781, 173, 'your-email', 'jhghgh@JH.com'),
(970, 781, 173, 'text-952', 'ikjhgfj'),
(971, 781, 173, 'submit_time', '2021-09-28 07:56:08'),
(972, 781, 173, 'submit_ip', '61.0.57.173'),
(973, 781, 174, 'your-name', 'Mohamed Irfan '),
(974, 781, 174, 'gclid_field', ''),
(975, 781, 174, 'phone', '30256780'),
(976, 781, 174, 'your-email', 'm.irfan@aegis.qa'),
(977, 781, 174, 'text-952', 'abc'),
(978, 781, 174, 'submit_time', '2021-10-10 05:26:01'),
(979, 781, 174, 'submit_ip', '178.153.179.111'),
(980, 289, 175, 'your-name', 'Mohamed Irfan '),
(981, 289, 175, 'gclid_field', ''),
(982, 289, 175, 'phone', '30256780'),
(983, 289, 175, 'your-email', 'm.irfan@aegis.qa'),
(984, 289, 175, 'submit_time', '2021-10-10 05:26:22'),
(985, 289, 175, 'submit_ip', '178.153.179.111'),
(986, 289, 176, 'your-name', 'Mohamed Irfan '),
(987, 289, 176, 'gclid_field', ''),
(988, 289, 176, 'phone', '30256780'),
(989, 289, 176, 'your-email', 'm.irfan@aegis.qa'),
(990, 289, 176, 'submit_time', '2021-10-10 05:26:49'),
(991, 289, 176, 'submit_ip', '178.153.179.111'),
(992, 229, 177, 'your-name', 'Mohamed Irfan '),
(993, 229, 177, 'your-email', 'm.irfan@aegis.qa'),
(994, 229, 177, 'phone', '30256780'),
(995, 229, 177, 'your-message', 'jgj'),
(996, 229, 177, 'submit_time', '2021-10-10 05:27:40'),
(997, 229, 177, 'submit_ip', '178.153.179.111'),
(998, 229, 178, 'your-name', 'lamia'),
(999, 229, 178, 'your-email', 'lboussafi@nama.org.qa'),
(1000, 229, 178, 'phone', '40363059'),
(1001, 229, 178, 'your-message', 'We are looking for internal audit service'),
(1002, 229, 178, 'submit_time', '2021-10-10 06:44:33'),
(1003, 229, 178, 'submit_ip', '89.211.42.82'),
(1004, 302, 179, 'certificate', 'OM-97409103081'),
(1005, 302, 179, 'submit_time', '2021-10-11 11:45:56'),
(1006, 302, 179, 'submit_ip', '212.70.114.126'),
(1007, 302, 180, 'certificate', 'OM-97409103081'),
(1008, 302, 180, 'submit_time', '2021-10-11 11:46:24'),
(1009, 302, 180, 'submit_ip', '212.70.114.126'),
(1010, 229, 181, 'your-name', 'Stella Wilson'),
(1011, 229, 181, 'your-email', 'outreach@guestpostbyacg.com'),
(1012, 229, 181, 'phone', '47611803'),
(1013, 229, 181, 'your-message', 'Hello,\r\n\r\nWe are reaching out to you with a cold email because we believe you might be interested in our affordable guest post services for your site \r\n\r\nIn addition to being affordable, we offer do-follow links from reputable, high traffic websites.\r\n\r\nThe content we manage is of incredible quality with quick turnaround times. \r\n\r\nWould you like to see our database? You can forward this to your marketing agency in case you do not manage your websites.\r\n\r\n\r\nBest Regards,\r\nStella Wilson\r\nhttps://www.guestpostbyacg.com/\r\nWhatsapp Support: +1 724 761 1803'),
(1014, 229, 181, 'submit_time', '2021-10-12 09:31:43'),
(1015, 229, 181, 'submit_ip', '182.64.186.104'),
(1016, 229, 182, 'your-name', 'Stella Wilson'),
(1017, 229, 182, 'your-email', 'outreach@guestpostbyacg.com'),
(1018, 229, 182, 'phone', '72476118'),
(1019, 229, 182, 'your-message', 'Hi,\r\n\r\nNot just a following up email, we are offering the first guest post for FREE.\r\n\r\nGo ahead and try our service with zero payment using link: https://bit.ly/acg-guest-post-free-trial\r\n\r\nLet us know if you have any queries?\r\n\r\n\r\nBest Regards,\r\nStella Wilson\r\nhttps://www.guestpostbyacg.com/\r\nWhatsapp Support: +1 724 761 1803\r\n\r\nReply with NO for removal\r\n'),
(1020, 229, 182, 'submit_time', '2021-10-22 09:56:51'),
(1021, 229, 182, 'submit_ip', '117.99.165.38'),
(1022, 302, 183, 'certificate', '123456'),
(1023, 302, 183, 'submit_time', '2021-10-23 17:21:47'),
(1024, 302, 183, 'submit_ip', '78.100.218.238'),
(1025, 229, 184, 'your-name', 'Matthew Richard Scobey'),
(1026, 229, 184, 'your-email', 'matthew.scobey@match-hospitality.com'),
(1027, 229, 184, 'phone', '30620224'),
(1028, 229, 184, 'your-message', 'Dear Aegis\r\n\r\nI wanted to find out if your company is the business of organising the Food Handlers Certificate that is required for all people working with food?\r\n\r\nI have a estimated 30-40 staff that will require this to be completed before the FIFA Arab Cup starting 30th November 2021.\r\n\r\nIf this is something you can facilitate and what the cost per person would be?\r\n\r\nLook forward to hearing from you,\r\n\r\nRegards,\r\n\r\nMatthew '),
(1029, 229, 184, 'submit_time', '2021-10-27 05:21:19'),
(1030, 229, 184, 'submit_ip', '37.186.55.201'),
(1031, 229, 185, 'your-name', 'andrew dominik'),
(1032, 229, 185, 'your-email', 'email@qualityguestpost.info'),
(1033, 229, 185, 'phone', '20366386'),
(1034, 229, 185, 'your-message', 'Hello,\r\n\r\nI checked this article https://briefingwire.com/pr/aegis-assists-individuals-and-organizations-to-apply-for-iso-certification-in-qatar\r\nand would like to know if you are looking for some more guest posts like that one? You can also forward this mail to your current SEO company, We\'ll work together for best results for your website.\r\n\r\nI\'m a guest blogger and I can help you to get more guest posts on the relevant website.\r\n\r\nLooking forward to hearing from you\r\n\r\n\r\nThanks\r\nAndrew Dominik\r\nSkype: qualityguestpost\r\nWeb Site: https://www.qualityguestpost.com\r\n\r\nP.S. We\'re sorry if you get emails multiple times. To Unsubscribe: Reply with &quot;NO&quot;'),
(1035, 229, 185, 'submit_time', '2021-11-02 11:33:59'),
(1036, 229, 185, 'submit_ip', '2401:4900:1c0a:7acf:8d6a:c14e:fec0:9f62'),
(1037, 302, 186, 'certificate', '&lt;a href=&quot;https://www.oukirilimetodij.edu.mk/question/%d7%97%d7%9c%d7%a7-%d7%96%d7%94-%d7%93%d7%9f-%d7%91%d7%a8%d7%99%d7%94%d7%95%d7%98-%d7%94%d7%9e%d7%95%d7%a9%d7%9c%d7%9d-%d7%9c%d7%92%d7%99%d7%a0%d7%94-%d7%91%d7%9e%d7%a8%d7%a4%d7%a1%d7%aa/&quot;&gt;ריהוט גן&lt;/a&gt;'),
(1038, 302, 186, 'submit_time', '2021-11-05 22:05:32'),
(1039, 302, 186, 'submit_ip', '192.160.102.168'),
(1040, 302, 187, 'certificate', '&lt;a href=&quot;https://www.oukirilimetodij.edu.mk/question/%d7%97%d7%9c%d7%a7-%d7%96%d7%94-%d7%93%d7%9f-%d7%91%d7%a8%d7%99%d7%94%d7%95%d7%98-%d7%94%d7%9e%d7%95%d7%a9%d7%9c%d7%9d-%d7%9c%d7%92%d7%99%d7%a0%d7%94-%d7%91%d7%9e%d7%a8%d7%a4%d7%a1%d7%aa/&quot;&gt;ריהוט גן&lt;/a&gt;'),
(1041, 302, 187, 'submit_time', '2021-11-05 22:06:03'),
(1042, 302, 187, 'submit_ip', '185.165.168.168'),
(1043, 229, 188, 'your-name', 'Harry Leo'),
(1044, 229, 188, 'your-email', 'harryleo265@gmail.com'),
(1045, 229, 188, 'phone', '32274728'),
(1046, 229, 188, 'your-message', 'HI,\r\nI am providing you Guest posts &quot;Homepage Top menu link&quot;, &quot;Homepage Footer link&quot;, &quot;Sidebar banner&quot; and banner ad. If you would like to sponsor your content/links or would like to advertise with us, please let me know if you need my services?\r\n\r\nI have a good number of quality sites, where I can help you to build contextual links that help you to get good page rank and domain authority. Kindly share your desired niche, so I will provide you with your desired work. \r\n\r\nI can provide you with writing and posting services. We have 5000+ websites.\r\nCan I show you my websites?'),
(1047, 229, 188, 'submit_time', '2021-11-08 06:55:44'),
(1048, 229, 188, 'submit_ip', '101.50.69.144'),
(1049, 781, 189, 'your-name', 'Catherine Jones'),
(1050, 781, 189, 'gclid_field', ''),
(1051, 781, 189, 'phone', '93304421'),
(1052, 781, 189, 'your-email', 'catherinesjones21@gmail.com'),
(1053, 781, 189, 'text-952', ' SEO Ground'),
(1054, 781, 189, 'submit_time', '2021-11-09 04:50:16'),
(1055, 781, 189, 'submit_ip', '103.102.116.124'),
(1056, 302, 190, 'certificate', '16102101'),
(1057, 302, 190, 'submit_time', '2021-11-10 07:43:01'),
(1058, 302, 190, 'submit_ip', '37.186.49.226'),
(1059, 302, 191, 'certificate', '16102101'),
(1060, 302, 191, 'submit_time', '2021-11-10 07:43:03'),
(1061, 302, 191, 'submit_ip', '37.186.49.226'),
(1062, 302, 192, 'certificate', '16102101'),
(1063, 302, 192, 'submit_time', '2021-11-10 07:43:24'),
(1064, 302, 192, 'submit_ip', '37.186.49.226'),
(1065, 229, 193, 'your-name', 'Benjamin Cameron'),
(1066, 229, 193, 'your-email', 'benjmincameron@gmail.com'),
(1067, 229, 193, 'phone', '31365232'),
(1068, 229, 193, 'your-message', 'Hello,\r\n\r\nWe are offering good quality Paid Guest Posting Services around the world. Our services could get you to promote your business and sites.\r\n\r\nWe are very happy to work with you for a long time. If you have any questions then feel free to ask me\r\n\r\nWe would like to introduce our below available sites, It can also help you to build contextual links which help you to get good page rank and domain authority.\r\n\r\nGuest post is a more powerful activity for getting rank in major search engines with business keywords,  \r\n\r\nCheck my good websites:- \r\n\r\n1) https://influencedigest.com/\r\n2) https://businessupside.com/\r\n3) https://gardensnursery.com/\r\n4) https://www.homejobsbymom.com/\r\n5) https://creebhills.com/\r\n6) https://mommysmemorandum.com/\r\n7) https://www.onyamagazine.com/\r\n\r\nIf you\'re interested in my websites so get back to me \r\n\r\nThank you! \r\n\r\nBenjamin Cameron'),
(1069, 229, 193, 'submit_time', '2021-11-23 07:53:52'),
(1070, 229, 193, 'submit_ip', '144.48.133.163'),
(1071, 229, 194, 'your-name', 'gerhard behlas'),
(1072, 229, 194, 'your-email', 'digitaltheoryfinder@gmail.com'),
(1073, 229, 194, 'phone', '03468691'),
(1074, 229, 194, 'your-message', 'Hello Sir/Mam,\r\n\r\nI hope all is well with you...!\r\n\r\nI hope you\'re having a great week. I just wanted to take a moment to\r\nintroduce my blog to you,  I think one of our biggest challenges of\r\nOur time is to find balance in our lifestyle, to do more of the things\r\nwe love and to save along the way.\r\n\r\n1.https://www.travelsintranslation.com/           DA. 34.      PA  41.       Alexa Rank. 295K \r\n\r\n2.https://www.theedgesearch.com/                   DA. 38.     PA  45.       Alexa Rank. 73.4K\r\n\r\n3.https://technonguide.com/                              DA. 56      PA 48.        Alexa Rank. 36.4K\r\n      \r\n4.https://complextime.com/                                 DA. 52      PA 42       Alexa Rank. 56.4K\r\n \r\n5.https://www.blissshine.com/                            DA. 44      PA 40       Alexa Rank. 1.10M\r\n\r\n6.https://thetechnobug.info/                               DA. 56.    PA  38.      Alexa Rank . 148K \r\n\r\n7.https://cupertinotimes.com/                             DA. 36.    PA 46.      Alexa Rank. 106K\r\n\r\n8.https://www.weblyen.com/                               DA.47.     PA 41.       Alexa Rank.222K\r\n      \r\n9.https://www.techicy.com/                                 DA.41       PA 43        Alexa Rank.31.5K\r\n \r\n10.https://gearopen.com/                                    DA. 41       PA 45      Alexa Rank.  255K\r\n\r\nPlease let me know if you are interested.\r\n\r\n\r\n\r\nBest Regards.'),
(1075, 229, 194, 'submit_time', '2021-11-24 14:46:47'),
(1076, 229, 194, 'submit_ip', '101.50.102.94'),
(1077, 229, 195, 'your-name', 'Bilal'),
(1078, 229, 195, 'your-email', 'malikbilalg73786@gmail.com'),
(1079, 229, 195, 'phone', '79836677'),
(1080, 229, 195, 'your-message', 'HI,\r\nI am a professional link builder and provide guest post service on my high authority websites. So, if you want to rank your website on google #1 kindly check my following samples.\r\ncheck and let me know in which you are interested in,  \r\nhttps://www.buzzfeed.com/\r\nhttps://www.theodysseyonline.com/\r\nhttps://www.aspirantsg.com/\r\nhttps://expressdigest.com/\r\nhttps://realtytimes.com/\r\nhttps://designlike.com/\r\nhttps://www.qatarday.com/\r\nhttps://www.computertechreviews.com/\r\nhttps://www.healthbenefitstimes.com/\r\nhttps://www.wickedgoodtraveltips.com/\r\nhttps://epodcastnetwork.com/\r\nhttps://neconnected.co.uk/\r\nClementcycling.com\r\nDemotix.com\r\nimagup.com\r\nchartattack.com\r\njaxtr.com\r\naquila-style.com '),
(1081, 229, 195, 'submit_time', '2021-12-01 05:47:15'),
(1082, 229, 195, 'submit_ip', '103.150.206.27'),
(1083, 229, 196, 'your-name', 'Bilal'),
(1084, 229, 196, 'your-email', 'malikbilalg73786@gmail.com'),
(1085, 229, 196, 'phone', '79836677'),
(1086, 229, 196, 'your-message', 'HI,\r\nI am a professional link builder and provide guest post service on my high authority websites. So, if you want to rank your website on google #1 kindly check my following samples.\r\ncheck and let me know in which you are interested in,  \r\nhttps://www.buzzfeed.com/\r\nhttps://www.theodysseyonline.com/\r\nhttps://www.aspirantsg.com/\r\nhttps://expressdigest.com/\r\nhttps://realtytimes.com/\r\nhttps://designlike.com/\r\nhttps://www.qatarday.com/\r\nhttps://www.computertechreviews.com/\r\nhttps://www.healthbenefitstimes.com/\r\nhttps://www.wickedgoodtraveltips.com/\r\nhttps://epodcastnetwork.com/\r\nhttps://neconnected.co.uk/\r\nClementcycling.com\r\nDemotix.com\r\nimagup.com\r\nchartattack.com\r\njaxtr.com\r\naquila-style.com '),
(1087, 229, 196, 'submit_time', '2021-12-01 05:47:16'),
(1088, 229, 196, 'submit_ip', '103.150.206.27'),
(1089, 229, 197, 'your-name', 'Alice Alexandra'),
(1090, 229, 197, 'your-email', 'alicealexandra504@gmail.com'),
(1091, 229, 197, 'phone', '03007224'),
(1092, 229, 197, 'your-message', 'Hi Dear\r\n\r\nI am providing paid guest post sites with high DA and reasonable prices\r\n\r\nhttps://galeon.com/\r\n\r\nDA90\r\n\r\nhttps://guardian.ng/\r\n\r\nDA87\r\n\r\nhttps://thenationonlineng.net/\r\n\r\nDA87\r\n\r\nhttps://www.vanguardngr.com/\r\n\r\nDA86\r\n\r\nhttps://dailytrust.com/\r\n\r\nDA76\r\n\r\nhttps://www.sunnewsonline.com/\r\n\r\nDA79\r\n\r\nhttps://www.thisdaylive.com/\r\n\r\nDA83\r\n\r\nhttps://leadership.ng/\r\n\r\nDA72\r\n\r\nhttps://pastnews.org/\r\n\r\nDA71\r\n\r\nhttps://p8t.net/\r\n\r\nDA73\r\n\r\nhttps://www.jamesallenonf1.com/\r\n\r\nDA83\r\n\r\nhttps://piratebrowser.com/\r\n\r\nDA70\r\n\r\nhttps://exposay.com/\r\n\r\nDA72\r\n\r\nhttps://www.wizardjournal.com/\r\n\r\nDA71\r\n\r\nhttps://gametransfers.com/\r\n\r\nDA75\r\n\r\nhttps://scoopcar.com/\r\n\r\nDA72\r\n\r\nhttps://www.androidheadlines.com/\r\n\r\nDA87\r\n\r\nhttps://www.edmchicago.com\r\n\r\nDA76\r\n\r\nhttps://theeventchronicle.com\r\n\r\nDA74\r\n\r\nhttps://d-addicts.com/\r\n\r\nDA73\r\n\r\nhttp://www.deadlinenews.co.uk\r\n\r\nDA78\r\n\r\nhttps://augustafreepress.com/\r\n\r\nDA70\r\n\r\nhttps://thetab.com/\r\n\r\nDA75\r\n\r\nhttp://newrebelmouse.rebelmouse.com/\r\n\r\nDA86\r\n\r\nhttps://www.unfinishedman.com/\r\n\r\nDA75\r\n\r\nhttps://www.edublogs.org   \r\n\r\nDA75\r\n\r\nhttps://blacksportsonline.com/\r\n\r\nDA76\r\n\r\nhttps://www.trueactivist.com/\r\n\r\nDA72\r\n\r\nhttps://signalscv.com/\r\n\r\nDA72\r\n\r\n \r\n\r\nI am waiting for your positive response\r\n\r\nPlease let me know which site you want?\r\n\r\n \r\n\r\nKind Regards!'),
(1093, 229, 197, 'submit_time', '2021-12-01 18:29:50'),
(1094, 229, 197, 'submit_ip', '103.31.93.160'),
(1095, 229, 198, 'your-name', 'talal'),
(1096, 229, 198, 'your-email', 'talalahmadseo@gmail.com'),
(1097, 229, 198, 'phone', '03094293'),
(1098, 229, 198, 'your-message', 'Hi\r\n\r\n I hope you are doing great. I am Talal . Our company can help you get your website taken to Google\'s Top Page.it is only possible due to paid guest posting, sponsored, and link-building services. Improve Your Website through my backlinks  \r\n\r\nFeatures;\r\n1. Google indexed blogs\r\n2. content writing \r\n3.  Guest post, existing post, Homepage links placement service available\r\n4. Affordable prices\r\n5. Do-follow &amp; No-follow  links'),
(1099, 229, 198, 'submit_time', '2021-12-09 01:37:37'),
(1100, 229, 198, 'submit_ip', '103.31.93.198'),
(1101, 781, 199, 'your-name', 'Stella Ruby'),
(1102, 781, 199, 'gclid_field', ''),
(1103, 781, 199, 'phone', '03007224'),
(1104, 781, 199, 'your-email', 'stellaaruby@gmail.com'),
(1105, 781, 199, 'text-952', 'Yousaf Al Marjan'),
(1106, 781, 199, 'submit_time', '2021-12-10 22:12:30'),
(1107, 781, 199, 'submit_ip', '103.31.93.160'),
(1108, 781, 200, 'your-name', 'Michael'),
(1109, 781, 200, 'gclid_field', ''),
(1110, 781, 200, 'phone', '55675460'),
(1111, 781, 200, 'your-email', 'okimamichael@gmail.com'),
(1112, 781, 200, 'text-952', 'Personal'),
(1113, 781, 200, 'submit_time', '2021-12-11 02:40:33'),
(1114, 781, 200, 'submit_ip', '37.211.193.87'),
(1115, 781, 201, 'your-name', 'Muhammad Tayyab'),
(1116, 781, 201, 'gclid_field', ''),
(1117, 781, 201, 'phone', '41637104'),
(1118, 781, 201, 'your-email', 'muhammadtayyabtdb@gmail.com'),
(1119, 781, 201, 'text-952', 'The Digital Battalion'),
(1120, 781, 201, 'submit_time', '2021-12-11 06:27:59'),
(1121, 781, 201, 'submit_ip', '39.36.197.104'),
(1122, 781, 202, 'your-name', 'Nikhil Joshi'),
(1123, 781, 202, 'gclid_field', ''),
(1124, 781, 202, 'phone', '50100888'),
(1125, 781, 202, 'your-email', 'n.joshi@qplastics.com'),
(1126, 781, 202, 'text-952', 'QPlastics Factory W.L.L. , Doha , Qatar'),
(1127, 781, 202, 'submit_time', '2021-12-19 06:10:15'),
(1128, 781, 202, 'submit_ip', '37.210.252.86'),
(1129, 781, 203, 'your-name', 'Thomas'),
(1130, 781, 203, 'gclid_field', ''),
(1131, 781, 203, 'phone', '97334690'),
(1132, 781, 203, 'your-email', 'thomas@fataepc.com'),
(1133, 781, 203, 'text-952', ''),
(1134, 781, 203, 'submit_time', '2021-12-19 18:44:10'),
(1135, 781, 203, 'submit_ip', '5.36.52.117'),
(1136, 781, 204, 'your-name', 'anandh'),
(1137, 781, 204, 'gclid_field', ''),
(1138, 781, 204, 'phone', '33055448'),
(1139, 781, 204, 'your-email', 'anandhr@afi.com.qa'),
(1140, 781, 204, 'text-952', 'alaa industrial equipment factory wll'),
(1141, 781, 204, 'submit_time', '2021-12-20 10:00:21'),
(1142, 781, 204, 'submit_ip', '37.186.53.33'),
(1143, 781, 205, 'your-name', 'irfan'),
(1144, 781, 205, 'gclid_field', ''),
(1145, 781, 205, 'phone', '77134926'),
(1146, 781, 205, 'your-email', 'irfankhancomsianers24@gmail.com'),
(1147, 781, 205, 'text-952', 'al-sarh'),
(1148, 781, 205, 'submit_time', '2021-12-25 12:20:29'),
(1149, 781, 205, 'submit_ip', '178.152.30.28'),
(1150, 781, 206, 'your-name', 'Faraz Ahmed Baig'),
(1151, 781, 206, 'gclid_field', ''),
(1152, 781, 206, 'phone', '96862142'),
(1153, 781, 206, 'your-email', 'farazbaigfab@gmail.com'),
(1154, 781, 206, 'text-952', ''),
(1155, 781, 206, 'submit_time', '2021-12-27 15:53:08'),
(1156, 781, 206, 'submit_ip', '2401:4900:4e62:54e7:dcd6:76e4:1781:5a6e'),
(1157, 289, 207, 'your-name', 'Reham Aburashed'),
(1158, 289, 207, 'gclid_field', ''),
(1159, 289, 207, 'phone', '77721911'),
(1160, 289, 207, 'your-email', 'info@dunes-group.com'),
(1161, 289, 207, 'submit_time', '2021-12-29 08:56:45'),
(1162, 289, 207, 'submit_ip', '37.186.44.50'),
(1163, 229, 208, 'your-name', 'Catherine Jones'),
(1164, 229, 208, 'your-email', 'catherinesjones21@gmail.com'),
(1165, 229, 208, 'phone', '30442191'),
(1166, 229, 208, 'your-message', 'Hello,\r\n \r\nHow are you? Hope you are fine.\r\n \r\nI have been checking your website quite often. It has seen that the main keywords are still not in top 10 rank. You know things of working; I mean the procedure of working has changed a lot.\r\n \r\nSo I would like to have opportunity to work for you and this time we will bring the keywords to the top 10 spot with guaranteed period.\r\n \r\nThere is no wondering that it is possible now cause, I have found out that there are few things need to be done for better performances (Some we Discuss ,in this email). Let me tell you some of them -\r\n \r\n1. Title Tag Optimization\r\n2. Meta Tag Optimization (Description, keyword and etc)\r\n3. Heading Tags Optimization\r\n4. Targeted keywords are not placed into tags\r\n5. Alt / Image tags Optimization\r\n6. Google Publisher is missing\r\n7. Custom 404 Page is missing\r\n8. The Products are not following Structured markup data\r\n9. Website Speed Development (Both Mobile and Desktop )\r\n10.Off –Page SEO work\r\n \r\nLots are pending……………..\r\n \r\nYou can see these are the things that need to be done properly to make the keywords others to get into the top 10 spot in Google Search &amp; your sales Increase.\r\n \r\n \r\nSir/ Madam, please give us a chance to fix these errors and we will give you rank on these keywords.\r\n \r\nPlease let me know if you encounter any problems or if there is anything you need. If this email has reached you by mistake or if you do not wish to take advantage of this advertising opportunity, please accept my apology for any inconvenience caused and rest assured that you will not be contacted again.\r\n \r\nMany thanks for your time and consideration,\r\n \r\nLooking forward\r\n \r\nRegards\r\n\r\nCatherine Maldonado\r\n\r\nIf you did not wish to receive this, please reply with &quot;unsubscribe&quot; in the subject line.\r\n'),
(1167, 229, 208, 'submit_time', '2022-01-04 04:29:44'),
(1168, 229, 208, 'submit_ip', '202.78.236.29'),
(1169, 229, 209, 'your-name', 'Catherine Jones'),
(1170, 229, 209, 'your-email', 'catherinesjones21@gmail.com'),
(1171, 229, 209, 'phone', '30442191'),
(1172, 229, 209, 'your-message', 'Hello,\r\n \r\nHow are you? Hope you are fine.\r\n \r\nI have been checking your website quite often. It has seen that the main keywords are still not in top 10 rank. You know things of working; I mean the procedure of working has changed a lot.\r\n \r\nSo I would like to have opportunity to work for you and this time we will bring the keywords to the top 10 spot with guaranteed period.\r\n \r\nThere is no wondering that it is possible now cause, I have found out that there are few things need to be done for better performances (Some we Discuss ,in this email). Let me tell you some of them -\r\n \r\n1. Title Tag Optimization\r\n2. Meta Tag Optimization (Description, keyword and etc)\r\n3. Heading Tags Optimization\r\n4. Targeted keywords are not placed into tags\r\n5. Alt / Image tags Optimization\r\n6. Google Publisher is missing\r\n7. Custom 404 Page is missing\r\n8. The Products are not following Structured markup data\r\n9. Website Speed Development (Both Mobile and Desktop )\r\n10.Off –Page SEO work\r\n \r\nLots are pending……………..\r\n \r\nYou can see these are the things that need to be done properly to make the keywords others to get into the top 10 spot in Google Search &amp; your sales Increase.\r\n \r\n \r\nSir/ Madam, please give us a chance to fix these errors and we will give you rank on these keywords.\r\n \r\nPlease let me know if you encounter any problems or if there is anything you need. If this email has reached you by mistake or if you do not wish to take advantage of this advertising opportunity, please accept my apology for any inconvenience caused and rest assured that you will not be contacted again.\r\n \r\nMany thanks for your time and consideration,\r\n \r\nLooking forward\r\n \r\nRegards\r\n\r\nCatherine Maldonado\r\n\r\nIf you did not wish to receive this, please reply with &quot;unsubscribe&quot; in the subject line.\r\n'),
(1173, 229, 209, 'submit_time', '2022-01-04 04:29:44'),
(1174, 229, 209, 'submit_ip', '202.78.236.29'),
(1175, 781, 210, 'your-name', 'Muhammed Darveesh'),
(1176, 781, 210, 'gclid_field', ''),
(1177, 781, 210, 'phone', '77949112'),
(1178, 781, 210, 'your-email', 'darveeshihpca@gmail.com'),
(1179, 781, 210, 'text-952', 'Islam Hendawy Mohamed and Partners Chartered Accountants'),
(1180, 781, 210, 'submit_time', '2022-01-06 09:37:05'),
(1181, 781, 210, 'submit_ip', '37.208.158.121'),
(1182, 229, 211, 'your-name', 'Muhammed Darveesh'),
(1183, 229, 211, 'your-email', 'darveeshihpca@gmail.com'),
(1184, 229, 211, 'phone', '77949112'),
(1185, 229, 211, 'your-message', 'ear Sir/Madam\r\n\r\nGreetings and I hope my email find you well\r\n\r\n\r\nWe, the office of Islam Hendawy Mohamed and partners, Chartered Accountants, have the honor to present an offer of professional services for an external audit of the company’s accounts for the fiscal year ending in 31 December 2021 and also we provide reasonable rates for you.If you need any further informations kindly contact us.\r\n\r\n We hope that our services will satisfy you.\r\n\r\n\r\n\r\nThanks &amp; Regards,\r\n\r\nMuhammed Darveesh\r\nIslam Hendawy Mohamed and Partners\r\nChartered Accountants\r\nMob: +974 77949112'),
(1186, 229, 211, 'submit_time', '2022-01-06 09:38:16'),
(1187, 229, 211, 'submit_ip', '37.208.158.121'),
(1188, 289, 212, 'your-name', 'Tariq '),
(1189, 289, 212, 'gclid_field', ''),
(1190, 289, 212, 'phone', '77201317'),
(1191, 289, 212, 'your-email', 'tariqrsd@live.com'),
(1192, 289, 212, 'submit_time', '2022-01-11 05:56:40'),
(1193, 289, 212, 'submit_ip', '185.247.91.234'),
(1194, 229, 213, 'your-name', 'Chris Morris'),
(1195, 229, 213, 'your-email', 'morris.chris2290@gmail.com'),
(1196, 229, 213, 'phone', '93306626'),
(1197, 229, 213, 'your-message', 'Hello,\r\n \r\nHow are you? Hope you are fine.\r\n \r\nI have been checking your website quite often. It has seen that the main keywords are still not in the top 10 positions in Google Search. You know things about working; I mean the procedure of working has changed a lot.\r\n \r\nSo I would like to have opportunity to work for you and this time we will bring the keywords to the top 10 spots with guaranteed period.\r\n \r\nThere is no wonder that it is possible now cause, I have found out that there are few things that need to be done for better performances (Some of them we will discuss in this email). Let me tell you some of them -\r\n \r\n1. Title Tag Optimization\r\n2. Meta Tag Optimization (Description, keyword and etc)\r\n3. Heading Tags Optimization\r\n4. Targeted keywords are not placed into tags\r\n5. Alt / Image tags Optimization\r\n6. Google Structured Data is missing\r\n7. Custom 404 Page is missing\r\n8. The Products are not following Structured markup data\r\n9. Website Loading Speed Development (Both Mobile and Desktop )\r\n10.Off –Page SEO work\r\n  \r\nLots are pending……………..\r\n \r\nYou can see these are the things that need to be done properly to make the keywords others to get into the top 10 spots in Google Search &amp; your sales Increase.\r\n \r\n \r\nSir/ Madam, please give us a chance to fix these errors and we will give you rank on these keywords.\r\n \r\nPlease let me know if you encounter any problems or if there is anything you need. If this email has reached you by mistake or if you do not wish to take advantage of this advertising opportunity, please accept my apology for any inconvenience caused and rest assured that you will not be contacted again.\r\n \r\nMany thanks for your time and consideration,\r\n \r\nLooking forward\r\n \r\nRegards\r\n\r\nChris Morris	\r\n\r\nIf you do not wish to receive this again, please reply with &quot;unsubscribe&quot; in the subject line.\r\n'),
(1198, 229, 213, 'submit_time', '2022-01-17 05:45:21'),
(1199, 229, 213, 'submit_ip', '103.102.116.87'),
(1200, 302, 214, 'certificate', 'I-QSC201905004'),
(1201, 302, 214, 'submit_time', '2022-01-18 06:06:18'),
(1202, 302, 214, 'submit_ip', '78.100.127.187'),
(1203, 302, 215, 'certificate', 'ZAP'),
(1204, 302, 215, 'submit_time', '2022-01-18 14:02:12'),
(1205, 302, 215, 'submit_ip', '23.239.14.52'),
(1206, 302, 216, 'certificate', 'ZAP'),
(1207, 302, 216, 'submit_time', '2022-01-18 14:02:14'),
(1208, 302, 216, 'submit_ip', '23.239.14.52'),
(1209, 302, 217, 'certificate', 'ZAP'),
(1210, 302, 217, 'submit_time', '2022-01-18 14:02:19'),
(1211, 302, 217, 'submit_ip', '23.239.14.52'),
(1212, 302, 218, 'certificate', 'ZAP'),
(1213, 302, 218, 'submit_time', '2022-01-18 14:02:19'),
(1214, 302, 218, 'submit_ip', '23.239.14.52'),
(1215, 302, 219, 'certificate', 'ZAP'),
(1216, 302, 219, 'submit_time', '2022-01-18 14:02:19'),
(1217, 302, 219, 'submit_ip', '23.239.14.52'),
(1218, 302, 220, 'certificate', 'ZAP'),
(1219, 302, 220, 'submit_time', '2022-01-18 14:02:19'),
(1220, 302, 220, 'submit_ip', '23.239.14.52'),
(1221, 302, 221, 'certificate', 'ZAP'),
(1222, 302, 221, 'submit_time', '2022-01-18 14:02:19'),
(1223, 302, 221, 'submit_ip', '23.239.14.52'),
(1224, 302, 222, 'certificate', 'ZAP'),
(1225, 302, 222, 'submit_time', '2022-01-18 14:02:21'),
(1226, 302, 222, 'submit_ip', '23.239.14.52'),
(1227, 302, 223, 'certificate', 'ZAP'),
(1228, 302, 223, 'submit_time', '2022-01-18 14:02:22'),
(1229, 302, 223, 'submit_ip', '23.239.14.52'),
(1230, 302, 224, 'certificate', 'ZAP'),
(1231, 302, 224, 'submit_time', '2022-01-18 14:02:23'),
(1232, 302, 224, 'submit_ip', '23.239.14.52'),
(1233, 302, 225, 'certificate', 'ZAP'),
(1234, 302, 225, 'submit_time', '2022-01-18 14:02:23'),
(1235, 302, 225, 'submit_ip', '23.239.14.52'),
(1236, 302, 226, 'certificate', 'ZAP'),
(1237, 302, 226, 'submit_time', '2022-01-18 14:02:24'),
(1238, 302, 226, 'submit_ip', '23.239.14.52'),
(1239, 302, 227, 'certificate', 'ZAP'),
(1240, 302, 227, 'submit_time', '2022-01-18 14:02:24'),
(1241, 302, 227, 'submit_ip', '23.239.14.52'),
(1242, 302, 228, 'certificate', 'ZAP'),
(1243, 302, 228, 'submit_time', '2022-01-18 14:02:24'),
(1244, 302, 228, 'submit_ip', '23.239.14.52'),
(1245, 302, 229, 'certificate', 'ZAP'),
(1246, 302, 229, 'submit_time', '2022-01-18 14:02:25'),
(1247, 302, 229, 'submit_ip', '23.239.14.52'),
(1248, 302, 230, 'certificate', 'ZAP'),
(1249, 302, 230, 'submit_time', '2022-01-18 14:02:25'),
(1250, 302, 230, 'submit_ip', '23.239.14.52'),
(1251, 302, 231, 'certificate', 'ZAP'),
(1252, 302, 231, 'submit_time', '2022-01-18 14:02:25'),
(1253, 302, 231, 'submit_ip', '23.239.14.52'),
(1254, 302, 232, 'certificate', 'ZAP'),
(1255, 302, 232, 'submit_time', '2022-01-18 14:02:25'),
(1256, 302, 232, 'submit_ip', '23.239.14.52'),
(1257, 302, 233, 'certificate', 'ZAP'),
(1258, 302, 233, 'submit_time', '2022-01-18 14:02:25'),
(1259, 302, 233, 'submit_ip', '23.239.14.52'),
(1260, 302, 234, 'certificate', 'ZAP'),
(1261, 302, 234, 'submit_time', '2022-01-18 14:02:26'),
(1262, 302, 234, 'submit_ip', '23.239.14.52'),
(1263, 302, 235, 'certificate', 'ZAP'),
(1264, 302, 235, 'submit_time', '2022-01-18 14:02:26'),
(1265, 302, 235, 'submit_ip', '23.239.14.52'),
(1266, 302, 236, 'certificate', 'ZAP'),
(1267, 302, 236, 'submit_time', '2022-01-18 14:02:26'),
(1268, 302, 236, 'submit_ip', '23.239.14.52'),
(1269, 302, 237, 'certificate', 'ZAP'),
(1270, 302, 237, 'submit_time', '2022-01-18 21:19:20'),
(1271, 302, 237, 'submit_ip', '23.239.14.52'),
(1272, 302, 238, 'certificate', 'ZAP'),
(1273, 302, 238, 'submit_time', '2022-01-18 21:19:20'),
(1274, 302, 238, 'submit_ip', '23.239.14.52'),
(1275, 302, 239, 'certificate', 'ZAP'),
(1276, 302, 239, 'submit_time', '2022-01-18 21:19:21'),
(1277, 302, 239, 'submit_ip', '23.239.14.52'),
(1278, 302, 240, 'certificate', 'ZAP'),
(1279, 302, 240, 'submit_time', '2022-01-18 21:19:21'),
(1280, 302, 240, 'submit_ip', '23.239.14.52'),
(1281, 302, 241, 'certificate', 'ZAP'),
(1282, 302, 241, 'submit_time', '2022-01-18 21:19:22'),
(1283, 302, 241, 'submit_ip', '23.239.14.52'),
(1284, 302, 242, 'certificate', 'ZAP'),
(1285, 302, 242, 'submit_time', '2022-01-18 21:19:24'),
(1286, 302, 242, 'submit_ip', '23.239.14.52'),
(1287, 302, 243, 'certificate', 'ZAP'),
(1288, 302, 243, 'submit_time', '2022-01-18 21:19:25'),
(1289, 302, 243, 'submit_ip', '23.239.14.52'),
(1290, 302, 244, 'certificate', 'ZAP'),
(1291, 302, 244, 'submit_time', '2022-01-18 21:19:27'),
(1292, 302, 244, 'submit_ip', '23.239.14.52'),
(1293, 302, 245, 'certificate', 'ZAP'),
(1294, 302, 245, 'submit_time', '2022-01-18 21:19:29'),
(1295, 302, 246, 'certificate', 'ZAP'),
(1296, 302, 246, 'submit_time', '2022-01-18 21:19:29'),
(1297, 302, 245, 'submit_ip', '23.239.14.52'),
(1298, 302, 246, 'submit_ip', '23.239.14.52'),
(1299, 302, 247, 'certificate', 'ZAP'),
(1300, 302, 247, 'submit_time', '2022-01-18 21:19:29'),
(1301, 302, 247, 'submit_ip', '23.239.14.52'),
(1302, 302, 248, 'certificate', 'ZAP'),
(1303, 302, 248, 'submit_time', '2022-01-18 21:19:29'),
(1304, 302, 248, 'submit_ip', '23.239.14.52'),
(1305, 302, 249, 'certificate', 'ZAP'),
(1306, 302, 249, 'submit_time', '2022-01-18 21:19:30'),
(1307, 302, 249, 'submit_ip', '23.239.14.52'),
(1308, 302, 250, 'certificate', 'ZAP'),
(1309, 302, 250, 'submit_time', '2022-01-18 21:19:30'),
(1310, 302, 250, 'submit_ip', '23.239.14.52'),
(1311, 302, 251, 'certificate', 'ZAP'),
(1312, 302, 252, 'certificate', 'ZAP'),
(1313, 302, 251, 'submit_time', '2022-01-18 21:19:30'),
(1314, 302, 252, 'submit_time', '2022-01-18 21:19:30'),
(1315, 302, 251, 'submit_ip', '23.239.14.52'),
(1316, 302, 252, 'submit_ip', '23.239.14.52'),
(1317, 302, 253, 'certificate', 'ZAP'),
(1318, 302, 253, 'submit_time', '2022-01-18 21:19:30'),
(1319, 302, 253, 'submit_ip', '23.239.14.52'),
(1320, 302, 254, 'certificate', 'ZAP'),
(1321, 302, 254, 'submit_time', '2022-01-18 21:19:31'),
(1322, 302, 254, 'submit_ip', '23.239.14.52'),
(1323, 302, 255, 'certificate', 'ZAP'),
(1324, 302, 255, 'submit_time', '2022-01-18 21:19:31'),
(1325, 302, 255, 'submit_ip', '23.239.14.52'),
(1326, 302, 256, 'certificate', 'ZAP'),
(1327, 302, 256, 'submit_time', '2022-01-18 21:19:32'),
(1328, 302, 256, 'submit_ip', '23.239.14.52'),
(1329, 229, 257, 'your-name', 'MOHAMMED SHEREEF'),
(1330, 229, 257, 'your-email', 'shereefkhan16@gmail.com'),
(1331, 229, 257, 'phone', '55180063'),
(1332, 229, 257, 'your-message', 'Hello sir/madam,\r\nGreetings.\r\n\r\nMy name is Mohammed Shereef pm and I am looking for a  job in Qatar. I have 4 years of experience.Hope your requirements meet my expectations. My hard work, focus and honesty will surprise you.\r\nOne right choice makes you more successful.\r\n\r\nThank you,\r\n\r\nwith regards,\r\nmohammed shereef p m\r\nshereefkhan@gmail.com\r\n+974 55180063'),
(1333, 229, 257, 'submit_time', '2022-01-19 10:18:43'),
(1334, 229, 257, 'submit_ip', '178.152.206.158'),
(1335, 229, 258, 'your-name', 'Julian Ann'),
(1336, 229, 258, 'your-email', 'julian@zoomwings.co.uk'),
(1337, 229, 258, 'phone', '11517337'),
(1338, 229, 258, 'your-message', 'Hi,\r\n\r\nMy name is Julian &amp; I found your https://eprnews.com/aegis-services-l-l-c-offers-reliable-iso-certification-services-654561/ this post. \r\n\r\nI noticed You\'re paying attention to Guest Posting Service, To build strong Backlinks for your https://aegis.qa/ website.\r\n\r\nI\'m a professional Blogger &amp; Outreach Service Provider, I have also such type of sites with better metrics on a low budget with Google Index Blogs, Do-follow links to create Google Penguin free links for your website\r\n\r\nKindly let me know if you look for the Guest Posting Service/Blogger Outreach Service.\r\n\r\nNotes\r\nIf you want to see sites, my online list of 60+ sites and prices is right here: https://docs.google.com/spreadsheets/d/1RloY4MhNVROUrQ19iXWRWRCpFzRZ23No/edit#gid=218504052\r\n\r\nThanks &amp; Regards\r\nJulian  Ann\r\n\r\nEmail:  julian@zoomwings.co.uk\r\n        infozoomwings@gmail.com\r\nWebsite: www.zoomwings.com\r\nSkype:  Zoom Wings\r\n\r\nP.S. We\'re sorry if you get emails multiple times. To unsubscribe: Reply with &quot;No&quot;'),
(1339, 229, 258, 'submit_time', '2022-01-24 09:51:36'),
(1340, 229, 258, 'submit_ip', '103.158.91.17'),
(1341, 302, 259, 'certificate', 'Adc12356'),
(1342, 302, 259, 'submit_time', '2022-01-25 11:06:32'),
(1343, 302, 259, 'submit_ip', '37.186.35.253'),
(1344, 302, 260, 'certificate', 'Adc12356'),
(1345, 302, 260, 'submit_time', '2022-01-25 11:06:34'),
(1346, 302, 260, 'submit_ip', '37.186.35.253'),
(1347, 781, 261, 'your-name', 'Anam'),
(1348, 781, 261, 'gclid_field', ''),
(1349, 781, 261, 'phone', '33152299'),
(1350, 781, 261, 'your-email', 'wdesigns.qa@gmail.com'),
(1351, 781, 261, 'text-952', 'EcoFlooring'),
(1352, 781, 261, 'submit_time', '2022-01-31 08:09:08'),
(1353, 781, 261, 'submit_ip', '176.203.203.239'),
(1354, 781, 262, 'your-name', 'SRI PRANEETH BABU'),
(1355, 781, 262, 'gclid_field', ''),
(1356, 781, 262, 'phone', '55009617'),
(1357, 781, 262, 'your-email', 'praneeth143.2010@gmail.com'),
(1358, 781, 262, 'text-952', 'harinsa contracting company'),
(1359, 781, 262, 'submit_time', '2022-01-31 10:17:24'),
(1360, 781, 262, 'submit_ip', '178.152.168.21'),
(1361, 229, 263, 'your-name', 'Lily Blue'),
(1362, 229, 263, 'your-email', 'lily.blue@msn.com'),
(1363, 229, 263, 'phone', '475 7301'),
(1364, 229, 263, 'your-message', 'The world\'s best fantasy sex game is here.\r\n\r\nYou will never find such an amazing sex game anywhere.\r\n\r\nClick here to start playing.\r\n\r\nhttps://sexlovers.club/game/play'),
(1365, 229, 263, 'submit_time', '2022-02-14 01:28:00'),
(1366, 229, 263, 'submit_ip', '77.83.165.12'),
(1367, 781, 264, 'your-name', 'Larnell Harris '),
(1368, 781, 264, 'gclid_field', ''),
(1369, 781, 264, 'phone', '30515113'),
(1370, 781, 264, 'your-email', 'info@foscstudio.com'),
(1371, 781, 264, 'text-952', 'Fosc Studio'),
(1372, 781, 264, 'submit_time', '2022-02-15 13:23:58'),
(1373, 781, 264, 'submit_ip', '212.70.119.41'),
(1374, 781, 265, 'your-name', 'Saifu Niza'),
(1375, 781, 265, 'gclid_field', ''),
(1376, 781, 265, 'phone', '77369174'),
(1377, 781, 265, 'your-email', 'im.admin@madariz.com'),
(1378, 781, 265, 'text-952', 'DSI'),
(1379, 781, 265, 'submit_time', '2022-02-17 05:55:30'),
(1380, 781, 265, 'submit_ip', '103.78.16.186'),
(1381, 781, 266, 'your-name', 'Baibago Ebus'),
(1382, 781, 266, 'gclid_field', ''),
(1383, 781, 266, 'phone', '31579284'),
(1384, 781, 266, 'your-email', 'purchase@bgfplast.com'),
(1385, 781, 266, 'text-952', 'Bumatar German Factory for Plastic Products'),
(1386, 781, 266, 'submit_time', '2022-02-17 06:59:16'),
(1387, 781, 266, 'submit_ip', '89.211.251.206'),
(1388, 302, 267, 'certificate', 'Q-97430031416'),
(1389, 302, 267, 'submit_time', '2022-02-17 12:43:54'),
(1390, 302, 267, 'submit_ip', '37.210.43.136'),
(1391, 302, 268, 'certificate', 'Q-97430031416'),
(1392, 302, 268, 'submit_time', '2022-02-17 12:43:56'),
(1393, 302, 268, 'submit_ip', '37.210.43.136'),
(1394, 302, 269, 'certificate', 'Q-97430031416'),
(1395, 302, 269, 'submit_time', '2022-02-17 12:44:18'),
(1396, 302, 269, 'submit_ip', '37.210.43.136'),
(1397, 781, 270, 'your-name', 'AJITH KUMAR '),
(1398, 781, 270, 'gclid_field', ''),
(1399, 781, 270, 'phone', '70492417'),
(1400, 781, 270, 'your-email', 'ajith@grandhyper.com'),
(1401, 781, 270, 'text-952', 'GRAND MALL LLC - HYPER MARKET'),
(1402, 781, 270, 'submit_time', '2022-02-20 08:29:29'),
(1403, 781, 270, 'submit_ip', '37.210.243.255'),
(1404, 229, 271, 'your-name', 'Kimberley Patnode'),
(1405, 229, 271, 'your-email', 'kimberley.patnode@gmail.com'),
(1406, 229, 271, 'phone', '474 5240'),
(1407, 229, 271, 'your-message', 'I called you 2 times. WHy didn\'t you pick up? I\'m horny.. Please call me.\r\n\r\nI\'m online. You can chat with me by clicking this link.\r\n\r\nhttps://sexlovers.club/'),
(1408, 229, 271, 'submit_time', '2022-02-24 09:25:10'),
(1409, 229, 271, 'submit_ip', '23.254.125.253'),
(1410, 781, 272, 'your-name', 'javad'),
(1411, 781, 272, 'gclid_field', ''),
(1412, 781, 272, 'phone', '55153934'),
(1413, 781, 272, 'your-email', 'javadhisham333@gmail.com'),
(1414, 781, 272, 'text-952', ''),
(1415, 781, 272, 'submit_time', '2022-03-02 09:12:04'),
(1416, 781, 272, 'submit_ip', '89.211.148.224'),
(1417, 229, 273, 'your-name', 'Darby Feagin'),
(1418, 229, 273, 'your-email', 'darby.feagin@yahoo.com'),
(1419, 229, 273, 'phone', '420 3683'),
(1420, 229, 273, 'your-message', 'Hi there,\r\n\r\nHave you ever wondered why new cryptocurrency tokens are always subject to insane price action?\r\n\r\nWe are giving away a totally free step-by-step guide on how you can profit from that with a front running bot.\r\n\r\nCheck out our new Youtube video to learn how to deploy your own bot without any coding experience... https://www.youtube.com/watch?v=wLE3JhJ6lFQ\r\n\r\nKind Regards,\r\nDarby'),
(1421, 229, 273, 'submit_time', '2022-03-03 16:03:25'),
(1422, 229, 273, 'submit_ip', '192.210.223.114'),
(1423, 229, 274, 'your-name', 'Naomi Wilson'),
(1424, 229, 274, 'your-email', 'Naomi.Wilson@buy-guest-post.com'),
(1425, 229, 274, 'phone', '20328686'),
(1426, 229, 274, 'your-message', 'Hello,\r\n\r\nI checked this article https://www.apsense.com/article/managing-business-risks-through-iso-90012005.html\r\n\r\nand would like to know if you are looking for some more guest posts like that one? You can also forward this mail to your current SEO company, We\'ll work together for best results for your website.\r\n\r\nI\'m a guest blogger and I can help you to get more guest posts on the relevant website.\r\n\r\nLooking forward to hearing from you\r\n\r\n\r\nThanks\r\nNaomi Wilson\r\nWeb Site: https://www.buy-guest-post.com\r\n\r\nP.S. We\'re sorry if you get emails multiple times. To Unsubscribe: Reply with &quot;NO&quot;'),
(1427, 229, 274, 'submit_time', '2022-03-04 11:47:34'),
(1428, 229, 274, 'submit_ip', '122.162.145.234'),
(1429, 229, 275, 'your-name', 'Felicia Edmonson'),
(1430, 229, 275, 'your-email', 'edmonson.felicia@googlemail.com'),
(1431, 229, 275, 'phone', '466 8927'),
(1432, 229, 275, 'your-message', 'Hi there,\r\n\r\nHave you ever wondered why new tokens listed on Uniswap, Pancakeswap or any decentralized exchange are always subject to insane price volatility?\r\n\r\nDid you know that front running bots have been dominating the market and profiting due to that?\r\n\r\nCheck out our new Youtube video for a free and detailed tutorial on how to deploy your own front running bot:\r\nhttps://youtu.be/7_rXyiT_te4\r\n\r\nKind Regards,\r\nFelicia'),
(1433, 229, 275, 'submit_time', '2022-03-04 18:50:44'),
(1434, 229, 275, 'submit_ip', '192.227.216.63'),
(1435, 302, 276, 'certificate', 'ikram@smtqatar.com'),
(1436, 302, 276, 'submit_time', '2022-03-07 08:01:32'),
(1437, 302, 276, 'submit_ip', '39.42.167.223'),
(1438, 229, 277, 'your-name', 'Christy Mark'),
(1439, 229, 277, 'your-email', 'christy@zoomwings.co.uk'),
(1440, 229, 277, 'phone', '98115173'),
(1441, 229, 277, 'your-message', 'Hi,\r\n\r\nHope you and your family are all safe and well.\r\n\r\nI\'m a professional Blogger &amp; Outreach Service Provider, our all sites are Google Index, I can help to build Dofollow and safe backlinks for your commercial website. https://aegis.qa/\r\n\r\nI was wondering if you would be interested in checking the listed websites for &quot;A quality and relevant Guest Post&quot;.\r\n\r\nHere is the online sheet link: https://docs.google.com/spreadsheets/d/1ieuM0hT-_YJdCDorBl8lSu9rvDf6CeN6/\r\n\r\nLet me know which ones are you interested in.\r\n\r\nHappy to offer you the following discounts:\r\n\r\nFLAT 05% OFF - On Purchase of 5 or More Posts/Links\r\nFLAT 10% OFF - On Purchase of 10 Or More Posts/Links\r\nFLAT 15% OFF - On Purchase of 20 Or More Posts/Links\r\n\r\nLooking forward to hearing from you soon again.\r\n\r\n\r\nBest Regards\r\n\r\nChristy Mark\r\n| Zoom Wings\r\n| Content Marketing Manager\r\n| Email:  christy@zoomwings.co.uk\r\n| Email:  Infozoomwings@gmail.com\r\n| Website: zoomwings.com\r\n| Skype:  zoom wings\r\n\r\nP.S. We\'re sorry if you get emails multiple times. To unsubscribe: Reply with &quot;No&quot;'),
(1442, 229, 277, 'submit_time', '2022-03-09 10:25:31'),
(1443, 229, 277, 'submit_ip', '182.64.194.40'),
(1444, 302, 278, 'certificate', 'Q-97408032725'),
(1445, 302, 278, 'submit_time', '2022-03-09 13:25:52'),
(1446, 302, 278, 'submit_ip', '212.70.110.139'),
(1447, 302, 279, 'certificate', 'Q-97408032725'),
(1448, 302, 279, 'submit_time', '2022-03-09 13:25:54'),
(1449, 302, 279, 'submit_ip', '212.70.110.139'),
(1450, 781, 280, 'your-name', 'Umar'),
(1451, 781, 280, 'gclid_field', ''),
(1452, 781, 280, 'phone', '+9665706'),
(1453, 781, 280, 'your-email', 'umer.ashraf63@gmail.com'),
(1454, 781, 280, 'text-952', ''),
(1455, 781, 280, 'submit_time', '2022-03-10 07:03:49'),
(1456, 781, 280, 'submit_ip', '2a02:ce0:2001:4154:303c:64b9:78ff:1e4e'),
(1457, 229, 281, 'your-name', 'Faisal Sultan Malik '),
(1458, 229, 281, 'your-email', 'cosmosol@hotmail.com'),
(1459, 229, 281, 'phone', '14427150'),
(1460, 229, 281, 'your-message', 'Hello &amp; Good Day!\r\nLooking to work with and add value to your esteemed organization with positive commitment. \r\nSince 2002, I have been working as an independent ISO Consultant for my clients in Pakistan and few in Qatar and Cambodia, with quite an international exposure of mixing with different nationalities. \r\nIf you\'re looking for an experienced professional, I will look forward to your anticipation and acknowledgement in this context,\r\nBest Regards...\r\nhttps://www.linkedin.com/in/faisalsultanmalik/'),
(1461, 229, 281, 'submit_time', '2022-03-14 03:32:57'),
(1462, 229, 281, 'submit_ip', '39.59.11.179'),
(1463, 302, 282, 'certificate', 'AS-ISOA-400464'),
(1464, 302, 282, 'submit_time', '2022-03-15 17:03:47'),
(1465, 302, 282, 'submit_ip', '78.101.162.87'),
(1466, 302, 283, 'certificate', 'AS-ISOA-400464'),
(1467, 302, 283, 'submit_time', '2022-03-15 17:05:48'),
(1468, 302, 283, 'submit_ip', '78.101.162.87'),
(1469, 781, 284, 'your-name', 'nasheeka'),
(1470, 781, 284, 'gclid_field', ''),
(1471, 781, 284, 'phone', '12345678'),
(1472, 781, 284, 'your-email', 'test@test.com'),
(1473, 781, 284, 'text-952', 'my self'),
(1474, 781, 284, 'submit_time', '2022-03-22 12:22:35'),
(1475, 781, 284, 'submit_ip', '2402:4000:b1a8:e67b:fc76:f520:da73:3b82'),
(1476, 289, 285, 'your-name', 'nasheeka'),
(1477, 289, 285, 'gclid_field', ''),
(1478, 289, 285, 'phone', '12345678'),
(1479, 289, 285, 'your-email', 'test@test.com'),
(1480, 289, 285, 'submit_time', '2022-03-22 12:23:35'),
(1481, 289, 285, 'submit_ip', '2402:4000:b1a8:e67b:fc76:f520:da73:3b82'),
(1482, 289, 286, 'your-name', 'abdallah'),
(1483, 289, 286, 'gclid_field', ''),
(1484, 289, 286, 'phone', '00201286'),
(1485, 289, 286, 'your-email', 'abdallah.godah@nbe.com.eg'),
(1486, 289, 286, 'submit_time', '2022-03-23 15:16:31'),
(1487, 289, 286, 'submit_ip', '41.33.192.3'),
(1488, 229, 287, 'your-name', 'Christy Mark'),
(1489, 229, 287, 'your-email', 'christy@zoomwings.co.uk'),
(1490, 229, 287, 'phone', '98115173'),
(1491, 229, 287, 'your-message', 'Hi,\r\n	\r\nMy name is Christy &amp; I found your https://www.apsense.com/article/iso-9001-certification-what-are-the-benefits.html this post\r\n \r\nI Noticed You\'re paying attention to Guest Posting Service, To build strong Backlinks for you https://aegis.qa/ website\r\n\r\nI\'m a professional Blogger &amp; Outreach Service Provider, I have also such type of sites with better metrics on a low budget with Google Index Blogs, Do-follow links to create Google Penguin free links for your website\r\n\r\nKindly let me know if you look for the Guest Posting Service/Blogger Outreach Service.\r\n\r\nNotes\r\nIf you want to see sites, my online list of 60+ sites and prices is right here: https://docs.google.com/spreadsheets/d/1RloY4MhNVROUrQ19iXWRWRCpFzRZ23No/edit#gid=218504052\r\n\r\nThanks &amp; Regards\r\nChristy\r\n\r\nEmail: christy@zoomwings.co.uk\r\n            infozoomwings@gmail.com\r\nWebsite:    www.zoomwings.com\r\nSkype:      zoom wings\r\n\r\nP.S. We\'re sorry if you get emails multiple times. To unsubscribe: Reply with &quot;No&quot;\r\n\r\n'),
(1492, 229, 287, 'submit_time', '2022-03-25 09:19:08'),
(1493, 229, 287, 'submit_ip', '106.215.93.204'),
(1494, 302, 288, 'certificate', 'yueii/565'),
(1495, 302, 288, 'submit_time', '2022-04-07 08:57:07'),
(1496, 302, 288, 'submit_ip', '78.100.211.114'),
(1497, 289, 289, 'your-name', 'Jino Mathew'),
(1498, 289, 289, 'gclid_field', ''),
(1499, 289, 289, 'phone', '66170589'),
(1500, 289, 289, 'your-email', 'jinomathew95@gmail.com'),
(1501, 289, 289, 'submit_time', '2022-05-01 06:12:26'),
(1502, 289, 289, 'submit_ip', '37.211.53.215'),
(1503, 302, 290, 'certificate', 'ZAP'),
(1504, 302, 290, 'submit_time', '2022-05-03 21:52:43'),
(1505, 302, 290, 'submit_ip', '172.104.28.114'),
(1506, 302, 291, 'certificate', 'ZAP'),
(1507, 302, 291, 'submit_time', '2022-05-03 21:52:44'),
(1508, 302, 291, 'submit_ip', '172.104.28.114'),
(1509, 302, 292, 'certificate', 'ZAP'),
(1510, 302, 292, 'submit_time', '2022-05-03 21:52:44'),
(1511, 302, 292, 'submit_ip', '172.104.28.114'),
(1512, 302, 293, 'certificate', 'ZAP'),
(1513, 302, 293, 'submit_time', '2022-05-03 21:52:45'),
(1514, 302, 293, 'submit_ip', '172.104.28.114'),
(1515, 302, 294, 'certificate', 'ZAP'),
(1516, 302, 294, 'submit_time', '2022-05-03 21:52:49'),
(1517, 302, 294, 'submit_ip', '172.104.28.114'),
(1518, 302, 295, 'certificate', 'ZAP'),
(1519, 302, 295, 'submit_time', '2022-05-03 21:52:49'),
(1520, 302, 295, 'submit_ip', '172.104.28.114'),
(1521, 302, 296, 'certificate', 'ZAP'),
(1522, 302, 296, 'submit_time', '2022-05-03 21:52:50'),
(1523, 302, 296, 'submit_ip', '172.104.28.114'),
(1524, 302, 297, 'certificate', 'ZAP'),
(1525, 302, 297, 'submit_time', '2022-05-03 21:52:50'),
(1526, 302, 297, 'submit_ip', '172.104.28.114'),
(1527, 302, 298, 'certificate', 'ZAP'),
(1528, 302, 298, 'submit_time', '2022-05-03 21:52:50'),
(1529, 302, 298, 'submit_ip', '172.104.28.114'),
(1530, 302, 299, 'certificate', 'ZAP'),
(1531, 302, 299, 'submit_time', '2022-05-03 21:52:50'),
(1532, 302, 299, 'submit_ip', '172.104.28.114'),
(1533, 302, 300, 'certificate', 'ZAP'),
(1534, 302, 300, 'submit_time', '2022-05-03 21:52:50'),
(1535, 302, 300, 'submit_ip', '172.104.28.114'),
(1536, 302, 301, 'certificate', 'ZAP'),
(1537, 302, 301, 'submit_time', '2022-05-03 21:52:51'),
(1538, 302, 301, 'submit_ip', '172.104.28.114'),
(1539, 302, 302, 'certificate', 'ZAP'),
(1540, 302, 302, 'submit_time', '2022-05-03 21:52:51'),
(1541, 302, 302, 'submit_ip', '172.104.28.114'),
(1542, 302, 303, 'certificate', 'ZAP'),
(1543, 302, 303, 'submit_time', '2022-05-03 21:52:51'),
(1544, 302, 303, 'submit_ip', '172.104.28.114'),
(1545, 302, 304, 'certificate', 'ZAP'),
(1546, 302, 304, 'submit_time', '2022-05-03 21:52:51'),
(1547, 302, 304, 'submit_ip', '172.104.28.114'),
(1548, 302, 305, 'certificate', 'ZAP'),
(1549, 302, 305, 'submit_time', '2022-05-03 21:52:51'),
(1550, 302, 305, 'submit_ip', '172.104.28.114'),
(1551, 302, 306, 'certificate', 'ZAP'),
(1552, 302, 306, 'submit_time', '2022-05-03 21:52:51'),
(1553, 302, 306, 'submit_ip', '172.104.28.114'),
(1554, 302, 307, 'certificate', 'ZAP'),
(1555, 302, 307, 'submit_time', '2022-05-03 21:52:51'),
(1556, 302, 307, 'submit_ip', '172.104.28.114'),
(1557, 302, 308, 'certificate', 'ZAP'),
(1558, 302, 308, 'submit_time', '2022-05-03 21:52:52'),
(1559, 302, 308, 'submit_ip', '172.104.28.114'),
(1560, 302, 309, 'certificate', 'ZAP'),
(1561, 302, 309, 'submit_time', '2022-05-03 21:52:52'),
(1562, 302, 309, 'submit_ip', '172.104.28.114'),
(1563, 302, 310, 'certificate', 'ZAP'),
(1564, 302, 310, 'submit_time', '2022-05-03 21:52:52'),
(1565, 302, 310, 'submit_ip', '172.104.28.114');
INSERT INTO `wp_cf7_vdata_entry` (`id`, `cf7_id`, `data_id`, `name`, `value`) VALUES
(1566, 302, 311, 'certificate', 'ZAP'),
(1567, 302, 311, 'submit_time', '2022-05-03 21:52:52'),
(1568, 302, 311, 'submit_ip', '172.104.28.114'),
(1569, 302, 312, 'certificate', 'ZAP'),
(1570, 302, 312, 'submit_time', '2022-05-03 21:52:52'),
(1571, 302, 312, 'submit_ip', '172.104.28.114'),
(1572, 302, 313, 'certificate', 'ZAP'),
(1573, 302, 313, 'submit_time', '2022-05-03 21:52:52'),
(1574, 302, 313, 'submit_ip', '172.104.28.114'),
(1575, 302, 314, 'certificate', 'ZAP'),
(1576, 302, 314, 'submit_time', '2022-05-03 21:52:53'),
(1577, 302, 314, 'submit_ip', '172.104.28.114'),
(1578, 302, 315, 'certificate', 'ZAP'),
(1579, 302, 315, 'submit_time', '2022-05-03 21:52:53'),
(1580, 302, 315, 'submit_ip', '172.104.28.114'),
(1581, 302, 316, 'certificate', 'ZAP'),
(1582, 302, 316, 'submit_time', '2022-05-03 21:52:53'),
(1583, 302, 316, 'submit_ip', '172.104.28.114'),
(1584, 302, 317, 'certificate', 'ZAP'),
(1585, 302, 317, 'submit_time', '2022-05-03 21:52:53'),
(1586, 302, 317, 'submit_ip', '172.104.28.114'),
(1587, 302, 318, 'certificate', 'ZAP'),
(1588, 302, 318, 'submit_time', '2022-05-03 21:52:53'),
(1589, 302, 318, 'submit_ip', '172.104.28.114'),
(1590, 302, 319, 'certificate', 'ZAP'),
(1591, 302, 319, 'submit_time', '2022-05-03 21:52:54'),
(1592, 302, 319, 'submit_ip', '172.104.28.114'),
(1593, 302, 320, 'certificate', 'ZAP'),
(1594, 302, 320, 'submit_time', '2022-05-03 21:52:54'),
(1595, 302, 320, 'submit_ip', '172.104.28.114'),
(1596, 302, 321, 'certificate', 'ZAP'),
(1597, 302, 321, 'submit_time', '2022-05-03 21:52:54'),
(1598, 302, 321, 'submit_ip', '172.104.28.114'),
(1599, 302, 322, 'certificate', 'ZAP'),
(1600, 302, 322, 'submit_time', '2022-05-03 21:52:54'),
(1601, 302, 322, 'submit_ip', '172.104.28.114'),
(1602, 302, 323, 'certificate', 'ZAP'),
(1603, 302, 323, 'submit_time', '2022-05-03 21:52:55'),
(1604, 302, 323, 'submit_ip', '172.104.28.114'),
(1605, 302, 324, 'certificate', 'ZAP'),
(1606, 302, 324, 'submit_time', '2022-05-03 21:52:55'),
(1607, 302, 324, 'submit_ip', '172.104.28.114'),
(1608, 302, 325, 'certificate', 'ZAP'),
(1609, 302, 325, 'submit_time', '2022-05-03 21:52:55'),
(1610, 302, 325, 'submit_ip', '172.104.28.114'),
(1611, 302, 326, 'certificate', 'ZAP'),
(1612, 302, 326, 'submit_time', '2022-05-03 21:52:55'),
(1613, 302, 326, 'submit_ip', '172.104.28.114'),
(1614, 302, 327, 'certificate', 'ZAP'),
(1615, 302, 327, 'submit_time', '2022-05-03 21:52:56'),
(1616, 302, 327, 'submit_ip', '172.104.28.114'),
(1617, 302, 328, 'certificate', 'ZAP'),
(1618, 302, 328, 'submit_time', '2022-05-03 21:52:56'),
(1619, 302, 328, 'submit_ip', '172.104.28.114'),
(1620, 302, 329, 'certificate', 'ZAP'),
(1621, 302, 329, 'submit_time', '2022-05-03 21:52:56'),
(1622, 302, 329, 'submit_ip', '172.104.28.114'),
(1623, 781, 330, 'your-name', 'Nikhil Mathew'),
(1624, 781, 330, 'gclid_field', ''),
(1625, 781, 330, 'phone', '66269323'),
(1626, 781, 330, 'your-email', 'mathewn@topmarina.qa'),
(1627, 781, 330, 'text-952', 'Top Marina Trading'),
(1628, 781, 330, 'submit_time', '2022-05-11 05:09:04'),
(1629, 781, 330, 'submit_ip', '176.203.67.56'),
(1630, 781, 331, 'your-name', 'Hanan Qaisar'),
(1631, 781, 331, 'gclid_field', ''),
(1632, 781, 331, 'phone', '07449547'),
(1633, 781, 331, 'your-email', 'hananbutt1994@gmail.com'),
(1634, 781, 331, 'text-952', 'UOG'),
(1635, 781, 331, 'submit_time', '2022-05-13 10:59:20'),
(1636, 781, 331, 'submit_ip', '103.4.95.60'),
(1637, 781, 332, 'your-name', 'Catherine Jones'),
(1638, 781, 332, 'gclid_field', ''),
(1639, 781, 332, 'phone', '30442191'),
(1640, 781, 332, 'your-email', 'catherinesjones21@gmail.com'),
(1641, 781, 332, 'text-952', 'Top 10 Seo Rank'),
(1642, 781, 332, 'submit_time', '2022-05-16 09:53:25'),
(1643, 781, 332, 'submit_ip', '202.78.236.138'),
(1644, 781, 333, 'your-name', 'Nawras Diaa'),
(1645, 781, 333, 'gclid_field', ''),
(1646, 781, 333, 'phone', '50573969'),
(1647, 781, 333, 'your-email', 'ndiaa@advancya.com'),
(1648, 781, 333, 'text-952', 'Advancya'),
(1649, 781, 333, 'submit_time', '2022-05-17 20:55:07'),
(1650, 781, 333, 'submit_ip', '212.70.108.141'),
(1651, 302, 334, 'certificate', 'AS-ISOA-402829'),
(1652, 302, 334, 'submit_time', '2022-05-22 13:04:20'),
(1653, 302, 334, 'submit_ip', '212.70.115.53'),
(1654, 781, 335, 'your-name', 'Sonia Sharifee'),
(1655, 781, 335, 'gclid_field', ''),
(1656, 781, 335, 'phone', '07869153'),
(1657, 781, 335, 'your-email', 'soniasharifee@gmail.com'),
(1658, 781, 335, 'text-952', ''),
(1659, 781, 335, 'submit_time', '2022-05-24 11:26:25'),
(1660, 781, 335, 'submit_ip', '80.189.141.100'),
(1661, 781, 336, 'your-name', 'Sonia Sharifee'),
(1662, 781, 336, 'gclid_field', ''),
(1663, 781, 336, 'phone', '07869153'),
(1664, 781, 336, 'your-email', 'soniasharifee@gmail.com'),
(1665, 781, 336, 'text-952', ''),
(1666, 781, 336, 'submit_time', '2022-05-24 11:26:25'),
(1667, 781, 336, 'submit_ip', '80.189.141.100'),
(1668, 229, 337, 'your-name', 'MARIA VIJAY DHAS'),
(1669, 229, 337, 'your-email', 'vijaydhas321@gmail.com'),
(1670, 229, 337, 'phone', '75997065'),
(1671, 229, 337, 'your-message', 'job enquiry'),
(1672, 229, 337, 'submit_time', '2022-05-24 15:53:38'),
(1673, 229, 337, 'submit_ip', '89.211.200.0'),
(1674, 289, 338, 'your-name', 'Alethea Paulene Sabado'),
(1675, 289, 338, 'gclid_field', ''),
(1676, 289, 338, 'phone', '71593720'),
(1677, 289, 338, 'your-email', 'asabado@up.edu.ph'),
(1678, 289, 338, 'submit_time', '2022-05-31 06:13:59'),
(1679, 289, 338, 'submit_ip', '180.190.230.55'),
(1680, 229, 339, 'your-name', 'sofia zoey'),
(1681, 229, 339, 'your-email', 'sofiazoeyseo@gmail.com'),
(1682, 229, 339, 'phone', '20040536'),
(1683, 229, 339, 'your-message', 'Hello sir, mam\r\nI am a link builder &amp; I have a good number of quality sites, where I can help you to build contextual links which help you to get good page rank and domain authority. Let me know if you\'re interested, And if you want another list of quality websites. I am Looking forward to hearing from you...\r\n'),
(1684, 229, 339, 'submit_time', '2022-06-02 06:20:47'),
(1685, 229, 339, 'submit_ip', '103.31.93.99'),
(1686, 289, 340, 'your-name', 'Aneesh'),
(1687, 289, 340, 'gclid_field', ''),
(1688, 289, 340, 'phone', '00966533'),
(1689, 289, 340, 'your-email', 'aneeshadiyottil@gmail.com'),
(1690, 289, 340, 'submit_time', '2022-06-02 13:28:00'),
(1691, 289, 340, 'submit_ip', '2001:16a2:c017:3a58:9d6:261a:1e99:94e8'),
(1692, 289, 341, 'your-name', 'Abdul'),
(1693, 289, 341, 'gclid_field', ''),
(1694, 289, 341, 'phone', '23871328'),
(1695, 289, 341, 'your-email', 'abuduljabar@gmail.com'),
(1696, 289, 341, 'submit_time', '2022-06-03 21:34:19'),
(1697, 289, 341, 'submit_ip', '112.206.58.111'),
(1698, 289, 342, 'your-name', 'thilak'),
(1699, 289, 342, 'gclid_field', ''),
(1700, 289, 342, 'phone', '30313585'),
(1701, 289, 342, 'your-email', 'thilak.manikandan@outlook.com'),
(1702, 289, 342, 'submit_time', '2022-06-04 10:10:08'),
(1703, 289, 342, 'submit_ip', '178.152.241.114'),
(1704, 781, 343, 'your-name', 'ASAD AMIN'),
(1705, 781, 343, 'gclid_field', ''),
(1706, 781, 343, 'phone', '70331410'),
(1707, 781, 343, 'your-email', 'engineer.asad.amin@outlook.com'),
(1708, 781, 343, 'text-952', 'REDCO'),
(1709, 781, 343, 'submit_time', '2022-06-25 09:13:03'),
(1710, 781, 343, 'submit_ip', '84.17.47.124'),
(1711, 229, 344, 'your-name', 'Emma Miller'),
(1712, 229, 344, 'your-email', 'inquiries+request@postmarketpublishing.net'),
(1713, 229, 344, 'phone', '63188512'),
(1714, 229, 344, 'your-message', 'Hello,\r\n\r\nMy name is Emma, Content Writer and Outreach Manager at Post Market Publishing / Outreach Master.\r\nI expect you receive a load of emails, every day from companies promising the world and telling you why\r\nthey are the best.\r\n\r\nWhen it comes to our Media Placement and Link Building/Guest Post offering, our strategy is slightly\r\ndifferent. Focussing on three key pillars: Building Trust, Authority, and Relevance with our clients via\r\nour outreach campaigns, we are proud that the results we are able to deliver speak for themselves.\r\n\r\nIf you have ever used an agency for your Guest Post Link Building, I would love you to give us a try and\r\ncompare our offering and service against your current strategy. You can then measure our results and\r\nthe performance of our campaigns for yourself.\r\n\r\nPlease let me know if you are interested, or have any additional questions.\r\n\r\nBest regards,\r\nEmma Miller\r\nContent Writer and Outreach Manager\r\nOutreach Masters\r\n'),
(1715, 229, 344, 'submit_time', '2022-06-26 02:50:04'),
(1716, 229, 344, 'submit_ip', '180.195.27.244'),
(1717, 781, 345, 'your-name', 'Ajeeb'),
(1718, 781, 345, 'gclid_field', ''),
(1719, 781, 345, 'phone', '+9747737'),
(1720, 781, 345, 'your-email', 'ajeeb@servegas.qa'),
(1721, 781, 345, 'text-952', 'ServeGas solutions Trading'),
(1722, 781, 345, 'submit_time', '2022-06-27 08:20:44'),
(1723, 781, 345, 'submit_ip', '37.211.53.43'),
(1724, 289, 346, 'your-name', 'Test N'),
(1725, 289, 346, 'gclid_field', ''),
(1726, 289, 346, 'phone', '12345678'),
(1727, 289, 346, 'your-email', 'test@test.com'),
(1728, 289, 346, 'submit_time', '2022-06-27 08:38:27'),
(1729, 289, 346, 'submit_ip', '2402:4000:b191:c14:a94b:325c:f5ac:71ef'),
(1730, 289, 347, 'your-name', 'Test msg'),
(1731, 289, 347, 'gclid_field', ''),
(1732, 289, 347, 'phone', '12345678'),
(1733, 289, 347, 'your-email', 'nmsg@test.com'),
(1734, 289, 347, 'submit_time', '2022-06-27 08:39:21'),
(1735, 289, 347, 'submit_ip', '2402:4000:b191:c14:a94b:325c:f5ac:71ef'),
(1736, 781, 348, 'your-name', 'nasheeka'),
(1737, 781, 348, 'gclid_field', ''),
(1738, 781, 348, 'phone', '12345678'),
(1739, 781, 348, 'your-email', 'test@test.com'),
(1740, 781, 348, 'text-952', 'test'),
(1741, 781, 348, 'submit_time', '2022-06-27 08:39:57'),
(1742, 781, 348, 'submit_ip', '2402:4000:b191:c14:a94b:325c:f5ac:71ef'),
(1743, 302, 349, 'certificate', 'Q-97405072921'),
(1744, 302, 349, 'submit_time', '2022-07-03 06:52:57'),
(1745, 302, 349, 'submit_ip', '78.100.204.59'),
(1746, 302, 350, 'certificate', 'Q-97405072921'),
(1747, 302, 350, 'submit_time', '2022-07-03 06:54:32'),
(1748, 302, 350, 'submit_ip', '78.100.204.59'),
(1749, 289, 351, 'your-name', 'joy'),
(1750, 289, 351, 'gclid_field', ''),
(1751, 289, 351, 'phone', '55964304'),
(1752, 289, 351, 'your-email', 'secretary@pigeonengg.com'),
(1753, 289, 351, 'submit_time', '2022-07-05 13:19:32'),
(1754, 289, 351, 'submit_ip', '37.208.128.106'),
(1755, 781, 352, 'your-name', 'Badar Rafiq'),
(1756, 781, 352, 'gclid_field', ''),
(1757, 781, 352, 'phone', '24944064'),
(1758, 781, 352, 'your-email', 'badarrafiq96@gmail.com'),
(1759, 781, 352, 'text-952', 'test b '),
(1760, 781, 352, 'submit_time', '2022-07-08 14:49:38'),
(1761, 781, 352, 'submit_ip', '2400:adc5:114:8a00:4d1:a8f6:c6b1:8717'),
(1762, 289, 353, 'your-name', 'Badar Rafiq'),
(1763, 289, 353, 'gclid_field', ''),
(1764, 289, 353, 'phone', '24944064'),
(1765, 289, 353, 'your-email', 'badarrafiq96@gmail.com'),
(1766, 289, 353, 'submit_time', '2022-07-08 14:51:15'),
(1767, 289, 353, 'submit_ip', '2400:adc5:114:8a00:4d1:a8f6:c6b1:8717'),
(1768, 289, 354, 'your-name', 'Badar Rafiq'),
(1769, 289, 354, 'gclid_field', ''),
(1770, 289, 354, 'phone', '24944064'),
(1771, 289, 354, 'your-email', 'badarrafiq96@gmail.com'),
(1772, 289, 354, 'submit_time', '2022-07-08 14:51:39'),
(1773, 289, 354, 'submit_ip', '2400:adc5:114:8a00:4d1:a8f6:c6b1:8717'),
(1774, 289, 355, 'your-name', 'Mhhra'),
(1775, 289, 355, 'gclid_field', ''),
(1776, 289, 355, 'phone', '05015655'),
(1777, 289, 355, 'your-email', 'Mh.alshamsi@hotmail.com'),
(1778, 289, 355, 'submit_time', '2022-09-05 19:25:16'),
(1779, 289, 355, 'submit_ip', '217.164.77.7'),
(1780, 229, 356, 'your-name', 'Nyla Clark'),
(1781, 229, 356, 'your-email', 'nyla@writingandpublication.com'),
(1782, 229, 356, 'phone', '47611803'),
(1783, 229, 356, 'your-message', 'Hello,\r\n\r\nCongratulation on your recent guest posthttp://www.sbwire.com/press-releases/aegis-services-llc-delivers-premium-quality-iso-consultancy-and-management-services-1360608.htm\r\nwith a link to your website aegis.qa\r\n\r\n\r\nGood to see you are paying attention to guest blogging strategy, and this is what we do all the time. We specialise in guest post outreach services; we can help you create more guest posts like the above one.\r\n\r\nLet us know if this is something you are looking for; we can talk more.\r\n\r\nYou can forward this email to your marketing agency if you do not control this.\r\n\r\nThanks\r\nNyla Clark\r\nhttps://guestpostserviceshop.com\r\nWhatsapp Support: +1 724 761 1803\r\n'),
(1784, 229, 356, 'submit_time', '2022-09-06 10:25:38'),
(1785, 229, 356, 'submit_ip', '122.162.149.197'),
(1786, 289, 357, 'your-name', 'divya'),
(1787, 289, 357, 'gclid_field', ''),
(1788, 289, 357, 'phone', '97189810'),
(1789, 289, 357, 'your-email', 'divya.siscert@gmail.com'),
(1790, 289, 357, 'submit_time', '2022-09-07 09:54:19'),
(1791, 289, 357, 'submit_ip', '119.82.86.61'),
(1792, 781, 358, 'your-name', 'burgees'),
(1793, 781, 358, 'gclid_field', ''),
(1794, 781, 358, 'phone', '74448596'),
(1795, 781, 358, 'your-email', 'BH@GMAIL.COM'),
(1796, 781, 358, 'text-952', '1'),
(1797, 781, 358, 'submit_time', '2022-09-07 11:15:46'),
(1798, 781, 358, 'submit_ip', '110.39.222.136'),
(1799, 289, 359, 'your-name', 'burgees2'),
(1800, 289, 359, 'gclid_field', ''),
(1801, 289, 359, 'phone', '74449876'),
(1802, 289, 359, 'your-email', 'BH@GMAIL.COM'),
(1803, 289, 359, 'submit_time', '2022-09-07 11:19:54'),
(1804, 289, 359, 'submit_ip', '110.39.222.136'),
(1805, 289, 360, 'your-name', 'burgees3'),
(1806, 289, 360, 'gclid_field', ''),
(1807, 289, 360, 'phone', '03005356'),
(1808, 289, 360, 'your-email', 'BH@GMAIL.COM'),
(1809, 289, 360, 'submit_time', '2022-09-07 11:23:12'),
(1810, 289, 360, 'submit_ip', '110.39.222.136'),
(1811, 781, 361, 'your-name', 'burgees'),
(1812, 781, 361, 'gclid_field', ''),
(1813, 781, 361, 'phone', '74448595'),
(1814, 781, 361, 'your-email', 'BH@GMAIL.COM'),
(1815, 781, 361, 'text-952', '1'),
(1816, 781, 361, 'submit_time', '2022-09-07 18:42:34'),
(1817, 781, 361, 'submit_ip', '110.39.222.136'),
(1818, 289, 362, 'your-name', 'burgees2'),
(1819, 289, 362, 'gclid_field', ''),
(1820, 289, 362, 'phone', '74448595'),
(1821, 289, 362, 'your-email', 'BH@GMAIL.COM'),
(1822, 289, 362, 'submit_time', '2022-09-07 18:42:42'),
(1823, 289, 362, 'submit_ip', '110.39.222.136'),
(1824, 289, 363, 'your-name', 'burgees3'),
(1825, 289, 363, 'gclid_field', ''),
(1826, 289, 363, 'phone', '74448595'),
(1827, 289, 363, 'your-email', 'BH@GMAIL.COM'),
(1828, 289, 363, 'submit_time', '2022-09-07 18:43:09'),
(1829, 289, 363, 'submit_ip', '110.39.222.136'),
(1830, 781, 364, 'your-name', 'burgees'),
(1831, 781, 364, 'gclid_field', ''),
(1832, 781, 364, 'phone', '74448595'),
(1833, 781, 364, 'your-email', 'BH@GMAIL.COM'),
(1834, 781, 364, 'text-952', '3'),
(1835, 781, 364, 'submit_time', '2022-09-07 18:59:23'),
(1836, 781, 364, 'submit_ip', '110.39.222.136'),
(1837, 289, 365, 'your-name', 'burgees2'),
(1838, 289, 365, 'gclid_field', ''),
(1839, 289, 365, 'phone', '74448595'),
(1840, 289, 365, 'your-email', 'BH@GMAIL.COM'),
(1841, 289, 365, 'submit_time', '2022-09-07 18:59:30'),
(1842, 289, 365, 'submit_ip', '110.39.222.136'),
(1843, 289, 366, 'your-name', 'burgees3'),
(1844, 289, 366, 'gclid_field', ''),
(1845, 289, 366, 'phone', '74448595'),
(1846, 289, 366, 'your-email', 'BH@GMAIL.COM'),
(1847, 289, 366, 'submit_time', '2022-09-07 18:59:47'),
(1848, 289, 366, 'submit_ip', '110.39.222.136'),
(1849, 289, 367, 'your-name', 'burgees3'),
(1850, 289, 367, 'gclid_field', ''),
(1851, 289, 367, 'phone', '74448595'),
(1852, 289, 367, 'your-email', 'BH@GMAIL.COM'),
(1853, 289, 367, 'submit_time', '2022-09-07 19:00:05'),
(1854, 289, 367, 'submit_ip', '110.39.222.136'),
(1855, 289, 368, 'your-name', 'burgees2'),
(1856, 289, 368, 'gclid_field', ''),
(1857, 289, 368, 'phone', '74448595'),
(1858, 289, 368, 'your-email', 'BH@GMAIL.COM'),
(1859, 289, 368, 'submit_time', '2022-09-07 19:00:09'),
(1860, 289, 368, 'submit_ip', '110.39.222.136'),
(1861, 781, 369, 'your-name', 'burgees'),
(1862, 781, 369, 'gclid_field', ''),
(1863, 781, 369, 'phone', '74448595'),
(1864, 781, 369, 'your-email', 'BH@GMAIL.COM'),
(1865, 781, 369, 'text-952', '4'),
(1866, 781, 369, 'submit_time', '2022-09-07 19:00:29'),
(1867, 781, 369, 'submit_ip', '110.39.222.136'),
(1868, 781, 370, 'your-name', 'Burgees'),
(1869, 781, 370, 'gclid_field', ''),
(1870, 781, 370, 'phone', '74448595'),
(1871, 781, 370, 'your-email', 'burgeeskamran@hotmail.com'),
(1872, 781, 370, 'text-952', 'Aegis'),
(1873, 781, 370, 'submit_time', '2022-09-11 11:13:08'),
(1874, 781, 370, 'submit_ip', '110.39.222.136'),
(1875, 289, 371, 'your-name', 'Burgees'),
(1876, 289, 371, 'gclid_field', ''),
(1877, 289, 371, 'phone', '74448595'),
(1878, 289, 371, 'your-email', 'burgeeskanran@hotmail.com'),
(1879, 289, 371, 'submit_time', '2022-09-11 11:13:54'),
(1880, 289, 371, 'submit_ip', '110.39.222.136'),
(1881, 302, 372, 'certificate', 'Om-97405072918'),
(1882, 302, 372, 'submit_time', '2022-09-13 16:15:55'),
(1883, 302, 372, 'submit_ip', '37.210.49.75'),
(1884, 781, 373, 'your-name', 'Mohammed mirza'),
(1885, 781, 373, 'gclid_field', ''),
(1886, 781, 373, 'phone', '74784531'),
(1887, 781, 373, 'your-email', 'mohdmirza51@gmail.com'),
(1888, 781, 373, 'text-952', 'Aegis services'),
(1889, 781, 373, 'submit_time', '2022-09-16 21:17:06'),
(1890, 781, 373, 'submit_ip', '78.100.253.193'),
(1891, 781, 374, 'your-name', 'chadia'),
(1892, 781, 374, 'gclid_field', ''),
(1893, 781, 374, 'phone', '50299774'),
(1894, 781, 374, 'your-email', 'chadia.jawadi@macnetads.com'),
(1895, 781, 374, 'text-952', 'Macnet advertising services wll'),
(1896, 781, 374, 'submit_time', '2022-09-18 08:08:13'),
(1897, 781, 374, 'submit_ip', '78.100.184.191'),
(1898, 781, 375, 'your-name', 'Damodhar reddy'),
(1899, 781, 375, 'gclid_field', ''),
(1900, 781, 375, 'phone', '77002123'),
(1901, 781, 375, 'your-email', 'damodhar@bscqatar.com'),
(1902, 781, 375, 'text-952', 'Black screen trading and contracting W.L.L '),
(1903, 781, 375, 'submit_time', '2022-09-19 05:08:47'),
(1904, 781, 375, 'submit_ip', '37.186.49.169'),
(1905, 289, 376, 'your-name', 'Ruba Abd Al Ghani'),
(1906, 289, 376, 'gclid_field', ''),
(1907, 289, 376, 'phone', '00962797'),
(1908, 289, 376, 'your-email', 'ruba.abdalghani@ergapc-me.com'),
(1909, 289, 376, 'submit_time', '2022-09-20 20:33:37'),
(1910, 289, 376, 'submit_ip', '80.10.51.41'),
(1911, 302, 377, 'certificate', 'Q-97405072921'),
(1912, 302, 377, 'submit_time', '2022-09-21 12:26:18'),
(1913, 302, 377, 'submit_ip', '78.100.218.83'),
(1914, 302, 378, 'certificate', 'Q-97405072921'),
(1915, 302, 378, 'submit_time', '2022-09-21 12:27:04'),
(1916, 302, 378, 'submit_ip', '78.100.218.83'),
(1917, 302, 379, 'certificate', '97405072921'),
(1918, 302, 379, 'submit_time', '2022-09-21 12:28:19'),
(1919, 302, 379, 'submit_ip', '78.100.218.83'),
(1920, 289, 380, 'your-name', 'eko'),
(1921, 289, 380, 'gclid_field', ''),
(1922, 289, 380, 'phone', '02267784'),
(1923, 289, 380, 'your-email', 'eko@bdk.co.id'),
(1924, 289, 380, 'submit_time', '2022-09-28 13:30:45'),
(1925, 289, 380, 'submit_ip', '36.71.248.184'),
(1926, 289, 381, 'your-name', 'umar'),
(1927, 289, 381, 'gclid_field', ''),
(1928, 289, 381, 'phone', '02267784'),
(1929, 289, 381, 'your-email', 'umar@bdk-corp.com'),
(1930, 289, 381, 'submit_time', '2022-09-28 13:31:38'),
(1931, 289, 381, 'submit_ip', '36.71.248.184'),
(1932, 781, 382, 'your-name', 'muhammad nijad'),
(1933, 781, 382, 'gclid_field', ''),
(1934, 781, 382, 'phone', '31205767'),
(1935, 781, 382, 'your-email', 'nijadpv7@gmail.com'),
(1936, 781, 382, 'text-952', 'UCC'),
(1937, 781, 382, 'submit_time', '2022-10-04 05:19:05'),
(1938, 781, 382, 'submit_ip', '176.203.206.160'),
(1939, 289, 383, 'your-name', 'mertert'),
(1940, 289, 383, 'gclid_field', ''),
(1941, 289, 383, 'phone', '54545354'),
(1942, 289, 383, 'your-email', 'm@grg.com'),
(1943, 289, 383, 'submit_time', '2022-10-06 13:23:55'),
(1944, 289, 383, 'submit_ip', '158.169.40.17'),
(1945, 302, 384, 'certificate', '71970714'),
(1946, 302, 384, 'submit_time', '2022-10-06 13:39:22'),
(1947, 302, 384, 'submit_ip', '176.202.190.219'),
(1948, 302, 385, 'certificate', 'ZAP'),
(1949, 302, 385, 'submit_time', '2022-10-07 10:37:40'),
(1950, 302, 385, 'submit_ip', '172.104.17.70'),
(1951, 302, 386, 'certificate', 'ZAP'),
(1952, 302, 386, 'submit_time', '2022-10-07 10:37:40'),
(1953, 302, 386, 'submit_ip', '172.104.17.70'),
(1954, 302, 387, 'certificate', 'ZAP'),
(1955, 302, 387, 'submit_time', '2022-10-07 10:37:41'),
(1956, 302, 387, 'submit_ip', '172.104.17.70'),
(1957, 302, 388, 'certificate', 'ZAP'),
(1958, 302, 388, 'submit_time', '2022-10-07 10:37:42'),
(1959, 302, 388, 'submit_ip', '172.104.17.70'),
(1960, 302, 389, 'certificate', 'ZAP'),
(1961, 302, 389, 'submit_time', '2022-10-07 10:37:42'),
(1962, 302, 389, 'submit_ip', '172.104.17.70'),
(1963, 302, 390, 'certificate', 'ZAP'),
(1964, 302, 390, 'submit_time', '2022-10-07 10:37:42'),
(1965, 302, 390, 'submit_ip', '172.104.17.70'),
(1966, 302, 391, 'certificate', 'ZAP'),
(1967, 302, 391, 'submit_time', '2022-10-07 10:37:42'),
(1968, 302, 391, 'submit_ip', '172.104.17.70'),
(1969, 302, 392, 'certificate', 'ZAP'),
(1970, 302, 392, 'submit_time', '2022-10-07 10:37:42'),
(1971, 302, 392, 'submit_ip', '172.104.17.70'),
(1972, 302, 393, 'certificate', 'ZAP'),
(1973, 302, 393, 'submit_time', '2022-10-07 10:37:43'),
(1974, 302, 393, 'submit_ip', '172.104.17.70'),
(1975, 302, 394, 'certificate', 'ZAP'),
(1976, 302, 394, 'submit_time', '2022-10-07 10:37:43'),
(1977, 302, 394, 'submit_ip', '172.104.17.70'),
(1978, 302, 395, 'certificate', 'ZAP'),
(1979, 302, 395, 'submit_time', '2022-10-07 10:37:44'),
(1980, 302, 395, 'submit_ip', '172.104.17.70'),
(1981, 302, 396, 'certificate', 'ZAP'),
(1982, 302, 396, 'submit_time', '2022-10-07 10:37:44'),
(1983, 302, 396, 'submit_ip', '172.104.17.70'),
(1984, 302, 397, 'certificate', 'ZAP'),
(1985, 302, 397, 'submit_time', '2022-10-07 10:37:45'),
(1986, 302, 397, 'submit_ip', '172.104.17.70'),
(1987, 302, 398, 'certificate', 'ZAP'),
(1988, 302, 398, 'submit_time', '2022-10-07 10:37:46'),
(1989, 302, 398, 'submit_ip', '172.104.17.70'),
(1990, 302, 399, 'certificate', 'ZAP'),
(1991, 302, 399, 'submit_time', '2022-10-07 10:37:46'),
(1992, 302, 399, 'submit_ip', '172.104.17.70'),
(1993, 302, 400, 'certificate', 'ZAP'),
(1994, 302, 400, 'submit_time', '2022-10-07 10:37:46'),
(1995, 302, 400, 'submit_ip', '172.104.17.70'),
(1996, 302, 401, 'certificate', 'ZAP'),
(1997, 302, 401, 'submit_time', '2022-10-07 10:37:47'),
(1998, 302, 401, 'submit_ip', '172.104.17.70'),
(1999, 302, 402, 'certificate', 'ZAP'),
(2000, 302, 402, 'submit_time', '2022-10-07 10:37:49'),
(2001, 302, 402, 'submit_ip', '172.104.17.70'),
(2002, 302, 403, 'certificate', 'ZAP'),
(2003, 302, 403, 'submit_time', '2022-10-07 10:37:49'),
(2004, 302, 403, 'submit_ip', '172.104.17.70'),
(2005, 302, 404, 'certificate', 'ZAP'),
(2006, 302, 404, 'submit_time', '2022-10-07 10:37:49'),
(2007, 302, 404, 'submit_ip', '172.104.17.70'),
(2008, 302, 405, 'certificate', 'ZAP'),
(2009, 302, 405, 'submit_time', '2022-10-07 10:37:51'),
(2010, 302, 405, 'submit_ip', '172.104.17.70'),
(2011, 302, 406, 'certificate', 'ZAP'),
(2012, 302, 406, 'submit_time', '2022-10-07 10:37:51'),
(2013, 302, 406, 'submit_ip', '172.104.17.70'),
(2014, 302, 407, 'certificate', 'ZAP'),
(2015, 302, 407, 'submit_time', '2022-10-07 10:37:51'),
(2016, 302, 407, 'submit_ip', '172.104.17.70'),
(2017, 302, 408, 'certificate', 'ZAP'),
(2018, 302, 408, 'submit_time', '2022-10-07 10:37:51'),
(2019, 302, 408, 'submit_ip', '172.104.17.70'),
(2020, 302, 409, 'certificate', 'ZAP'),
(2021, 302, 409, 'submit_time', '2022-10-07 14:44:48'),
(2022, 302, 409, 'submit_ip', '172.104.17.70'),
(2023, 302, 410, 'certificate', 'ZAP'),
(2024, 302, 410, 'submit_time', '2022-10-07 14:44:48'),
(2025, 302, 410, 'submit_ip', '172.104.17.70'),
(2026, 302, 411, 'certificate', 'ZAP'),
(2027, 302, 411, 'submit_time', '2022-10-07 14:44:51'),
(2028, 302, 411, 'submit_ip', '172.104.17.70'),
(2029, 302, 412, 'certificate', 'ZAP'),
(2030, 302, 412, 'submit_time', '2022-10-07 14:44:52'),
(2031, 302, 412, 'submit_ip', '172.104.17.70'),
(2032, 302, 413, 'certificate', 'ZAP'),
(2033, 302, 413, 'submit_time', '2022-10-07 14:44:53'),
(2034, 302, 413, 'submit_ip', '172.104.17.70'),
(2035, 302, 414, 'certificate', 'ZAP'),
(2036, 302, 414, 'submit_time', '2022-10-07 14:44:54'),
(2037, 302, 414, 'submit_ip', '172.104.17.70'),
(2038, 302, 415, 'certificate', 'ZAP'),
(2039, 302, 415, 'submit_time', '2022-10-07 14:44:54'),
(2040, 302, 415, 'submit_ip', '172.104.17.70'),
(2041, 302, 416, 'certificate', 'ZAP'),
(2042, 302, 416, 'submit_time', '2022-10-07 14:44:54'),
(2043, 302, 416, 'submit_ip', '172.104.17.70'),
(2044, 302, 417, 'certificate', 'ZAP'),
(2045, 302, 417, 'submit_time', '2022-10-07 14:44:55'),
(2046, 302, 417, 'submit_ip', '172.104.17.70'),
(2047, 302, 418, 'certificate', 'ZAP'),
(2048, 302, 418, 'submit_time', '2022-10-07 14:44:55'),
(2049, 302, 418, 'submit_ip', '172.104.17.70'),
(2050, 302, 419, 'certificate', 'ZAP'),
(2051, 302, 419, 'submit_time', '2022-10-07 14:44:57'),
(2052, 302, 419, 'submit_ip', '172.104.17.70'),
(2053, 302, 420, 'certificate', 'ZAP'),
(2054, 302, 420, 'submit_time', '2022-10-07 14:45:00'),
(2055, 302, 420, 'submit_ip', '172.104.17.70'),
(2056, 302, 421, 'certificate', 'ZAP'),
(2057, 302, 421, 'submit_time', '2022-10-07 14:45:03'),
(2058, 302, 421, 'submit_ip', '172.104.17.70'),
(2059, 302, 422, 'certificate', 'ZAP'),
(2060, 302, 422, 'submit_time', '2022-10-07 14:45:03'),
(2061, 302, 422, 'submit_ip', '172.104.17.70'),
(2062, 302, 423, 'certificate', 'ZAP'),
(2063, 302, 423, 'submit_time', '2022-10-07 14:45:06'),
(2064, 302, 423, 'submit_ip', '172.104.17.70'),
(2065, 302, 424, 'certificate', 'ZAP'),
(2066, 302, 424, 'submit_time', '2022-10-07 14:45:07'),
(2067, 302, 424, 'submit_ip', '172.104.17.70'),
(2068, 302, 425, 'certificate', 'ZAP'),
(2069, 302, 425, 'submit_time', '2022-10-07 14:45:07'),
(2070, 302, 425, 'submit_ip', '172.104.17.70'),
(2071, 302, 426, 'certificate', 'ZAP'),
(2072, 302, 426, 'submit_time', '2022-10-07 14:45:07'),
(2073, 302, 426, 'submit_ip', '172.104.17.70'),
(2074, 302, 427, 'certificate', 'ZAP'),
(2075, 302, 427, 'submit_time', '2022-10-07 14:45:08'),
(2076, 302, 427, 'submit_ip', '172.104.17.70'),
(2077, 302, 428, 'certificate', 'ZAP'),
(2078, 302, 428, 'submit_time', '2022-10-07 14:45:08'),
(2079, 302, 428, 'submit_ip', '172.104.17.70'),
(2080, 302, 429, 'certificate', 'ZAP'),
(2081, 302, 429, 'submit_time', '2022-10-07 14:45:08'),
(2082, 302, 429, 'submit_ip', '172.104.17.70'),
(2083, 302, 430, 'certificate', 'ZAP'),
(2084, 302, 430, 'submit_time', '2022-10-07 14:45:08'),
(2085, 302, 430, 'submit_ip', '172.104.17.70'),
(2086, 302, 431, 'certificate', 'ZAP'),
(2087, 302, 431, 'submit_time', '2022-10-07 14:45:08'),
(2088, 302, 431, 'submit_ip', '172.104.17.70'),
(2089, 302, 432, 'certificate', 'ZAP'),
(2090, 302, 432, 'submit_time', '2022-10-07 14:45:09'),
(2091, 302, 432, 'submit_ip', '172.104.17.70'),
(2092, 302, 433, 'certificate', 'ZAP'),
(2093, 302, 433, 'submit_time', '2022-10-07 14:45:10'),
(2094, 302, 433, 'submit_ip', '172.104.17.70'),
(2095, 302, 434, 'certificate', 'ZAP'),
(2096, 302, 434, 'submit_time', '2022-10-07 14:45:10'),
(2097, 302, 434, 'submit_ip', '172.104.17.70'),
(2098, 302, 435, 'certificate', 'ZAP'),
(2099, 302, 435, 'submit_time', '2022-10-07 14:45:11'),
(2100, 302, 435, 'submit_ip', '172.104.17.70'),
(2101, 302, 436, 'certificate', 'ZAP'),
(2102, 302, 436, 'submit_time', '2022-10-07 14:45:12'),
(2103, 302, 436, 'submit_ip', '172.104.17.70'),
(2104, 302, 437, 'certificate', 'ZAP'),
(2105, 302, 437, 'submit_time', '2022-10-07 14:45:14'),
(2106, 302, 437, 'submit_ip', '172.104.17.70'),
(2107, 302, 438, 'certificate', 'ZAP'),
(2108, 302, 438, 'submit_time', '2022-10-07 14:45:14'),
(2109, 302, 438, 'submit_ip', '172.104.17.70'),
(2110, 229, 439, 'your-name', 'Americbuzz'),
(2111, 229, 439, 'your-email', 'americbuzz@gmail.com'),
(2112, 229, 439, 'phone', '(700) 61'),
(2113, 229, 439, 'your-message', 'Hi,\r\n\r\nI have a high-authority website with 200k unique users per month.\r\n\r\nWebsite: Americbuzz.com\r\nMoz DA: 55\r\nAhrefs DR 50\r\nAhrefs Traffic 200k\r\n\r\nContact Email: americbuzz@gmail.com\r\n\r\nLet me know if you are interested in guest post and Link Insertion on our website.\r\n\r\nWe want to maintain a long term business relationship with you.'),
(2114, 229, 439, 'submit_time', '2022-10-10 09:55:10'),
(2115, 229, 439, 'submit_ip', '49.36.192.211'),
(2116, 781, 440, 'your-name', 'Tony'),
(2117, 781, 440, 'gclid_field', ''),
(2118, 781, 440, 'phone', '50287722'),
(2119, 781, 440, 'your-email', 'tony@copious.qa'),
(2120, 781, 440, 'text-952', 'Copious services '),
(2121, 781, 440, 'submit_time', '2022-10-11 11:56:20'),
(2122, 781, 440, 'submit_ip', '178.152.255.73'),
(2123, 781, 441, 'your-name', 'hanshad kh'),
(2124, 781, 441, 'gclid_field', ''),
(2125, 781, 441, 'phone', '31403757'),
(2126, 781, 441, 'your-email', 'hanshadhsd@gmail.com'),
(2127, 781, 441, 'text-952', 'Sedeer Medical'),
(2128, 781, 441, 'submit_time', '2022-10-12 19:11:33'),
(2129, 781, 441, 'submit_ip', '176.202.16.189'),
(2130, 289, 442, 'your-name', 'Hollie'),
(2131, 289, 442, 'gclid_field', ''),
(2132, 289, 442, 'phone', '07000000'),
(2133, 289, 442, 'your-email', 'hollie.capon@invotra.co.uk'),
(2134, 289, 442, 'submit_time', '2022-10-14 08:45:31'),
(2135, 289, 442, 'submit_ip', '31.117.50.107'),
(2136, 229, 443, 'your-name', 'Zoe Green'),
(2137, 229, 443, 'your-email', 'zoe@theguestpostshop.com'),
(2138, 229, 443, 'phone', '47611803'),
(2139, 229, 443, 'your-message', 'Hello,\r\n\r\nWe are sending you this unsolicited email because we believe you may be interested in our affordable guest blogging services for your websites.\r\n\r\nHere are some examples:\r\nhttps://mazingus.com/7-ways-you-can-easily-refresh-spruce-up-your-living-room/\r\nhttps://balthazarkorab.com/2022/09/13/range-hood-replacement-signs-and-ways-to-replace-hood/\r\nhttps://ereleasewire.com/what-is-the-best-age-to-start-obedience-training-a-puppy/\r\nhttps://amazefeeds.com/9-must-have-items-for-children-with-seasonal-allergies/\r\n\r\nWe write and get it published with unlimited revisions.\r\n\r\nWould you want to view our database? You can email this to your marketing agency if you do not manage your websites.\r\n\r\nBest Regards,\r\nZoe Green\r\nwww.theguestpostshop.com\r\nWhatsapp Support: +1 724 761 1803\r\n\r\nReply with no for removal'),
(2140, 229, 443, 'submit_time', '2022-10-14 11:03:41'),
(2141, 229, 443, 'submit_ip', '122.162.151.161'),
(2142, 289, 444, 'your-name', 'Rebecca'),
(2143, 289, 444, 'gclid_field', ''),
(2144, 289, 444, 'phone', '10320721'),
(2145, 289, 444, 'your-email', 'Rebecca.Tonacao@aurecongroup.com'),
(2146, 289, 444, 'submit_time', '2022-10-19 21:56:04'),
(2147, 289, 444, 'submit_ip', '124.248.141.99'),
(2148, 229, 445, 'your-name', 'Claudette Schmid'),
(2149, 229, 445, 'your-email', 'schmid.claudette@googlemail.com'),
(2150, 229, 445, 'phone', '483 8173'),
(2151, 229, 445, 'your-message', 'Want to test drive a little-known All-In-One toolbox that makes it fast &amp; super easy to own an IMMEDIATELY profitable online business? this super powerful All-In-One digital business can help you see profits in as little as 48 hours, in a few clicks... Even better: You can do all this Without Ever having to create Your Own Product, or Website, and Even if it\'s Your First Day Online​​.\r\n \r\nEverything Is Here: brilliantmoneyhacks.com\r\n\r\nKind regards'),
(2152, 229, 445, 'submit_time', '2022-10-20 06:46:59'),
(2153, 229, 445, 'submit_ip', '23.105.4.159'),
(2154, 781, 446, 'your-name', 'Abubakar Ijaz'),
(2155, 781, 446, 'gclid_field', ''),
(2156, 781, 446, 'phone', '77596101'),
(2157, 781, 446, 'your-email', 'khokharbakar@gamil.com'),
(2158, 781, 446, 'text-952', 'Unii Engineering '),
(2159, 781, 446, 'submit_time', '2022-10-20 07:56:03'),
(2160, 781, 446, 'submit_ip', '37.186.49.107'),
(2161, 781, 447, 'your-name', 'Burgees'),
(2162, 781, 447, 'gclid_field', ''),
(2163, 781, 447, 'phone', '03005387'),
(2164, 781, 447, 'your-email', 'bj@gmail.com'),
(2165, 781, 447, 'text-952', 'Kamran'),
(2166, 781, 447, 'submit_time', '2022-10-31 14:15:50'),
(2167, 781, 447, 'submit_ip', '119.160.96.70'),
(2168, 289, 448, 'your-name', 'Burgees'),
(2169, 289, 448, 'gclid_field', ''),
(2170, 289, 448, 'phone', '03005384'),
(2171, 289, 448, 'your-email', 'bj@gmail.com'),
(2172, 289, 448, 'submit_time', '2022-10-31 14:16:33'),
(2173, 289, 448, 'submit_ip', '119.160.96.70'),
(2174, 289, 449, 'your-name', 'Christopher J Daniels'),
(2175, 289, 449, 'gclid_field', ''),
(2176, 289, 449, 'phone', '66298436'),
(2177, 289, 449, 'your-email', 'chrisjdaniels2006@yahoo.co.uk'),
(2178, 289, 449, 'submit_time', '2022-11-01 08:47:05'),
(2179, 289, 449, 'submit_ip', '37.210.163.24'),
(2180, 229, 450, 'your-name', 'Christy Mark'),
(2181, 229, 450, 'your-email', 'christy@guestpostzoomwings.com'),
(2182, 229, 450, 'phone', '98115173'),
(2183, 229, 450, 'your-message', 'Hi,\r\n\r\nMy name is Christy &amp; I found your https://news.marylandnewsdesk.com/story/410221/aegis-services-llc-offers-a-seamless-iso-9001-certification-acquisition-process.html this post.\r\n\r\nI noticed You\'re paying attention to Guest Posting Service, To build strong Backlinks for your https://aegis.qa website.\r\n\r\nI\'m a professional Blogger &amp; Outreach Service Provider, I have also such type of sites with better metrics on a low budget with Google Index Blogs, Do-follow links to create Google Penguin free links for your website\r\n\r\nKindly let me know if you look for the Guest Posting Service/Blogger Outreach Service.\r\n\r\nNotes\r\nIf you want to see sites, my online list of 240+ sites and prices is right here: https://docs.google.com/spreadsheets/d/1RloY4MhNVROUrQ19iXWRWRCpFzRZ23No/edit#gid=218504052\r\n\r\nThanks &amp; Regards\r\n\r\nChristy Mark\r\nEmail: 	christy@guestpostzoomwings.com\r\n		infozoomwings@gmail.com\r\nWebsite:	www.zoomwings.com\r\nSkype:	Zoom Wings\r\n	\r\nP.S. We\'re sorry if you get emails multiple times. To unsubscribe: Reply with &quot;No&quot;'),
(2184, 229, 450, 'submit_time', '2022-11-02 08:49:57'),
(2185, 229, 450, 'submit_ip', '106.215.92.85'),
(2186, 229, 451, 'your-name', 'Angela Ball'),
(2187, 229, 451, 'your-email', 'angelaballj774@yahoo.com'),
(2188, 229, 451, 'phone', '471 0937'),
(2189, 229, 451, 'your-message', 'Hi there,\r\n\r\nWe run an Instagram growth service, which increases your number of followers both safely and practically. \r\n\r\n- Guaranteed: We guarantee to gain you 400-1200+ followers per month.\r\n- Real, human followers: People follow you because they are interested in your business or niche.\r\n- Safe: All actions are made manually. We do not use any bots.\r\n\r\nThe price is just $60 per month, and we can start immediately.\r\n\r\nIf you are interested, and would like to see some of our previous work, let me know and we can discuss further.\r\n\r\nKind Regards,\r\nAngela'),
(2190, 229, 451, 'submit_time', '2022-11-02 15:22:13'),
(2191, 229, 451, 'submit_ip', '107.172.97.34'),
(2192, 289, 452, 'your-name', 'Kristoffer Urzo'),
(2193, 289, 452, 'gclid_field', ''),
(2194, 289, 452, 'phone', '70801885'),
(2195, 289, 452, 'your-email', 'technical@cmsqatar.net'),
(2196, 289, 452, 'submit_time', '2022-11-06 12:10:05'),
(2197, 289, 452, 'submit_ip', '37.186.33.113'),
(2198, 302, 453, 'certificate', 'payload\''),
(2199, 302, 453, 'submit_time', '2022-11-10 17:21:21'),
(2200, 302, 453, 'submit_ip', '194.32.122.74'),
(2201, 229, 454, 'your-name', 'Julian Ann'),
(2202, 229, 455, 'your-name', 'Julian Ann'),
(2203, 229, 456, 'your-name', 'Julian Ann'),
(2204, 229, 454, 'your-email', 'julian@zoomwings.co.uk'),
(2205, 229, 455, 'your-email', 'julian@zoomwings.co.uk'),
(2206, 229, 454, 'phone', '11517337'),
(2207, 229, 456, 'your-email', 'julian@zoomwings.co.uk'),
(2208, 229, 454, 'your-message', 'Hi,\r\n\r\nHope you and your family are all safe and well.\r\n\r\nI\'m a professional Blogger &amp; Outreach Service Provider, our all sites are Google Index, I can help to build Dofollow and safe backlinks for your commercial website https://aegis.qa/\r\n\r\nI was wondering if you would be interested in checking the listed websites for &quot;A quality and relevant Guest Post&quot;.\r\n\r\nHere is the online sheet link: https://docs.google.com/spreadsheets/d/1ieuM0hT-_YJdCDorBl8lSu9rvDf6CeN6/\r\n\r\nLet me know which ones are you interested in.\r\n\r\nHappy to offer you the following discounts:\r\n\r\nFLAT 05% OFF - On Purchase of 5 or More Posts/Links\r\nFLAT 10% OFF - On Purchase of 10 Or More Posts/Links\r\nFLAT 15% OFF - On Purchase of 20 Or More Posts/Links\r\n\r\nLooking forward to hearing from you soon again.\r\n\r\nBest Regards\r\n\r\nJulian Ann\r\n| Zoom Wings\r\n| Content Marketing Manager\r\n| Email:  julian@zoomwings.co.uk\r\n| Email:  Infozoomwings@gmail.com  \r\n| Website: zoomwings.com\r\n| Skype:  zoom wings\r\n\r\nP.S. We\'re sorry if you get emails multiple times. To unsubscribe: Reply with &quot;No&quot;'),
(2209, 229, 455, 'phone', '11517337'),
(2210, 229, 456, 'phone', '11517337'),
(2211, 229, 455, 'your-message', 'Hi,\r\n\r\nHope you and your family are all safe and well.\r\n\r\nI\'m a professional Blogger &amp; Outreach Service Provider, our all sites are Google Index, I can help to build Dofollow and safe backlinks for your commercial website https://aegis.qa/\r\n\r\nI was wondering if you would be interested in checking the listed websites for &quot;A quality and relevant Guest Post&quot;.\r\n\r\nHere is the online sheet link: https://docs.google.com/spreadsheets/d/1ieuM0hT-_YJdCDorBl8lSu9rvDf6CeN6/\r\n\r\nLet me know which ones are you interested in.\r\n\r\nHappy to offer you the following discounts:\r\n\r\nFLAT 05% OFF - On Purchase of 5 or More Posts/Links\r\nFLAT 10% OFF - On Purchase of 10 Or More Posts/Links\r\nFLAT 15% OFF - On Purchase of 20 Or More Posts/Links\r\n\r\nLooking forward to hearing from you soon again.\r\n\r\nBest Regards\r\n\r\nJulian Ann\r\n| Zoom Wings\r\n| Content Marketing Manager\r\n| Email:  julian@zoomwings.co.uk\r\n| Email:  Infozoomwings@gmail.com  \r\n| Website: zoomwings.com\r\n| Skype:  zoom wings\r\n\r\nP.S. We\'re sorry if you get emails multiple times. To unsubscribe: Reply with &quot;No&quot;'),
(2212, 229, 456, 'your-message', 'Hi,\r\n\r\nHope you and your family are all safe and well.\r\n\r\nI\'m a professional Blogger &amp; Outreach Service Provider, our all sites are Google Index, I can help to build Dofollow and safe backlinks for your commercial website https://aegis.qa/\r\n\r\nI was wondering if you would be interested in checking the listed websites for &quot;A quality and relevant Guest Post&quot;.\r\n\r\nHere is the online sheet link: https://docs.google.com/spreadsheets/d/1ieuM0hT-_YJdCDorBl8lSu9rvDf6CeN6/\r\n\r\nLet me know which ones are you interested in.\r\n\r\nHappy to offer you the following discounts:\r\n\r\nFLAT 05% OFF - On Purchase of 5 or More Posts/Links\r\nFLAT 10% OFF - On Purchase of 10 Or More Posts/Links\r\nFLAT 15% OFF - On Purchase of 20 Or More Posts/Links\r\n\r\nLooking forward to hearing from you soon again.\r\n\r\nBest Regards\r\n\r\nJulian Ann\r\n| Zoom Wings\r\n| Content Marketing Manager\r\n| Email:  julian@zoomwings.co.uk\r\n| Email:  Infozoomwings@gmail.com  \r\n| Website: zoomwings.com\r\n| Skype:  zoom wings\r\n\r\nP.S. We\'re sorry if you get emails multiple times. To unsubscribe: Reply with &quot;No&quot;'),
(2213, 229, 454, 'submit_time', '2022-11-11 09:23:17'),
(2214, 229, 455, 'submit_time', '2022-11-11 09:23:17'),
(2215, 229, 454, 'submit_ip', '106.215.88.169'),
(2216, 229, 456, 'submit_time', '2022-11-11 09:23:17'),
(2217, 229, 455, 'submit_ip', '106.215.88.169'),
(2218, 229, 456, 'submit_ip', '106.215.88.169'),
(2219, 289, 457, 'your-name', 'manikandan ramalingam venkatachalam'),
(2220, 289, 457, 'gclid_field', ''),
(2221, 289, 457, 'phone', '77655863'),
(2222, 289, 457, 'your-email', 'procurement@eracora.qa'),
(2223, 289, 457, 'submit_time', '2022-11-17 07:35:50'),
(2224, 289, 457, 'submit_ip', '37.186.53.38'),
(2225, 781, 458, 'your-name', 'MUHAMMAD ALI'),
(2226, 781, 458, 'gclid_field', ''),
(2227, 781, 458, 'phone', '31100094'),
(2228, 781, 458, 'your-email', 'a.andk@outlook.com'),
(2229, 781, 458, 'text-952', 'A AND K TRADING AND CONTRACTING'),
(2230, 781, 458, 'submit_time', '2022-11-20 10:00:52'),
(2231, 781, 458, 'submit_ip', '37.186.42.89'),
(2232, 289, 459, 'your-name', 'Yeap Hooi Kim'),
(2233, 289, 459, 'gclid_field', ''),
(2234, 289, 459, 'phone', '37193303'),
(2235, 289, 459, 'your-email', 'hooi.kim@hot.com'),
(2236, 289, 459, 'submit_time', '2022-11-22 03:29:34'),
(2237, 289, 459, 'submit_ip', '60.54.25.74'),
(2238, 229, 460, 'your-name', 'Jeffery Wooten'),
(2239, 229, 460, 'your-email', 'jefferywooten2@gmail.com'),
(2240, 229, 460, 'phone', '31523806'),
(2241, 229, 460, 'your-message', 'Hello,\r\n \r\nHow are you? Hope you are fine.\r\n \r\nI have been checking your website quite often. It has seen that the main keywords are still not in top 10 rank. You know things of working; I mean the procedure of working has changed a lot.\r\n \r\nSo I would like to have opportunity to work for you and this time we will bring the keywords to the top 10 spot with guaranteed period.\r\n \r\nThere is no wondering that it is possible now cause, I have found out that there are few things need to be done for better performances (Some we Discuss ,in this email). Let me tell you some of them -\r\n \r\n1. Title Tag Optimization\r\n2. Meta Tag Optimization (Description, keyword and etc)\r\n3. Heading Tags Optimization\r\n4. Targeted keywords are not placed into tags\r\n5. Alt / Image tags Optimization\r\n6. Google Publisher is missing\r\n7. Custom 404 Page is missing\r\n8. The Products are not following Structured markup data\r\n9. Website Speed Development (Both Mobile and Desktop )\r\n10.Off –Page SEO work\r\n \r\nLots are pending……………..\r\n \r\nYou can see these are the things that need to be done properly to make the keywords others to get into the top 10 spot in Google Search &amp; your sales Increase.\r\n \r\n \r\nSir/ Madam, please give us a chance to fix these errors and we will give you rank on these keywords.\r\n \r\nPlease let me know if you encounter any problems or if there is anything you need. If this email has reached you by mistake or if you do not wish to take advantage of this advertising opportunity, please accept my apology for any inconvenience caused and rest assured that you will not be contacted again.\r\n \r\nMany thanks for your time and consideration,\r\n \r\nLooking forward\r\n \r\nRegards\r\n\r\nJeffery Wooten\r\n\r\nIf you did not wish to receive this, please reply with &quot;unsubscribe&quot; in the subject line.\r\n'),
(2242, 229, 460, 'submit_time', '2022-11-22 05:44:21'),
(2243, 229, 460, 'submit_ip', '103.102.116.180'),
(2244, 229, 461, 'your-name', 'Gerardo Carrigan'),
(2245, 229, 461, 'your-email', 'gerardo.carrigan@gmail.com'),
(2246, 229, 461, 'phone', '427 5388'),
(2247, 229, 461, 'your-message', ''),
(2248, 229, 461, 'submit_time', '2022-11-22 12:46:09'),
(2249, 229, 461, 'submit_ip', '168.91.84.185'),
(2250, 781, 462, 'your-name', 'Mohammed Javid'),
(2251, 781, 462, 'gclid_field', ''),
(2252, 781, 462, 'phone', '30591078'),
(2253, 781, 462, 'your-email', 'sales@gtbc.com.qa'),
(2254, 781, 462, 'text-952', 'GREENTECH BUILDERS CONTRACTING'),
(2255, 781, 462, 'submit_time', '2022-11-29 16:31:49'),
(2256, 781, 462, 'submit_ip', '37.211.87.45'),
(2257, 781, 463, 'your-name', 'Isha'),
(2258, 781, 463, 'gclid_field', ''),
(2259, 781, 463, 'phone', '33007765'),
(2260, 781, 463, 'your-email', 'isha@loafie.com'),
(2261, 781, 463, 'text-952', 'London Bakery'),
(2262, 781, 463, 'submit_time', '2022-11-30 06:40:52'),
(2263, 781, 463, 'submit_ip', '89.211.254.190'),
(2264, 289, 464, 'your-name', 'Firoz'),
(2265, 289, 464, 'gclid_field', ''),
(2266, 289, 464, 'phone', '77456815'),
(2267, 289, 464, 'your-email', 'firozalam2181995@gmail.com'),
(2268, 289, 464, 'submit_time', '2022-12-04 08:44:42'),
(2269, 289, 464, 'submit_ip', '89.211.252.136'),
(2270, 289, 465, 'your-name', 'David  Onchagwa'),
(2271, 289, 465, 'gclid_field', ''),
(2272, 289, 465, 'phone', '66038170'),
(2273, 289, 465, 'your-email', 'david.onchagwa@qatar.tamu.edu'),
(2274, 289, 465, 'submit_time', '2022-12-07 09:47:31'),
(2275, 289, 465, 'submit_ip', '192.195.90.239'),
(2276, 781, 466, 'your-name', 'SHAYAN AHMED'),
(2277, 781, 466, 'gclid_field', ''),
(2278, 781, 466, 'phone', '33381298'),
(2279, 781, 466, 'your-email', 'shayanbakali786@gmail.com'),
(2280, 781, 466, 'text-952', 'Take Off Travel & Tours'),
(2281, 781, 466, 'submit_time', '2022-12-11 15:14:28'),
(2282, 781, 466, 'submit_ip', '78.101.175.207'),
(2283, 229, 467, 'your-name', 'Maricruz Weigall'),
(2284, 229, 467, 'your-email', 'maricruz.weigall@gmail.com'),
(2285, 229, 467, 'phone', '457 5423'),
(2286, 229, 467, 'your-message', 'Hi,\r\n\r\nAre you STILL STRUGGLING to \r\ngenerate enough traffic for your \r\noffers & nothing seems to work?\r\n\r\nIncreased competition, high ads \r\ncosts, over-saturation, all play on the \r\nfact that you can\'t get any traffic.\r\n\r\nBut there is one solution that is\r\nworking LIKE CRAZY in 2022!\r\n\r\nThere is a BRAND NEW video \r\nmethod that’s SHY, introvert and \r\nLAZY people are using..\r\n\r\n..to generate MILLIONS of visitors\r\nevery month, making $20-$100k/m.\r\n\r\n==> Want to know what they\'re \r\ndoing & how to TAP into it? Go here.. https://warriorplus.com/o2/a/zj1kr8/0\r\n\r\nThere is a new wave of videos that \r\nare generating millions of visitors..\r\n\r\n- without all the usual hassles \r\n- without camera, without voice,\r\nwithout video editing\r\n- without you doing anything at all\r\n\r\nAnd with this new tool called\r\n\"VidTsunami\" you can create\r\nthese kind of videos in 3 simple\r\nsteps and 5 min.. \r\n\r\nThen rank your video on Page #1 \r\nusing their Video Ranking Cheat \r\nSheet and start getting traffic\r\nand sales. \r\n\r\nThis has just launched for a LOW\r\nONE TIME PRICE for next few days only:\r\n\r\n==> Grab your copy here now before\r\nthe price goes up again.. https://warriorplus.com/o2/a/zj1kr8/0\r\n\r\nLet me know your results with it.\r\n\r\nTo your success,'),
(2287, 229, 467, 'submit_time', '2022-12-28 01:44:33'),
(2288, 229, 467, 'submit_ip', '172.110.146.192'),
(2289, 229, 468, 'your-name', 'Jeffery Wooten'),
(2290, 229, 468, 'your-email', 'jefferywooten2@gmail.com'),
(2291, 229, 468, 'phone', '4466-212'),
(2292, 229, 468, 'your-message', 'Hello,\r\n \r\nHow are you? Hope you are fine.\r\n \r\nI have been checking your website quite often. It has seen that the main keywords are still not in top 10 rank. You know things of working; I mean the procedure of working has changed a lot.\r\n \r\nSo I would like to have opportunity to work for you and this time we will bring the keywords to the top 10 spot with guaranteed period.\r\n \r\nThere is no wondering that it is possible now cause, I have found out that there are few things need to be done for better performances (Some we Discuss ,in this email). Let me tell you some of them -\r\n \r\n1. Title Tag Optimization\r\n2. Meta Tag Optimization (Description, keyword and etc)\r\n3. Heading Tags Optimization\r\n4. Targeted keywords are not placed into tags\r\n5. Alt / Image tags Optimization\r\n6. Google Publisher is missing\r\n7. Custom 404 Page is missing\r\n8. The Products are not following Structured markup data\r\n9. Website Speed Development (Both Mobile and Desktop )\r\n10.Off –Page SEO work\r\n \r\nLots are pending……………..\r\n \r\nYou can see these are the things that need to be done properly to make the keywords others to get into the top 10 spot in Google Search & your sales Increase.\r\n \r\n \r\nSir/ Madam, please give us a chance to fix these errors and we will give you rank on these keywords.\r\n \r\nPlease let me know if you encounter any problems or if there is anything you need. If this email has reached you by mistake or if you do not wish to take advantage of this advertising opportunity, please accept my apology for any inconvenience caused and rest assured that you will not be contacted again.\r\n \r\nMany thanks for your time and consideration,\r\n \r\nLooking forward\r\n \r\nRegards\r\n\r\nJeffery Wooten\r\n\r\nIf you did not wish to receive this, please reply with \"unsubscribe\" in the subject line.'),
(2293, 229, 468, 'submit_time', '2023-01-05 05:36:05'),
(2294, 229, 468, 'submit_ip', '202.78.236.65'),
(2295, 229, 469, 'your-name', 'Riyaz'),
(2296, 229, 469, 'your-email', 'riyaz@premierplastic.qa'),
(2297, 229, 469, 'phone', '50391415'),
(2298, 229, 469, 'your-message', 'Dear,\r\nWe are seeking a training program for our employees and would like to request a proposal for your services. Please provide details on the training program, including the topics that will be covered, the duration of the program, and the cost. \r\n•	Fire Warden Trainee – 15 persons\r\n•	First Aider Trainee – 15 persons\r\nThank you for considering our request. We look forward to receiving your proposal and discussing this opportunity further.\r\n\r\nThanks & Regards,\r\nRiyaz Mehdi\r\nSenior Executive – Procurement\r\nPremier Plastic Production Company\r\nGate No. 157, Street No 2, New Industrial Area, Doha – Qatar \r\nTel: +974 4414 2015 | Mob: +974 50391415'),
(2299, 229, 469, 'submit_time', '2023-01-09 07:31:37'),
(2300, 229, 469, 'submit_ip', '37.211.19.179'),
(2301, 781, 470, 'your-name', 'mohamed safras'),
(2302, 781, 470, 'gclid_field', ''),
(2303, 781, 470, 'phone', '33068333'),
(2304, 781, 470, 'your-email', 'm.safras@aljameel.com.qa'),
(2305, 781, 470, 'text-952', 'National Foam Factory'),
(2306, 781, 470, 'submit_time', '2023-01-16 08:09:10'),
(2307, 781, 470, 'submit_ip', '89.211.198.247'),
(2308, 302, 471, 'certificate', 'ZAP'),
(2309, 302, 471, 'submit_time', '2023-01-17 08:50:26'),
(2310, 302, 471, 'submit_ip', '172.104.17.172'),
(2311, 302, 472, 'certificate', 'ZAP'),
(2312, 302, 472, 'submit_time', '2023-01-17 08:50:27'),
(2313, 302, 472, 'submit_ip', '172.104.17.172'),
(2314, 302, 473, 'certificate', 'ZAP'),
(2315, 302, 473, 'submit_time', '2023-01-17 08:50:27'),
(2316, 302, 473, 'submit_ip', '172.104.17.172'),
(2317, 302, 474, 'certificate', 'ZAP'),
(2318, 302, 474, 'submit_time', '2023-01-17 08:50:27'),
(2319, 302, 474, 'submit_ip', '172.104.17.172'),
(2320, 302, 475, 'certificate', 'ZAP'),
(2321, 302, 475, 'submit_time', '2023-01-17 08:50:28'),
(2322, 302, 475, 'submit_ip', '172.104.17.172'),
(2323, 302, 476, 'certificate', 'ZAP'),
(2324, 302, 476, 'submit_time', '2023-01-17 08:50:28'),
(2325, 302, 476, 'submit_ip', '172.104.17.172'),
(2326, 302, 477, 'certificate', 'ZAP'),
(2327, 302, 477, 'submit_time', '2023-01-17 08:50:30'),
(2328, 302, 477, 'submit_ip', '172.104.17.172'),
(2329, 302, 478, 'certificate', 'ZAP'),
(2330, 302, 478, 'submit_time', '2023-01-17 08:50:30'),
(2331, 302, 478, 'submit_ip', '172.104.17.172'),
(2332, 302, 479, 'certificate', 'ZAP'),
(2333, 302, 479, 'submit_time', '2023-01-17 08:50:31'),
(2334, 302, 479, 'submit_ip', '172.104.17.172'),
(2335, 302, 480, 'certificate', 'ZAP'),
(2336, 302, 480, 'submit_time', '2023-01-17 08:50:31');
INSERT INTO `wp_cf7_vdata_entry` (`id`, `cf7_id`, `data_id`, `name`, `value`) VALUES
(2337, 302, 480, 'submit_ip', '172.104.17.172'),
(2338, 302, 481, 'certificate', 'ZAP'),
(2339, 302, 481, 'submit_time', '2023-01-17 08:50:31'),
(2340, 302, 481, 'submit_ip', '172.104.17.172'),
(2341, 302, 482, 'certificate', 'ZAP'),
(2342, 302, 482, 'submit_time', '2023-01-17 08:50:33'),
(2343, 302, 482, 'submit_ip', '172.104.17.172'),
(2344, 302, 483, 'certificate', 'ZAP'),
(2345, 302, 483, 'submit_time', '2023-01-17 08:50:33'),
(2346, 302, 483, 'submit_ip', '172.104.17.172'),
(2347, 302, 484, 'certificate', 'ZAP'),
(2348, 302, 484, 'submit_time', '2023-01-17 08:50:34'),
(2349, 302, 484, 'submit_ip', '172.104.17.172'),
(2350, 302, 485, 'certificate', 'ZAP'),
(2351, 302, 485, 'submit_time', '2023-01-17 08:50:34'),
(2352, 302, 485, 'submit_ip', '172.104.17.172'),
(2353, 229, 486, 'your-name', 'Chethika'),
(2354, 229, 486, 'your-email', 'chethi85@gmail.com'),
(2355, 229, 486, 'phone', '50241891'),
(2356, 229, 486, 'your-message', 'my company needs to get ISO 9001 -2015, 14001 and 45001 so need to call for quotations kindly send me your profile first and the list of companies you have issued ISO'),
(2357, 229, 486, 'submit_time', '2023-02-05 10:55:30'),
(2358, 229, 486, 'submit_ip', '178.153.56.114'),
(2359, 302, 487, 'certificate', 'AS-ISOA-403748'),
(2360, 302, 487, 'submit_time', '2023-02-07 05:59:59'),
(2361, 302, 487, 'submit_ip', '178.152.5.149'),
(2362, 302, 488, 'certificate', 'AS-ISOA-403748'),
(2363, 302, 488, 'submit_time', '2023-02-07 06:00:06'),
(2364, 302, 488, 'submit_ip', '178.152.5.149'),
(2365, 302, 489, 'certificate', 'AS-ISOA-403748'),
(2366, 302, 489, 'submit_time', '2023-02-07 06:00:09'),
(2367, 302, 489, 'submit_ip', '178.152.5.149'),
(2368, 302, 490, 'certificate', 'AS-ISOA-403748'),
(2369, 302, 490, 'submit_time', '2023-02-07 06:00:22'),
(2370, 302, 490, 'submit_ip', '178.152.5.149'),
(2371, 302, 491, 'certificate', 'AS-ISOA-403748'),
(2372, 302, 491, 'submit_time', '2023-02-07 06:00:23'),
(2373, 302, 491, 'submit_ip', '178.152.5.149'),
(2374, 302, 492, 'certificate', 'AS-ISOA-403748'),
(2375, 302, 492, 'submit_time', '2023-02-07 06:00:23'),
(2376, 302, 492, 'submit_ip', '178.152.5.149'),
(2377, 302, 493, 'certificate', 'AS-ISOA-403748'),
(2378, 302, 493, 'submit_time', '2023-02-07 06:00:28'),
(2379, 302, 493, 'submit_ip', '178.152.5.149'),
(2380, 302, 494, 'certificate', 'AS-ISOA-403748'),
(2381, 302, 494, 'submit_time', '2023-02-07 06:00:33'),
(2382, 302, 494, 'submit_ip', '178.152.5.149'),
(2383, 302, 495, 'certificate', 'AS-ISOA-403748'),
(2384, 302, 495, 'submit_time', '2023-02-07 06:00:38'),
(2385, 302, 495, 'submit_ip', '178.152.5.149'),
(2386, 302, 496, 'certificate', 'AS-ISOA-403748'),
(2387, 302, 496, 'submit_time', '2023-02-07 06:01:02'),
(2388, 302, 496, 'submit_ip', '178.152.5.149'),
(2389, 302, 497, 'certificate', 'AS-ISOA-403748'),
(2390, 302, 497, 'submit_time', '2023-02-07 06:01:05'),
(2391, 302, 497, 'submit_ip', '178.152.5.149'),
(2392, 781, 498, 'your-name', 'MOHAMEDYOOSUF MOHAMED IJAS'),
(2393, 781, 498, 'gclid_field', ''),
(2394, 781, 498, 'phone', '30852647'),
(2395, 781, 498, 'your-email', 'yoosufijas3@gmail.com'),
(2396, 781, 498, 'text-952', 'evolve technologies pvt ltd'),
(2397, 781, 498, 'submit_time', '2023-02-07 19:49:03'),
(2398, 781, 498, 'submit_ip', '37.211.17.95');

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

--
-- Table structure for table `wp_commentmeta`
--

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
  `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_520_ci;

--
-- Dumping data for table `wp_comments`
--

INSERT INTO `wp_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
(17, 11852, 'zelma', '1189@gmail.com', 'https://hdo.ai/DVMQq', '212.55.79.98', '2023-01-13 12:01:58', '2023-01-13 12:01:58', 'Waiting patiently for you to come home and fuck me! https://hdo.ai/DVMQq', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'comment', 0, 0),
(18, 11852, 'zelma', '62730@gmail.com', 'https://is.gd/dBsd60', '176.67.18.195', '2023-01-15 09:02:27', '2023-01-15 09:02:27', 'Waiting patiently for you to come home and fuck me! https://is.gd/dBsd60', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'comment', 0, 0),
(19, 11934, 'zelma', '40232@gmail.com', 'http://bitly.ws/znHX', '45.158.48.3', '2023-01-26 14:44:33', '2023-01-26 14:44:33', 'Waiting patiently for you to come home and fuck me! http://bitly.ws/znHX', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'comment', 0, 0);

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

--
-- Table structure for table `wp_content_tabs_ultimate_list`
--

CREATE TABLE `wp_content_tabs_ultimate_list` (
  `id` mediumint(5) NOT NULL,
  `styleid` mediumint(6) NOT NULL,
  `rawdata` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_content_tabs_ultimate_style`
--

CREATE TABLE `wp_content_tabs_ultimate_style` (
  `id` mediumint(5) NOT NULL,
  `name` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `style_name` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `rawdata` longtext COLLATE utf8mb4_unicode_520_ci,
  `stylesheet` longtext COLLATE utf8mb4_unicode_520_ci,
  `font_family` text COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_db7_forms`
--

CREATE TABLE `wp_db7_forms` (
  `form_id` bigint(20) NOT NULL,
  `form_post_id` bigint(20) NOT NULL,
  `form_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `form_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_db7_forms`
--

INSERT INTO `wp_db7_forms` (`form_id`, `form_post_id`, `form_value`, `form_date`) VALUES
(1, 57, 'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:4:\"Test\";s:11:\"gclid_field\";s:0:\"\";s:5:\"phone\";s:8:\"78979797\";s:10:\"your-email\";s:14:\"test@gmail.com\";}', '2021-01-29 12:00:02'),
(2, 57, 'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:5:\"Kunal\";s:11:\"gclid_field\";s:0:\"\";s:5:\"phone\";s:8:\"78979797\";s:10:\"your-email\";s:15:\"kunal@gmail.com\";}', '2021-01-29 12:01:49'),
(3, 57, 'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:5:\"Kunal\";s:11:\"gclid_field\";s:0:\"\";s:5:\"phone\";s:8:\"78979797\";s:10:\"your-email\";s:20:\"tanu@technoarray.com\";}', '2021-01-29 12:07:01'),
(4, 57, 'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:5:\"Kunal\";s:11:\"gclid_field\";s:0:\"\";s:5:\"phone\";s:8:\"78979797\";s:10:\"your-email\";s:15:\"kunal@gmail.com\";}', '2021-01-29 13:20:03');

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

--
-- Table structure for table `wp_e_events`
--

CREATE TABLE `wp_e_events` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `event_data` text COLLATE utf8mb4_unicode_520_ci,
  `created_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_itsec_bans`
--

CREATE TABLE `wp_itsec_bans` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `host` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'ip',
  `created_at` datetime NOT NULL,
  `actor_type` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `actor_id` varchar(128) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `comment` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_itsec_dashboard_events`
--

CREATE TABLE `wp_itsec_dashboard_events` (
  `event_id` int(11) UNSIGNED NOT NULL,
  `event_slug` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `event_time` datetime NOT NULL,
  `event_count` int(11) UNSIGNED NOT NULL DEFAULT '1',
  `event_consolidated` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_itsec_dashboard_events`
--

INSERT INTO `wp_itsec_dashboard_events` (`event_id`, `event_slug`, `event_time`, `event_count`, `event_consolidated`) VALUES
(1, 'local-brute-force', '2022-12-05 10:00:00', 1, 0),
(2, 'local-brute-force', '2022-12-05 15:00:00', 1, 0),
(3, 'local-brute-force', '2022-12-05 16:00:00', 1, 0);

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

--
-- Table structure for table `wp_itsec_distributed_storage`
--

CREATE TABLE `wp_itsec_distributed_storage` (
  `storage_id` bigint(20) UNSIGNED NOT NULL,
  `storage_group` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `storage_key` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `storage_chunk` int(11) NOT NULL DEFAULT '0',
  `storage_data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `storage_updated` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_itsec_fingerprints`
--

CREATE TABLE `wp_itsec_fingerprints` (
  `fingerprint_id` bigint(20) UNSIGNED NOT NULL,
  `fingerprint_user` bigint(20) UNSIGNED NOT NULL,
  `fingerprint_hash` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `fingerprint_created_at` datetime NOT NULL,
  `fingerprint_approved_at` datetime NOT NULL,
  `fingerprint_data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `fingerprint_snapshot` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `fingerprint_last_seen` datetime NOT NULL,
  `fingerprint_uses` int(11) NOT NULL DEFAULT '0',
  `fingerprint_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `fingerprint_uuid` char(36) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_itsec_geolocation_cache`
--

CREATE TABLE `wp_itsec_geolocation_cache` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `location_host` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `location_lat` decimal(10,8) NOT NULL,
  `location_long` decimal(11,8) NOT NULL,
  `location_label` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `location_credit` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `location_time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_itsec_lockouts`
--

CREATE TABLE `wp_itsec_lockouts` (
  `lockout_id` bigint(20) UNSIGNED NOT NULL,
  `lockout_type` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `lockout_start` datetime NOT NULL,
  `lockout_start_gmt` datetime NOT NULL,
  `lockout_expire` datetime NOT NULL,
  `lockout_expire_gmt` datetime NOT NULL,
  `lockout_host` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `lockout_user` bigint(20) UNSIGNED DEFAULT NULL,
  `lockout_username` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `lockout_active` int(1) NOT NULL DEFAULT '1',
  `lockout_context` text COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_itsec_logs`
--

CREATE TABLE `wp_itsec_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `parent_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `module` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `code` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'notice',
  `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `init_timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `memory_current` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `memory_peak` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `url` varchar(500) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `blog_id` bigint(20) NOT NULL DEFAULT '0',
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `remote_ip` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_itsec_logs`
--

INSERT INTO `wp_itsec_logs` (`id`, `parent_id`, `module`, `code`, `data`, `type`, `timestamp`, `init_timestamp`, `memory_current`, `memory_peak`, `url`, `blog_id`, `user_id`, `remote_ip`) VALUES
(1, 0, 'brute_force', 'invalid-login::username-aegis-admin', 'a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:18:\"incorrect_password\";a:1:{i:0;s:190:\"<strong>ERROR</strong>: The username or password you entered is incorrect. <a href=\"https://aegis.qa/wp-login.php?action=lostpassword\" title=\"Password Lost and Found\">Lost your password</a>?\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:11:\"aegis-admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:27:{s:11:\"HTTP_ACCEPT\";s:135:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"117\";s:9:\"HTTP_HOST\";s:8:\"aegis.qa\";s:12:\"HTTP_REFERER\";s:29:\"https://aegis.qa/wp-login.php\";s:15:\"HTTP_USER_AGENT\";s:106:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:14:\"HTTP_SEC_CH_UA\";s:47:\"\\\"Chromium\\\";v=\\\"105\\\", \\\"Not)A;Brand\\\";v=\\\"8\\\"\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:23:\"HTTP_SEC_CH_UA_PLATFORM\";s:11:\"\\\"Windows\\\"\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:11:\"HTTP_ORIGIN\";s:16:\"https://aegis.qa\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:8:\"navigate\";s:19:\"HTTP_SEC_FETCH_USER\";s:2:\"?1\";s:19:\"HTTP_SEC_FETCH_DEST\";s:8:\"document\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:5:\"HTTPS\";s:2:\"on\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home1/k5v9tnlo/aegis.qa/wp-login.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1670237051.357698917388916015625;s:12:\"REQUEST_TIME\";i:1670237051;}}', 'notice', '2022-12-05 10:44:12', '2022-12-05 10:44:11', 20095776, 20277320, 'https://aegis.qa/wp-login.php', 1, 0, '54.251.213.194'),
(2, 0, 'brute_force', 'invalid-login::user-1', 'a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:12:\"wp-login.php\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:18:\"incorrect_password\";a:1:{i:0;s:185:\"<strong>ERROR</strong>: The username or password you entered is incorrect. <a href=\"https://aegis.qa/hadeel/?action=lostpassword\" title=\"Password Lost and Found\">Lost your password</a>?\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:6:\"techno\";s:7:\"user_id\";i:1;s:6:\"SERVER\";a:27:{s:11:\"HTTP_ACCEPT\";s:135:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"136\";s:9:\"HTTP_HOST\";s:8:\"aegis.qa\";s:12:\"HTTP_REFERER\";s:24:\"https://aegis.qa/hadeel/\";s:15:\"HTTP_USER_AGENT\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Not?A_Brand\\\";v=\\\"8\\\", \\\"Chromium\\\";v=\\\"108\\\", \\\"Google Chrome\\\";v=\\\"108\\\"\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:23:\"HTTP_SEC_CH_UA_PLATFORM\";s:9:\"\\\"macOS\\\"\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:11:\"HTTP_ORIGIN\";s:16:\"https://aegis.qa\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_MODE\";s:8:\"navigate\";s:19:\"HTTP_SEC_FETCH_USER\";s:2:\"?1\";s:19:\"HTTP_SEC_FETCH_DEST\";s:8:\"document\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:5:\"HTTPS\";s:2:\"on\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:34:\"/home1/k5v9tnlo/aegis.qa/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1670253803.671226978302001953125;s:12:\"REQUEST_TIME\";i:1670253803;}}', 'notice', '2022-12-05 15:23:25', '2022-12-05 15:23:23', 20224576, 20399104, 'https://aegis.qa/hadeel/', 1, 0, '59.91.252.7'),
(3, 0, 'brute_force', 'invalid-login::username-aegis-admin', 'a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:18:\"incorrect_password\";a:1:{i:0;s:185:\"<strong>ERROR</strong>: The username or password you entered is incorrect. <a href=\"https://aegis.qa/hadeel/?action=lostpassword\" title=\"Password Lost and Found\">Lost your password</a>?\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:11:\"aegis-admin\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:16:{s:19:\"HTTP_ACCEPT_CHARSET\";s:19:\"utf-8;q=0.7,*;q=0.3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:12:\"CONTENT_TYPE\";s:15:\"application/xml\";s:14:\"CONTENT_LENGTH\";s:3:\"220\";s:9:\"HTTP_HOST\";s:8:\"aegis.qa\";s:15:\"HTTP_USER_AGENT\";s:112:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3749.3 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:5:\"HTTPS\";s:2:\"on\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:35:\"/home1/k5v9tnlo/aegis.qa/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:18:\"REQUEST_TIME_FLOAT\";d:1670259535.37392711639404296875;s:12:\"REQUEST_TIME\";i:1670259535;}}', 'notice', '2022-12-05 16:58:56', '2022-12-05 16:58:55', 20483704, 22659608, 'https://aegis.qa/xmlrpc.php', 1, 0, '149.57.13.246'),
(4, 0, 'notification_center', 'send_scheduled', 'a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}', 'debug', '2022-12-06 10:34:47', '2022-12-06 10:34:47', 19434936, 19449008, 'https://aegis.qa/getidm1/kwm10176wflbitems', 1, 0, '66.249.72.207');

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

--
-- Table structure for table `wp_itsec_mutexes`
--

CREATE TABLE `wp_itsec_mutexes` (
  `mutex_id` bigint(20) UNSIGNED NOT NULL,
  `mutex_name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `mutex_expires` int(11) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_itsec_opaque_tokens`
--

CREATE TABLE `wp_itsec_opaque_tokens` (
  `token_id` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `token_hashed` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `token_type` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `token_data` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `token_created_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_itsec_temp`
--

CREATE TABLE `wp_itsec_temp` (
  `temp_id` bigint(20) UNSIGNED NOT NULL,
  `temp_type` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `temp_date` datetime NOT NULL,
  `temp_date_gmt` datetime NOT NULL,
  `temp_host` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `temp_user` bigint(20) UNSIGNED DEFAULT NULL,
  `temp_username` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_itsec_temp`
--

INSERT INTO `wp_itsec_temp` (`temp_id`, `temp_type`, `temp_date`, `temp_date_gmt`, `temp_host`, `temp_user`, `temp_username`) VALUES
(3, 'brute_force', '2022-12-05 15:23:23', '2022-12-05 15:23:23', '59.91.252.7', NULL, NULL),
(4, 'brute_force', '2022-12-05 15:23:23', '2022-12-05 15:23:23', NULL, 1, 'techno'),
(5, 'brute_force', '2022-12-05 16:58:55', '2022-12-05 16:58:55', '149.57.13.246', NULL, NULL),
(6, 'brute_force', '2022-12-05 16:58:55', '2022-12-05 16:58:55', NULL, NULL, 'aegis-admin');

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

--
-- Table structure for table `wp_itsec_user_groups`
--

CREATE TABLE `wp_itsec_user_groups` (
  `group_id` char(36) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `group_label` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `group_roles` text COLLATE utf8mb4_unicode_520_ci,
  `group_canonical` text COLLATE utf8mb4_unicode_520_ci,
  `group_users` text COLLATE utf8mb4_unicode_520_ci,
  `group_min_role` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `group_created_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://aegis.qa', 'yes'),
(2, 'home', 'https://aegis.qa', 'yes'),
(3, 'blogname', 'Top Consultant for ISO Certification in Qatar - Aegis Services', 'yes'),
(4, 'blogdescription', '', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'testing@technoarray.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', '0', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:30:{i:0;s:35:\"advanced-cf7-db/advanced-cf7-db.php\";i:1;s:30:\"advanced-custom-fields/acf.php\";i:2;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:3;s:41:\"blog-designer-pack/blog-designer-pack.php\";i:4;s:33:\"classic-editor/classic-editor.php\";i:5;s:36:\"contact-form-7/wp-contact-form-7.php\";i:6;s:29:\"custom-fonts/custom-fonts.php\";i:7;s:32:\"duplicate-page/duplicatepage.php\";i:8;s:23:\"elementor/elementor.php\";i:9;s:37:\"elementskit-lite/elementskit-lite.php\";i:10;s:39:\"eps-301-redirects/eps-301-redirects.php\";i:11;s:31:\"filester/ninja-file-manager.php\";i:12;s:21:\"flamingo/flamingo.php\";i:13;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:14;s:29:\"health-check/health-check.php\";i:15;s:17:\"hotjar/hotjar.php\";i:16;s:53:\"ht-easy-google-analytics/ht-easy-google-analytics.php\";i:17;s:35:\"insert-headers-and-footers/ihaf.php\";i:18;s:28:\"malcare-security/malcare.php\";i:19;s:35:\"menu-duplicator/menu-duplicator.php\";i:20;s:27:\"ocean-extra/ocean-extra.php\";i:21;s:39:\"permalink-manager/permalink-manager.php\";i:22;s:57:\"prevent-landscape-rotation/prevent-landscape-rotation.php\";i:23;s:37:\"ultimate-addons-for-elementor/uae.php\";i:24;s:26:\"unbounce/Unbounce-Page.php\";i:25;s:73:\"webmasters-core-web-vitals-checker/webmasters-core-web-vitals-checker.php\";i:26;s:24:\"wordpress-seo/wp-seo.php\";i:27;s:35:\"wp-optimize-premium/wp-optimize.php\";i:28;s:23:\"wp-smushit/wp-smush.php\";i:29;s:33:\"wps-hide-login/wps-hide-login.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/\nhttp://blogsearch.google.com/ping/RPC2\nhttp://api.my.yahoo.com/RPC2\nhttp://ping.feedburner.com/\nhttp://www.feedsky.com/api/RPC2\nhttp://www.xianguo.com/xmlrpc/ping.php\nhttp://rpc.technorati.com/rpc/ping\nhttp://rpc.pingomatic.com\nhttp://www.blogpeople.net/servlet/weblogUpdates\nhttp://ping.myblog.jp\nhttp://ping.bloggers.jp/rpc/\nhttp://bblog.com/ping.php\nhttp://api.moreover.com/RPC2\nhttp://xping.pubsub.com/ping/\nhttp://ping.feedburner.com\nhttp://ping.syndic8.com/xmlrpc.php\nhttp://ping.weblogalot.com/rpc.php\nhttp://rpc.weblogs.com/RPC2\nhttp://topicexchange.com/RPC2\nhttp://www.wasalive.com/ping/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:5:{i:0;s:67:\"/home1/k5v9tnlo/aegis.qa/wp-content/themes/oceanwp-child/footer.php\";i:1;s:66:\"/home1/k5v9tnlo/aegis.qa/wp-content/themes/oceanwp-child/style.css\";i:2;s:70:\"/home1/k5v9tnlo/aegis.qa/wp-content/themes/oceanwp-child/functions.php\";i:3;s:67:\"/home1/k5v9tnlo/aegis.qa/wp-content/themes/oceanwp-child/header.php\";i:4;s:77:\"/home1/k5v9tnlo/aegis.qa/wp-content/themes/oceanwp-child/template/sidebar.php\";}', 'yes'),
(40, 'template', 'oceanwp', 'yes'),
(41, 'stylesheet', 'oceanwp-child', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '53496', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '0', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(77, 'widget_text', 'a:4:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:500:\"<h5><i class=\"fa fa-phone\" aria-hidden=\"true\"></i> CALL US NOW</h5>\r\n<h3><a href=\"tel:+97444662120\">+974-4466-2120</a></h3>\r\n<h5 class=\"side-email\"> <a href=\"mailto:sales@aegis.qa\">sales@aegis.qa</a></h5>\r\n<ul>\r\n<li id=\"link111\"><i class=\"fa fa-clock-o\" aria-hidden=\"true\"></i>8:30 AM - 7:00 PM\r\nSATURDAY TO THURSDAY</li>\r\n<li id=\"link112\"><i class=\"fa fa-map-marker\" aria-hidden=\"true\"></i>Office no. 10, Level 15, Commercial Bank Plaza, Majlis Al Taawon St, West Bay, 27111, Doha, Qatar</li>\r\n</ul>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<h2>Any questions?</h2>\r\n<a href=\"#\" target=\"_self\" style=\"color: rgb(35, 39, 84); background-color: rgb(204, 204, 204); font-family: Montserrat, sans-serif; font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; margin: 3vh 0px 0px;\" class=\"qode-btn qode-btn-medium qode-btn-solid qode-btn-custom-hover-bg qode-btn-custom-hover-color btn-with-icon qode-btn-default-hover\" data-hover-bg-color=\"#a5a5a5\" data-hover-color=\"#427ede\">\r\n	    <span class=\"qode-btn-text\">LEARN MORE</span>	</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'uninstall_plugins', 'a:23:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:37:\"optinmonster/optin-monster-wp-api.php\";s:32:\"optin_monster_api_uninstall_hook\";s:27:\"popup-maker/popup-maker.php\";a:2:{i:0;s:11:\"PUM_Install\";i:1;s:16:\"uninstall_plugin\";}s:53:\"simple-custom-post-order/simple-custom-post-order.php\";s:18:\"scporder_uninstall\";s:57:\"prevent-landscape-rotation/prevent-landscape-rotation.php\";a:2:{i:0;s:31:\"apjPLR\\PreventLandscapeRotation\";i:1;s:9:\"uninstall\";}s:29:\"jch-optimize/jch-optimize.php\";s:22:\"jch_optimize_uninstall\";s:19:\"optimus/optimus.php\";a:2:{i:0;s:7:\"Optimus\";i:1;s:21:\"handle_uninstall_hook\";}s:29:\"webp-express/webp-express.php\";a:2:{i:0;s:28:\"\\WebPExpress\\PluginUninstall\";i:1;s:9:\"uninstall\";}s:43:\"lazy-load-optimizer/lazy-load-optimizer.php\";a:2:{i:0;s:41:\"LazyLoadOptimizer\\LazyLoadOptimizerPlugin\";i:1;s:9:\"uninstall\";}s:53:\"webp-converter-for-media/webp-converter-for-media.php\";a:2:{i:0;s:30:\"WebpConverter\\Plugin\\Uninstall\";i:1;s:22:\"load_uninstall_actions\";}s:35:\"wp-optimize-premium/wp-optimize.php\";s:21:\"wpo_uninstall_actions\";s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";s:27:\"wp-optimize/wp-optimize.php\";s:21:\"wpo_uninstall_actions\";s:27:\"autoptimize/autoptimize.php\";s:29:\"autoptimizeMain::on_uninstall\";s:27:\"perfmatters/perfmatters.php\";s:21:\"perfmatters_uninstall\";s:28:\"fast-velocity-minify/fvm.php\";s:20:\"fvm_plugin_uninstall\";s:67:\"wp-core-web-vitals-optimization/wp-core-web-vitals-optimization.php\";s:18:\"plggcwvf_uninstall\";s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";s:25:\"sucuri-scanner/sucuri.php\";s:19:\"sucuriscanUninstall\";s:28:\"malcare-security/malcare.php\";a:2:{i:0;s:10:\"MCWPAction\";i:1;s:9:\"uninstall\";}s:41:\"better-wp-security/better-wp-security.php\";a:2:{i:0;s:10:\"ITSEC_Core\";i:1;s:16:\"handle_uninstall\";}s:45:\"bulletproof-security/bulletproof-security.php\";s:30:\"bulletproof_security_uninstall\";s:44:\"shortpixel-image-optimiser/wp-shortpixel.php\";a:2:{i:0;s:32:\"\\ShortPixel\\Helper\\InstallHelper\";i:1;s:15:\"uninstallPlugin\";}}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '5963', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '0', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1683187487', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'initial_db_version', '48748', 'yes'),
(96, 'wp_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:120:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:9:\"read_post\";b:1;s:24:\"read_private_sgpb_popups\";b:1;s:15:\"edit_sgpb_popup\";b:1;s:16:\"edit_sgpb_popups\";b:1;s:23:\"edit_others_sgpb_popups\";b:1;s:26:\"edit_published_sgpb_popups\";b:1;s:19:\"publish_sgpb_popups\";b:1;s:18:\"delete_sgpb_popups\";b:1;s:25:\"delete_others_sgpb_popups\";b:1;s:26:\"delete_private_sgpb_popups\";b:1;s:25:\"delete_private_sgpb_popup\";b:1;s:28:\"delete_published_sgpb_popups\";b:1;s:19:\"sgpb_manage_options\";b:1;s:18:\"manage_popup_terms\";b:1;s:29:\"manage_popup_categories_terms\";b:1;s:20:\"cf7_db_form_view5133\";b:1;s:21:\"cf7_db_form_edit_5133\";b:1;s:20:\"cf7_db_form_view4387\";b:1;s:21:\"cf7_db_form_edit_4387\";b:1;s:20:\"cf7_db_form_view4306\";b:1;s:21:\"cf7_db_form_edit_4306\";b:1;s:20:\"cf7_db_form_view3598\";b:1;s:21:\"cf7_db_form_edit_3598\";b:1;s:20:\"cf7_db_form_view1747\";b:1;s:21:\"cf7_db_form_edit_1747\";b:1;s:19:\"cf7_db_form_view430\";b:1;s:20:\"cf7_db_form_edit_430\";b:1;s:18:\"cf7_db_form_view57\";b:1;s:19:\"cf7_db_form_edit_57\";b:1;s:20:\"cf7_db_form_view5537\";b:1;s:21:\"cf7_db_form_edit_5537\";b:1;s:20:\"cf7_db_form_view8037\";b:1;s:21:\"cf7_db_form_edit_8037\";b:1;s:19:\"cf7_db_form_view229\";b:1;s:20:\"cf7_db_form_edit_229\";b:1;s:19:\"cf7_db_form_view289\";b:1;s:20:\"cf7_db_form_edit_289\";b:1;s:19:\"cf7_db_form_view292\";b:1;s:20:\"cf7_db_form_edit_292\";b:1;s:19:\"cf7_db_form_view301\";b:1;s:20:\"cf7_db_form_edit_301\";b:1;s:19:\"cf7_db_form_view302\";b:1;s:20:\"cf7_db_form_edit_302\";b:1;s:19:\"cf7_db_form_view478\";b:1;s:20:\"cf7_db_form_edit_478\";b:1;s:19:\"cf7_db_form_view781\";b:1;s:20:\"cf7_db_form_edit_781\";b:1;s:20:\"cf7_db_form_view8081\";b:1;s:21:\"cf7_db_form_edit_8081\";b:1;s:20:\"cf7_db_form_view8091\";b:1;s:21:\"cf7_db_form_edit_8091\";b:1;s:20:\"wpseo_manage_options\";b:1;s:19:\"wpo_manage_settings\";b:1;s:21:\"wpo_run_optimizations\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;s:20:\"wpcode_edit_snippets\";b:1;s:24:\"wpcode_activate_snippets\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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: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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:9:{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:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{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: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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:35:{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: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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}', 'yes'),
(97, 'fresh_site', '0', 'yes'),
(98, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'sidebars_widgets', 'a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:8:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:6:\"text-3\";i:7;s:6:\"text-2\";}s:9:\"sidebar-2\";a:0:{}s:14:\"search_sidebar\";a:0:{}s:10:\"footer-one\";a:0:{}s:10:\"footer-two\";a:0:{}s:12:\"footer-three\";a:0:{}s:11:\"footer-four\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(104, 'cron', 'a:42:{i:1676005669;a:1:{s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1676007035;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1676007403;a:1:{s:22:\"bpsPro_email_log_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:1676007429;a:1:{s:21:\"wordfence_ls_ntp_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1676007924;a:1:{s:10:\"itsec_cron\";a:1:{s:32:\"12ca8767a64eac20d01836398698c811\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:1:{i:0;s:11:\"flush-files\";}s:8:\"interval\";i:3600;}}}i:1676008477;a:1:{s:21:\"wpo_weekly_cron_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1676008800;a:1:{s:16:\"bpsPro_DBB_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1676009085;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676009086;a:1:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676009254;a:1:{s:26:\"wordfence_daily_autoUpdate\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676009269;a:1:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676013276;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676013619;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1676014023;a:2:{s:41:\"swift_performance_collect_anonymized_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"swift_performance_api_messages\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1676015595;a:1:{s:39:\"rocket_database_optimization_time_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676016712;a:1:{s:27:\"pum_weekly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1676017532;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1676017833;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:1676021551;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:1676021552;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676022777;a:1:{s:18:\"redirect_404_hp_cp\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676024982;a:1:{s:23:\"flamingo_daily_cron_job\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676025984;a:1:{s:10:\"itsec_cron\";a:1:{s:32:\"91ed9e6ce3fd2e95cc140964d5c85e55\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:19:\"identify-server-ips\";}s:8:\"interval\";i:86400;}}}i:1676026104;a:1:{s:10:\"itsec_cron\";a:1:{s:32:\"abcdd2161b38ff88bddcea9ec08412b6\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:28:\"dashboard-consolidate-events\";}s:8:\"interval\";i:86400;}}}i:1676026404;a:1:{s:10:\"itsec_cron\";a:1:{s:32:\"3ec3d6914daf50bcdb5e5b065213e29b\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:17:\"purge-log-entries\";}s:8:\"interval\";i:86400;}}}i:1676026464;a:1:{s:10:\"itsec_cron\";a:2:{s:32:\"c0ae31dfe60fdb9da055aa838519db0f\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:12:\"clear-tokens\";}s:8:\"interval\";i:86400;}s:32:\"aa768a35ceed34e467f270ebdc5d82f4\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:14:\"purge-lockouts\";}s:8:\"interval\";i:86400;}}}i:1676026944;a:1:{s:10:\"itsec_cron\";a:1:{s:32:\"7a0fd5d064c59cf40c3df9ad0bb6e63d\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:11:\"clear-locks\";}s:8:\"interval\";i:86400;}}}i:1676027863;a:1:{s:24:\"spai_account_check_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1676027982;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676028531;a:1:{s:23:\"wphb_minify_clear_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676029095;a:1:{s:31:\"fs_data_sync_blog-designer-pack\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676029179;a:1:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1676030868;a:1:{s:33:\"fastvelocity_purge_old_cron_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676032600;a:1:{s:63:\"fs_data_sync_redirect-404-error-page-to-homepage-or-custom-page\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676033550;a:3:{s:26:\"wpo_minify_purge_old_cache\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:29:\"wpo_smush_clear_backup_images\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:27:\"wpo_preload_homepage_images\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1676034659;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676035546;a:1:{s:42:\"puc_cron_check_updates-wp-optimize-premium\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676046527;a:1:{s:25:\"sucuriscan_scheduled_scan\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676073600;a:1:{s:22:\"wdev_logger_clear_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676079550;a:2:{s:14:\"updraft_backup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:23:\"updraft_backup_database\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676536234;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'yes'),
(105, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'nonce_key', 'jkz yRiXsUbWtCMVOpufhLOm)Re,j:a/X/qqmr9%Mo)u?BzE9O)-g8xam;>~KT*V', 'no'),
(112, 'nonce_salt', 'hZ4:0||PTie]Paqim$eT> rDWH$jzRwTA,F<FtBJ${>LqPi/Nn&L9XL=x065R+A^', 'no'),
(113, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(117, 'recovery_keys', 'a:1:{s:22:\"09hLdBzgksa8BxoSicOKsf\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B2G4OlJr27avFWWWYFpohMH/hyfCVN0\";s:10:\"created_at\";i:1675929948;}}', 'yes'),
(124, 'theme_mods_twentytwenty', 'a:3:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1609927440;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\";}}}s:18:\"nav_menu_locations\";a:0:{}}', 'yes'),
(127, 'secure_auth_key', 'OF}9/5N,e)LownZsge|ln)ShEWnZG2Fd/J69/txlxKtjc,Lm1U,sYS%ak_DR,2uN', 'no'),
(128, 'secure_auth_salt', 'RJ{ceV&lHYh4l{w`[vEb4iLrjx>dH7:18<t!w@/LOrp17}vHX?cdbNb$xG#:2//,', 'no'),
(129, 'logged_in_key', 'n#M>yn@E*.B<oXPyr;G:2:{$?]U&Tg9~Wv:$~HYZg=/HL dl5n.(d&lbs>Xho8c3', 'no'),
(130, 'logged_in_salt', '>{Tj3W16vlUt_FBL@i5^^+<N0a1R<r<#)D4lH8pP+Otg(cRLm(fpmjf<z:$s<a@f', 'no'),
(151, 'finished_updating_comment_type', '1', 'yes'),
(157, 'current_theme', 'OceanWP Child', 'yes'),
(158, 'theme_mods_bridge-child', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1610787131;s:4:\"data\";a:22:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:8:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:6:\"text-3\";i:7;s:6:\"text-2\";}s:12:\"sidebar_page\";a:0:{}s:11:\"header_left\";a:0:{}s:12:\"header_right\";a:0:{}s:19:\"header_bottom_right\";a:0:{}s:20:\"header_bottom_center\";a:0:{}s:8:\"sidearea\";a:0:{}s:27:\"fullscreen_menu_area_widget\";a:0:{}s:18:\"vertical_menu_area\";a:0:{}s:15:\"footer_column_1\";a:0:{}s:15:\"footer_column_2\";a:0:{}s:15:\"footer_column_3\";a:0:{}s:15:\"footer_column_4\";a:0:{}s:11:\"footer_text\";a:0:{}s:16:\"footer_text_left\";a:0:{}s:17:\"footer_text_right\";a:0:{}s:18:\"header_fixed_right\";a:0:{}s:15:\"left_side_fixed\";a:0:{}s:16:\"right_side_fixed\";a:0:{}s:10:\"panel_area\";a:0:{}s:12:\"Sidebar Home\";a:0:{}}}s:18:\"custom_css_post_id\";i:122;}', 'yes'),
(159, 'theme_switched', '', 'yes'),
(160, 'widget_qode_sticky_sidebar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(161, 'widget_qode_latest_posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(162, 'widget_related_posts_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(163, 'widget_latest_posts_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(164, 'widget_call_to_action_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(165, 'widget_qode_social_icon_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(166, 'qode_options_proya', 'a:1822:{s:20:\"enable_grid_elements\";s:2:\"no\";s:12:\"google_fonts\";s:10:\"Montserrat\";s:23:\"additional_google_fonts\";s:2:\"no\";s:23:\"additional_google_font1\";s:2:\"-1\";s:23:\"additional_google_font2\";s:2:\"-1\";s:23:\"additional_google_font3\";s:2:\"-1\";s:23:\"additional_google_font4\";s:2:\"-1\";s:23:\"additional_google_font5\";s:2:\"-1\";s:11:\"first_color\";s:0:\"\";s:12:\"second_color\";s:0:\"\";s:11:\"third_color\";s:0:\"\";s:12:\"fourth_color\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:22:\"background_color_boxes\";s:0:\"\";s:15:\"selection_color\";s:7:\"#427ede\";s:27:\"gradient_style1_start_color\";s:7:\"#427ede\";s:25:\"gradient_style1_end_color\";s:7:\"#427ede\";s:19:\"transparent_content\";s:2:\"no\";s:36:\"transparent_content_background_color\";s:0:\"\";s:36:\"transparent_content_background_image\";s:0:\"\";s:44:\"transparent_content_pattern_background_image\";s:0:\"\";s:19:\"overlapping_content\";s:2:\"no\";s:26:\"overlapping_content_amount\";s:0:\"\";s:27:\"overlapping_content_padding\";s:0:\"\";s:5:\"boxed\";s:2:\"no\";s:20:\"background_color_box\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:24:\"pattern_background_image\";s:0:\"\";s:8:\"paspartu\";s:2:\"no\";s:14:\"paspartu_color\";s:0:\"\";s:14:\"paspartu_width\";s:0:\"\";s:25:\"paspartu_header_alignment\";s:2:\"no\";s:22:\"paspartu_header_inside\";s:2:\"no\";s:29:\"vertical_menu_inside_paspartu\";s:3:\"yes\";s:25:\"paspartu_footer_alignment\";s:2:\"no\";s:15:\"paspartu_on_top\";s:3:\"yes\";s:21:\"paspartu_on_top_fixed\";s:2:\"no\";s:25:\"paspartu_on_bottom_slider\";s:2:\"no\";s:18:\"paspartu_on_bottom\";s:3:\"yes\";s:24:\"paspartu_on_bottom_fixed\";s:2:\"no\";s:25:\"enable_content_top_margin\";s:2:\"no\";s:21:\"initial_content_width\";s:9:\"grid_1100\";s:16:\"page_transitions\";s:1:\"0\";s:19:\"ajax_animate_header\";s:2:\"no\";s:19:\"page_loading_effect\";s:2:\"no\";s:17:\"loading_animation\";s:3:\"off\";s:25:\"loading_animation_spinner\";s:5:\"pulse\";s:13:\"spinner_color\";s:0:\"\";s:24:\"loading_background_color\";s:0:\"\";s:13:\"loading_image\";s:0:\"\";s:37:\"loading_animation_left_menu_alignment\";s:2:\"no\";s:13:\"smooth_scroll\";s:3:\"yes\";s:27:\"elements_animation_on_touch\";s:2:\"no\";s:16:\"show_back_button\";s:3:\"yes\";s:14:\"responsiveness\";s:3:\"yes\";s:30:\"content_sidebar_responsiveness\";s:2:\"no\";s:13:\"favicon_image\";s:0:\"\";s:22:\"internal_no_ajax_links\";s:0:\"\";s:10:\"custom_css\";s:3750:\"@media only screen and (min-width: 1400px) {\r\n	.boxed .section .section_inner, .grid_section .section_inner {\r\n		width: 1100px;\r\n		margin: 0 auto;\r\n	}\r\n	.container_inner, .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner, .qode_elementor_container_inner, .full_section_inner .grid_section {\r\n		 width: 1100px;\r\n	}\r\n        header {\r\n		width: 83%;\r\n	}\r\n	#section3 .section .full_section_inner.clearfix, #section5 .section .full_section_inner.clearfix, #section7 .section .full_section_inner.clearfix  {\r\n		padding: 0 4% !important;\r\n	}\r\n	#section5 .wpb_tabstabs_holder.clearfix { \r\n		   width: 90%;\r\n	}\r\n}\r\n@media only screen and (min-width: 1000px) and (max-width: 1399px) {\r\n	.boxed .section .section_inner, .grid_section .section_inner {\r\n		width: 882px;\r\n		margin: 0 auto;\r\n	}\r\n	header {\r\n		width: 83%;\r\n	}\r\n	.container_inner, .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner, .qode_elementor_container_inner {\r\n		 width: 882px;\r\n	}\r\n}\r\n.full_screen_navigation_holder.down_arrow {\r\n    display: none;\r\n}\r\n/*******ScrollBar******/\r\n/* width */\r\n::-webkit-scrollbar {\r\n  width: 10px;\r\n}\r\n\r\n/* Track */\r\n::-webkit-scrollbar-track {\r\n  box-shadow: none; \r\n  border-radius: 0;\r\n}\r\n \r\n/* Handle */\r\n::-webkit-scrollbar-thumb {\r\n  background: #0194da; \r\n  border-radius: 10px;\r\n}\r\n\r\n/* Handle on hover */\r\n::-webkit-scrollbar-thumb:hover {\r\n  background: #0194da; \r\n}\r\n/****************/\r\n\r\n/******Slick slider button*********/\r\n.slick-prev:before, .slick-next:before{\r\n     display: none;\r\n}\r\n.carousel-slider .slick-prev {\r\n    left: 15px !important;\r\n}\r\n.carousel-slider .slick-next {\r\n    right: 0px !important;\r\n    left: 75px !important;\r\n}\r\n.slick-prev, .slick-next{\r\n    top: 120% !important;\r\n}\r\n.carousel-slider  button.slick-prev {\r\n    margin: 0 !important;\r\n    border-radius: 0 !important;\r\n    font-family: \'Montserrat\', sans-serif;\r\n    font-size: 12px !important;\r\n    width: 59px !important;\r\n    height: 57px !important;\r\n    background: #fff !important;\r\n    color: #bcbcbc !important;\r\n    border: 1px solid #bcbcbc !important;\r\n    border-right: none !important;\r\n    font-weight: 400;\r\n}\r\n.carousel-slider button.slick-next {\r\n    /*position: relative;*/\r\n    margin: 0 !important;\r\n    border-radius: 0 !important;\r\n    font-family: \'Montserrat\', sans-serif;\r\n    font-weight: 400;\r\n    font-size: 12px !important;\r\n    width: 74px !important;\r\n    height: 57px !important;\r\n    background: #fff !important;\r\n    color: #427ede !important;\r\n    border: 1px solid #427ede !important;\r\n    text-indent: 117px;\r\n}\r\n.slick-next:after {\r\n    content: \"\";\r\n    display: block;\r\n    width: 72px;\r\n    height: 1px;\r\n    background: #427ede;\r\n    position: absolute;\r\n    top: 0;\r\n    bottom: 0;\r\n    left: 30px;\r\n    margin: auto;\r\n    transition: all 0.5s;\r\n    -webkit-transition: all 0.5s;\r\n    -moz-transition: all 0.5s;\r\n    transition: all 0.5s;\r\n}\r\n.slick-next:hover:after {\r\n     left: 10px;\r\n}\r\n.slick-next:hover {\r\n    text-indent: 97px;\r\n}\r\n.carousel-slider .vc-post-styling .slick-prev {\r\n    left: 0px !important;\r\n}\r\n.carousel-slider .vc-post-styling .slick-next {\r\n    right: 0 !important;\r\n    left: 60px !important;\r\n}\r\n.carousel-slider .slick-dots li button:before {\r\n  content : \'-\';\r\n}\r\n/**************/\r\n\r\n/******Mobile********/\r\n@media only screen and (max-width: 1000px) {\r\n    .touch .content {\r\n        margin: -100px !important;\r\n    }\r\n	.header_bottom {\r\n		background-color: transparent !important;\r\n		/*position: fixed;*/\r\n	}\r\n	.vc_row.section.full_screen_section {\r\n		height: 100vh;\r\n	}\r\n	header {\r\n		width: 100%;\r\n	}\r\n	#section0 .title.h1 {\r\n		font-size: 40px !important;\r\n		line-height: 54px !important;\r\n	}\r\n	span.h1-design {\r\n		font-size: 40px !important;\r\n	}\r\n}\r\n\";s:14:\"custom_svg_css\";s:0:\"\";s:9:\"custom_js\";s:71:\"jQuery( \"ul.tabs-nav\" ).before( \"<div class=\'faq-white-left\'></div>\" );\";s:21:\"google_analytics_code\";s:0:\"\";s:16:\"disable_qode_seo\";s:2:\"no\";s:13:\"meta_keywords\";s:0:\"\";s:16:\"meta_description\";s:0:\"\";s:19:\"google_maps_api_key\";s:0:\"\";s:10:\"logo_image\";s:54:\"https://aegis.qa/wp-content/uploads/2021/01/logo-2.png\";s:16:\"logo_image_light\";s:52:\"https://aegis.qa/wp-content/uploads/2021/01/logo.png\";s:15:\"logo_image_dark\";s:54:\"https://aegis.qa/wp-content/uploads/2021/01/logo-2.png\";s:17:\"logo_image_sticky\";s:0:\"\";s:23:\"logo_image_fixed_hidden\";s:0:\"\";s:17:\"logo_image_mobile\";s:0:\"\";s:20:\"vertical_logo_bottom\";s:0:\"\";s:25:\"logo_mobile_header_height\";s:0:\"\";s:18:\"logo_mobile_height\";s:0:\"\";s:13:\"vertical_area\";s:2:\"no\";s:14:\"header_in_grid\";s:3:\"yes\";s:24:\"header_bottom_appearance\";s:7:\"regular\";s:26:\"search_left_sidearea_right\";s:2:\"no\";s:24:\"scroll_amount_for_sticky\";s:0:\"\";s:19:\"hide_initial_sticky\";s:2:\"no\";s:30:\"scroll_amount_for_fixed_hiding\";s:0:\"\";s:13:\"menu_position\";s:0:\"\";s:17:\"center_logo_image\";s:2:\"no\";s:34:\"search_left_sidearea_right_regular\";s:2:\"no\";s:25:\"center_logo_image_animate\";s:2:\"no\";s:30:\"disable_text_shadow_for_sticky\";s:2:\"no\";s:13:\"header_height\";s:0:\"\";s:20:\"header_height_scroll\";s:0:\"\";s:20:\"header_height_sticky\";s:0:\"\";s:27:\"header_height_scroll_hidden\";s:0:\"\";s:32:\"header_fixed_top_logo_background\";s:0:\"\";s:12:\"header_style\";s:0:\"\";s:29:\"enable_header_style_on_scroll\";s:3:\"yes\";s:23:\"header_background_color\";s:0:\"\";s:30:\"header_background_color_scroll\";s:0:\"\";s:30:\"header_background_color_sticky\";s:0:\"\";s:38:\"header_background_transparency_initial\";s:0:\"\";s:37:\"header_background_transparency_scroll\";s:0:\"\";s:37:\"header_background_transparency_sticky\";s:0:\"\";s:26:\"header_bottom_border_color\";s:0:\"\";s:32:\"header_botom_border_transparency\";s:0:\"\";s:27:\"header_botom_border_in_grid\";s:2:\"no\";s:21:\"menu_background_color\";s:0:\"\";s:32:\"dropdown_separator_beetwen_items\";s:2:\"no\";s:22:\"dropdown_border_around\";s:2:\"no\";s:22:\"header_separator_color\";s:0:\"\";s:25:\"dropdown_background_color\";s:0:\"\";s:32:\"dropdown_background_transparency\";s:0:\"\";s:27:\"enable_wide_manu_background\";s:2:\"no\";s:13:\"enable_search\";s:2:\"no\";s:11:\"search_type\";s:29:\"search_slides_from_window_top\";s:13:\"search_height\";s:0:\"\";s:16:\"search_animation\";s:4:\"fade\";s:28:\"fullscreen_search_icon_color\";s:0:\"\";s:30:\"search_cover_only_bottom_yesno\";s:2:\"no\";s:16:\"search_icon_pack\";s:12:\"font_awesome\";s:23:\"search_background_color\";s:0:\"\";s:17:\"search_text_color\";s:0:\"\";s:26:\"search_text_disabled_color\";s:0:\"\";s:20:\"search_text_fontsize\";s:0:\"\";s:25:\"search_text_texttransform\";s:0:\"\";s:24:\"search_text_google_fonts\";s:2:\"-1\";s:21:\"search_text_fontstyle\";s:0:\"\";s:22:\"search_text_fontweight\";s:0:\"\";s:25:\"search_text_letterspacing\";s:0:\"\";s:23:\"search_label_text_color\";s:0:\"\";s:26:\"search_label_text_fontsize\";s:0:\"\";s:31:\"search_label_text_texttransform\";s:0:\"\";s:30:\"search_label_text_google_fonts\";s:2:\"-1\";s:27:\"search_label_text_fontstyle\";s:0:\"\";s:28:\"search_label_text_fontweight\";s:0:\"\";s:31:\"search_label_text_letterspacing\";s:0:\"\";s:23:\"header_search_icon_size\";s:0:\"\";s:17:\"search_icon_color\";s:0:\"\";s:23:\"search_icon_hover_color\";s:0:\"\";s:26:\"search_icon_disabled_color\";s:0:\"\";s:16:\"search_icon_size\";s:0:\"\";s:18:\"search_close_color\";s:0:\"\";s:24:\"search_close_hover_color\";s:0:\"\";s:17:\"search_close_size\";s:0:\"\";s:19:\"search_border_color\";s:0:\"\";s:25:\"search_border_focus_color\";s:0:\"\";s:16:\"enable_side_area\";s:3:\"yes\";s:14:\"side_area_type\";s:26:\"side_menu_slide_from_right\";s:26:\"side_area_button_icon_pack\";s:12:\"font_awesome\";s:19:\"side_area_icon_icon\";s:7:\"fa-bars\";s:22:\"side_area_icon_fe_icon\";s:0:\"\";s:25:\"side_area_icon_linea_icon\";s:0:\"\";s:23:\"side_area_icon_dripicon\";s:0:\"\";s:15:\"side_area_width\";s:3:\"100\";s:31:\"side_area_content_overlay_color\";s:7:\"#000000\";s:33:\"side_area_content_overlay_opacity\";s:3:\"0.9\";s:34:\"side_area_slide_with_content_width\";s:9:\"width_470\";s:15:\"side_area_title\";s:0:\"\";s:26:\"side_area_background_color\";s:0:\"\";s:21:\"side_area_padding_top\";s:0:\"\";s:23:\"side_area_padding_right\";s:0:\"\";s:24:\"side_area_padding_bottom\";s:0:\"\";s:22:\"side_area_padding_left\";s:0:\"\";s:19:\"side_area_alignment\";s:0:\"\";s:20:\"side_area_text_color\";s:0:\"\";s:26:\"side_area_text_hover_color\";s:0:\"\";s:25:\"side_area_text_lineheight\";s:0:\"\";s:28:\"side_area_text_texttransform\";s:0:\"\";s:24:\"side_area_text_font_size\";s:0:\"\";s:29:\"side_area_text_letter_spacing\";s:0:\"\";s:26:\"side_area_text_font_weight\";s:0:\"\";s:21:\"side_area_title_color\";s:0:\"\";s:25:\"side_area_title_font_size\";s:0:\"\";s:30:\"side_area_title_letter_spacing\";s:0:\"\";s:27:\"side_area_title_font_weight\";s:0:\"\";s:26:\"side_area_close_icon_style\";s:0:\"\";s:17:\"enable_popup_menu\";s:2:\"no\";s:26:\"popup_menu_animation_style\";s:0:\"\";s:16:\"logo_image_popup\";s:0:\"\";s:25:\"font_icon_pack_icon_popup\";s:0:\"\";s:16:\"popup_menu_color\";s:0:\"\";s:22:\"popup_menu_hover_color\";s:0:\"\";s:33:\"popup_menu_hover_background_color\";s:0:\"\";s:23:\"popup_menu_google_fonts\";s:2:\"-1\";s:19:\"popup_menu_fontsize\";s:0:\"\";s:21:\"popup_menu_lineheight\";s:0:\"\";s:24:\"popup_menu_texttransform\";s:0:\"\";s:20:\"popup_menu_fontstyle\";s:0:\"\";s:21:\"popup_menu_fontweight\";s:0:\"\";s:24:\"popup_menu_letterspacing\";s:0:\"\";s:20:\"popup_menu_color_2nd\";s:0:\"\";s:26:\"popup_menu_hover_color_2nd\";s:0:\"\";s:37:\"popup_menu_hover_background_color_2nd\";s:0:\"\";s:27:\"popup_menu_google_fonts_2nd\";s:2:\"-1\";s:23:\"popup_menu_fontsize_2nd\";s:0:\"\";s:25:\"popup_menu_lineheight_2nd\";s:0:\"\";s:28:\"popup_menu_texttransform_2nd\";s:0:\"\";s:24:\"popup_menu_fontstyle_2nd\";s:0:\"\";s:25:\"popup_menu_fontweight_2nd\";s:0:\"\";s:28:\"popup_menu_letterspacing_2nd\";s:0:\"\";s:27:\"popup_menu_background_color\";s:0:\"\";s:34:\"popup_menu_background_transparency\";s:0:\"\";s:29:\"popup_menu_close_button_color\";s:0:\"\";s:15:\"header_top_area\";s:2:\"no\";s:22:\"header_top_area_scroll\";s:2:\"no\";s:22:\"hide_top_bar_on_mobile\";s:2:\"no\";s:17:\"header_top_height\";s:0:\"\";s:27:\"header_top_background_color\";s:0:\"\";s:23:\"top_header_border_color\";s:0:\"\";s:24:\"top_header_border_weight\";s:0:\"\";s:23:\"top_header_area_padding\";s:0:\"\";s:18:\"vertical_area_type\";s:0:\"\";s:33:\"vertical_area_hidden_button_color\";s:0:\"\";s:38:\"vertical_area_hidden_button_margin_top\";s:0:\"\";s:19:\"vertical_area_width\";s:9:\"width_260\";s:26:\"vertical_area_transparency\";s:2:\"no\";s:34:\"vertical_area_submenu_opening_type\";s:0:\"\";s:39:\"vertical_area_vertically_center_content\";s:2:\"no\";s:24:\"vertical_area_background\";s:0:\"\";s:39:\"vertical_area_float_dropdown_bckg_color\";s:0:\"\";s:38:\"vertical_area_float_dropdown_alignment\";s:0:\"\";s:30:\"vertical_area_background_image\";s:0:\"\";s:24:\"vertical_area_text_color\";s:0:\"\";s:19:\"left_menu_alignment\";s:4:\"left\";s:19:\"vertical_menu_color\";s:0:\"\";s:24:\"vertical_menu_hovercolor\";s:0:\"\";s:26:\"vertical_menu_google_fonts\";s:2:\"-1\";s:22:\"vertical_menu_fontsize\";s:0:\"\";s:24:\"vertical_menu_lineheight\";s:0:\"\";s:23:\"vertical_menu_fontstyle\";s:0:\"\";s:24:\"vertical_menu_fontweight\";s:0:\"\";s:27:\"vertical_menu_letterspacing\";s:0:\"\";s:27:\"vertical_menu_texttransform\";s:0:\"\";s:23:\"vertical_dropdown_color\";s:0:\"\";s:28:\"vertical_dropdown_hovercolor\";s:0:\"\";s:30:\"vertical_dropdown_google_fonts\";s:2:\"-1\";s:26:\"vertical_dropdown_fontsize\";s:0:\"\";s:28:\"vertical_dropdown_lineheight\";s:0:\"\";s:27:\"vertical_dropdown_fontstyle\";s:0:\"\";s:28:\"vertical_dropdown_fontweight\";s:0:\"\";s:31:\"vertical_dropdown_letterspacing\";s:0:\"\";s:31:\"vertical_dropdown_texttransform\";s:0:\"\";s:32:\"vertical_dropdown_color_thirdlvl\";s:0:\"\";s:37:\"vertical_dropdown_hovercolor_thirdlvl\";s:0:\"\";s:39:\"vertical_dropdown_google_fonts_thirdlvl\";s:2:\"-1\";s:35:\"vertical_dropdown_fontsize_thirdlvl\";s:0:\"\";s:37:\"vertical_dropdown_lineheight_thirdlvl\";s:0:\"\";s:36:\"vertical_dropdown_fontstyle_thirdlvl\";s:0:\"\";s:37:\"vertical_dropdown_fontweight_thirdlvl\";s:0:\"\";s:40:\"vertical_dropdown_letterspacing_thirdlvl\";s:0:\"\";s:40:\"vertical_dropdown_texttransform_thirdlvl\";s:0:\"\";s:22:\"mobile_separator_color\";s:0:\"\";s:23:\"mobile_background_color\";s:0:\"\";s:34:\"mobile_header_top_background_color\";s:0:\"\";s:28:\"mobile_menu_button_icon_pack\";s:12:\"font_awesome\";s:21:\"mobile_menu_icon_icon\";s:7:\"fa-bars\";s:24:\"mobile_menu_icon_fe_icon\";s:0:\"\";s:27:\"mobile_menu_icon_linea_icon\";s:0:\"\";s:25:\"mobile_menu_icon_dripicon\";s:0:\"\";s:20:\"header_buttons_color\";s:0:\"\";s:26:\"header_buttons_hover_color\";s:0:\"\";s:24:\"header_buttons_font_size\";s:0:\"\";s:19:\"header_buttons_size\";s:6:\"normal\";s:17:\"uncovering_footer\";s:2:\"no\";s:28:\"footer_main_image_background\";s:0:\"\";s:15:\"show_footer_top\";s:3:\"yes\";s:14:\"footer_in_grid\";s:3:\"yes\";s:18:\"footer_top_columns\";s:1:\"1\";s:21:\"footer_col1_alignment\";s:4:\"left\";s:21:\"footer_col2_alignment\";s:0:\"\";s:21:\"footer_col3_alignment\";s:0:\"\";s:21:\"footer_col4_alignment\";s:0:\"\";s:30:\"advanced_footer_top_responsive\";s:2:\"no\";s:36:\"footer_top_responsive_advanced_width\";s:4:\"1000\";s:21:\"footer_top_responsive\";s:2:\"no\";s:27:\"footer_top_background_color\";s:0:\"\";s:22:\"footer_top_title_color\";s:0:\"\";s:21:\"footer_top_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:23:\"footer_image_background\";s:54:\"https://aegis.qa/wp-content/uploads/2021/01/bg-6-1.png\";s:23:\"footer_top_border_color\";s:0:\"\";s:23:\"footer_top_border_width\";s:0:\"\";s:25:\"footer_top_border_in_grid\";s:2:\"no\";s:22:\"footer_top_padding_top\";s:0:\"\";s:24:\"footer_top_padding_right\";s:0:\"\";s:25:\"footer_top_padding_bottom\";s:0:\"\";s:23:\"footer_top_padding_left\";s:0:\"\";s:21:\"footer_angled_section\";s:2:\"no\";s:31:\"footer_angled_section_direction\";s:18:\"from_left_to_right\";s:38:\"footer_angled_section_background_color\";s:0:\"\";s:11:\"footer_text\";s:3:\"yes\";s:21:\"footer_bottom_in_grid\";s:2:\"no\";s:21:\"footer_bottom_columns\";s:1:\"3\";s:30:\"footer_bottom_background_color\";s:0:\"\";s:24:\"footer_bottom_text_color\";s:0:\"\";s:30:\"footer_bottom_link_hover_color\";s:0:\"\";s:26:\"footer_bottom_border_color\";s:0:\"\";s:26:\"footer_bottom_border_width\";s:0:\"\";s:28:\"footer_bottom_border_in_grid\";s:2:\"no\";s:25:\"footer_bottom_padding_top\";s:0:\"\";s:27:\"footer_bottom_padding_right\";s:0:\"\";s:28:\"footer_bottom_padding_bottom\";s:0:\"\";s:26:\"footer_bottom_padding_left\";s:0:\"\";s:30:\"footer_bottom_image_background\";s:0:\"\";s:26:\"footer_custom_menu_spacing\";s:0:\"\";s:20:\"dont_show_page_title\";s:2:\"no\";s:18:\"animate_title_area\";s:2:\"no\";s:25:\"dont_show_page_title_text\";s:2:\"no\";s:19:\"page_title_position\";s:4:\"left\";s:22:\"predefined_title_sizes\";s:5:\"small\";s:17:\"title_text_shadow\";s:2:\"no\";s:17:\"title_text_margin\";s:0:\"\";s:22:\"title_background_color\";s:0:\"\";s:11:\"title_image\";s:0:\"\";s:22:\"responsive_title_image\";s:2:\"no\";s:17:\"fixed_title_image\";s:2:\"no\";s:12:\"title_height\";s:0:\"\";s:19:\"title_overlay_image\";s:0:\"\";s:15:\"title_separator\";s:3:\"yes\";s:21:\"title_separator_color\";s:0:\"\";s:24:\"title_gradient_separator\";s:2:\"no\";s:21:\"title_separator_width\";s:0:\"\";s:19:\"enable_title_angled\";s:2:\"no\";s:30:\"title_angled_section_direction\";s:0:\"\";s:26:\"title_angled_section_color\";s:0:\"\";s:24:\"border_bottom_title_area\";s:2:\"no\";s:30:\"border_bottom_title_area_color\";s:0:\"\";s:32:\"border_bottom_in_grid_title_area\";s:2:\"no\";s:18:\"margin_after_title\";s:0:\"\";s:29:\"margin_after_title_responsive\";s:0:\"\";s:18:\"enable_breadcrumbs\";s:2:\"no\";s:17:\"breadcrumbs_color\";s:0:\"\";s:35:\"page_title_whole_content_animations\";s:2:\"no\";s:35:\"page_title_whole_content_data_start\";s:0:\"\";s:43:\"page_title_whole_content_start_custom_style\";s:0:\"\";s:33:\"page_title_whole_content_data_end\";s:0:\"\";s:41:\"page_title_whole_content_end_custom_style\";s:0:\"\";s:21:\"page_title_animations\";s:2:\"no\";s:21:\"page_title_data_start\";s:0:\"\";s:29:\"page_title_start_custom_style\";s:0:\"\";s:19:\"page_title_data_end\";s:0:\"\";s:27:\"page_title_end_custom_style\";s:0:\"\";s:31:\"page_title_separator_animations\";s:2:\"no\";s:31:\"page_title_separator_data_start\";s:0:\"\";s:39:\"page_title_separator_start_custom_style\";s:0:\"\";s:29:\"page_title_separator_data_end\";s:0:\"\";s:37:\"page_title_separator_end_custom_style\";s:0:\"\";s:24:\"page_subtitle_animations\";s:2:\"no\";s:24:\"page_subtitle_data_start\";s:0:\"\";s:32:\"page_subtitle_start_custom_style\";s:0:\"\";s:22:\"page_subtitle_data_end\";s:0:\"\";s:30:\"page_subtitle_end_custom_style\";s:0:\"\";s:33:\"page_title_breadcrumbs_animations\";s:2:\"no\";s:33:\"page_title_breadcrumbs_data_start\";s:0:\"\";s:41:\"page_title_breadcrumbs_start_custom_style\";s:0:\"\";s:31:\"page_title_breadcrumbs_data_end\";s:0:\"\";s:39:\"page_title_breadcrumbs_end_custom_style\";s:0:\"\";s:8:\"h1_color\";s:0:\"\";s:11:\"h1_fontsize\";s:0:\"\";s:13:\"h1_lineheight\";s:0:\"\";s:16:\"h1_texttransform\";s:0:\"\";s:15:\"h1_google_fonts\";s:2:\"-1\";s:12:\"h1_fontstyle\";s:0:\"\";s:13:\"h1_fontweight\";s:0:\"\";s:16:\"h1_letterspacing\";s:0:\"\";s:8:\"h2_color\";s:7:\"#181c3c\";s:11:\"h2_fontsize\";s:3:\"120\";s:13:\"h2_lineheight\";s:3:\"136\";s:16:\"h2_texttransform\";s:9:\"uppercase\";s:15:\"h2_google_fonts\";s:10:\"Bebas+Neue\";s:12:\"h2_fontstyle\";s:6:\"normal\";s:13:\"h2_fontweight\";s:3:\"400\";s:16:\"h2_letterspacing\";s:1:\"0\";s:8:\"h3_color\";s:0:\"\";s:11:\"h3_fontsize\";s:0:\"\";s:13:\"h3_lineheight\";s:0:\"\";s:16:\"h3_texttransform\";s:0:\"\";s:15:\"h3_google_fonts\";s:10:\"Bebas+Neue\";s:12:\"h3_fontstyle\";s:0:\"\";s:13:\"h3_fontweight\";s:0:\"\";s:16:\"h3_letterspacing\";s:0:\"\";s:8:\"h4_color\";s:0:\"\";s:11:\"h4_fontsize\";s:0:\"\";s:13:\"h4_lineheight\";s:0:\"\";s:16:\"h4_texttransform\";s:0:\"\";s:15:\"h4_google_fonts\";s:10:\"Montserrat\";s:12:\"h4_fontstyle\";s:0:\"\";s:13:\"h4_fontweight\";s:0:\"\";s:16:\"h4_letterspacing\";s:0:\"\";s:8:\"h5_color\";s:0:\"\";s:11:\"h5_fontsize\";s:0:\"\";s:13:\"h5_lineheight\";s:0:\"\";s:16:\"h5_texttransform\";s:0:\"\";s:15:\"h5_google_fonts\";s:10:\"Bebas+Neue\";s:12:\"h5_fontstyle\";s:0:\"\";s:13:\"h5_fontweight\";s:0:\"\";s:16:\"h5_letterspacing\";s:0:\"\";s:8:\"h6_color\";s:0:\"\";s:11:\"h6_fontsize\";s:0:\"\";s:13:\"h6_lineheight\";s:0:\"\";s:16:\"h6_texttransform\";s:0:\"\";s:15:\"h6_google_fonts\";s:2:\"-1\";s:12:\"h6_fontstyle\";s:0:\"\";s:13:\"h6_fontweight\";s:0:\"\";s:16:\"h6_letterspacing\";s:0:\"\";s:18:\"h1_fontsize_tablet\";s:0:\"\";s:20:\"h1_lineheight_tablet\";s:0:\"\";s:23:\"h1_letterspacing_tablet\";s:0:\"\";s:18:\"h2_fontsize_tablet\";s:0:\"\";s:20:\"h2_lineheight_tablet\";s:0:\"\";s:23:\"h2_letterspacing_tablet\";s:0:\"\";s:18:\"h3_fontsize_tablet\";s:0:\"\";s:20:\"h3_lineheight_tablet\";s:0:\"\";s:23:\"h3_letterspacing_tablet\";s:0:\"\";s:18:\"h4_fontsize_tablet\";s:0:\"\";s:20:\"h4_lineheight_tablet\";s:0:\"\";s:23:\"h4_letterspacing_tablet\";s:0:\"\";s:18:\"h5_fontsize_tablet\";s:0:\"\";s:20:\"h5_lineheight_tablet\";s:0:\"\";s:23:\"h5_letterspacing_tablet\";s:0:\"\";s:18:\"h6_fontsize_tablet\";s:0:\"\";s:20:\"h6_lineheight_tablet\";s:0:\"\";s:23:\"h6_letterspacing_tablet\";s:0:\"\";s:18:\"h1_fontsize_mobile\";s:0:\"\";s:20:\"h1_lineheight_mobile\";s:0:\"\";s:23:\"h1_letterspacing_mobile\";s:0:\"\";s:18:\"h2_fontsize_mobile\";s:0:\"\";s:20:\"h2_lineheight_mobile\";s:0:\"\";s:23:\"h2_letterspacing_mobile\";s:0:\"\";s:18:\"h3_fontsize_mobile\";s:0:\"\";s:20:\"h3_lineheight_mobile\";s:0:\"\";s:23:\"h3_letterspacing_mobile\";s:0:\"\";s:18:\"h4_fontsize_mobile\";s:0:\"\";s:20:\"h4_lineheight_mobile\";s:0:\"\";s:23:\"h4_letterspacing_mobile\";s:0:\"\";s:18:\"h5_fontsize_mobile\";s:0:\"\";s:20:\"h5_lineheight_mobile\";s:0:\"\";s:23:\"h5_letterspacing_mobile\";s:0:\"\";s:18:\"h6_fontsize_mobile\";s:0:\"\";s:20:\"h6_lineheight_mobile\";s:0:\"\";s:23:\"h6_letterspacing_mobile\";s:0:\"\";s:10:\"text_color\";s:7:\"#666666\";s:13:\"text_fontsize\";s:2:\"14\";s:15:\"text_lineheight\";s:2:\"22\";s:17:\"text_google_fonts\";s:2:\"-1\";s:14:\"text_fontstyle\";s:6:\"normal\";s:15:\"text_fontweight\";s:3:\"400\";s:11:\"text_margin\";s:4:\"0 10\";s:20:\"text_fontsize_tablet\";s:0:\"\";s:22:\"text_lineheight_tablet\";s:0:\"\";s:25:\"text_letterspacing_tablet\";s:0:\"\";s:20:\"text_fontsize_mobile\";s:0:\"\";s:22:\"text_lineheight_mobile\";s:0:\"\";s:25:\"text_letterspacing_mobile\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"link_hovercolor\";s:0:\"\";s:14:\"link_fontstyle\";s:0:\"\";s:15:\"link_fontweight\";s:0:\"\";s:19:\"link_fontdecoration\";s:0:\"\";s:10:\"menu_color\";s:0:\"\";s:15:\"menu_hovercolor\";s:0:\"\";s:16:\"menu_activecolor\";s:0:\"\";s:27:\"menu_hover_background_color\";s:0:\"\";s:17:\"menu_google_fonts\";s:2:\"-1\";s:13:\"menu_fontsize\";s:0:\"\";s:15:\"menu_lineheight\";s:0:\"\";s:40:\"menu_hover_background_color_transparency\";s:0:\"\";s:14:\"menu_fontstyle\";s:0:\"\";s:15:\"menu_fontweight\";s:0:\"\";s:18:\"menu_letterspacing\";s:0:\"\";s:19:\"menu_text_transform\";s:0:\"\";s:19:\"menu_underline_dash\";s:2:\"no\";s:25:\"menu_underline_dash_color\";s:0:\"\";s:25:\"menu_underline_dash_width\";s:0:\"\";s:26:\"menu_underline_dash_height\";s:0:\"\";s:29:\"menu_underline_dash_alignment\";s:6:\"center\";s:14:\"dropdown_color\";s:0:\"\";s:19:\"dropdown_hovercolor\";s:0:\"\";s:21:\"dropdown_google_fonts\";s:2:\"-1\";s:17:\"dropdown_fontsize\";s:0:\"\";s:19:\"dropdown_lineheight\";s:0:\"\";s:27:\"dropdown_padding_top_bottom\";s:0:\"\";s:18:\"dropdown_fontstyle\";s:0:\"\";s:19:\"dropdown_fontweight\";s:0:\"\";s:22:\"dropdown_letterspacing\";s:0:\"\";s:22:\"dropdown_texttransform\";s:0:\"\";s:19:\"dropdown_wide_color\";s:0:\"\";s:24:\"dropdown_wide_hovercolor\";s:0:\"\";s:26:\"dropdown_wide_google_fonts\";s:2:\"-1\";s:22:\"dropdown_wide_fontsize\";s:0:\"\";s:24:\"dropdown_wide_lineheight\";s:0:\"\";s:23:\"dropdown_wide_fontstyle\";s:0:\"\";s:24:\"dropdown_wide_fontweight\";s:0:\"\";s:27:\"dropdown_wide_letterspacing\";s:0:\"\";s:27:\"dropdown_wide_texttransform\";s:0:\"\";s:23:\"dropdown_color_thirdlvl\";s:0:\"\";s:28:\"dropdown_hovercolor_thirdlvl\";s:0:\"\";s:30:\"dropdown_google_fonts_thirdlvl\";s:2:\"-1\";s:26:\"dropdown_fontsize_thirdlvl\";s:0:\"\";s:28:\"dropdown_lineheight_thirdlvl\";s:0:\"\";s:27:\"dropdown_fontstyle_thirdlvl\";s:0:\"\";s:28:\"dropdown_fontweight_thirdlvl\";s:0:\"\";s:31:\"dropdown_letterspacing_thirdlvl\";s:0:\"\";s:31:\"dropdown_texttransform_thirdlvl\";s:0:\"\";s:11:\"fixed_color\";s:0:\"\";s:16:\"fixed_hovercolor\";s:0:\"\";s:18:\"fixed_google_fonts\";s:2:\"-1\";s:14:\"fixed_fontsize\";s:0:\"\";s:16:\"fixed_lineheight\";s:0:\"\";s:15:\"fixed_fontstyle\";s:0:\"\";s:16:\"fixed_fontweight\";s:0:\"\";s:19:\"fixed_letterspacing\";s:0:\"\";s:19:\"fixed_texttransform\";s:0:\"\";s:12:\"sticky_color\";s:0:\"\";s:17:\"sticky_hovercolor\";s:0:\"\";s:19:\"sticky_google_fonts\";s:2:\"-1\";s:15:\"sticky_fontsize\";s:0:\"\";s:17:\"sticky_lineheight\";s:0:\"\";s:16:\"sticky_fontstyle\";s:0:\"\";s:17:\"sticky_fontweight\";s:0:\"\";s:20:\"sticky_letterspacing\";s:0:\"\";s:20:\"sticky_texttransform\";s:0:\"\";s:12:\"mobile_color\";s:0:\"\";s:17:\"mobile_hovercolor\";s:0:\"\";s:19:\"mobile_google_fonts\";s:2:\"-1\";s:15:\"mobile_fontsize\";s:0:\"\";s:17:\"mobile_lineheight\";s:0:\"\";s:16:\"mobile_fontstyle\";s:0:\"\";s:17:\"mobile_fontweight\";s:0:\"\";s:21:\"mobile_letter_spacing\";s:0:\"\";s:20:\"mobile_texttransform\";s:0:\"\";s:21:\"top_header_text_color\";s:0:\"\";s:27:\"top_header_text_hover_color\";s:0:\"\";s:27:\"top_header_text_font_family\";s:2:\"-1\";s:25:\"top_header_text_font_size\";s:0:\"\";s:27:\"top_header_text_line_height\";s:0:\"\";s:26:\"top_header_text_font_style\";s:0:\"\";s:27:\"top_header_text_font_weight\";s:0:\"\";s:30:\"top_header_text_letter_spacing\";s:0:\"\";s:29:\"top_header_text_texttransform\";s:0:\"\";s:16:\"page_title_color\";s:0:\"\";s:19:\"page_title_fontsize\";s:0:\"\";s:21:\"page_title_lineheight\";s:0:\"\";s:24:\"page_title_texttransform\";s:0:\"\";s:23:\"page_title_google_fonts\";s:2:\"-1\";s:20:\"page_title_fontstyle\";s:0:\"\";s:21:\"page_title_fontweight\";s:0:\"\";s:24:\"page_title_letterspacing\";s:0:\"\";s:26:\"page_title_medium_fontsize\";s:0:\"\";s:28:\"page_title_medium_lineheight\";s:0:\"\";s:28:\"page_title_medium_fontweight\";s:0:\"\";s:31:\"page_title_medium_letterspacing\";s:0:\"\";s:31:\"page_title_medium_texttransform\";s:0:\"\";s:25:\"page_title_large_fontsize\";s:0:\"\";s:27:\"page_title_large_lineheight\";s:0:\"\";s:27:\"page_title_large_fontweight\";s:0:\"\";s:30:\"page_title_large_letterspacing\";s:0:\"\";s:30:\"page_title_large_texttransform\";s:0:\"\";s:19:\"page_subtitle_color\";s:0:\"\";s:22:\"page_subtitle_fontsize\";s:0:\"\";s:24:\"page_subtitle_lineheight\";s:0:\"\";s:25:\"page_subtitle_font_family\";s:2:\"-1\";s:24:\"page_subtitle_font_style\";s:0:\"\";s:24:\"page_subtitle_fontweight\";s:0:\"\";s:28:\"page_subtitle_large_fontsize\";s:0:\"\";s:30:\"page_subtitle_large_lineheight\";s:0:\"\";s:30:\"page_subtitle_large_fontweight\";s:0:\"\";s:27:\"page_text_above_title_color\";s:0:\"\";s:30:\"page_text_above_title_fontsize\";s:0:\"\";s:32:\"page_text_above_title_lineheight\";s:0:\"\";s:35:\"page_text_above_title_letterspacing\";s:0:\"\";s:33:\"page_text_above_title_font_family\";s:2:\"-1\";s:32:\"page_text_above_title_font_style\";s:0:\"\";s:32:\"page_text_above_title_fontweight\";s:0:\"\";s:35:\"page_text_above_title_texttransform\";s:0:\"\";s:36:\"page_text_above_title_large_fontsize\";s:0:\"\";s:38:\"page_text_above_title_large_lineheight\";s:0:\"\";s:38:\"page_text_above_title_large_fontweight\";s:0:\"\";s:18:\"footer_title_color\";s:0:\"\";s:22:\"footer_title_font_size\";s:0:\"\";s:27:\"footer_title_letter_spacing\";s:0:\"\";s:24:\"footer_title_line_height\";s:0:\"\";s:24:\"footer_title_font_family\";s:2:\"-1\";s:23:\"footer_title_font_style\";s:0:\"\";s:24:\"footer_title_font_weight\";s:0:\"\";s:27:\"footer_title_text_transform\";s:0:\"\";s:21:\"footer_text_font_size\";s:0:\"\";s:26:\"footer_text_letter_spacing\";s:0:\"\";s:23:\"footer_text_line_height\";s:0:\"\";s:23:\"footer_text_font_family\";s:2:\"-1\";s:22:\"footer_text_font_style\";s:0:\"\";s:23:\"footer_text_font_weight\";s:0:\"\";s:26:\"footer_text_text_transform\";s:0:\"\";s:21:\"footer_link_font_size\";s:0:\"\";s:26:\"footer_link_letter_spacing\";s:0:\"\";s:23:\"footer_link_line_height\";s:0:\"\";s:23:\"footer_link_font_family\";s:2:\"-1\";s:22:\"footer_link_font_style\";s:0:\"\";s:23:\"footer_link_font_weight\";s:0:\"\";s:26:\"footer_link_text_transform\";s:0:\"\";s:28:\"footer_bottom_text_font_size\";s:0:\"\";s:33:\"footer_bottom_text_letter_spacing\";s:0:\"\";s:30:\"footer_bottom_text_line_height\";s:0:\"\";s:30:\"footer_bottom_text_font_family\";s:2:\"-1\";s:29:\"footer_bottom_text_font_style\";s:0:\"\";s:30:\"footer_bottom_text_font_weight\";s:0:\"\";s:33:\"footer_bottom_text_text_transform\";s:0:\"\";s:28:\"footer_bottom_link_font_size\";s:0:\"\";s:33:\"footer_bottom_link_letter_spacing\";s:0:\"\";s:30:\"footer_bottom_link_line_height\";s:0:\"\";s:30:\"footer_bottom_link_font_family\";s:2:\"-1\";s:29:\"footer_bottom_link_font_style\";s:0:\"\";s:30:\"footer_bottom_link_font_weight\";s:0:\"\";s:33:\"footer_bottom_link_text_transform\";s:0:\"\";s:22:\"portfolio_filter_color\";s:0:\"\";s:28:\"portfolio_filter_hover_color\";s:0:\"\";s:26:\"portfolio_filter_font_size\";s:0:\"\";s:28:\"portfolio_filter_line_height\";s:0:\"\";s:31:\"portfolio_filter_text_transform\";s:0:\"\";s:28:\"portfolio_filter_font_family\";s:2:\"-1\";s:27:\"portfolio_filter_font_style\";s:0:\"\";s:28:\"portfolio_filter_font_weight\";s:0:\"\";s:31:\"portfolio_filter_letter_spacing\";s:0:\"\";s:15:\"separator_color\";s:0:\"\";s:28:\"separator_color_transparency\";s:0:\"\";s:19:\"separator_thickness\";s:0:\"\";s:19:\"separator_topmargin\";s:0:\"\";s:22:\"separator_bottommargin\";s:0:\"\";s:21:\"separator_small_color\";s:0:\"\";s:34:\"separator_small_color_transparency\";s:0:\"\";s:25:\"separator_small_thickness\";s:0:\"\";s:21:\"separator_small_width\";s:0:\"\";s:25:\"separator_small_topmargin\";s:0:\"\";s:28:\"separator_small_bottommargin\";s:0:\"\";s:25:\"separator_with_icon_color\";s:0:\"\";s:32:\"separator_with_icon_transparency\";s:0:\"\";s:29:\"separator_with_icon_thickness\";s:0:\"\";s:25:\"separator_with_icon_width\";s:0:\"\";s:29:\"separator_with_icon_topmargin\";s:0:\"\";s:32:\"separator_with_icon_bottommargin\";s:0:\"\";s:18:\"button_title_color\";s:0:\"\";s:23:\"button_title_hovercolor\";s:0:\"\";s:25:\"button_title_google_fonts\";s:2:\"-1\";s:21:\"button_title_fontsize\";s:0:\"\";s:23:\"button_title_lineheight\";s:0:\"\";s:22:\"button_title_fontstyle\";s:0:\"\";s:23:\"button_title_fontweight\";s:0:\"\";s:27:\"button_title_letter_spacing\";s:0:\"\";s:27:\"button_title_text_transform\";s:0:\"\";s:22:\"button_backgroundcolor\";s:0:\"\";s:28:\"button_backgroundcolor_hover\";s:0:\"\";s:19:\"button_border_color\";s:0:\"\";s:25:\"button_border_hover_color\";s:0:\"\";s:19:\"button_border_width\";s:0:\"\";s:20:\"button_border_radius\";s:0:\"\";s:24:\"button_padding_leftright\";s:0:\"\";s:23:\"button_white_text_color\";s:0:\"\";s:29:\"button_white_text_color_hover\";s:0:\"\";s:29:\"button_white_background_color\";s:0:\"\";s:35:\"button_white_background_color_hover\";s:0:\"\";s:25:\"button_white_border_color\";s:0:\"\";s:31:\"button_white_border_color_hover\";s:0:\"\";s:23:\"button_green_text_color\";s:0:\"\";s:29:\"button_green_text_color_hover\";s:0:\"\";s:29:\"button_green_background_color\";s:0:\"\";s:35:\"button_green_background_color_hover\";s:0:\"\";s:25:\"button_green_border_color\";s:0:\"\";s:31:\"button_green_border_color_hover\";s:0:\"\";s:23:\"small_button_lineheight\";s:0:\"\";s:21:\"small_button_fontsize\";s:0:\"\";s:23:\"small_button_fontweight\";s:0:\"\";s:20:\"small_button_padding\";s:0:\"\";s:26:\"small_button_border_radius\";s:0:\"\";s:23:\"large_button_lineheight\";s:0:\"\";s:21:\"large_button_fontsize\";s:0:\"\";s:23:\"large_button_fontweight\";s:0:\"\";s:20:\"large_button_padding\";s:0:\"\";s:26:\"large_button_border_radius\";s:0:\"\";s:27:\"big_large_button_lineheight\";s:0:\"\";s:25:\"big_large_button_fontsize\";s:0:\"\";s:27:\"big_large_button_fontweight\";s:0:\"\";s:24:\"big_large_button_padding\";s:0:\"\";s:30:\"big_large_button_border_radius\";s:0:\"\";s:19:\"message_title_color\";s:0:\"\";s:23:\"message_backgroundcolor\";s:0:\"\";s:26:\"message_title_google_fonts\";s:2:\"-1\";s:22:\"message_title_fontsize\";s:0:\"\";s:24:\"message_title_lineheight\";s:0:\"\";s:23:\"message_title_fontstyle\";s:0:\"\";s:24:\"message_title_fontweight\";s:0:\"\";s:18:\"message_icon_color\";s:0:\"\";s:21:\"message_icon_fontsize\";s:0:\"\";s:30:\"quote_link_blockqoute_fontsize\";s:0:\"\";s:32:\"quote_link_blockqoute_lineheight\";s:0:\"\";s:35:\"quote_link_blockqoute_letterspacing\";s:0:\"\";s:35:\"quote_link_blockqoute_texttransform\";s:0:\"\";s:32:\"quote_link_blockqoute_fontfamily\";s:2:\"-1\";s:31:\"quote_link_blockqoute_fontstyle\";s:0:\"\";s:32:\"quote_link_blockqoute_fontweight\";s:0:\"\";s:21:\"blockquote_font_color\";s:0:\"\";s:27:\"blockquote_background_color\";s:0:\"\";s:23:\"blockquote_border_color\";s:0:\"\";s:27:\"blockquote_quote_icon_color\";s:0:\"\";s:17:\"social_icon_color\";s:0:\"\";s:28:\"social_icon_background_color\";s:0:\"\";s:24:\"social_icon_border_color\";s:0:\"\";s:38:\"testimonaials_navigation_border_radius\";s:0:\"\";s:23:\"testimonials_text_color\";s:0:\"\";s:23:\"testimonaials_font_size\";s:0:\"\";s:29:\"testimonials_text_line_height\";s:0:\"\";s:32:\"testimonials_text_text_transform\";s:0:\"\";s:29:\"testimonials_text_font_family\";s:2:\"-1\";s:28:\"testimonials_text_font_style\";s:0:\"\";s:29:\"testimonials_text_font_weight\";s:0:\"\";s:32:\"testimonials_text_letter_spacing\";s:0:\"\";s:25:\"testimonials_author_color\";s:0:\"\";s:29:\"testimonials_author_font_size\";s:0:\"\";s:31:\"testimonials_author_line_height\";s:0:\"\";s:34:\"testimonials_author_text_transform\";s:0:\"\";s:31:\"testimonials_author_font_family\";s:2:\"-1\";s:30:\"testimonials_author_font_style\";s:0:\"\";s:31:\"testimonials_author_font_weight\";s:0:\"\";s:34:\"testimonials_author_letter_spacing\";s:0:\"\";s:13:\"counter_color\";s:0:\"\";s:18:\"counter_text_color\";s:0:\"\";s:23:\"counter_separator_color\";s:0:\"\";s:18:\"counters_font_size\";s:0:\"\";s:20:\"counters_font_family\";s:2:\"-1\";s:19:\"counters_fontweight\";s:0:\"\";s:23:\"counters_text_font_size\";s:0:\"\";s:25:\"counters_text_font_family\";s:2:\"-1\";s:24:\"counters_text_fontweight\";s:0:\"\";s:27:\"counters_text_texttransform\";s:0:\"\";s:27:\"counters_text_letterspacing\";s:0:\"\";s:24:\"counters_text_lineheight\";s:0:\"\";s:32:\"progress_bar_horizontal_fontsize\";s:0:\"\";s:34:\"progress_bar_horizontal_fontweight\";s:0:\"\";s:19:\"pie_charts_fontsize\";s:0:\"\";s:21:\"pie_charts_fontweight\";s:0:\"\";s:10:\"tabs_color\";s:0:\"\";s:16:\"tabs_hover_color\";s:0:\"\";s:17:\"tabs_active_color\";s:0:\"\";s:14:\"tabs_text_size\";s:0:\"\";s:16:\"tabs_line_height\";s:0:\"\";s:19:\"tabs_text_transform\";s:0:\"\";s:16:\"tabs_font_family\";s:2:\"-1\";s:15:\"tabs_font_style\";s:0:\"\";s:15:\"tabs_fontweight\";s:0:\"\";s:19:\"tabs_letter_spacing\";s:0:\"\";s:17:\"tabs_border_color\";s:0:\"\";s:18:\"tabs_border_radius\";s:0:\"\";s:17:\"tabs_border_width\";s:0:\"\";s:10:\"tags_color\";s:0:\"\";s:14:\"tags_font_size\";s:0:\"\";s:16:\"tags_line_height\";s:0:\"\";s:19:\"tags_text_transform\";s:0:\"\";s:16:\"tags_font_family\";s:2:\"-1\";s:15:\"tags_font_style\";s:0:\"\";s:16:\"tags_font_weight\";s:0:\"\";s:19:\"tags_letter_spacing\";s:0:\"\";s:16:\"tags_hover_color\";s:0:\"\";s:21:\"tags_background_color\";s:0:\"\";s:27:\"tags_background_hover_color\";s:0:\"\";s:18:\"tags_border_radius\";s:0:\"\";s:17:\"tags_border_color\";s:0:\"\";s:23:\"tags_border_hover_color\";s:0:\"\";s:17:\"tags_border_width\";s:0:\"\";s:17:\"tags_border_style\";s:0:\"\";s:23:\"tags_left_right_padding\";s:0:\"\";s:37:\"process_circle_hover_background_color\";s:0:\"\";s:34:\"process_text_in_circle_font_weight\";s:0:\"\";s:24:\"process_text_hover_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:15:\"highlight_color\";s:0:\"\";s:29:\"toggle_title_background_color\";s:0:\"\";s:35:\"toggle_title_hover_background_color\";s:0:\"\";s:34:\"toggle_title_text_background_color\";s:0:\"\";s:40:\"toggle_title_hover_text_background_color\";s:0:\"\";s:26:\"qode_back_to_top_icon_pack\";s:12:\"font_awesome\";s:31:\"qode_back_to_top_icon_pack_icon\";s:11:\"fa-arrow-up\";s:34:\"qode_back_to_top_icon_pack_fe_icon\";s:11:\"fa-arrow-up\";s:37:\"qode_back_to_top_icon_pack_linea_icon\";s:11:\"fa-arrow-up\";s:35:\"qode_back_to_top_icon_pack_dripicon\";s:11:\"fa-arrow-up\";s:22:\"back_to_top_icon_color\";s:0:\"\";s:28:\"back_to_top_icon_hover_color\";s:0:\"\";s:28:\"back_to_top_background_color\";s:0:\"\";s:34:\"back_to_top_background_hover_color\";s:0:\"\";s:35:\"back_to_top_background_transparency\";s:0:\"\";s:41:\"back_to_top_background_hover_transparency\";s:0:\"\";s:24:\"back_to_top_border_color\";s:0:\"\";s:30:\"back_to_top_border_hover_color\";s:0:\"\";s:24:\"back_to_top_border_width\";s:0:\"\";s:25:\"back_to_top_border_radius\";s:0:\"\";s:31:\"back_to_top_border_transparency\";s:0:\"\";s:37:\"back_to_top_border_hover_transparency\";s:0:\"\";s:18:\"back_to_top_height\";s:0:\"\";s:17:\"back_to_top_width\";s:0:\"\";s:21:\"back_to_top_right_pos\";s:0:\"\";s:22:\"back_to_top_bottom_pos\";s:0:\"\";s:20:\"navigation_area_size\";s:0:\"\";s:23:\"navigation_button_width\";s:0:\"\";s:24:\"navigation_button_height\";s:0:\"\";s:26:\"navigation_button_position\";s:0:\"\";s:22:\"navigation_arrow_color\";s:0:\"\";s:29:\"navigation_arrow_transparency\";s:0:\"\";s:28:\"navigation_arrow_hover_color\";s:0:\"\";s:35:\"navigation_arrow_hover_transparency\";s:0:\"\";s:21:\"navigation_arrow_size\";s:0:\"\";s:27:\"navigation_background_color\";s:0:\"\";s:34:\"navigation_background_transparency\";s:0:\"\";s:33:\"navigation_background_hover_color\";s:0:\"\";s:40:\"navigation_background_hover_transparency\";s:0:\"\";s:23:\"navigation_border_color\";s:0:\"\";s:30:\"navigation_border_transparency\";s:0:\"\";s:29:\"navigation_border_hover_color\";s:0:\"\";s:36:\"navigation_border_hover_transparency\";s:0:\"\";s:23:\"navigation_border_width\";s:0:\"\";s:24:\"navigation_border_radius\";s:0:\"\";s:32:\"carousel_navigation_button_width\";s:0:\"\";s:33:\"carousel_navigation_button_height\";s:0:\"\";s:35:\"carousel_navigation_button_position\";s:0:\"\";s:31:\"carousel_navigation_arrow_color\";s:0:\"\";s:38:\"carousel_navigation_arrow_transparency\";s:0:\"\";s:37:\"carousel_navigation_arrow_hover_color\";s:0:\"\";s:44:\"carousel_navigation_arrow_hover_transparency\";s:0:\"\";s:30:\"carousel_navigation_arrow_size\";s:0:\"\";s:36:\"carousel_navigation_background_color\";s:0:\"\";s:43:\"carousel_navigation_background_transparency\";s:0:\"\";s:42:\"carousel_navigation_background_hover_color\";s:0:\"\";s:49:\"carousel_navigation_background_hover_transparency\";s:0:\"\";s:32:\"carousel_navigation_border_color\";s:0:\"\";s:39:\"carousel_navigation_border_transparency\";s:0:\"\";s:38:\"carousel_navigation_border_hover_color\";s:0:\"\";s:45:\"carousel_navigation_border_hover_transparency\";s:0:\"\";s:32:\"carousel_navigation_border_width\";s:0:\"\";s:33:\"carousel_navigation_border_radius\";s:0:\"\";s:37:\"single_slider_navigation_button_width\";s:0:\"\";s:38:\"single_slider_navigation_button_height\";s:0:\"\";s:40:\"single_slider_navigation_button_position\";s:0:\"\";s:36:\"single_slider_navigation_arrow_color\";s:0:\"\";s:43:\"single_slider_navigation_arrow_transparency\";s:0:\"\";s:42:\"single_slider_navigation_arrow_hover_color\";s:0:\"\";s:49:\"single_slider_navigation_arrow_hover_transparency\";s:0:\"\";s:35:\"single_slider_navigation_arrow_size\";s:0:\"\";s:41:\"single_slider_navigation_background_color\";s:0:\"\";s:48:\"single_slider_navigation_background_transparency\";s:0:\"\";s:47:\"single_slider_navigation_background_hover_color\";s:0:\"\";s:54:\"single_slider_navigation_background_hover_transparency\";s:0:\"\";s:37:\"single_slider_navigation_border_color\";s:0:\"\";s:44:\"single_slider_navigation_border_transparency\";s:0:\"\";s:43:\"single_slider_navigation_border_hover_color\";s:0:\"\";s:50:\"single_slider_navigation_border_hover_transparency\";s:0:\"\";s:37:\"single_slider_navigation_border_width\";s:0:\"\";s:38:\"single_slider_navigation_border_radius\";s:0:\"\";s:33:\"slider_circle_navigation_position\";s:0:\"\";s:23:\"button_navigation_color\";s:0:\"\";s:30:\"button_navigation_active_color\";s:0:\"\";s:22:\"button_navigation_size\";s:0:\"\";s:31:\"button_navigation_border_radius\";s:0:\"\";s:30:\"button_navigation_border_color\";s:0:\"\";s:37:\"button_navigation_active_border_color\";s:0:\"\";s:30:\"button_bullet_navigation_color\";s:0:\"\";s:37:\"button_bullet_navigation_active_color\";s:0:\"\";s:29:\"button_bullet_navigation_size\";s:0:\"\";s:38:\"button_bullet_navigation_border_radius\";s:0:\"\";s:37:\"button_bullet_navigation_border_color\";s:0:\"\";s:44:\"button_bullet_navigation_active_border_color\";s:0:\"\";s:21:\"masonry_gallery_space\";s:0:\"\";s:38:\"masonry_gallery_square_big_title_color\";s:0:\"\";s:42:\"masonry_gallery_square_big_title_font_size\";s:0:\"\";s:44:\"masonry_gallery_square_big_title_line_height\";s:0:\"\";s:47:\"masonry_gallery_square_big_title_text_transform\";s:0:\"\";s:44:\"masonry_gallery_square_big_title_font_family\";s:2:\"-1\";s:43:\"masonry_gallery_square_big_title_font_style\";s:0:\"\";s:44:\"masonry_gallery_square_big_title_font_weight\";s:0:\"\";s:47:\"masonry_gallery_square_big_title_letter_spacing\";s:0:\"\";s:46:\"masonry_gallery_square_big_title_margin_bottom\";s:0:\"\";s:37:\"masonry_gallery_square_big_text_color\";s:0:\"\";s:41:\"masonry_gallery_square_big_text_font_size\";s:0:\"\";s:43:\"masonry_gallery_square_big_text_line_height\";s:0:\"\";s:46:\"masonry_gallery_square_big_text_text_transform\";s:0:\"\";s:43:\"masonry_gallery_square_big_text_font_family\";s:2:\"-1\";s:42:\"masonry_gallery_square_big_text_font_style\";s:0:\"\";s:43:\"masonry_gallery_square_big_text_font_weight\";s:0:\"\";s:46:\"masonry_gallery_square_big_text_letter_spacing\";s:0:\"\";s:45:\"masonry_gallery_square_big_button_font_family\";s:2:\"-1\";s:44:\"masonry_gallery_square_big_button_font_style\";s:0:\"\";s:45:\"masonry_gallery_square_big_button_font_weight\";s:0:\"\";s:48:\"masonry_gallery_square_big_button_text_transform\";s:0:\"\";s:43:\"masonry_gallery_square_big_button_font_size\";s:0:\"\";s:45:\"masonry_gallery_square_big_button_line_height\";s:0:\"\";s:48:\"masonry_gallery_square_big_button_letter_spacing\";s:0:\"\";s:44:\"masonry_gallery_square_big_button_text_color\";s:0:\"\";s:50:\"masonry_gallery_square_big_button_hover_text_color\";s:0:\"\";s:50:\"masonry_gallery_square_big_button_background_color\";s:0:\"\";s:56:\"masonry_gallery_square_big_button_hover_background_color\";s:0:\"\";s:46:\"masonry_gallery_square_big_button_border_color\";s:0:\"\";s:52:\"masonry_gallery_square_big_button_hover_border_color\";s:0:\"\";s:46:\"masonry_gallery_square_big_button_border_width\";s:0:\"\";s:47:\"masonry_gallery_square_big_button_border_radius\";s:0:\"\";s:46:\"masonry_gallery_square_big_button_padding_left\";s:0:\"\";s:47:\"masonry_gallery_square_big_button_padding_right\";s:0:\"\";s:44:\"masonry_gallery_square_big_button_margin_top\";s:0:\"\";s:37:\"masonry_gallery_square_big_icon_color\";s:0:\"\";s:43:\"masonry_gallery_square_big_icon_hover_color\";s:0:\"\";s:36:\"masonry_gallery_square_big_icon_size\";s:0:\"\";s:45:\"masonry_gallery_square_big_icon_margin_bottom\";s:0:\"\";s:40:\"masonry_gallery_square_big_overlay_color\";s:0:\"\";s:47:\"masonry_gallery_square_big_overlay_transparency\";s:0:\"\";s:37:\"masonry_gallery_square_big_text_align\";s:6:\"center\";s:39:\"masonry_gallery_square_big_padding_left\";s:0:\"\";s:40:\"masonry_gallery_square_big_padding_right\";s:0:\"\";s:40:\"masonry_gallery_square_small_title_color\";s:0:\"\";s:44:\"masonry_gallery_square_small_title_font_size\";s:0:\"\";s:46:\"masonry_gallery_square_small_title_line_height\";s:0:\"\";s:49:\"masonry_gallery_square_small_title_text_transform\";s:0:\"\";s:46:\"masonry_gallery_square_small_title_font_family\";s:2:\"-1\";s:45:\"masonry_gallery_square_small_title_font_style\";s:0:\"\";s:46:\"masonry_gallery_square_small_title_font_weight\";s:0:\"\";s:49:\"masonry_gallery_square_small_title_letter_spacing\";s:0:\"\";s:48:\"masonry_gallery_square_small_title_margin_bottom\";s:0:\"\";s:39:\"masonry_gallery_square_small_text_color\";s:0:\"\";s:43:\"masonry_gallery_square_small_text_font_size\";s:0:\"\";s:45:\"masonry_gallery_square_small_text_line_height\";s:0:\"\";s:48:\"masonry_gallery_square_small_text_text_transform\";s:0:\"\";s:45:\"masonry_gallery_square_small_text_font_family\";s:2:\"-1\";s:44:\"masonry_gallery_square_small_text_font_style\";s:0:\"\";s:45:\"masonry_gallery_square_small_text_font_weight\";s:0:\"\";s:48:\"masonry_gallery_square_small_text_letter_spacing\";s:0:\"\";s:47:\"masonry_gallery_square_small_button_font_family\";s:2:\"-1\";s:46:\"masonry_gallery_square_small_button_font_style\";s:0:\"\";s:47:\"masonry_gallery_square_small_button_font_weight\";s:0:\"\";s:50:\"masonry_gallery_square_small_button_text_transform\";s:0:\"\";s:45:\"masonry_gallery_square_small_button_font_size\";s:0:\"\";s:47:\"masonry_gallery_square_small_button_line_height\";s:0:\"\";s:50:\"masonry_gallery_square_small_button_letter_spacing\";s:0:\"\";s:46:\"masonry_gallery_square_small_button_text_color\";s:0:\"\";s:52:\"masonry_gallery_square_small_button_hover_text_color\";s:0:\"\";s:52:\"masonry_gallery_square_small_button_background_color\";s:0:\"\";s:58:\"masonry_gallery_square_small_button_hover_background_color\";s:0:\"\";s:48:\"masonry_gallery_square_small_button_border_color\";s:0:\"\";s:54:\"masonry_gallery_square_small_button_hover_border_color\";s:0:\"\";s:48:\"masonry_gallery_square_small_button_border_width\";s:0:\"\";s:49:\"masonry_gallery_square_small_button_border_radius\";s:0:\"\";s:48:\"masonry_gallery_square_small_button_padding_left\";s:0:\"\";s:49:\"masonry_gallery_square_small_button_padding_right\";s:0:\"\";s:46:\"masonry_gallery_square_small_button_margin_top\";s:0:\"\";s:39:\"masonry_gallery_square_small_icon_color\";s:0:\"\";s:45:\"masonry_gallery_square_small_icon_hover_color\";s:0:\"\";s:38:\"masonry_gallery_square_small_icon_size\";s:0:\"\";s:47:\"masonry_gallery_square_small_icon_margin_bottom\";s:0:\"\";s:42:\"masonry_gallery_square_small_overlay_color\";s:0:\"\";s:49:\"masonry_gallery_square_small_overlay_transparency\";s:0:\"\";s:39:\"masonry_gallery_square_small_text_align\";s:6:\"center\";s:41:\"masonry_gallery_square_small_padding_left\";s:0:\"\";s:42:\"masonry_gallery_square_small_padding_right\";s:0:\"\";s:46:\"masonry_gallery_rectangle_portrait_title_color\";s:0:\"\";s:50:\"masonry_gallery_rectangle_portrait_title_font_size\";s:0:\"\";s:52:\"masonry_gallery_rectangle_portrait_title_line_height\";s:0:\"\";s:55:\"masonry_gallery_rectangle_portrait_title_text_transform\";s:0:\"\";s:52:\"masonry_gallery_rectangle_portrait_title_font_family\";s:2:\"-1\";s:51:\"masonry_gallery_rectangle_portrait_title_font_style\";s:0:\"\";s:52:\"masonry_gallery_rectangle_portrait_title_font_weight\";s:0:\"\";s:55:\"masonry_gallery_rectangle_portrait_title_letter_spacing\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_title_margin_bottom\";s:0:\"\";s:45:\"masonry_gallery_rectangle_portrait_text_color\";s:0:\"\";s:49:\"masonry_gallery_rectangle_portrait_text_font_size\";s:0:\"\";s:51:\"masonry_gallery_rectangle_portrait_text_line_height\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_text_text_transform\";s:0:\"\";s:51:\"masonry_gallery_rectangle_portrait_text_font_family\";s:2:\"-1\";s:50:\"masonry_gallery_rectangle_portrait_text_font_style\";s:0:\"\";s:51:\"masonry_gallery_rectangle_portrait_text_font_weight\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_text_letter_spacing\";s:0:\"\";s:53:\"masonry_gallery_rectangle_portrait_button_font_family\";s:2:\"-1\";s:52:\"masonry_gallery_rectangle_portrait_button_font_style\";s:0:\"\";s:53:\"masonry_gallery_rectangle_portrait_button_font_weight\";s:0:\"\";s:56:\"masonry_gallery_rectangle_portrait_button_text_transform\";s:0:\"\";s:51:\"masonry_gallery_rectangle_portrait_button_font_size\";s:0:\"\";s:53:\"masonry_gallery_rectangle_portrait_button_line_height\";s:0:\"\";s:56:\"masonry_gallery_rectangle_portrait_button_letter_spacing\";s:0:\"\";s:52:\"masonry_gallery_rectangle_portrait_button_text_color\";s:0:\"\";s:58:\"masonry_gallery_rectangle_portrait_button_hover_text_color\";s:0:\"\";s:58:\"masonry_gallery_rectangle_portrait_button_background_color\";s:0:\"\";s:64:\"masonry_gallery_rectangle_portrait_button_hover_background_color\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_button_border_color\";s:0:\"\";s:60:\"masonry_gallery_rectangle_portrait_button_hover_border_color\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_button_border_width\";s:0:\"\";s:55:\"masonry_gallery_rectangle_portrait_button_border_radius\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_button_padding_left\";s:0:\"\";s:55:\"masonry_gallery_rectangle_portrait_button_padding_right\";s:0:\"\";s:52:\"masonry_gallery_rectangle_portrait_button_margin_top\";s:0:\"\";s:45:\"masonry_gallery_rectangle_portrait_icon_color\";s:0:\"\";s:51:\"masonry_gallery_rectangle_portrait_icon_hover_color\";s:0:\"\";s:44:\"masonry_gallery_rectangle_portrait_icon_size\";s:0:\"\";s:53:\"masonry_gallery_rectangle_portrait_icon_margin_bottom\";s:0:\"\";s:48:\"masonry_gallery_rectangle_portrait_overlay_color\";s:0:\"\";s:55:\"masonry_gallery_rectangle_portrait_overlay_transparency\";s:0:\"\";s:45:\"masonry_gallery_rectangle_portrait_text_align\";s:6:\"center\";s:47:\"masonry_gallery_rectangle_portrait_padding_left\";s:0:\"\";s:48:\"masonry_gallery_rectangle_portrait_padding_right\";s:0:\"\";s:47:\"masonry_gallery_rectangle_landscape_title_color\";s:0:\"\";s:51:\"masonry_gallery_rectangle_landscape_title_font_size\";s:0:\"\";s:53:\"masonry_gallery_rectangle_landscape_title_line_height\";s:0:\"\";s:56:\"masonry_gallery_rectangle_landscape_title_text_transform\";s:0:\"\";s:53:\"masonry_gallery_rectangle_landscape_title_font_family\";s:2:\"-1\";s:52:\"masonry_gallery_rectangle_landscape_title_font_style\";s:0:\"\";s:53:\"masonry_gallery_rectangle_landscape_title_font_weight\";s:0:\"\";s:56:\"masonry_gallery_rectangle_landscape_title_letter_spacing\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_title_margin_bottom\";s:0:\"\";s:46:\"masonry_gallery_rectangle_landscape_text_color\";s:0:\"\";s:50:\"masonry_gallery_rectangle_landscape_text_font_size\";s:0:\"\";s:52:\"masonry_gallery_rectangle_landscape_text_line_height\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_text_text_transform\";s:0:\"\";s:52:\"masonry_gallery_rectangle_landscape_text_font_family\";s:2:\"-1\";s:51:\"masonry_gallery_rectangle_landscape_text_font_style\";s:0:\"\";s:52:\"masonry_gallery_rectangle_landscape_text_font_weight\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_text_letter_spacing\";s:0:\"\";s:54:\"masonry_gallery_rectangle_landscape_button_font_family\";s:2:\"-1\";s:53:\"masonry_gallery_rectangle_landscape_button_font_style\";s:0:\"\";s:54:\"masonry_gallery_rectangle_landscape_button_font_weight\";s:0:\"\";s:57:\"masonry_gallery_rectangle_landscape_button_text_transform\";s:0:\"\";s:52:\"masonry_gallery_rectangle_landscape_button_font_size\";s:0:\"\";s:54:\"masonry_gallery_rectangle_landscape_button_line_height\";s:0:\"\";s:57:\"masonry_gallery_rectangle_landscape_button_letter_spacing\";s:0:\"\";s:53:\"masonry_gallery_rectangle_landscape_button_text_color\";s:0:\"\";s:59:\"masonry_gallery_rectangle_landscape_button_hover_text_color\";s:0:\"\";s:59:\"masonry_gallery_rectangle_landscape_button_background_color\";s:0:\"\";s:65:\"masonry_gallery_rectangle_landscape_button_hover_background_color\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_button_border_color\";s:0:\"\";s:61:\"masonry_gallery_rectangle_landscape_button_hover_border_color\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_button_border_width\";s:0:\"\";s:56:\"masonry_gallery_rectangle_landscape_button_border_radius\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_button_padding_left\";s:0:\"\";s:56:\"masonry_gallery_rectangle_landscape_button_padding_right\";s:0:\"\";s:53:\"masonry_gallery_rectangle_landscape_button_margin_top\";s:0:\"\";s:46:\"masonry_gallery_rectangle_landscape_icon_color\";s:0:\"\";s:52:\"masonry_gallery_rectangle_landscape_icon_hover_color\";s:0:\"\";s:45:\"masonry_gallery_rectangle_landscape_icon_size\";s:0:\"\";s:54:\"masonry_gallery_rectangle_landscape_icon_margin_bottom\";s:0:\"\";s:49:\"masonry_gallery_rectangle_landscape_overlay_color\";s:0:\"\";s:56:\"masonry_gallery_rectangle_landscape_overlay_transparency\";s:0:\"\";s:46:\"masonry_gallery_rectangle_landscape_text_align\";s:6:\"center\";s:48:\"masonry_gallery_rectangle_landscape_padding_left\";s:0:\"\";s:49:\"masonry_gallery_rectangle_landscape_padding_right\";s:0:\"\";s:27:\"fss_navigation_button_width\";s:0:\"\";s:28:\"fss_navigation_button_height\";s:0:\"\";s:30:\"fss_navigation_button_position\";s:0:\"\";s:33:\"fss_navigation_button_up_position\";s:0:\"\";s:35:\"fss_navigation_button_down_position\";s:0:\"\";s:26:\"fss_navigation_arrow_color\";s:0:\"\";s:33:\"fss_navigation_arrow_transparency\";s:0:\"\";s:32:\"fss_navigation_arrow_hover_color\";s:0:\"\";s:39:\"fss_navigation_arrow_hover_transparency\";s:0:\"\";s:25:\"fss_navigation_arrow_size\";s:0:\"\";s:31:\"fss_navigation_background_color\";s:0:\"\";s:38:\"fss_navigation_background_transparency\";s:0:\"\";s:37:\"fss_navigation_background_hover_color\";s:0:\"\";s:44:\"fss_navigation_background_hover_transparency\";s:0:\"\";s:27:\"fss_navigation_border_color\";s:0:\"\";s:34:\"fss_navigation_border_transparency\";s:0:\"\";s:33:\"fss_navigation_border_hover_color\";s:0:\"\";s:40:\"fss_navigation_border_hover_transparency\";s:0:\"\";s:27:\"fss_navigation_border_width\";s:0:\"\";s:28:\"fss_navigation_border_radius\";s:0:\"\";s:19:\"button_v2_font_size\";s:0:\"\";s:21:\"button_v2_line_height\";s:0:\"\";s:24:\"button_v2_letter_spacing\";s:0:\"\";s:21:\"button_v2_font_family\";s:0:\"\";s:24:\"button_v2_text_transform\";s:0:\"\";s:20:\"button_v2_font_style\";s:0:\"\";s:21:\"button_v2_font_weight\";s:0:\"\";s:23:\"button_v2_border_radius\";s:0:\"\";s:17:\"button_v2_padding\";s:0:\"\";s:23:\"btn_v2_solid_text_color\";s:0:\"\";s:29:\"btn_v2_solid_hover_text_color\";s:0:\"\";s:21:\"btn_v2_solid_bg_color\";s:0:\"\";s:27:\"btn_v2_solid_hover_bg_color\";s:0:\"\";s:30:\"btn_v2_solid_icon_border_color\";s:0:\"\";s:36:\"btn_v2_solid_icon_border_hover_color\";s:0:\"\";s:26:\"btn_v2_solid_icon_bg_color\";s:0:\"\";s:32:\"btn_v2_solid_icon_bg_hover_color\";s:0:\"\";s:21:\"breadcrumbs_font_size\";s:0:\"\";s:23:\"breadcrumbs_line_height\";s:0:\"\";s:21:\"breadcrumbs_transform\";s:0:\"\";s:23:\"breadcrumbs_font_family\";s:2:\"-1\";s:22:\"breadcrumbs_font_style\";s:0:\"\";s:23:\"breadcrumbs_font_weight\";s:0:\"\";s:26:\"breadcrumbs_letter_spacing\";s:0:\"\";s:26:\"breadcrumbs_delimiter_sign\";s:0:\"\";s:22:\"accordions_font_family\";s:0:\"\";s:25:\"accordions_text_transform\";s:0:\"\";s:21:\"accordions_font_style\";s:0:\"\";s:25:\"accordions_letter_spacing\";s:0:\"\";s:22:\"accordions_font_weight\";s:0:\"\";s:22:\"accordions_title_color\";s:0:\"\";s:21:\"accordions_back_color\";s:0:\"\";s:29:\"accordions_title_color_active\";s:0:\"\";s:28:\"accordions_back_color_active\";s:0:\"\";s:35:\"advanced_pricing_table_border_color\";s:0:\"\";s:37:\"advanced_pricing_table_odd_bckg_color\";s:0:\"\";s:38:\"advanced_pricing_table_even_bckg_color\";s:0:\"\";s:19:\"advanced_tabs_color\";s:0:\"\";s:24:\"advanced_tabs_bckg_color\";s:0:\"\";s:25:\"advanced_tabs_hover_color\";s:0:\"\";s:30:\"advanced_tabs_hover_bckg_color\";s:0:\"\";s:39:\"comparative_features_table_border_color\";s:0:\"\";s:41:\"comparative_features_table_odd_bckg_color\";s:0:\"\";s:42:\"comparative_features_table_even_bckg_color\";s:0:\"\";s:42:\"comparative_features_table_btn_font_family\";s:0:\"\";s:40:\"comparative_features_table_btn_font_size\";s:0:\"\";s:42:\"comparative_features_table_btn_font_weight\";s:0:\"\";s:41:\"comparative_features_table_btn_font_style\";s:0:\"\";s:45:\"comparative_features_table_btn_text_transform\";s:0:\"\";s:45:\"comparative_features_table_btn_letter_spacing\";s:0:\"\";s:36:\"comparative_features_table_btn_color\";s:0:\"\";s:42:\"comparative_features_table_btn_hover_color\";s:0:\"\";s:29:\"numbered_process_border_color\";s:0:\"\";s:29:\"numbered_process_border_width\";s:0:\"\";s:29:\"numbered_process_number_color\";s:0:\"\";s:33:\"numbered_process_number_font_size\";s:0:\"\";s:40:\"numbered_process_number_background_color\";s:0:\"\";s:34:\"numbered_process_item_border_color\";s:0:\"\";s:34:\"numbered_process_item_border_width\";s:0:\"\";s:31:\"pricing_calculator_border_color\";s:0:\"\";s:42:\"pricing_calculator_left_section_bckg_color\";s:0:\"\";s:43:\"pricing_calculator_right_section_bckg_color\";s:0:\"\";s:31:\"pricing_calculator_switch_color\";s:0:\"\";s:38:\"pricing_calculator_switch_active_color\";s:0:\"\";s:36:\"pricing_calculator_price_font_family\";s:0:\"\";s:34:\"pricing_calculator_price_font_size\";s:0:\"\";s:36:\"pricing_calculator_price_font_weight\";s:0:\"\";s:35:\"pricing_calculator_price_font_style\";s:0:\"\";s:39:\"pricing_calculator_price_letter_spacing\";s:0:\"\";s:30:\"pricing_calculator_price_color\";s:0:\"\";s:25:\"report_sheet_border_color\";s:0:\"\";s:20:\"rs_header_bckg_color\";s:0:\"\";s:17:\"rs_odd_bckg_color\";s:0:\"\";s:18:\"rs_even_bckg_color\";s:0:\"\";s:18:\"rs_btn_font_family\";s:0:\"\";s:26:\"report_sheet_btn_font_size\";s:0:\"\";s:18:\"rs_btn_font_weight\";s:0:\"\";s:17:\"rs_btn_font_style\";s:0:\"\";s:21:\"rs_btn_text_transform\";s:0:\"\";s:27:\"rs_table_btn_letter_spacing\";s:0:\"\";s:12:\"rs_btn_color\";s:0:\"\";s:18:\"rs_btn_hover_color\";s:0:\"\";s:34:\"testimonial_carousel_border_radius\";s:0:\"\";s:37:\"testimonial_carousel_background_color\";s:0:\"\";s:13:\"tc_text_color\";s:0:\"\";s:17:\"tc_text_font_size\";s:0:\"\";s:19:\"tc_text_line_height\";s:0:\"\";s:17:\"tc_text_transform\";s:0:\"\";s:19:\"tc_text_font_family\";s:0:\"\";s:18:\"tc_text_font_style\";s:0:\"\";s:19:\"tc_text_font_weight\";s:0:\"\";s:22:\"tc_text_letter_spacing\";s:0:\"\";s:15:\"tc_author_color\";s:0:\"\";s:19:\"tc_author_font_size\";s:0:\"\";s:21:\"tc_author_line_height\";s:0:\"\";s:19:\"tc_author_transform\";s:0:\"\";s:21:\"tc_author_font_family\";s:0:\"\";s:20:\"tc_author_font_style\";s:0:\"\";s:21:\"tc_author_font_weight\";s:0:\"\";s:24:\"tc_author_letter_spacing\";s:0:\"\";s:22:\"video_box_circle_color\";s:0:\"\";s:28:\"video_box_circle_hover_color\";s:0:\"\";s:20:\"video_box_icon_color\";s:0:\"\";s:26:\"video_box_icon_hover_color\";s:0:\"\";s:19:\"sidebar_title_color\";s:0:\"\";s:22:\"sidebar_title_fontsize\";s:0:\"\";s:24:\"sidebar_title_lineheight\";s:0:\"\";s:27:\"sidebar_title_texttransform\";s:0:\"\";s:26:\"sidebar_title_google_fonts\";s:2:\"-1\";s:23:\"sidebar_title_fontstyle\";s:0:\"\";s:24:\"sidebar_title_fontweight\";s:0:\"\";s:27:\"sidebar_title_letterspacing\";s:0:\"\";s:18:\"sidebar_text_color\";s:0:\"\";s:21:\"sidebar_text_fontsize\";s:0:\"\";s:23:\"sidebar_text_lineheight\";s:0:\"\";s:26:\"sidebar_text_texttransform\";s:0:\"\";s:25:\"sidebar_text_google_fonts\";s:2:\"-1\";s:22:\"sidebar_text_fontstyle\";s:0:\"\";s:23:\"sidebar_text_fontweight\";s:0:\"\";s:26:\"sidebar_text_letterspacing\";s:0:\"\";s:18:\"sidebar_link_color\";s:0:\"\";s:24:\"sidebar_link_hover_color\";s:0:\"\";s:21:\"sidebar_link_fontsize\";s:0:\"\";s:23:\"sidebar_link_lineheight\";s:0:\"\";s:26:\"sidebar_link_texttransform\";s:0:\"\";s:25:\"sidebar_link_google_fonts\";s:2:\"-1\";s:22:\"sidebar_link_fontstyle\";s:0:\"\";s:23:\"sidebar_link_fontweight\";s:0:\"\";s:26:\"sidebar_link_letterspacing\";s:0:\"\";s:23:\"qs_slider_height_tablet\";s:0:\"\";s:23:\"qs_slider_height_mobile\";s:0:\"\";s:15:\"qs_button_color\";s:0:\"\";s:21:\"qs_button_hover_color\";s:0:\"\";s:26:\"qs_button_background_color\";s:0:\"\";s:32:\"qs_button_hover_background_color\";s:0:\"\";s:22:\"qs_button_border_color\";s:0:\"\";s:28:\"qs_button_hover_border_color\";s:0:\"\";s:22:\"qs_button_border_width\";s:0:\"\";s:23:\"qs_button_border_radius\";s:0:\"\";s:16:\"qs_button2_color\";s:0:\"\";s:22:\"qs_button2_hover_color\";s:0:\"\";s:27:\"qs_button2_background_color\";s:0:\"\";s:33:\"qs_button2_hover_background_color\";s:0:\"\";s:23:\"qs_button2_border_color\";s:0:\"\";s:29:\"qs_button2_hover_border_color\";s:0:\"\";s:23:\"qs_button2_border_width\";s:0:\"\";s:24:\"qs_button2_border_radius\";s:0:\"\";s:18:\"qs_v2_button_color\";s:0:\"\";s:24:\"qs_v2_button_hover_color\";s:0:\"\";s:29:\"qs_v2_button_background_color\";s:0:\"\";s:35:\"qs_v2_button_hover_background_color\";s:0:\"\";s:35:\"qs_v2_button_icon_left_border_color\";s:0:\"\";s:41:\"qs_v2_button_hover_icon_left_border_color\";s:0:\"\";s:34:\"qs_v2_button_icon_background_color\";s:0:\"\";s:40:\"qs_v2_button_hover_icon_background_color\";s:0:\"\";s:19:\"qs_v2_button2_color\";s:0:\"\";s:25:\"qs_v2_button2_hover_color\";s:0:\"\";s:30:\"qs_v2_button2_background_color\";s:0:\"\";s:36:\"qs_v2_button2_hover_background_color\";s:0:\"\";s:36:\"qs_v2_button2_icon_left_border_color\";s:0:\"\";s:42:\"qs_v2_button2_hover_icon_left_border_color\";s:0:\"\";s:35:\"qs_v2_button2_icon_background_color\";s:0:\"\";s:41:\"qs_v2_button2_hover_icon_background_color\";s:0:\"\";s:34:\"qs_enable_navigation_custom_cursor\";s:2:\"no\";s:33:\"cursor_image_left_right_area_size\";s:0:\"\";s:24:\"cursor_image_left_normal\";s:0:\"\";s:25:\"cursor_image_right_normal\";s:0:\"\";s:23:\"cursor_image_left_light\";s:0:\"\";s:24:\"cursor_image_right_light\";s:0:\"\";s:22:\"cursor_image_left_dark\";s:0:\"\";s:23:\"cursor_image_right_dark\";s:0:\"\";s:39:\"qs_enable_navigation_custom_cursor_grab\";s:2:\"no\";s:24:\"cursor_image_grab_normal\";s:0:\"\";s:23:\"cursor_image_grab_light\";s:0:\"\";s:22:\"cursor_image_grab_dark\";s:0:\"\";s:21:\"inter_page_navigation\";s:2:\"no\";s:29:\"inter_page_navigation_in_grid\";s:2:\"no\";s:38:\"inter_page_navigation_background_color\";s:0:\"\";s:25:\"inter_page_icons_gradient\";s:2:\"no\";s:20:\"inter_page_back_link\";s:7:\"no-link\";s:19:\"inter_page_order_by\";s:10:\"post_title\";s:10:\"pagination\";s:1:\"1\";s:10:\"blog_style\";s:1:\"1\";s:21:\"category_blog_sidebar\";s:7:\"default\";s:18:\"blog_hide_comments\";s:2:\"no\";s:16:\"blog_hide_author\";s:2:\"no\";s:9:\"qode_like\";s:2:\"on\";s:15:\"blog_page_range\";s:0:\"\";s:15:\"number_of_chars\";s:2:\"45\";s:23:\"number_of_chars_masonry\";s:0:\"\";s:27:\"number_of_chars_large_image\";s:0:\"\";s:27:\"number_of_chars_small_image\";s:0:\"\";s:21:\"blog_content_position\";s:23:\"content_above_blog_list\";s:18:\"pagination_masonry\";s:10:\"pagination\";s:19:\"blog_masonry_filter\";s:2:\"no\";s:20:\"blog_masonry_padding\";s:0:\"\";s:28:\"blog_large_image_text_in_box\";s:0:\"\";s:23:\"blog_large_image_border\";s:0:\"\";s:29:\"blog_large_image_border_width\";s:0:\"\";s:33:\"blog_large_image_background_color\";s:0:\"\";s:29:\"blog_large_image_border_color\";s:0:\"\";s:28:\"blog_large_image_title_color\";s:0:\"\";s:34:\"blog_large_image_title_hover_color\";s:0:\"\";s:33:\"blog_large_image_title_date_color\";s:0:\"\";s:31:\"blog_large_image_title_fontsize\";s:0:\"\";s:33:\"blog_large_image_title_lineheight\";s:0:\"\";s:36:\"blog_large_image_title_texttransform\";s:0:\"\";s:35:\"blog_large_image_title_google_fonts\";s:2:\"-1\";s:32:\"blog_large_image_title_fontstyle\";s:0:\"\";s:33:\"blog_large_image_title_fontweight\";s:0:\"\";s:36:\"blog_large_image_title_letterspacing\";s:0:\"\";s:32:\"blog_large_image_post_info_color\";s:0:\"\";s:37:\"blog_large_image_post_info_link_color\";s:0:\"\";s:43:\"blog_large_image_post_info_link_hover_color\";s:0:\"\";s:35:\"blog_large_image_post_info_fontsize\";s:0:\"\";s:37:\"blog_large_image_post_info_lineheight\";s:0:\"\";s:40:\"blog_large_image_post_info_texttransform\";s:0:\"\";s:39:\"blog_large_image_post_info_google_fonts\";s:2:\"-1\";s:36:\"blog_large_image_post_info_fontstyle\";s:0:\"\";s:37:\"blog_large_image_post_info_fontweight\";s:0:\"\";s:40:\"blog_large_image_post_info_letterspacing\";s:0:\"\";s:35:\"blog_large_image_ql_post_info_color\";s:0:\"\";s:40:\"blog_large_image_ql_post_info_link_color\";s:0:\"\";s:46:\"blog_large_image_ql_post_info_link_hover_color\";s:0:\"\";s:38:\"blog_large_image_ql_post_info_fontsize\";s:0:\"\";s:40:\"blog_large_image_ql_post_info_lineheight\";s:0:\"\";s:43:\"blog_large_image_ql_post_info_texttransform\";s:0:\"\";s:42:\"blog_large_image_ql_post_info_google_fonts\";s:2:\"-1\";s:39:\"blog_large_image_ql_post_info_fontstyle\";s:0:\"\";s:40:\"blog_large_image_ql_post_info_fontweight\";s:0:\"\";s:43:\"blog_large_image_ql_post_info_letterspacing\";s:0:\"\";s:28:\"blog_small_image_text_in_box\";s:0:\"\";s:23:\"blog_small_image_border\";s:0:\"\";s:29:\"blog_small_image_border_width\";s:0:\"\";s:33:\"blog_small_image_background_color\";s:0:\"\";s:29:\"blog_small_image_border_color\";s:0:\"\";s:28:\"blog_small_image_title_color\";s:0:\"\";s:34:\"blog_small_image_title_hover_color\";s:0:\"\";s:33:\"blog_small_image_title_date_color\";s:0:\"\";s:31:\"blog_small_image_title_fontsize\";s:0:\"\";s:33:\"blog_small_image_title_lineheight\";s:0:\"\";s:36:\"blog_small_image_title_texttransform\";s:0:\"\";s:35:\"blog_small_image_title_google_fonts\";s:2:\"-1\";s:32:\"blog_small_image_title_fontstyle\";s:0:\"\";s:33:\"blog_small_image_title_fontweight\";s:0:\"\";s:36:\"blog_small_image_title_letterspacing\";s:0:\"\";s:32:\"blog_small_image_post_info_color\";s:0:\"\";s:37:\"blog_small_image_post_info_link_color\";s:0:\"\";s:43:\"blog_small_image_post_info_link_hover_color\";s:0:\"\";s:35:\"blog_small_image_post_info_fontsize\";s:0:\"\";s:37:\"blog_small_image_post_info_lineheight\";s:0:\"\";s:40:\"blog_small_image_post_info_texttransform\";s:0:\"\";s:39:\"blog_small_image_post_info_google_fonts\";s:2:\"-1\";s:36:\"blog_small_image_post_info_fontstyle\";s:0:\"\";s:37:\"blog_small_image_post_info_fontweight\";s:0:\"\";s:40:\"blog_small_image_post_info_letterspacing\";s:0:\"\";s:35:\"blog_small_image_ql_post_info_color\";s:0:\"\";s:40:\"blog_small_image_ql_post_info_link_color\";s:0:\"\";s:46:\"blog_small_image_ql_post_info_link_hover_color\";s:0:\"\";s:38:\"blog_small_image_ql_post_info_fontsize\";s:0:\"\";s:40:\"blog_small_image_ql_post_info_lineheight\";s:0:\"\";s:43:\"blog_small_image_ql_post_info_texttransform\";s:0:\"\";s:42:\"blog_small_image_ql_post_info_google_fonts\";s:2:\"-1\";s:39:\"blog_small_image_ql_post_info_fontstyle\";s:0:\"\";s:40:\"blog_small_image_ql_post_info_fontweight\";s:0:\"\";s:43:\"blog_small_image_ql_post_info_letterspacing\";s:0:\"\";s:29:\"blog_masonry_background_color\";s:0:\"\";s:25:\"blog_masonry_border_color\";s:0:\"\";s:26:\"blog_masonry_border_radius\";s:0:\"\";s:24:\"blog_masonry_title_color\";s:0:\"\";s:30:\"blog_masonry_title_hover_color\";s:0:\"\";s:27:\"blog_masonry_title_fontsize\";s:0:\"\";s:29:\"blog_masonry_title_lineheight\";s:0:\"\";s:32:\"blog_masonry_title_texttransform\";s:0:\"\";s:31:\"blog_masonry_title_google_fonts\";s:2:\"-1\";s:28:\"blog_masonry_title_fontstyle\";s:0:\"\";s:29:\"blog_masonry_title_fontweight\";s:0:\"\";s:32:\"blog_masonry_title_letterspacing\";s:0:\"\";s:28:\"blog_masonry_post_info_color\";s:0:\"\";s:33:\"blog_masonry_post_info_link_color\";s:0:\"\";s:39:\"blog_masonry_post_info_link_hover_color\";s:0:\"\";s:31:\"blog_masonry_post_info_fontsize\";s:0:\"\";s:33:\"blog_masonry_post_info_lineheight\";s:0:\"\";s:36:\"blog_masonry_post_info_texttransform\";s:0:\"\";s:35:\"blog_masonry_post_info_google_fonts\";s:2:\"-1\";s:32:\"blog_masonry_post_info_fontstyle\";s:0:\"\";s:33:\"blog_masonry_post_info_fontweight\";s:0:\"\";s:36:\"blog_masonry_post_info_letterspacing\";s:0:\"\";s:31:\"blog_masonry_ql_post_info_color\";s:0:\"\";s:36:\"blog_masonry_ql_post_info_link_color\";s:0:\"\";s:42:\"blog_masonry_ql_post_info_link_hover_color\";s:0:\"\";s:34:\"blog_masonry_ql_post_info_fontsize\";s:0:\"\";s:36:\"blog_masonry_ql_post_info_lineheight\";s:0:\"\";s:39:\"blog_masonry_ql_post_info_texttransform\";s:0:\"\";s:38:\"blog_masonry_ql_post_info_google_fonts\";s:2:\"-1\";s:35:\"blog_masonry_ql_post_info_fontstyle\";s:0:\"\";s:36:\"blog_masonry_ql_post_info_fontweight\";s:0:\"\";s:39:\"blog_masonry_ql_post_info_letterspacing\";s:0:\"\";s:32:\"blog_masonry_gallery_title_color\";s:0:\"\";s:38:\"blog_masonry_gallery_title_hover_color\";s:0:\"\";s:35:\"blog_masonry_gallery_title_fontsize\";s:0:\"\";s:37:\"blog_masonry_gallery_title_lineheight\";s:0:\"\";s:40:\"blog_masonry_gallery_title_texttransform\";s:0:\"\";s:39:\"blog_masonry_gallery_title_google_fonts\";s:2:\"-1\";s:36:\"blog_masonry_gallery_title_fontstyle\";s:0:\"\";s:37:\"blog_masonry_gallery_title_fontweight\";s:0:\"\";s:40:\"blog_masonry_gallery_title_letterspacing\";s:0:\"\";s:36:\"blog_masonry_gallery_post_info_color\";s:0:\"\";s:41:\"blog_masonry_gallery_post_info_link_color\";s:0:\"\";s:47:\"blog_masonry_gallery_post_info_link_hover_color\";s:0:\"\";s:39:\"blog_masonry_gallery_post_info_fontsize\";s:0:\"\";s:41:\"blog_masonry_gallery_post_info_lineheight\";s:0:\"\";s:44:\"blog_masonry_gallery_post_info_texttransform\";s:0:\"\";s:43:\"blog_masonry_gallery_post_info_google_fonts\";s:2:\"-1\";s:40:\"blog_masonry_gallery_post_info_fontstyle\";s:0:\"\";s:41:\"blog_masonry_gallery_post_info_fontweight\";s:0:\"\";s:44:\"blog_masonry_gallery_post_info_letterspacing\";s:0:\"\";s:39:\"blog_masonry_gallery_ql_post_info_color\";s:0:\"\";s:42:\"blog_masonry_gallery_ql_post_info_fontsize\";s:0:\"\";s:44:\"blog_masonry_gallery_ql_post_info_lineheight\";s:0:\"\";s:47:\"blog_masonry_gallery_ql_post_info_texttransform\";s:0:\"\";s:46:\"blog_masonry_gallery_ql_post_info_google_fonts\";s:2:\"-1\";s:43:\"blog_masonry_gallery_ql_post_info_fontstyle\";s:0:\"\";s:44:\"blog_masonry_gallery_ql_post_info_fontweight\";s:0:\"\";s:47:\"blog_masonry_gallery_ql_post_info_letterspacing\";s:0:\"\";s:24:\"blog_gallery_title_color\";s:0:\"\";s:30:\"blog_gallery_title_hover_color\";s:0:\"\";s:27:\"blog_gallery_title_fontsize\";s:0:\"\";s:29:\"blog_gallery_title_lineheight\";s:0:\"\";s:32:\"blog_gallery_title_texttransform\";s:0:\"\";s:31:\"blog_gallery_title_google_fonts\";s:2:\"-1\";s:28:\"blog_gallery_title_fontstyle\";s:0:\"\";s:29:\"blog_gallery_title_fontweight\";s:0:\"\";s:32:\"blog_gallery_title_letterspacing\";s:0:\"\";s:28:\"blog_gallery_post_info_color\";s:0:\"\";s:33:\"blog_gallery_post_info_link_color\";s:0:\"\";s:39:\"blog_gallery_post_info_link_hover_color\";s:0:\"\";s:31:\"blog_gallery_post_info_fontsize\";s:0:\"\";s:33:\"blog_gallery_post_info_lineheight\";s:0:\"\";s:36:\"blog_gallery_post_info_texttransform\";s:0:\"\";s:35:\"blog_gallery_post_info_google_fonts\";s:2:\"-1\";s:32:\"blog_gallery_post_info_fontstyle\";s:0:\"\";s:33:\"blog_gallery_post_info_fontweight\";s:0:\"\";s:36:\"blog_gallery_post_info_letterspacing\";s:0:\"\";s:26:\"blog_chequered_title_color\";s:0:\"\";s:32:\"blog_chequered_title_hover_color\";s:0:\"\";s:29:\"blog_chequered_title_fontsize\";s:0:\"\";s:31:\"blog_chequered_title_lineheight\";s:0:\"\";s:34:\"blog_chequered_title_texttransform\";s:0:\"\";s:33:\"blog_chequered_title_google_fonts\";s:2:\"-1\";s:30:\"blog_chequered_title_fontstyle\";s:0:\"\";s:31:\"blog_chequered_title_fontweight\";s:0:\"\";s:34:\"blog_chequered_title_letterspacing\";s:0:\"\";s:30:\"blog_chequered_post_info_color\";s:0:\"\";s:35:\"blog_chequered_post_info_link_color\";s:0:\"\";s:41:\"blog_chequered_post_info_link_hover_color\";s:0:\"\";s:33:\"blog_chequered_post_info_fontsize\";s:0:\"\";s:35:\"blog_chequered_post_info_lineheight\";s:0:\"\";s:38:\"blog_chequered_post_info_texttransform\";s:0:\"\";s:37:\"blog_chequered_post_info_google_fonts\";s:2:\"-1\";s:34:\"blog_chequered_post_info_fontstyle\";s:0:\"\";s:35:\"blog_chequered_post_info_fontweight\";s:0:\"\";s:38:\"blog_chequered_post_info_letterspacing\";s:0:\"\";s:33:\"blog_chequered_ql_post_info_color\";s:0:\"\";s:36:\"blog_chequered_ql_post_info_fontsize\";s:0:\"\";s:38:\"blog_chequered_ql_post_info_lineheight\";s:0:\"\";s:41:\"blog_chequered_ql_post_info_texttransform\";s:0:\"\";s:40:\"blog_chequered_ql_post_info_google_fonts\";s:2:\"-1\";s:37:\"blog_chequered_ql_post_info_fontstyle\";s:0:\"\";s:38:\"blog_chequered_ql_post_info_fontweight\";s:0:\"\";s:41:\"blog_chequered_ql_post_info_letterspacing\";s:0:\"\";s:41:\"blog_large_image_simple_side_padding_left\";s:0:\"\";s:42:\"blog_large_image_simple_side_padding_right\";s:0:\"\";s:35:\"blog_large_image_simple_title_color\";s:0:\"\";s:41:\"blog_large_image_simple_title_hover_color\";s:0:\"\";s:38:\"blog_large_image_simple_title_fontsize\";s:0:\"\";s:40:\"blog_large_image_simple_title_lineheight\";s:0:\"\";s:43:\"blog_large_image_simple_title_texttransform\";s:0:\"\";s:42:\"blog_large_image_simple_title_google_fonts\";s:2:\"-1\";s:39:\"blog_large_image_simple_title_fontstyle\";s:0:\"\";s:40:\"blog_large_image_simple_title_fontweight\";s:0:\"\";s:43:\"blog_large_image_simple_title_letterspacing\";s:0:\"\";s:39:\"blog_large_image_simple_post_info_color\";s:0:\"\";s:42:\"blog_large_image_simple_post_info_fontsize\";s:0:\"\";s:44:\"blog_large_image_simple_post_info_lineheight\";s:0:\"\";s:47:\"blog_large_image_simple_post_info_texttransform\";s:0:\"\";s:46:\"blog_large_image_simple_post_info_google_fonts\";s:2:\"-1\";s:43:\"blog_large_image_simple_post_info_fontstyle\";s:0:\"\";s:44:\"blog_large_image_simple_post_info_fontweight\";s:0:\"\";s:47:\"blog_large_image_simple_post_info_letterspacing\";s:0:\"\";s:42:\"blog_large_image_simple_ql_post_info_color\";s:0:\"\";s:45:\"blog_large_image_simple_ql_post_info_fontsize\";s:0:\"\";s:47:\"blog_large_image_simple_ql_post_info_lineheight\";s:0:\"\";s:50:\"blog_large_image_simple_ql_post_info_texttransform\";s:0:\"\";s:49:\"blog_large_image_simple_ql_post_info_google_fonts\";s:2:\"-1\";s:46:\"blog_large_image_simple_ql_post_info_fontstyle\";s:0:\"\";s:47:\"blog_large_image_simple_ql_post_info_fontweight\";s:0:\"\";s:50:\"blog_large_image_simple_ql_post_info_letterspacing\";s:0:\"\";s:42:\"blog_large_image_dividers_background_color\";s:0:\"\";s:37:\"blog_large_image_dividers_title_color\";s:0:\"\";s:43:\"blog_large_image_dividers_title_hover_color\";s:0:\"\";s:40:\"blog_large_image_dividers_title_fontsize\";s:0:\"\";s:42:\"blog_large_image_dividers_title_lineheight\";s:0:\"\";s:45:\"blog_large_image_dividers_title_texttransform\";s:0:\"\";s:44:\"blog_large_image_dividers_title_google_fonts\";s:2:\"-1\";s:41:\"blog_large_image_dividers_title_fontstyle\";s:0:\"\";s:42:\"blog_large_image_dividers_title_fontweight\";s:0:\"\";s:45:\"blog_large_image_dividers_title_letterspacing\";s:0:\"\";s:41:\"blog_large_image_dividers_post_info_color\";s:0:\"\";s:46:\"blog_large_image_dividers_post_info_link_color\";s:0:\"\";s:52:\"blog_large_image_dividers_post_info_link_hover_color\";s:0:\"\";s:44:\"blog_large_image_dividers_post_info_fontsize\";s:0:\"\";s:46:\"blog_large_image_dividers_post_info_lineheight\";s:0:\"\";s:49:\"blog_large_image_dividers_post_info_texttransform\";s:0:\"\";s:48:\"blog_large_image_dividers_post_info_google_fonts\";s:2:\"-1\";s:45:\"blog_large_image_dividers_post_info_fontstyle\";s:0:\"\";s:46:\"blog_large_image_dividers_post_info_fontweight\";s:0:\"\";s:49:\"blog_large_image_dividers_post_info_letterspacing\";s:0:\"\";s:44:\"blog_large_image_dividers_ql_post_info_color\";s:0:\"\";s:49:\"blog_large_image_dividers_ql_post_info_link_color\";s:0:\"\";s:55:\"blog_large_image_dividers_ql_post_info_link_hover_color\";s:0:\"\";s:47:\"blog_large_image_dividers_ql_post_info_fontsize\";s:0:\"\";s:49:\"blog_large_image_dividers_ql_post_info_lineheight\";s:0:\"\";s:52:\"blog_large_image_dividers_ql_post_info_texttransform\";s:0:\"\";s:51:\"blog_large_image_dividers_ql_post_info_google_fonts\";s:2:\"-1\";s:48:\"blog_large_image_dividers_ql_post_info_fontstyle\";s:0:\"\";s:49:\"blog_large_image_dividers_ql_post_info_fontweight\";s:0:\"\";s:52:\"blog_large_image_dividers_ql_post_info_letterspacing\";s:0:\"\";s:30:\"blog_vertical_loop_title_color\";s:0:\"\";s:36:\"blog_vertical_loop_title_hover_color\";s:0:\"\";s:33:\"blog_vertical_loop_title_fontsize\";s:0:\"\";s:35:\"blog_vertical_loop_title_lineheight\";s:0:\"\";s:38:\"blog_vertical_loop_title_texttransform\";s:0:\"\";s:37:\"blog_vertical_loop_title_google_fonts\";s:2:\"-1\";s:34:\"blog_vertical_loop_title_fontstyle\";s:0:\"\";s:35:\"blog_vertical_loop_title_fontweight\";s:0:\"\";s:38:\"blog_vertical_loop_title_letterspacing\";s:0:\"\";s:40:\"blog_vertical_loop_next_post_title_color\";s:0:\"\";s:43:\"blog_vertical_loop_next_post_title_fontsize\";s:0:\"\";s:45:\"blog_vertical_loop_next_post_title_lineheight\";s:0:\"\";s:48:\"blog_vertical_loop_next_post_title_texttransform\";s:0:\"\";s:47:\"blog_vertical_loop_next_post_title_google_fonts\";s:2:\"-1\";s:44:\"blog_vertical_loop_next_post_title_fontstyle\";s:0:\"\";s:45:\"blog_vertical_loop_next_post_title_fontweight\";s:0:\"\";s:48:\"blog_vertical_loop_next_post_title_letterspacing\";s:0:\"\";s:34:\"blog_vertical_loop_post_info_color\";s:0:\"\";s:39:\"blog_vertical_loop_post_info_link_color\";s:0:\"\";s:40:\"blog_vertical_loop_post_info_hover_color\";s:0:\"\";s:37:\"blog_vertical_loop_post_info_fontsize\";s:0:\"\";s:39:\"blog_vertical_loop_post_info_lineheight\";s:0:\"\";s:42:\"blog_vertical_loop_post_info_texttransform\";s:0:\"\";s:41:\"blog_vertical_loop_post_info_google_fonts\";s:2:\"-1\";s:38:\"blog_vertical_loop_post_info_fontstyle\";s:0:\"\";s:39:\"blog_vertical_loop_post_info_fontweight\";s:0:\"\";s:42:\"blog_vertical_loop_post_info_letterspacing\";s:0:\"\";s:33:\"blog_vertical_loop_ql_title_color\";s:0:\"\";s:39:\"blog_vertical_loop_ql_title_hover_color\";s:0:\"\";s:40:\"blog_vertical_loop_ql_title_author_color\";s:0:\"\";s:36:\"blog_vertical_loop_ql_title_fontsize\";s:0:\"\";s:38:\"blog_vertical_loop_ql_title_lineheight\";s:0:\"\";s:41:\"blog_vertical_loop_ql_title_texttransform\";s:0:\"\";s:40:\"blog_vertical_loop_ql_title_google_fonts\";s:2:\"-1\";s:37:\"blog_vertical_loop_ql_title_fontstyle\";s:0:\"\";s:38:\"blog_vertical_loop_ql_title_fontweight\";s:0:\"\";s:41:\"blog_vertical_loop_ql_title_letterspacing\";s:0:\"\";s:37:\"blog_vertical_loop_ql_post_info_color\";s:0:\"\";s:42:\"blog_vertical_loop_ql_post_info_link_color\";s:0:\"\";s:43:\"blog_vertical_loop_ql_post_info_hover_color\";s:0:\"\";s:40:\"blog_vertical_loop_ql_post_info_fontsize\";s:0:\"\";s:42:\"blog_vertical_loop_ql_post_info_lineheight\";s:0:\"\";s:45:\"blog_vertical_loop_ql_post_info_texttransform\";s:0:\"\";s:44:\"blog_vertical_loop_ql_post_info_google_fonts\";s:2:\"-1\";s:41:\"blog_vertical_loop_ql_post_info_fontstyle\";s:0:\"\";s:42:\"blog_vertical_loop_ql_post_info_fontweight\";s:0:\"\";s:45:\"blog_vertical_loop_ql_post_info_letterspacing\";s:0:\"\";s:39:\"blog_vertical_loop_npb_background_color\";s:0:\"\";s:45:\"blog_vertical_loop_npb_background_hover_color\";s:0:\"\";s:33:\"blog_vertical_loop_npb_icon_color\";s:0:\"\";s:39:\"blog_vertical_loop_npb_icon_hover_color\";s:0:\"\";s:40:\"blog_masonry_date_image_background_color\";s:0:\"\";s:35:\"blog_masonry_date_image_title_color\";s:0:\"\";s:41:\"blog_masonry_date_image_title_hover_color\";s:0:\"\";s:38:\"blog_masonry_date_image_title_fontsize\";s:0:\"\";s:40:\"blog_masonry_date_image_title_lineheight\";s:0:\"\";s:43:\"blog_masonry_date_image_title_texttransform\";s:0:\"\";s:42:\"blog_masonry_date_image_title_google_fonts\";s:2:\"-1\";s:39:\"blog_masonry_date_image_title_fontstyle\";s:0:\"\";s:40:\"blog_masonry_date_image_title_fontweight\";s:0:\"\";s:43:\"blog_masonry_date_image_title_letterspacing\";s:0:\"\";s:34:\"blog_masonry_date_image_hover_type\";s:0:\"\";s:31:\"blog_pinterest_background_color\";s:0:\"\";s:26:\"blog_pinterest_title_color\";s:0:\"\";s:32:\"blog_pinterest_title_hover_color\";s:0:\"\";s:29:\"blog_pinterest_title_fontsize\";s:0:\"\";s:31:\"blog_pinterest_title_lineheight\";s:0:\"\";s:34:\"blog_pinterest_title_texttransform\";s:0:\"\";s:33:\"blog_pinterest_title_google_fonts\";s:2:\"-1\";s:30:\"blog_pinterest_title_fontstyle\";s:0:\"\";s:31:\"blog_pinterest_title_fontweight\";s:0:\"\";s:34:\"blog_pinterest_title_letterspacing\";s:0:\"\";s:30:\"blog_pinterest_post_info_color\";s:0:\"\";s:35:\"blog_pinterest_post_info_link_color\";s:0:\"\";s:41:\"blog_pinterest_post_info_link_hover_color\";s:0:\"\";s:33:\"blog_pinterest_post_info_fontsize\";s:0:\"\";s:35:\"blog_pinterest_post_info_lineheight\";s:0:\"\";s:38:\"blog_pinterest_post_info_texttransform\";s:0:\"\";s:37:\"blog_pinterest_post_info_google_fonts\";s:2:\"-1\";s:34:\"blog_pinterest_post_info_fontstyle\";s:0:\"\";s:35:\"blog_pinterest_post_info_fontweight\";s:0:\"\";s:38:\"blog_pinterest_post_info_letterspacing\";s:0:\"\";s:33:\"blog_pinterest_ql_post_info_color\";s:0:\"\";s:36:\"blog_pinterest_ql_post_info_fontsize\";s:0:\"\";s:38:\"blog_pinterest_ql_post_info_lineheight\";s:0:\"\";s:41:\"blog_pinterest_ql_post_info_texttransform\";s:0:\"\";s:40:\"blog_pinterest_ql_post_info_google_fonts\";s:2:\"-1\";s:37:\"blog_pinterest_ql_post_info_fontstyle\";s:0:\"\";s:38:\"blog_pinterest_ql_post_info_fontweight\";s:0:\"\";s:41:\"blog_pinterest_ql_post_info_letterspacing\";s:0:\"\";s:16:\"blog_single_type\";s:8:\"standard\";s:23:\"blog_imt_post_separator\";s:2:\"no\";s:32:\"blog_imt_post_separator_gradient\";s:2:\"no\";s:24:\"show_image_on_audio_post\";s:2:\"no\";s:19:\"blog_single_sidebar\";s:7:\"default\";s:34:\"blog_single_sidebar_custom_display\";s:0:\"\";s:22:\"blog_share_like_layout\";s:12:\"in_post_info\";s:16:\"blog_author_info\";s:2:\"no\";s:31:\"blog_single_image_margin_bottom\";s:0:\"\";s:31:\"blog_single_title_margin_bottom\";s:0:\"\";s:35:\"blog_single_post_info_margin_bottom\";s:0:\"\";s:25:\"blog_quote_link_box_color\";s:0:\"\";s:23:\"blog_slider_title_color\";s:0:\"\";s:29:\"blog_slider_title_hover_color\";s:0:\"\";s:26:\"blog_slider_title_fontsize\";s:0:\"\";s:28:\"blog_slider_title_lineheight\";s:0:\"\";s:31:\"blog_slider_title_texttransform\";s:0:\"\";s:30:\"blog_slider_title_google_fonts\";s:2:\"-1\";s:27:\"blog_slider_title_fontstyle\";s:0:\"\";s:28:\"blog_slider_title_fontweight\";s:0:\"\";s:31:\"blog_slider_title_letterspacing\";s:0:\"\";s:27:\"blog_slider_post_info_color\";s:0:\"\";s:32:\"blog_slider_post_info_link_color\";s:0:\"\";s:38:\"blog_slider_post_info_link_hover_color\";s:0:\"\";s:30:\"blog_slider_post_info_fontsize\";s:0:\"\";s:32:\"blog_slider_post_info_lineheight\";s:0:\"\";s:35:\"blog_slider_post_info_texttransform\";s:0:\"\";s:34:\"blog_slider_post_info_google_fonts\";s:2:\"-1\";s:31:\"blog_slider_post_info_fontstyle\";s:0:\"\";s:32:\"blog_slider_post_info_fontweight\";s:0:\"\";s:35:\"blog_slider_post_info_letterspacing\";s:0:\"\";s:21:\"blog_slider_day_color\";s:0:\"\";s:24:\"blog_slider_day_fontsize\";s:0:\"\";s:26:\"blog_slider_day_lineheight\";s:0:\"\";s:29:\"blog_slider_day_texttransform\";s:0:\"\";s:28:\"blog_slider_day_google_fonts\";s:2:\"-1\";s:25:\"blog_slider_day_fontstyle\";s:0:\"\";s:26:\"blog_slider_day_fontweight\";s:0:\"\";s:29:\"blog_slider_day_letterspacing\";s:0:\"\";s:31:\"blog_slider_title_bottom_margin\";s:0:\"\";s:30:\"blog_slider_date_bottom_margin\";s:0:\"\";s:22:\"blog_slider_day_margin\";s:0:\"\";s:25:\"blog_slsimple_title_color\";s:0:\"\";s:31:\"blog_slsimple_title_hover_color\";s:0:\"\";s:28:\"blog_slsimple_title_fontsize\";s:0:\"\";s:30:\"blog_slsimple_title_lineheight\";s:0:\"\";s:33:\"blog_slsimple_title_texttransform\";s:0:\"\";s:32:\"blog_slsimple_title_google_fonts\";s:2:\"-1\";s:29:\"blog_slsimple_title_fontstyle\";s:0:\"\";s:30:\"blog_slsimple_title_fontweight\";s:0:\"\";s:33:\"blog_slsimple_title_letterspacing\";s:0:\"\";s:29:\"blog_slsimple_post_info_color\";s:0:\"\";s:34:\"blog_slsimple_post_info_link_color\";s:0:\"\";s:40:\"blog_slsimple_post_info_link_hover_color\";s:0:\"\";s:32:\"blog_slsimple_post_info_fontsize\";s:0:\"\";s:34:\"blog_slsimple_post_info_lineheight\";s:0:\"\";s:37:\"blog_slsimple_post_info_texttransform\";s:0:\"\";s:36:\"blog_slsimple_post_info_google_fonts\";s:2:\"-1\";s:33:\"blog_slsimple_post_info_fontstyle\";s:0:\"\";s:34:\"blog_slsimple_post_info_fontweight\";s:0:\"\";s:37:\"blog_slsimple_post_info_letterspacing\";s:0:\"\";s:33:\"blog_slsimple_title_bottom_margin\";s:0:\"\";s:37:\"blog_slsimple_post_info_bottom_margin\";s:0:\"\";s:35:\"blog_slsimple_excerpt_bottom_margin\";s:0:\"\";s:32:\"blog_slider_box_background_color\";s:0:\"\";s:34:\"blog_slider_box_background_opacity\";s:0:\"\";s:28:\"blog_slider_box_border_color\";s:0:\"\";s:30:\"blog_slider_box_border_opacity\";s:0:\"\";s:27:\"blog_slider_box_padding_top\";s:0:\"\";s:29:\"blog_slider_box_padding_right\";s:0:\"\";s:30:\"blog_slider_box_padding_bottom\";s:0:\"\";s:28:\"blog_slider_box_padding_left\";s:0:\"\";s:21:\"blog_slider_box_width\";s:0:\"\";s:23:\"pagination_border_color\";s:0:\"\";s:23:\"pagination_number_color\";s:0:\"\";s:33:\"pagination_hover_background_color\";s:0:\"\";s:29:\"pagination_hover_number_color\";s:0:\"\";s:16:\"pagination_width\";s:0:\"\";s:17:\"pagination_height\";s:0:\"\";s:24:\"pagination_border_radius\";s:0:\"\";s:23:\"pagination_border_width\";s:0:\"\";s:20:\"pagination_font_size\";s:0:\"\";s:16:\"pagination_space\";s:0:\"\";s:15:\"portfolio_style\";s:1:\"1\";s:19:\"portfolio_qode_like\";s:2:\"on\";s:23:\"lightbox_single_project\";s:3:\"yes\";s:29:\"lightbox_video_single_project\";s:2:\"no\";s:24:\"portfolio_columns_number\";s:1:\"2\";s:24:\"portfolio_single_sidebar\";s:7:\"default\";s:39:\"portfolio_single_sidebar_custom_display\";s:0:\"\";s:21:\"portfolio_single_slug\";s:0:\"\";s:36:\"disable_portfolio_single_title_label\";s:2:\"no\";s:21:\"portfolio_text_follow\";s:23:\"portfolio_single_follow\";s:25:\"enable_portfolio_comments\";s:2:\"no\";s:24:\"enable_portfolio_related\";s:2:\"no\";s:28:\"portfolio_related_image_size\";s:0:\"\";s:23:\"enable_navigation_title\";s:2:\"no\";s:42:\"portfolio_navigation_through_same_category\";s:2:\"no\";s:28:\"portfolio_list_overlay_color\";s:0:\"\";s:30:\"portfolio_list_overlay_opacity\";s:0:\"\";s:35:\"portfolio_list_standard_title_color\";s:0:\"\";s:41:\"portfolio_list_standard_title_hover_color\";s:0:\"\";s:38:\"portfolio_list_standard_title_fontsize\";s:0:\"\";s:40:\"portfolio_list_standard_title_lineheight\";s:0:\"\";s:43:\"portfolio_list_standard_title_texttransform\";s:0:\"\";s:42:\"portfolio_list_standard_title_google_fonts\";s:2:\"-1\";s:39:\"portfolio_list_standard_title_fontstyle\";s:0:\"\";s:40:\"portfolio_list_standard_title_fontweight\";s:0:\"\";s:43:\"portfolio_list_standard_title_letterspacing\";s:0:\"\";s:38:\"portfolio_list_standard_category_color\";s:0:\"\";s:41:\"portfolio_list_standard_category_fontsize\";s:0:\"\";s:43:\"portfolio_list_standard_category_lineheight\";s:0:\"\";s:46:\"portfolio_list_standard_category_texttransform\";s:0:\"\";s:45:\"portfolio_list_standard_category_google_fonts\";s:2:\"-1\";s:42:\"portfolio_list_standard_category_fontstyle\";s:0:\"\";s:43:\"portfolio_list_standard_category_fontweight\";s:0:\"\";s:46:\"portfolio_list_standard_category_letterspacing\";s:0:\"\";s:34:\"portfolio_list_gallery_title_color\";s:0:\"\";s:40:\"portfolio_list_gallery_title_hover_color\";s:0:\"\";s:37:\"portfolio_list_gallery_title_fontsize\";s:0:\"\";s:39:\"portfolio_list_gallery_title_lineheight\";s:0:\"\";s:42:\"portfolio_list_gallery_title_texttransform\";s:0:\"\";s:41:\"portfolio_list_gallery_title_google_fonts\";s:2:\"-1\";s:38:\"portfolio_list_gallery_title_fontstyle\";s:0:\"\";s:39:\"portfolio_list_gallery_title_fontweight\";s:0:\"\";s:42:\"portfolio_list_gallery_title_letterspacing\";s:0:\"\";s:37:\"portfolio_list_gallery_category_color\";s:0:\"\";s:40:\"portfolio_list_gallery_category_fontsize\";s:0:\"\";s:42:\"portfolio_list_gallery_category_lineheight\";s:0:\"\";s:45:\"portfolio_list_gallery_category_texttransform\";s:0:\"\";s:44:\"portfolio_list_gallery_category_google_fonts\";s:2:\"-1\";s:41:\"portfolio_list_gallery_category_fontstyle\";s:0:\"\";s:42:\"portfolio_list_gallery_category_fontweight\";s:0:\"\";s:45:\"portfolio_list_gallery_category_letterspacing\";s:0:\"\";s:38:\"portfolio_list_filter_background_color\";s:0:\"\";s:28:\"portfolio_list_filter_height\";s:0:\"\";s:30:\"portfolio_filter_margin_bottom\";s:0:\"\";s:26:\"thin_icon_only_font_family\";s:0:\"\";s:29:\"vss_navigation_inactive_color\";s:0:\"\";s:36:\"vss_navigation_inactive_border_color\";s:0:\"\";s:20:\"vss_navigation_color\";s:0:\"\";s:27:\"vss_navigation_border_color\";s:0:\"\";s:19:\"vss_navigation_size\";s:0:\"\";s:19:\"vss_left_panel_size\";s:0:\"\";s:20:\"vss_right_panel_size\";s:0:\"\";s:23:\"vss_responsive_advanced\";s:2:\"no\";s:29:\"vss_responsive_advanced_width\";s:3:\"768\";s:19:\"enable_social_share\";s:2:\"no\";s:21:\"post_types_names_post\";s:0:\"\";s:21:\"post_types_names_page\";s:0:\"\";s:27:\"post_types_names_attachment\";s:0:\"\";s:31:\"post_types_names_portfolio_page\";s:0:\"\";s:21:\"enable_facebook_share\";s:2:\"no\";s:13:\"facebook_icon\";s:0:\"\";s:20:\"enable_twitter_share\";s:2:\"no\";s:12:\"twitter_icon\";s:0:\"\";s:11:\"twitter_via\";s:0:\"\";s:18:\"enable_google_plus\";s:2:\"no\";s:16:\"google_plus_icon\";s:0:\"\";s:15:\"enable_linkedin\";s:2:\"no\";s:13:\"linkedin_icon\";s:0:\"\";s:13:\"enable_tumblr\";s:2:\"no\";s:11:\"tumblr_icon\";s:0:\"\";s:16:\"enable_pinterest\";s:2:\"no\";s:14:\"pinterest_icon\";s:0:\"\";s:9:\"enable_vk\";s:2:\"no\";s:7:\"vk_icon\";s:0:\"\";s:9:\"404_title\";s:0:\"\";s:12:\"404_subtitle\";s:0:\"\";s:8:\"404_text\";s:0:\"\";s:13:\"404_backlabel\";s:0:\"\";s:17:\"enable_google_map\";s:2:\"no\";s:24:\"section_between_map_form\";s:3:\"yes\";s:19:\"enable_contact_form\";s:2:\"no\";s:19:\"google_maps_address\";s:0:\"\";s:20:\"google_maps_address2\";s:0:\"\";s:20:\"google_maps_address3\";s:0:\"\";s:20:\"google_maps_address4\";s:0:\"\";s:20:\"google_maps_address5\";s:0:\"\";s:21:\"google_maps_pin_image\";s:53:\"https://aegis.qa/wp-content/themes/bridge/img/pin.png\";s:18:\"google_maps_height\";s:3:\"750\";s:16:\"google_maps_zoom\";s:2:\"12\";s:24:\"google_maps_scroll_wheel\";s:2:\"no\";s:17:\"google_maps_style\";s:3:\"yes\";s:17:\"google_maps_color\";s:0:\"\";s:22:\"google_maps_saturation\";s:0:\"\";s:21:\"google_maps_lightness\";s:0:\"\";s:33:\"section_between_map_form_position\";s:0:\"\";s:32:\"contact_section_above_form_title\";s:0:\"\";s:35:\"contact_section_above_form_subtitle\";s:0:\"\";s:12:\"receive_mail\";s:0:\"\";s:10:\"email_from\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:25:\"hide_contact_form_website\";s:2:\"no\";s:21:\"contact_heading_above\";s:0:\"\";s:13:\"use_recaptcha\";s:2:\"no\";s:20:\"recaptcha_public_key\";s:0:\"\";s:21:\"recaptcha_private_key\";s:0:\"\";s:14:\"parallax_onoff\";s:2:\"on\";s:18:\"parallax_minheight\";s:3:\"400\";s:26:\"enable_content_bottom_area\";s:2:\"no\";s:37:\"content_bottom_sidebar_custom_display\";s:0:\"\";s:22:\"content_bottom_in_grid\";s:3:\"yes\";s:31:\"content_bottom_background_color\";s:0:\"\";s:21:\"qode_maintenance_mode\";s:2:\"no\";s:21:\"qode_maintenance_page\";s:0:\"\";s:17:\"reset_to_defaults\";s:2:\"no\";s:20:\"disable_google_fonts\";s:2:\"no\";s:17:\"qode_custom_fonts\";a:1:{i:0;a:5:{s:20:\"qode_custom_font_ttf\";s:0:\"\";s:20:\"qode_custom_font_otf\";s:62:\"https://aegis.qa/wp-content/uploads/2021/01/BrushScriptStd.otf\";s:21:\"qode_custom_font_woff\";s:0:\"\";s:22:\"qode_custom_font_woff2\";s:0:\"\";s:21:\"qode_custom_font_name\";s:14:\"BrushScriptStd\";}}s:18:\"content_grid_lines\";s:4:\"none\";s:23:\"content_grid_lines_skin\";s:5:\"light\";s:22:\"qode_ui_scripts_option\";a:35:{i:0;s:0:\"\";i:1;s:14:\"jquery-ui-core\";i:2;s:16:\"jquery-ui-widget\";i:3;s:19:\"jquery-ui-accordion\";i:4;s:22:\"jquery-ui-autocomplete\";i:5;s:16:\"jquery-ui-button\";i:6;s:20:\"jquery-ui-datepicker\";i:7;s:16:\"jquery-ui-dialog\";i:8;s:19:\"jquery-ui-draggable\";i:9;s:19:\"jquery-ui-droppable\";i:10;s:14:\"jquery-ui-menu\";i:11;s:15:\"jquery-ui-mouse\";i:12;s:18:\"jquery-ui-position\";i:13;s:21:\"jquery-ui-progressbar\";i:14;s:20:\"jquery-ui-selectable\";i:15;s:19:\"jquery-ui-resizable\";i:16;s:18:\"jquery-ui-sortable\";i:17;s:16:\"jquery-ui-slider\";i:18;s:17:\"jquery-ui-spinner\";i:19;s:17:\"jquery-ui-tooltip\";i:20;s:14:\"jquery-ui-tabs\";i:21;s:19:\"jquery-effects-core\";i:22;s:20:\"jquery-effects-blind\";i:23;s:21:\"jquery-effects-bounce\";i:24;s:19:\"jquery-effects-clip\";i:25;s:19:\"jquery-effects-drop\";i:26;s:22:\"jquery-effects-explode\";i:27;s:19:\"jquery-effects-fade\";i:28;s:19:\"jquery-effects-fold\";i:29;s:24:\"jquery-effects-highlight\";i:30;s:22:\"jquery-effects-pulsate\";i:31;s:20:\"jquery-effects-scale\";i:32;s:20:\"jquery-effects-shake\";i:33;s:20:\"jquery-effects-slide\";i:34;s:23:\"jquery-effects-transfer\";}s:28:\"menu_separator_between_items\";s:2:\"no\";s:20:\"menu_separator_color\";s:0:\"\";s:23:\"menu_padding_left_right\";s:0:\"\";s:16:\"menu_item_border\";s:2:\"no\";s:21:\"small_tablet_title_fs\";s:0:\"\";s:21:\"small_tablet_title_lh\";s:0:\"\";s:21:\"small_mobile_title_fs\";s:0:\"\";s:21:\"small_mobile_title_lh\";s:0:\"\";s:22:\"medium_tablet_title_fs\";s:0:\"\";s:22:\"medium_tablet_title_lh\";s:0:\"\";s:22:\"medium_mobile_title_fs\";s:0:\"\";s:22:\"medium_mobile_title_lh\";s:0:\"\";s:21:\"large_tablet_title_fs\";s:0:\"\";s:21:\"large_tablet_title_lh\";s:0:\"\";s:21:\"large_mobile_title_fs\";s:0:\"\";s:21:\"large_mobile_title_lh\";s:0:\"\";s:28:\"page_subtitle_letter_spacing\";s:0:\"\";s:28:\"page_subtitle_text_transform\";s:0:\"\";s:20:\"sticky_mobile_header\";s:2:\"no\";s:27:\"enable_full_width_wide_menu\";s:2:\"no\";s:19:\"side_area_icon_kiko\";s:0:\"\";s:29:\"side_area_icon_font_awesome_5\";s:0:\"\";s:25:\"side_area_icon_svg_opener\";s:0:\"\";s:26:\"popup_menu_icon_svg_opener\";s:0:\"\";s:26:\"popup_menu_icon_svg_closer\";s:0:\"\";s:27:\"popup_menu_background_image\";s:0:\"\";s:21:\"mobile_menu_icon_kiko\";s:0:\"\";s:31:\"mobile_menu_icon_font_awesome_5\";s:0:\"\";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(170, 'revslider_servers', 'a:1:{i:0;s:16:\"themepunch.tools\";}', 'yes'),
(171, 'revslider_server_refresh', '1609925701', 'yes'),
(172, 'revslider-update-check-short', '1610947411', 'yes'),
(173, 'revslider-templates-check', '1610714076', 'yes'),
(176, 'rs-templates-new', '', 'no'),
(177, 'vc_version', '6.3.0', 'yes'),
(178, 'wpb_js_composer_license_activation_notified', 'yes', 'yes'),
(180, 'auto_update_core_dev', 'enabled', 'yes'),
(181, 'auto_update_core_minor', 'enabled', 'yes'),
(182, 'auto_update_core_major', 'unset', 'yes'),
(183, 'db_upgraded', '', 'yes'),
(194, 'auth_key', 'N[-,76>/z1o@O14>hb{@C8*>UGKl|od:6JDO_,r=uh@~Irh&?a0GUACkmqg,f+GC', 'no'),
(195, 'auth_salt', 'Cmpu5cqw8)g])WRW5N?~9pnAn?]).2d84(YHxU2o]D|x652$SL4Br8F%Reni*?b:', 'no'),
(196, 'theme_mods_twentytwentyone', 'a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:37;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1615038497;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:8:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:6:\"text-3\";i:7;s:6:\"text-2\";}}}}', 'yes'),
(197, 'recently_activated', 'a:0:{}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(198, 'rs-templates', 'a:3:{s:4:\"hash\";s:32:\"32b2c82edb8c882ce9b4b72d15c3f35c\";s:6:\"slider\";a:483:{i:0;a:22:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"  <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:22:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:22:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\"  <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:22:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:22:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:22:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:22:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:22:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:22:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:22:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:22:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:22:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:22:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:22:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:22:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:22:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:22:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.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.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:25:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:25:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:25:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:25:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:25:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:25:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:25:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:25:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:25:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:25:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:25:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:25:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:25:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:25:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:25:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:25:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:25:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:25:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:22:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:25:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:22:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:22:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:22:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:22:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:22:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:22:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:22:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:22:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:22:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.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.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:25:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:25:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:25:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:25:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"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.3\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:25:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:25:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:25:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:25:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:25:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:25:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:25:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:25:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:25:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:22:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:25:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:25:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:25:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:25:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:25:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:25:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:25:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:25:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:25:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:22:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:22:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:22:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.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.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:25:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:25:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:25:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:25:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:25:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:25:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:25:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:25:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:25:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:25:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:25:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:25:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:25:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:25:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:22:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:22:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:25:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:25:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:22:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.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.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:25:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:25:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:25:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:25:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:25:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:25:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:25:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:25:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:22:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:22:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:22:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:22:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:25:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:25:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:25:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:25:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:25:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:25:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:25:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:25:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:25:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:25:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:25:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:285;a:25:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s: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.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: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.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:287;a:25:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:288;a:25:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:25:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:25:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:25:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:25:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:25:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:25:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:25:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:22:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:22:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:25:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:25:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:25:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:25:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:303;a:25:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"modern-portfolio-website-package\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:304;a:25:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:25:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:25:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:25:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:25:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:25:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:310;a:25:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:25:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:312;a:25:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:25:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:22:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:25:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:25:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:25:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:25:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:25:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:25:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:25:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:25:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:25:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:25:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:22:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:22:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:25:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:25:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:25:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:25:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:25:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:25:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:25:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:22:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:22:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:25:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:25:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:25:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:25:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:25:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:25:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:25:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:25:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:25:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:25:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:25:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:25:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:25:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:25:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:25:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:25:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:25:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:25:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:25:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:25:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:25:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:25:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:25:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:25:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:25:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:25:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:25:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:25:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:25:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:366;a:25:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"brutal-website-template-package\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:367;a:25:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:25:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:25:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:25:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:25:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:25:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:25:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:25:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:375;a:25:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:25:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:25:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:25:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:25:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:25:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:25:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:25:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:25:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:25:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:25:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:25:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:25:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:25:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:25:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:25:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:25:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:25:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:25:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:25:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:395;a:25:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:25:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:25:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:398;a:25:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:399;a:25:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:400;a:25:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:401;a:25:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:402;a:25:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:25:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:25:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:25:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:22:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"real-estate-showcase-slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"486b2bbe296722e70421731e3c05711b\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:22:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:408;a:25:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a: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.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:440;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:25:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:442;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:25:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:445;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:22:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.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.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:25:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:452;a:25:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:453;a:25:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:454;a:25:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:455;a:25:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:456;a:25:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:457;a:25:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:458;a:25:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:459;a:25:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:460;a:22:{s:2:\"id\";s:3:\"496\";s:5:\"title\";s:21:\"Animated Mini Website\";s:5:\"alias\";s:12:\"mini-website\";s:3:\"zip\";s:16:\"mini-website.zip\";s:3:\"uid\";s:32:\"cc6c0a3b0f933a88c43e2be0fa397c1c\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";s:7:\"preview\";s:56:\"https://www.sliderrevolution.com/templates/mini-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">The animated mini website template has a modern, vibrant design and can be customized easily! Get the #1 WordPress Builder with 200+ templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:461;a:22:{s:2:\"id\";s:3:\"497\";s:5:\"title\";s:18:\"Food Delivery Hero\";s:5:\"alias\";s:13:\"food-delivery\";s:3:\"zip\";s:17:\"food-delivery.zip\";s:3:\"uid\";s:32:\"992e9b22ff43227a655eea341835d04c\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";s:7:\"preview\";s:62:\"https://www.sliderrevolution.com/templates/food-delivery-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">Yummy! This hero template convinces with a changing color background, a particle effect, vibrant illustrations and smooth mouse over effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:342:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:462;a:22:{s:2:\"id\";s:3:\"498\";s:5:\"title\";s:25:\"Slider With Illustrations\";s:5:\"alias\";s:25:\"slider-with-illustrations\";s:3:\"zip\";s:29:\"slider-with-illustrations.zip\";s:3:\"uid\";s:32:\"ebc24280b669f26734c7fdd8b5683e9f\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/slider-with-illustrations/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">A basic slider template with easy to customize content, colorful illustrations and pleasant parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:463;a:25:{s:2:\"id\";s:3:\"499\";s:5:\"title\";s:31:\"Zen Technology Website Template\";s:5:\"alias\";s:31:\"zen-technology-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"zen-technology-website-template-package\";s:3:\"img\";s:52:\"packages/zen-technology-website-template-package.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:464;a:25:{s:2:\"id\";s:3:\"500\";s:5:\"title\";s:8:\"Zen Menu\";s:5:\"alias\";s:8:\"zen-menu\";s:3:\"zip\";s:18:\"packs/zen-menu.zip\";s:3:\"uid\";s:32:\"3b53d755058b75fa6172510dcca2f2bb\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:465;a:25:{s:2:\"id\";s:3:\"501\";s:5:\"title\";s:10:\"Zen Header\";s:5:\"alias\";s:10:\"zen-header\";s:3:\"zip\";s:20:\"packs/zen-header.zip\";s:3:\"uid\";s:32:\"13d3cdde05308616fda7e2920a29e006\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:466;a:25:{s:2:\"id\";s:3:\"502\";s:5:\"title\";s:9:\"Zen About\";s:5:\"alias\";s:9:\"zen-about\";s:3:\"zip\";s:19:\"packs/zen-about.zip\";s:3:\"uid\";s:32:\"d50d4f9b43e025fa99503b9a4eec6551\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:467;a:25:{s:2:\"id\";s:3:\"503\";s:5:\"title\";s:12:\"Zen Features\";s:5:\"alias\";s:12:\"zen-features\";s:3:\"zip\";s:22:\"packs/zen-features.zip\";s:3:\"uid\";s:32:\"f4f7f500fae57b1b55adace13f030778\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:468;a:25:{s:2:\"id\";s:3:\"504\";s:5:\"title\";s:9:\"Zen Video\";s:5:\"alias\";s:9:\"zen-video\";s:3:\"zip\";s:19:\"packs/zen-video.zip\";s:3:\"uid\";s:32:\"fa83df1b45b795174770b1b0155e89f3\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:469;a:25:{s:2:\"id\";s:3:\"505\";s:5:\"title\";s:11:\"Zen Pricing\";s:5:\"alias\";s:11:\"zen-pricing\";s:3:\"zip\";s:21:\"packs/zen-pricing.zip\";s:3:\"uid\";s:32:\"921f8e5c156d9027f6ae8f1c5e426251\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:470;a:25:{s:2:\"id\";s:3:\"506\";s:5:\"title\";s:22:\"Zen Testimonials Title\";s:5:\"alias\";s:22:\"zen-testimonials-title\";s:3:\"zip\";s:32:\"packs/zen-testimonials-title.zip\";s:3:\"uid\";s:32:\"d9aeeb596c0455ddd564a60a2d449b17\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:471;a:25:{s:2:\"id\";s:3:\"507\";s:5:\"title\";s:16:\"Zen Testimonials\";s:5:\"alias\";s:16:\"zen-testimonials\";s:3:\"zip\";s:26:\"packs/zen-testimonials.zip\";s:3:\"uid\";s:32:\"5a0e0141599c63828e4b99e3bc863366\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:472;a:25:{s:2:\"id\";s:3:\"508\";s:5:\"title\";s:10:\"Zen Footer\";s:5:\"alias\";s:10:\"zen-footer\";s:3:\"zip\";s:20:\"packs/zen-footer.zip\";s:3:\"uid\";s:32:\"47fb8604e2aafa8cfc97f5af75fda911\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:473;a:22:{s:2:\"id\";s:3:\"509\";s:5:\"title\";s:24:\"Paintbrush Effect Add-on\";s:5:\"alias\";s:17:\"Paintbrush-Effect\";s:3:\"zip\";s:21:\"Paintbrush-Effect.zip\";s:3:\"uid\";s:32:\"b934d1376df026f0ff45447de17b5ee9\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/paintbrush-effect-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:179:\"<span class=\"ttm_content\">The Paintbrush Effect Add-on is the perfect way to add some interactivity to your website with Slider Revolution.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:338:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:474;a:25:{s:2:\"id\";s:3:\"510\";s:5:\"title\";s:29:\"Photographer Website Template\";s:5:\"alias\";s:29:\"photographer-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"photographer-website-template-package\";s:3:\"img\";s:50:\"packages/photographer-website-template-package.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:475;a:25:{s:2:\"id\";s:3:\"511\";s:5:\"title\";s:19:\"Photographer Header\";s:5:\"alias\";s:19:\"Photographer-Header\";s:3:\"zip\";s:29:\"packs/Photographer-Header.zip\";s:3:\"uid\";s:32:\"22de8b3b1eeca5d0d1087791a28cc641\";s:3:\"img\";s:30:\"Photographer-Header/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:476;a:25:{s:2:\"id\";s:3:\"512\";s:5:\"title\";s:27:\"Photographer Welcome Screen\";s:5:\"alias\";s:27:\"Photographer-Welcome-Screen\";s:3:\"zip\";s:37:\"packs/Photographer-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"8de63df079ad8b7c0aa7bf164bd5fd8f\";s:3:\"img\";s:38:\"Photographer-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:477;a:25:{s:2:\"id\";s:3:\"513\";s:5:\"title\";s:21:\"Photographer Showcase\";s:5:\"alias\";s:21:\"Photographer-Showcase\";s:3:\"zip\";s:31:\"packs/Photographer-Showcase.zip\";s:3:\"uid\";s:32:\"8b2c7a1541465f77e829a9ac58926359\";s:3:\"img\";s:32:\"Photographer-Showcase/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:478;a:25:{s:2:\"id\";s:3:\"514\";s:5:\"title\";s:22:\"Photographer Portfolio\";s:5:\"alias\";s:22:\"Photographer-Portfolio\";s:3:\"zip\";s:32:\"packs/Photographer-Portfolio.zip\";s:3:\"uid\";s:32:\"ba5cc502a9505725ef169eaf4852d10f\";s:3:\"img\";s:33:\"Photographer-Portfolio/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:479;a:25:{s:2:\"id\";s:3:\"515\";s:5:\"title\";s:21:\"Photographer Contacts\";s:5:\"alias\";s:21:\"Photographer-Contacts\";s:3:\"zip\";s:31:\"packs/Photographer-Contacts.zip\";s:3:\"uid\";s:32:\"6ac142733cd260b5d5d3cdce30885074\";s:3:\"img\";s:32:\"Photographer-Contacts/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:480;a:25:{s:2:\"id\";s:3:\"516\";s:5:\"title\";s:19:\"Photographer Footer\";s:5:\"alias\";s:19:\"Photographer-Footer\";s:3:\"zip\";s:29:\"packs/Photographer-Footer.zip\";s:3:\"uid\";s:32:\"5fae568a988d072fb14b66cc2732ea46\";s:3:\"img\";s:30:\"Photographer-Footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:481;a:25:{s:2:\"id\";s:3:\"517\";s:5:\"title\";s:18:\"Photographer Modal\";s:5:\"alias\";s:18:\"Photographer-Modal\";s:3:\"zip\";s:28:\"packs/Photographer-Modal.zip\";s:3:\"uid\";s:32:\"e6b47a765ad19bce4726540ff7211c07\";s:3:\"img\";s:29:\"Photographer-Modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:482;a:22:{s:2:\"id\";s:3:\"518\";s:5:\"title\";s:25:\"Black Friday Scroll Video\";s:5:\"alias\";s:25:\"black-friday-scroll-video\";s:3:\"zip\";s:29:\"black-friday-scroll-video.zip\";s:3:\"uid\";s:32:\"a6a4ab2e2f703aaee0a1e6121881bdd8\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/black-friday-video-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">Blackfriday offers are coming towards you from the depths of space, with this scroll-based hero module.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:370:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:483;a:25:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:26:\"Charity Non-Profit-Website\";s:5:\"alias\";s:26:\"charity-non-profit-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"charity-non-profit-website\";s:3:\"img\";s:47:\"packages/charity-non-profit-website-package.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:484;a:25:{s:2:\"id\";s:3:\"520\";s:5:\"title\";s:12:\"Charity Menu\";s:5:\"alias\";s:12:\"charity-menu\";s:3:\"zip\";s:22:\"packs/charity-menu.zip\";s:3:\"uid\";s:32:\"77794a39041c7f128de3b5ad9b8e7d0d\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:485;a:25:{s:2:\"id\";s:3:\"521\";s:5:\"title\";s:14:\"Charity Header\";s:5:\"alias\";s:14:\"charity-header\";s:3:\"zip\";s:24:\"packs/charity-header.zip\";s:3:\"uid\";s:32:\"36096787d4ed62942cbd48f6a57e9d4f\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:486;a:25:{s:2:\"id\";s:3:\"522\";s:5:\"title\";s:15:\"Charity Mission\";s:5:\"alias\";s:15:\"charity-mission\";s:3:\"zip\";s:25:\"packs/charity-mission.zip\";s:3:\"uid\";s:32:\"8c5cd67e3eb51c0ca3e571408ac8e97b\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:487;a:25:{s:2:\"id\";s:3:\"523\";s:5:\"title\";s:13:\"Charity Funds\";s:5:\"alias\";s:13:\"charity-funds\";s:3:\"zip\";s:23:\"packs/charity-funds.zip\";s:3:\"uid\";s:32:\"10da554c7529ef91965e1618a04b410b\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:488;a:25:{s:2:\"id\";s:3:\"524\";s:5:\"title\";s:15:\"Charity Success\";s:5:\"alias\";s:15:\"charity-success\";s:3:\"zip\";s:25:\"packs/charity-success.zip\";s:3:\"uid\";s:32:\"0c35448c1905272606e87447886a348e\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:489;a:25:{s:2:\"id\";s:3:\"525\";s:5:\"title\";s:15:\"Charity Stories\";s:5:\"alias\";s:15:\"charity-stories\";s:3:\"zip\";s:25:\"packs/charity-stories.zip\";s:3:\"uid\";s:32:\"f277f145d9f9c3f0033bb8ceffeb4c9f\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:490;a:25:{s:2:\"id\";s:3:\"526\";s:5:\"title\";s:16:\"Charity Worldmap\";s:5:\"alias\";s:16:\"charity-worldmap\";s:3:\"zip\";s:26:\"packs/charity-worldmap.zip\";s:3:\"uid\";s:32:\"9e00cbac269b92cb24fd3230297f4685\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:491;a:25:{s:2:\"id\";s:3:\"527\";s:5:\"title\";s:19:\"Charity Large Image\";s:5:\"alias\";s:19:\"charity-large-image\";s:3:\"zip\";s:29:\"packs/charity-large-image.zip\";s:3:\"uid\";s:32:\"fa927036c2b14622832106fa987bc8e7\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:492;a:25:{s:2:\"id\";s:3:\"528\";s:5:\"title\";s:16:\"Charity Sponsors\";s:5:\"alias\";s:16:\"charity-sponsors\";s:3:\"zip\";s:26:\"packs/charity-sponsors.zip\";s:3:\"uid\";s:32:\"efd087bc3fa3915139af9e93d47ee295\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:493;a:25:{s:2:\"id\";s:3:\"529\";s:5:\"title\";s:12:\"Charity Help\";s:5:\"alias\";s:12:\"charity-help\";s:3:\"zip\";s:22:\"packs/charity-help.zip\";s:3:\"uid\";s:32:\"4f3571c0b27f061648c9ff95b1a3f718\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:494;a:25:{s:2:\"id\";s:3:\"530\";s:5:\"title\";s:14:\"Charity Footer\";s:5:\"alias\";s:14:\"charity-footer\";s:3:\"zip\";s:24:\"packs/charity-footer.zip\";s:3:\"uid\";s:32:\"9340fa48c56635a8a781cc37c4bf538c\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:495;a:22:{s:2:\"id\";s:3:\"531\";s:5:\"title\";s:21:\"Cinematic Hero Titles\";s:5:\"alias\";s:21:\"cinematic-hero-titles\";s:3:\"zip\";s:25:\"cinematic-hero-titles.zip\";s:3:\"uid\";s:32:\"51a59c54bb97c274092d22dbf4f6085e\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";s:7:\"preview\";s:65:\"https://www.sliderrevolution.com/templates/cinematic-hero-titles/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:199:\"<span class=\"ttm_content\">The \"Cinematic Hero Titles\" template is a collection of fullscreen hero blocks that use a cinematic, animated letter-spacing effect..</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:496;a:22:{s:2:\"id\";s:3:\"532\";s:5:\"title\";s:23:\"Design DNA Scroll Video\";s:5:\"alias\";s:23:\"design-dna-scroll-video\";s:3:\"zip\";s:27:\"design-dna-scroll-video.zip\";s:3:\"uid\";s:32:\"39180fc9f7a07e50832fc1a68fb4eba2\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/design-dna-scroll-video/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:544:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:497;a:22:{s:2:\"id\";s:3:\"533\";s:5:\"title\";s:27:\"Food Delivery Lottie Scroll\";s:5:\"alias\";s:27:\"food-delivery-lottie-scroll\";s:3:\"zip\";s:31:\"food-delivery-lottie-scroll.zip\";s:3:\"uid\";s:32:\"5dfbfac45c5df7702238ba1b43afe8f6\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/food-delivery-lottie-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:498;a:25:{s:2:\"id\";s:3:\"534\";s:5:\"title\";s:29:\"Food Recipe Carousel Template\";s:5:\"alias\";s:29:\"food-recipe-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"food-recipe-carousel-template\";s:3:\"img\";s:50:\"packages/food-recipe-carousel-template-package.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Showcase your cooking recipes with the easy to use \"Food Recipe Carousel\" template. Clicking the titles opens up a detail view!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:499;a:25:{s:2:\"id\";s:3:\"535\";s:5:\"title\";s:20:\"Food Recipe Carousel\";s:5:\"alias\";s:20:\"food-recipe-carousel\";s:3:\"zip\";s:30:\"packs/food-recipe-carousel.zip\";s:3:\"uid\";s:32:\"6ba9695ba1a22a6e99f96431d8fb01e8\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:500;a:25:{s:2:\"id\";s:3:\"536\";s:5:\"title\";s:17:\"Food Recipe Modal\";s:5:\"alias\";s:17:\"food-recipe-modal\";s:3:\"zip\";s:27:\"packs/food-recipe-modal.zip\";s:3:\"uid\";s:32:\"1c5b2e959cd973efc5c1887a3a4279f3\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:478:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"real-estate-showcase-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}s:12:\"mini-website\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"mini-website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"mini-website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"mini-website/slide4.jpg\";}}s:13:\"food-delivery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";}}s:25:\"slider-with-illustrations\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"slider-with-illustrations/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"slider-with-illustrations/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"slider-with-illustrations/slide4.jpg\";}}s:8:\"zen-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";}}s:10:\"zen-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";}}s:9:\"zen-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";}}s:12:\"zen-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";}}s:9:\"zen-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";}}s:11:\"zen-pricing\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";}}s:22:\"zen-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";}}s:16:\"zen-testimonials\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"zen-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"zen-testimonials/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"zen-testimonials/slide4.jpg\";}}s:10:\"zen-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";}}s:17:\"Paintbrush-Effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide3.jpg\";}}s:25:\"black-friday-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";}}s:12:\"charity-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";}}s:14:\"charity-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"charity-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"charity-header/slide3.jpg\";}}s:15:\"charity-mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";}}s:13:\"charity-funds\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";}}s:15:\"charity-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";}}s:15:\"charity-stories\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";}}s:16:\"charity-worldmap\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";}}s:19:\"charity-large-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";}}s:16:\"charity-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";}}s:12:\"charity-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";}}s:14:\"charity-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";}}s:21:\"cinematic-hero-titles\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide3.jpg\";}}s:23:\"design-dna-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";}}s:27:\"food-delivery-lottie-scroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";}}s:20:\"food-recipe-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"food-recipe-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"food-recipe-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"food-recipe-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"food-recipe-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"food-recipe-carousel/slide6.jpg\";}}s:17:\"food-recipe-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"food-recipe-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"food-recipe-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"food-recipe-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"food-recipe-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"food-recipe-modal/slide6.jpg\";}}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(199, 'revslider-library-check', '1609925969', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(200, 'rs-library', 'a:3:{s:4:\"hash\";s:32:\"0fbedf953c0042911e0f27a364cf4227\";s:7:\"objects\";a:179:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}}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 `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(202, 'rs_tables_created', '1', 'yes'),
(204, 'revslider-global-settings', '{\"version\":\"6.2.0\",\"permission\":\"admin\",\"includeids\":\"\",\"script\":{\"footer\":false,\"defer\":false,\"full\":false},\"fonturl\":\"\",\"size\":{\"desktop\":1240,\"notebook\":1024,\"tablet\":778,\"mobile\":480}}', 'yes'),
(205, 'revslider_update_version', '6.2.0', 'yes'),
(206, 'widget_rev-slider-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(208, 'qode_required_plugins', 'a:8:{i:0;s:11:\"js_composer\";i:1;s:9:\"elementor\";i:2;s:11:\"bridge-core\";i:3;s:11:\"LayerSlider\";i:4;s:9:\"revslider\";i:5;s:13:\"envato-market\";i:6;s:17:\"qode-twitter-feed\";i:7;s:21:\"qode-instagram-widget\";}', 'yes'),
(213, 'widget_qode_button', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(214, 'widget_qode_icon_list_item', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(215, 'widget_qode_icon_with_text', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(216, 'widget_qode_panel_area_opener', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(217, 'widget_qode_portfolio_list', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(218, 'widget_qode_separator', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(228, 'qode_sidebars', 'a:2:{i:0;s:7:\"sidebar\";i:1;s:12:\"Sidebar Home\";}', 'yes'),
(278, 'filemanager_email_verified_1', 'yes', 'yes'),
(303, 'auto_update_plugins', 'a:0:{}', 'no'),
(313, 'oxi_addons_fixed_header_size', '0', 'yes'),
(316, 'responsive_tabs_with_accordions_activation_date', '1610089595', 'yes'),
(317, 'widget_responsive_tabs_with_accordions_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(330, 'revslider-connection', '1', 'yes'),
(331, 'revslider-update-hash', '8927b581fde145cb8643f59ac8d5042d', 'yes'),
(332, 'revslider-latest-version', '6.3.5', 'yes'),
(333, 'revslider-stable-version', '4.2.0', 'yes'),
(334, 'revslider-notices', 'a:1:{i:0;O:8:\"stdClass\":8:{s:7:\"version\";s:5:\"6.3.2\";s:4:\"text\";s:370:\"<div style=\"display: block; background-color: #1C0950; text-align: \ncenter;\"><a \nhref=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=Admin%20Banner&utm_medium=banner&utm_campaign=wp56\"\n target=\"_blank\"><img alt=\"Important Notice\" src=\"//updates.themepunch.tools/banners/wordpress_56.jpg\" width=\"960\" height=\"250\" style=\"margin-bottom: -5px;\"></a></div>\";s:4:\"code\";s:11:\"TPRSWP56-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"additional\";a:0:{}}}', 'yes'),
(335, 'revslider-additions', 'O:8:\"stdClass\":1:{s:7:\"selling\";b:1;}', 'yes'),
(336, 'rs-addons-counter', '29', 'yes'),
(337, 'revslider-addons', 'O:8:\"stdClass\":29:{s:22:\"revslider-backup-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"2.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:65:\"//updates.themepunch.tools/revslider/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:69:\"//updates.themepunch.tools/revslider/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/revslider/addons/images/addon_jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch.tools/revslider/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"2.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:25:\"Display images in 360Â°\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:69:\"//updates.themepunch.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"2.2.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"2.1.9\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch.tools/revslider/addons/images/addon_domainswitch.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}}s:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:6:\"6.2.23\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Mousetrap\";s:6:\"line_1\";s:31:\"Create all kinds of interesting\";s:6:\"line_2\";s:19:\" mouse interactions\";s:9:\"available\";s:5:\"2.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_mousetrap.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"2.2.3\";s:10:\"background\";s:75:\"//updates.themepunch.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Scroll Video\";s:6:\"line_1\";s:114:\"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.\";s:6:\"line_2\";s:49:\"Quality options are included for optimal results!\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SV\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"2.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"2.1.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"2.2.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}}', 'yes'),
(345, 'portfolio_category_children', 'a:0:{}', 'yes'),
(346, 'testimonials_category_children', 'a:0:{}', 'yes'),
(347, 'slides_category_children', 'a:0:{}', 'yes'),
(348, 'carousels_category_children', 'a:0:{}', 'yes'),
(349, 'masonry_gallery_category_children', 'a:0:{}', 'yes'),
(363, 'elementor_version', '3.10.2', 'yes'),
(364, 'elementor_install_history', 'a:11:{s:6:\"3.0.16\";i:1610101666;s:5:\"3.1.0\";i:1611727277;s:5:\"3.1.1\";i:1612158434;s:5:\"3.1.2\";i:1614746375;s:5:\"3.1.3\";i:1614922010;s:5:\"3.1.4\";i:1616085937;s:5:\"3.2.5\";i:1624346443;s:5:\"3.4.4\";i:1632297272;s:5:\"3.8.1\";i:1670228678;s:6:\"3.10.0\";i:1673588782;s:6:\"3.10.2\";i:1675929428;}', 'yes'),
(366, '_elementor_installed_time', '1610101674', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(367, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:3:{s:5:\"block\";a:1:{s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}}s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:9:\"templates\";a:825:{i:0;a:18:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:18:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:18:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:18:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:18:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:18:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:18:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:18:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:18:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:18:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:18:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:18:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:18:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:18:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:18:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:18:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:18:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:18:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:18:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:18:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:18:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:18:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:18:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:18:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:18:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:18:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:18:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:18:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:18:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:18:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:18:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:18:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:18:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:18:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:18:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:18:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:18:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:18:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:18:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:18:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:18:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:18:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:18:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:18:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:18:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:18:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:18:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:18:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:18:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:18:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:18:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:18:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:18:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:18:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:18:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:18:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:18:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:18:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:18:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:18:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:18:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:18:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:18:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:18:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:18:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:18:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:18:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:18:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:18:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:18:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:18:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:18:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:18:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:18:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:18:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:18:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:18:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:18:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:18:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:18:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:18:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:18:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:18:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:18:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:18:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:18:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:18:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:18:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:18:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:18:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:18:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:18:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:18:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:18:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:18:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:18:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:18:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:18:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:18:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:18:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:18:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:18:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:18:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:18:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:18:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:18:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:18:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:18:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:18:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:18:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:18:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:18:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:18:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:18:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:18:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:18:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:18:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:18:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:18:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:18:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:120;a:18:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:18:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:18:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:18:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:18:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:125;a:18:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:126;a:18:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:18:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:18:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:18:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:18:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:18:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:18:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:18:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:18:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:18:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:18:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:18:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:18:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:18:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:18:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:18:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:18:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:143;a:18:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:18:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:145;a:18:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:18:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:18:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:18:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:18:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:18:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:18:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:18:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:18:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:18:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:18:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:18:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:18:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:18:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:159;a:18:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:160;a:18:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:18:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:18:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:163;a:18:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:164;a:18:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:165;a:18:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:166;a:18:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:18:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:18:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:18:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:170;a:18:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:171;a:18:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:172;a:18:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:18:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:174;a:18:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:18:{s:4:\"tmpl\";i:1204;s:2:\"id\";i:20208;s:5:\"title\";s:49:\"Alternative Medicine Acupuncture &#8211; Business\";s:9:\"thumbnail\";s:112:\"https://library.elementor.com/wp-content/uploads/2021/10/Alternative-Medicine-Acupuncture-Business-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633880557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/lp/alternative-medicine-acupuncture-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:47:\"[\"Health\",\"Landing Pages\",\"Medical\",\"Services\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:176;a:18:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:18:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:18:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:18:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:18:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:18:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:182;a:18:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:18:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:184;a:18:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:185;a:18:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:186;a:18:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:18:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:188;a:18:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:189;a:18:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:18:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:18:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:192;a:18:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:193;a:18:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:18:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:18:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:18:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:197;a:18:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:18:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:18:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:18:{s:4:\"tmpl\";i:1215;s:2:\"id\";i:20556;s:5:\"title\";s:41:\"Faroe Islands Trip Planner &#8211; Travel\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Faroe-Islands-Trip-Planner-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634026480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/faroe-islands-trip-planner-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:26:\"[\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:18:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:18:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:18:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:18:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:18:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:18:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:18:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:18:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:209;a:18:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:18:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:211;a:18:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:18:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:18:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:18:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:18:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:18:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:18:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:18:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:219;a:18:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:220;a:18:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:221;a:18:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:18:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:223;a:18:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:18:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:225;a:18:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:226;a:18:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:18:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:18:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:18:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:230;a:18:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:231;a:18:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:18:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:18:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:18:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:235;a:18:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:18:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:237;a:18:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:18:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:239;a:18:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:18:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:241;a:18:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:18:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:18:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:18:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:18:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:18:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:18:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:18:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:18:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:18:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:18:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:252;a:18:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:18:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:254;a:18:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:18:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:256;a:18:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:18:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:258;a:18:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:18:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:260;a:18:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:261;a:18:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:18:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:263;a:18:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:264;a:18:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:18:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:18:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:18:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:268;a:18:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:269;a:18:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:18:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:271;a:18:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:272;a:18:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:18:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:274;a:18:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:18:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:18:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:277;a:18:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:278;a:18:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:279;a:18:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:18:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:281;a:18:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:18:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:18:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:18:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:285;a:18:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:286;a:18:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:287;a:18:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:288;a:18:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:289;a:18:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:18:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:18:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:18:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:18:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:18:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:18:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:296;a:18:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:18:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:18:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:18:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:18:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:18:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:18:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:18:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:18:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:18:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:18:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:307;a:18:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:308;a:18:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:18:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:18:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:18:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:18:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:18:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:18:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:18:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:18:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:18:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:318;a:18:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:18:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:320;a:18:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:321;a:18:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:18:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:18:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:324;a:18:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:18:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:18:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:327;a:18:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:18:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:18:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:18:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:18:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:18:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:333;a:18:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:18:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;a:18:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:18:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:18:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:18:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:18:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:340;a:18:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:341;a:18:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:18:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:18:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:344;a:18:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:18:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:346;a:18:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:18:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:18:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:18:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:350;a:18:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:351;a:18:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:352;a:18:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:18:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:18:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:355;a:18:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;a:18:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:18:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:18:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:18:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:18:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:18:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:18:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:363;a:18:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:18:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:18:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:366;a:18:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:18:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:368;a:18:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:369;a:18:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:18:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:371;a:18:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:372;a:18:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:373;a:18:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:374;a:18:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:18:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:18:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:18:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:18:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:18:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:380;a:18:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:18:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:382;a:18:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:18:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:18:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:18:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:18:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:18:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:388;a:18:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:18:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:18:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:18:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:18:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:18:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:18:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:18:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:18:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:18:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:18:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:399;a:18:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:400;a:18:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:18:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:18:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:18:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:18:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:18:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:406;a:18:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:18:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:18:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:18:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:18:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:411;a:18:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:412;a:18:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:18:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:414;a:18:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:415;a:18:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:18:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:417;a:18:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:418;a:18:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:18:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:420;a:18:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:421;a:18:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:18:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:423;a:18:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:18:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:18:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:18:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:18:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:428;a:18:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:18:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:430;a:18:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:18:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:432;a:18:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:18:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:434;a:18:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:18:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:436;a:18:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:18:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:438;a:18:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:18:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:440;a:18:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:18:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:442;a:18:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:443;a:18:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:444;a:18:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:18:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:446;a:18:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:18:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:448;a:18:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:449;a:18:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:450;a:18:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:18:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:18:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:453;a:18:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:18:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:455;a:18:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:18:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:18:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:18:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:459;a:18:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:18:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:18:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:462;a:18:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:463;a:18:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:18:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:18:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:18:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:18:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:18:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:469;a:18:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:470;a:18:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:471;a:18:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:18:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:18:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:18:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:18:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:18:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:18:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:18:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:479;a:18:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:18:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:18:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:18:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:483;a:18:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:18:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:485;a:18:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:18:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:487;a:18:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:18:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:489;a:18:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:18:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:491;a:18:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:18:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:18:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:18:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:18:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:18:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:18:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:18:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:18:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:500;a:18:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:501;a:18:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:18:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:18:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:18:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:505;a:18:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:506;a:18:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:507;a:18:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:508;a:18:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:18:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:510;a:18:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:511;a:18:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:18:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:513;a:18:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:18:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:515;a:18:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:18:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:517;a:18:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:18:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:519;a:18:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:18:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:521;a:18:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:18:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:523;a:18:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:18:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:525;a:18:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:18:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:527;a:18:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:18:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:529;a:18:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:530;a:18:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:531;a:18:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:532;a:18:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:18:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:534;a:18:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:535;a:18:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:536;a:18:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:537;a:18:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:18:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:539;a:18:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:18:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:541;a:18:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:18:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:18:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:544;a:18:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:18:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:546;a:18:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:18:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:548;a:18:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:18:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:550;a:18:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:551;a:18:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:18:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:553;a:18:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:554;a:18:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:555;a:18:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:556;a:18:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:557;a:18:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:558;a:18:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:559;a:18:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:560;a:18:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:561;a:18:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:562;a:18:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:563;a:18:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:564;a:18:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:565;a:18:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:566;a:18:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:567;a:18:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:568;a:18:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:569;a:18:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:570;a:18:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:571;a:18:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:572;a:18:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:18:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:18:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:18:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:18:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:18:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:18:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:18:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:18:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:18:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:18:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:18:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:18:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:18:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:18:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:18:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:18:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:18:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:18:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:18:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:18:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:18:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:18:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:18:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:18:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:18:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:18:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:18:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:18:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:18:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:18:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:18:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:18:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:18:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:18:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:18:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:18:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:18:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:18:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:18:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:18:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:18:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:614;a:18:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:18:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:18:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:18:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:618;a:18:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:619;a:18:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:18:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:18:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:18:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:18:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:624;a:18:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:625;a:18:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:626;a:18:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:18:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:18:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:18:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:18:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:18:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:18:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:18:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:18:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:18:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:18:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:18:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:18:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:18:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:18:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:18:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:18:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:18:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:18:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:18:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:18:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:18:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:18:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:18:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:18:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:18:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:18:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:18:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:18:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:18:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:18:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:18:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:18:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:18:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:18:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:18:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:18:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:18:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:18:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:18:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:18:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:241;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:18:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:242;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:18:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:18:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:18:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:245;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:18:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:18:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:18:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:18:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:249;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:18:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:676;a:18:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:18:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:252;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:678;a:18:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:18:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:254;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:18:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:18:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:256;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:682;a:18:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:683;a:18:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:258;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:18:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:259;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:18:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:686;a:18:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:687;a:18:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:262;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:18:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:263;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:689;a:18:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:690;a:18:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:18:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:266;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:692;a:18:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:693;a:18:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:268;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:18:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:18:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:270;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:18:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:18:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:272;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:18:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:18:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:18:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:275;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:18:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:18:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:18:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:278;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:18:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:18:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:18:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:18:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:18:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:18:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:284;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:18:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:285;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:18:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:18:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:18:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:288;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:18:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:289;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:715;a:18:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:716;a:18:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:18:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:18:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:293;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:18:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:18:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:295;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:18:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:18:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:18:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:298;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:18:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:18:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:300;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:18:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:301;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:18:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:18:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:18:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:304;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:18:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:18:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:306;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:18:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:307;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:18:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:18:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:309;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:18:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:18:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:737;a:18:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:312;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:738;a:18:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:313;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:18:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:18:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:315;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:18:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:18:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:18:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:318;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:18:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:319;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:18:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:18:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:18:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:322;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:18:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:18:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:324;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:18:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:18:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:18:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:327;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:18:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:18:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:755;a:18:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:330;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:18:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:18:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:332;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:18:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:333;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:18:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:334;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:760;a:18:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:335;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:18:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:336;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:18:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:337;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:18:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:18:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:339;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:765;a:18:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:766;a:18:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:341;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:767;a:18:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:18:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:343;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:769;a:18:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:18:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:345;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:18:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:18:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:347;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:773;a:18:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:348;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:18:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:18:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:350;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:776;a:18:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:18:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:778;a:18:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:353;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:18:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:780;a:18:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:355;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:18:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:18:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:357;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:18:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:784;a:18:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:359;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:18:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:786;a:18:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:361;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:18:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:18:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:363;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:18:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:364;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:18:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:791;a:18:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:366;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:18:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:18:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:368;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:18:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:18:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:370;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:796;a:18:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:797;a:18:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:18:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:373;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:799;a:18:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:374;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:18:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:801;a:18:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:802;a:18:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:377;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:18:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:378;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:804;a:18:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:18:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:18:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:381;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:807;a:18:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:382;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:808;a:18:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:809;a:18:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:18:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:385;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:811;a:18:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:812;a:18:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:387;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:18:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:388;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:18:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:18:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:390;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:18:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:18:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:392;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:18:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:18:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:394;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:18:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:18:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:18:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:397;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:823;a:18:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:824;a:18:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:399;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(368, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:77:\"Introducing New Nested Elements - the Future of Design with Elementor widgets\";s:7:\"excerpt\";s:416:\"Elementor and Elementor Pro 3.10 include new design capabilities that will unlock a whole new world of creativity when it comes to designing your websites with Nested Elements, and introduces a new custom unit in sizing controls that will enable you to reach a higher level of accuracy when it comes to designing your websites. These versions also include a new container-based library, and performance improvements.\";s:7:\"created\";i:1674137711;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:137:\"https://elementor.com/blog/new-nested-elements-tabs-custom-units/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:98:\"Introducing Elementor 3.9: New Save as Default Option for Elements To Enhance Your Design Workflow\";s:7:\"excerpt\";s:253:\"Elementor 3.9 includes the new Save as a Default option, broadens the capabilities of the Loop Builder to support WooCommerce and the section-based layout, and several additional features that improve the design of your website and its user experience. \";s:7:\"created\";i:1670943042;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:141:\"https://elementor.com/blog/introducing-elementor-3-9-save-as-default/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:82:\"Introducing Loop Builder: Design Every Aspect of your Post and Product Collections\";s:7:\"excerpt\";s:306:\"Elementor 3.8 includes some highly anticipated features, including the first phase of the Loop Builder, with additional functions and capabilities added in upcoming versions. With the Loop Builder, you gain more creative freedom to design your posts and listings, so you can design it any way you’d like.\";s:7:\"created\";i:1667397460;s:5:\"badge\";s:3:\"New\";s:3:\"url\";s:128:\"https://elementor.com/blog/introducing-the-loop-builder/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'no'),
(371, 'elementor_active_kit', '1542', 'yes'),
(385, 'revslider-templates-hash', '32b2c82edb8c882ce9b4b72d15c3f35c', 'yes'),
(386, 'rs-templates-counter', '0', 'no'),
(405, 'recovery_mode_email_last_sent', '1675929948', 'yes'),
(492, 'duplicate_page_options', 'a:4:{s:21:\"duplicate_post_status\";s:5:\"draft\";s:23:\"duplicate_post_redirect\";s:7:\"to_list\";s:21:\"duplicate_post_suffix\";s:0:\"\";s:21:\"duplicate_post_editor\";s:7:\"classic\";}', 'yes'),
(561, 'theme_mods_oceanwp-child', 'a:22:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";i:37;}s:18:\"custom_css_post_id\";i:3501;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1615038465;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:8:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:6:\"text-3\";i:7;s:6:\"text-2\";}s:9:\"sidebar-2\";a:0:{}s:14:\"search_sidebar\";a:0:{}s:10:\"footer-one\";a:0:{}s:10:\"footer-two\";a:0:{}s:12:\"footer-three\";a:0:{}s:11:\"footer-four\";a:0:{}}}s:23:\"ocean_page_header_style\";s:6:\"hidden\";s:26:\"ocean_main_container_width\";s:3:\"882\";s:15:\"body_typography\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:3:\"1.8\";}s:21:\"ocean_input_font_size\";s:2:\"12\";s:25:\"ocean_input_border_radius\";s:1:\"3\";s:18:\"ocean_header_style\";s:6:\"custom\";s:19:\"ocean_header_height\";s:1:\"0\";s:30:\"ocean_has_header_border_bottom\";b:0;s:23:\"ocean_header_background\";s:19:\"rgba(255,255,255,0)\";s:23:\"ocean_menu_search_style\";s:8:\"disabled\";s:16:\"ocean_scroll_top\";b:0;s:11:\"custom_logo\";i:4671;s:23:\"ocean_customzer_styling\";s:4:\"head\";s:33:\"ocean_add_custom_header_container\";b:0;s:13:\"ocean_top_bar\";b:0;s:17:\"ocean_retina_logo\";s:55:\"https://aegis.qa/wp-content/uploads/2021/02/favicon.png\";s:22:\"ocean_error_page_blank\";s:3:\"off\";s:15:\"ocean_custom_js\";s:90:\"jQuery(document).ready(function(){\n    jQuery(\"#main_icon_smatest\").trigger(\'click\'); \n});\";}', 'yes'),
(564, 'theme_mods_oceanwp', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1610786926;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:7:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:6:\"text-3\";}s:9:\"sidebar-2\";a:1:{i:0;s:6:\"text-2\";}s:14:\"search_sidebar\";a:0:{}s:10:\"footer-one\";a:0:{}s:10:\"footer-two\";a:0:{}s:12:\"footer-three\";a:0:{}s:11:\"footer-four\";a:0:{}}}}', 'yes'),
(575, 'ocean-extra-version', '1.8.1', 'yes'),
(577, 'fs_active_plugins', 'O:8:\"stdClass\":3:{s:7:\"abspath\";s:25:\"/home1/k5v9tnlo/aegis.qa/\";s:7:\"plugins\";a:1:{s:27:\"blog-designer-pack/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.5.3\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1673588771;s:11:\"plugin_path\";s:41:\"blog-designer-pack/blog-designer-pack.php\";}}s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:41:\"blog-designer-pack/blog-designer-pack.php\";s:8:\"sdk_path\";s:27:\"blog-designer-pack/freemius\";s:7:\"version\";s:5:\"2.5.3\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1673588771;}}', 'yes'),
(578, 'fs_debug_mode', '', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(579, 'fs_accounts', 'a:17:{s:21:\"id_slug_type_path_map\";a:7:{i:3752;a:3:{s:4:\"slug\";s:7:\"oceanwp\";s:4:\"type\";s:5:\"theme\";s:4:\"path\";s:21:\"oceanwp/functions.php\";}i:3813;a:3:{s:4:\"slug\";s:18:\"ocean-posts-slider\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:41:\"ocean-posts-slider/ocean-posts-slider.php\";}i:3814;a:3:{s:4:\"slug\";s:18:\"ocean-modal-window\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:41:\"ocean-modal-window/ocean-modal-window.php\";}i:5311;a:3:{s:4:\"slug\";s:18:\"blog-designer-pack\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:41:\"blog-designer-pack/blog-designer-pack.php\";}i:2390;a:3:{s:4:\"slug\";s:50:\"redirect-404-error-page-to-homepage-or-custom-page\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:105:\"redirect-404-error-page-to-homepage-or-custom-page/redirect-404-error-page-to-homepage-or-custom-page.php\";}i:2602;a:3:{s:4:\"slug\";s:30:\"bulk-image-alt-text-with-yoast\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:65:\"bulk-image-alt-text-with-yoast/bulk-image-alt-text-with-yoast.php\";}i:4015;a:3:{s:4:\"slug\";s:13:\"master-addons\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:31:\"master-addons/master-addons.php\";}}s:10:\"theme_data\";a:1:{s:7:\"oceanwp\";a:18:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:21:\"oceanwp/functions.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1610787380;s:16:\"sdk_last_version\";s:5:\"2.5.2\";s:11:\"sdk_version\";s:5:\"2.5.3\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"3.3.6\";s:14:\"plugin_version\";s:5:\"3.4.1\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"was_plugin_loaded\";b:1;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:8:\"aegis.qa\";s:9:\"server_ip\";s:14:\"122.173.85.149\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1610787388;s:7:\"version\";s:5:\"2.0.2\";}s:15:\"prev_is_premium\";b:0;s:18:\"sticky_optin_added\";b:1;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1611126217;s:7:\"version\";s:5:\"2.0.2\";}s:21:\"is_plugin_new_install\";b:0;s:14:\"previous_theme\";s:15:\"twentytwentyone\";}}s:13:\"file_slug_map\";a:7:{s:7:\"oceanwp\";s:7:\"oceanwp\";s:41:\"ocean-posts-slider/ocean-posts-slider.php\";s:18:\"ocean-posts-slider\";s:41:\"ocean-modal-window/ocean-modal-window.php\";s:18:\"ocean-modal-window\";s:41:\"blog-designer-pack/blog-designer-pack.php\";s:18:\"blog-designer-pack\";s:105:\"redirect-404-error-page-to-homepage-or-custom-page/redirect-404-error-page-to-homepage-or-custom-page.php\";s:50:\"redirect-404-error-page-to-homepage-or-custom-page\";s:65:\"bulk-image-alt-text-with-yoast/bulk-image-alt-text-with-yoast.php\";s:30:\"bulk-image-alt-text-with-yoast\";s:31:\"master-addons/master-addons.php\";s:13:\"master-addons\";}s:6:\"themes\";a:1:{s:7:\"oceanwp\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:7:\"OceanWP\";s:4:\"slug\";s:7:\"oceanwp\";s:12:\"premium_slug\";s:15:\"oceanwp-premium\";s:4:\"type\";s:5:\"theme\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:7:\"oceanwp\";s:7:\"version\";s:5:\"3.4.1\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";s:4:\"3767\";s:17:\"bundle_public_key\";s:32:\"pk_c334eb1ae413deac41e30bf00b9dc\";s:10:\"public_key\";s:32:\"pk_043077b34f20f5e11334af3c12493\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3752\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"41a7c0bfae50dfb9e8d397d41a97407a\";s:13:\"admin_notices\";a:7:{s:13:\"oceanwp:theme\";a:0:{}s:18:\"ocean-posts-slider\";a:0:{}s:18:\"ocean-modal-window\";a:0:{}s:18:\"blog-designer-pack\";a:0:{}s:30:\"bulk-image-alt-text-with-yoast\";a:0:{}s:50:\"redirect-404-error-page-to-homepage-or-custom-page\";a:0:{}s:13:\"master-addons\";a:0:{}}s:6:\"addons\";a:1:{i:3752;a:23:{i:0;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:20:\"Ocean Footer Callout\";s:4:\"slug\";s:20:\"ocean-footer-callout\";s:12:\"premium_slug\";s:20:\"ocean-footer-callout\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:7;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3754\";s:11:\"description\";s:280:\"<ul>\n<li>Display/hide the callout on any page/post</li>\n<li>Edit the content and button url on any page/post</li>\n<li>Display the page content on the callout</li>\n<li>Enable/disable the callout button</li>\n<li>Add your own padding top/bottom</li>\n<li>Add your own color</li> </ul>\";s:17:\"short_description\";s:65:\"Add some important information about your company in your footer.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/card_banner.png\";s:15:\"selling_point_0\";s:41:\"Display/hide the callout on any page/post\";s:15:\"selling_point_1\";s:48:\"Edit the content and button url on any page/post\";s:15:\"selling_point_2\";s:39:\"Display the page content on the callout\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/screenshots/2.png\";}s:2:\"id\";s:3:\"821\";s:7:\"updated\";s:19:\"2019-08-04 06:53:40\";s:7:\"created\";s:19:\"2019-05-16 04:54:10\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_c3ff094ed1cbaf287c6f833d3ba09\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3754\";s:7:\"updated\";s:19:\"2023-02-09 06:57:18\";s:7:\"created\";s:19:\"2019-05-06 13:24:01\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:1;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:19:\"Ocean Sticky Header\";s:4:\"slug\";s:19:\"ocean-sticky-header\";s:12:\"premium_slug\";s:19:\"ocean-sticky-header\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:8;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3755\";s:11:\"description\";s:512:\"<ul>\n<li>Stick manually, perfect for the Custom Header style</li>\n<li>Fixed the top bar</li>\n<li>Add sticky mobile</li>\n<li>Choose between two sticky styles: Shrink or Fixed</li>\n<li>Choose between two sticky effects</li>\n<li>Enter the height of the header during scroll for the shrink style</li>\n<li>Add logo when scrolling</li>\n<li>Enter the height of the logo during scroll for the shrink style</li>\n<li>Choose the header opacity during scroll</li>\n<li>Choose the background and color during scroll</li> </ul>\";s:17:\"short_description\";s:63:\"Attach an eye-catching header at the top of your website pages.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/card_banner.png\";s:15:\"selling_point_0\";s:51:\"Stick manually, perfect for the Custom Header style\";s:15:\"selling_point_1\";s:17:\"Fixed the top bar\";s:15:\"selling_point_2\";s:17:\"Add sticky mobile\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/screenshots/2.png\";}s:2:\"id\";s:3:\"829\";s:7:\"updated\";s:19:\"2019-08-04 07:27:06\";s:7:\"created\";s:19:\"2019-05-16 05:01:04\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_21f01f3d0a79bcd65042e3c332188\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3755\";s:7:\"updated\";s:19:\"2023-02-09 07:47:08\";s:7:\"created\";s:19:\"2019-05-06 13:27:16\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:2;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:16:\"Ocean Side Panel\";s:4:\"slug\";s:16:\"ocean-side-panel\";s:12:\"premium_slug\";s:16:\"ocean-side-panel\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:12;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3756\";s:11:\"description\";s:443:\"<ul>\n<li>Add your widgets into the Side Panel sidebar</li>\n<li>Choose your icon for the opening button</li>\n<li>Add text for the opening button</li>\n<li>Add a custom width for the panel</li>\n<li>Display the panel to the left or right</li>\n<li>Displace or not the panel</li>\n<li>Add an overlay when the panel is opened</li>\n<li>Show/Hide the close button of the panel</li>\n<li>Change the close button text</li>\n<li>Add your own color</li> </ul>\";s:17:\"short_description\";s:63:\"Add a responsive side panel with your preferred widgets inside.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/card_banner.png\";s:15:\"selling_point_0\";s:44:\"Add your widgets into the Side Panel sidebar\";s:15:\"selling_point_1\";s:39:\"Choose your icon for the opening button\";s:15:\"selling_point_2\";s:31:\"Add text for the opening button\";s:11:\"screenshots\";O:8:\"stdClass\":1:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/screenshots/0.png\";}s:2:\"id\";s:3:\"827\";s:7:\"updated\";s:19:\"2019-08-04 07:22:03\";s:7:\"created\";s:19:\"2019-05-16 05:00:01\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_95ab9dabcffc015befcfaf19dd91e\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3756\";s:7:\"updated\";s:19:\"2023-02-09 06:53:25\";s:7:\"created\";s:19:\"2019-05-06 13:30:08\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:3;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:23:\"Ocean Elementor Widgets\";s:4:\"slug\";s:23:\"ocean-elementor-widgets\";s:12:\"premium_slug\";s:23:\"ocean-elementor-widgets\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:33;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3757\";s:11:\"description\";s:1290:\"<ul>\n<li>Accordions widget</li>\n<li>Advanced Custom Field widget, thanks to Bruno Tritsch for the help</li>\n<li>Advanced Heading widget</li>\n<li>Animated Heading widget</li>\n<li>Banner widget</li>\n<li>Brands widget</li>\n<li>Business Hours widget</li>\n<li>Button Effects widget</li>\n<li>Buttons widget</li>\n<li>Call To Action widget</li>\n<li>Circle Progress widget</li>\n<li>Countdown widget</li>\n<li>Divider widget, to add a text or an icon in the divider</li>\n<li>Flip Box widget</li>\n<li>Google Maps widget</li>\n<li>Hotspots widget</li>\n<li>Image Comparison widget</li>\n<li>Image Gallery widget</li>\n<li>Info Box widget</li>\n<li>Instagram Feed widget</li>\n<li>Link Effects widget</li>\n<li>Login widget</li>\n<li>Lost Password widget</li>\n<li>Register widget</li>\n<li>Modal widget</li>\n<li>Navbar widget</li>\n<li>Off Canvas widget</li>\n<li>Price List widget</li>\n<li>Recipe widget</li>\n<li>Scroll Up widget</li>\n<li>Switch widget</li>\n<li>Table widget</li>\n<li>Tabs widget</li>\n<li>Team Members widget</li>\n<li>Timeline widget</li>\n<li>Contact Form 7 widget</li>\n<li>Gravity Forms widget</li>\n<li>WPForms widget</li>\n<li>Caldera Forms widget</li>\n<li>Ninja Forms widget</li>\n<li>WooCommerce Products widget</li>\n<li>WooCommerce Categories widget</li>\n<li>WooCommerce Slider widget</li> </ul>\";s:17:\"short_description\";s:75:\"Add many new powerful widgets to the popular free page builder - Elementor.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/card_banner.png\";s:15:\"selling_point_0\";s:23:\"Image Comparison widget\";s:15:\"selling_point_1\";s:21:\"Instagram Feed widget\";s:15:\"selling_point_2\";s:12:\"Table widget\";s:11:\"screenshots\";O:8:\"stdClass\":4:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/2.png\";s:12:\"screenshot_3\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/3.png\";}s:2:\"id\";s:3:\"820\";s:7:\"updated\";s:19:\"2019-08-04 06:51:31\";s:7:\"created\";s:19:\"2019-05-16 04:53:49\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_25eeed8cddc1b8bede158756886e8\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3757\";s:7:\"updated\";s:19:\"2023-02-09 06:57:50\";s:7:\"created\";s:19:\"2019-05-06 13:36:11\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:4;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:11:\"Ocean Hooks\";s:4:\"slug\";s:11:\"ocean-hooks\";s:12:\"premium_slug\";s:11:\"ocean-hooks\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:6;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3758\";s:11:\"description\";s:278:\"<ul>\n<li>Add different content for the same hook location</li>\n<li>Add shortcode</li>\n<li>Add PHP code</li>\n<li>Add content only for logged in/out users</li>\n<li>Display your code on the page/post/taxonomy you want</li>\n<li>Display your code on the user role you want</li> </ul>\";s:17:\"short_description\";s:60:\"Add your custom content throughout various areas of OceanWP.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/card_banner.png\";s:15:\"selling_point_0\";s:48:\"Add different content for the same hook location\";s:15:\"selling_point_1\";s:13:\"Add shortcode\";s:15:\"selling_point_2\";s:12:\"Add PHP code\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/screenshots/2.png\";}s:2:\"id\";s:3:\"823\";s:7:\"updated\";s:19:\"2019-08-04 07:02:53\";s:7:\"created\";s:19:\"2019-05-16 04:54:56\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_bf5672ee85c0032b2b4d7c0a3d244\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3758\";s:7:\"updated\";s:19:\"2023-02-09 06:54:52\";s:7:\"created\";s:19:\"2019-05-06 13:39:32\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:5;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:19:\"Ocean Sticky Footer\";s:4:\"slug\";s:19:\"ocean-sticky-footer\";s:12:\"premium_slug\";s:19:\"ocean-sticky-footer\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:8;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3759\";s:11:\"description\";s:163:\"<ul>\n<li>Add menu in the footer bar</li>\n<li>Add text in the footer bar</li>\n<li>Choose your own colors</li>\n<li>Hide Menu and/or text on mobile screens</li> </ul>\";s:17:\"short_description\";s:69:\"A simple extension to attach your footer to the bottom of the screen.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/card_banner.png\";s:15:\"selling_point_0\";s:26:\"Add menu in the footer bar\";s:15:\"selling_point_1\";s:26:\"Add text in the footer bar\";s:15:\"selling_point_2\";s:22:\"Choose your own colors\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/screenshots/2.png\";}s:2:\"id\";s:3:\"828\";s:7:\"updated\";s:19:\"2019-08-04 07:25:54\";s:7:\"created\";s:19:\"2019-05-16 05:00:32\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_5552f1b8d38d0f09df4b2990b57b2\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3759\";s:7:\"updated\";s:19:\"2023-02-09 06:52:49\";s:7:\"created\";s:19:\"2019-05-06 13:41:42\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:6;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:15:\"Ocean Woo Popup\";s:4:\"slug\";s:15:\"ocean-woo-popup\";s:12:\"premium_slug\";s:15:\"ocean-woo-popup\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:8;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3760\";s:11:\"description\";s:333:\"<ul>\n<li>Select an Elementor template (or a page if you use another page builder) to replace the content of the popup</li>\n<li>Control width, height, padding and the border radius</li>\n<li>Show/hide and reorganize the elements of the popup</li>\n<li>Replace all the texts from the customizer</li>\n<li>Choose your own colors</li> </ul>\";s:17:\"short_description\";s:79:\"A simple extension to display a popup when you click on the Add To Cart button.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/card_banner.png\";s:15:\"selling_point_0\";s:108:\"Select an Elementor template (or a page if you use another page builder) to replace the content of the popup\";s:15:\"selling_point_1\";s:52:\"Control width, height, padding and the border radius\";s:15:\"selling_point_2\";s:50:\"Show/hide and reorganize the elements of the popup\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/screenshots/2.png\";}s:2:\"id\";s:3:\"831\";s:7:\"updated\";s:19:\"2019-08-04 07:39:37\";s:7:\"created\";s:19:\"2019-05-16 05:02:03\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_9414dbc7719b150c20046f728e994\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3760\";s:7:\"updated\";s:19:\"2023-02-09 06:49:39\";s:7:\"created\";s:19:\"2019-05-06 13:53:08\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:7;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:15:\"Ocean Portfolio\";s:4:\"slug\";s:15:\"ocean-portfolio\";s:12:\"premium_slug\";s:15:\"ocean-portfolio\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:15;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3761\";s:11:\"description\";s:473:\"<ul>\n<li>Display your portfolio anywhere you want via a page template or a shortcode</li>\n<li>Show/hide the filter bar</li>\n<li>Control the filter bar positioning, styling and typography</li>\n<li>Control the portfolio items styling like the margin, padding, color, overlay color,\ntypography, etc...</li>\n<li>Add your own images width and height</li>\n<li>Display items by author, categories or tags, sort by order and exclude categories</li>\n<li>And a lot more...</li> </ul>\";s:17:\"short_description\";s:75:\"A complete extension to display your portfolio and work in a beautiful way.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/card_banner.png\";s:15:\"selling_point_0\";s:75:\"Display your portfolio anywhere you want via a page template or a shortcode\";s:15:\"selling_point_1\";s:24:\"Show/hide the filter bar\";s:15:\"selling_point_2\";s:58:\"Control the filter bar positioning, styling and typography\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/screenshots/2.png\";}s:2:\"id\";s:3:\"826\";s:7:\"updated\";s:19:\"2019-08-04 07:20:12\";s:7:\"created\";s:19:\"2019-05-16 04:56:11\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_d0109c81ea2f48fdfa29c30d9d20b\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3761\";s:7:\"updated\";s:19:\"2023-02-09 06:54:01\";s:7:\"created\";s:19:\"2019-05-06 13:55:52\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:8;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:17:\"Ocean White Label\";s:4:\"slug\";s:17:\"ocean-white-label\";s:12:\"premium_slug\";s:17:\"ocean-white-label\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:3;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3762\";s:11:\"description\";s:302:\"<ul>\n<li>Add your own branding name in the admin pages</li>\n<li>Add your own theme name</li>\n<li>Add your own theme author</li>\n<li>Add your own theme author url</li>\n<li>Add your own theme description</li>\n<li>Add your own theme screenshot</li>\n<li>Remove the White Label box in Theme Panel</li> </ul>\";s:17:\"short_description\";s:69:\"Impress clients by replacing the OceanWP name by your own brand name.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/card_banner.png\";s:15:\"selling_point_0\";s:45:\"Add your own branding name in the admin pages\";s:15:\"selling_point_1\";s:68:\"Add your own theme name, author, author url, description, screenshot\";s:15:\"selling_point_2\";s:41:\"Remove the White Label box in Theme Panel\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/screenshots/2.png\";}s:2:\"id\";s:3:\"830\";s:7:\"updated\";s:19:\"2019-08-04 07:36:38\";s:7:\"created\";s:19:\"2019-05-16 05:01:36\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_c9bb8f8d46af4c19cc2b66105accb\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3762\";s:7:\"updated\";s:19:\"2023-02-09 06:50:40\";s:7:\"created\";s:19:\"2019-05-06 13:57:59\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:9;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:15:\"Ocean Instagram\";s:4:\"slug\";s:15:\"ocean-instagram\";s:12:\"premium_slug\";s:15:\"ocean-instagram\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:2;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3763\";s:11:\"description\";s:224:\"<ul>\n<li>Display your Instagram photos</li>\n<li>Choose the column number</li>\n<li>Show/hide the likes &amp; comments</li>\n<li>Show/hide the captions</li>\n<li>Display your username, follow, posts, biograhpy, etc...</li> </ul>\";s:17:\"short_description\";s:70:\"Fetch and customize your Instagram feed to display in a beautiful way.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/card_banner.png\";s:15:\"selling_point_0\";s:29:\"Display your Instagram photos\";s:15:\"selling_point_1\";s:24:\"Choose the column number\";s:15:\"selling_point_2\";s:34:\"Show/hide the likes &amp; comments\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/screenshots/2.png\";}s:2:\"id\";s:3:\"824\";s:7:\"updated\";s:19:\"2019-08-04 07:11:09\";s:7:\"created\";s:19:\"2019-05-16 04:55:16\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_60babf307a20c89d435bcd61d54e8\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3763\";s:7:\"updated\";s:19:\"2023-02-09 06:51:16\";s:7:\"created\";s:19:\"2019-05-06 14:00:21\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:10;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:17:\"Ocean Popup Login\";s:4:\"slug\";s:17:\"ocean-popup-login\";s:12:\"premium_slug\";s:17:\"ocean-popup-login\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:14;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3764\";s:11:\"description\";s:185:\"<ul>\n<li>Add the login/register link where you want</li>\n<li>Style the form</li>\n<li>Add a background image in the form</li>\n<li>Change the title and description for the form</li> </ul>\";s:17:\"short_description\";s:59:\"A plugin to add a popup login/register form where you want.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/card_banner.png\";s:15:\"selling_point_0\";s:42:\"Add the login/register link where you want\";s:15:\"selling_point_1\";s:14:\"Style the form\";s:15:\"selling_point_2\";s:34:\"Add a background image in the form\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/screenshots/2.png\";}s:2:\"id\";s:3:\"825\";s:7:\"updated\";s:19:\"2019-08-04 07:12:58\";s:7:\"created\";s:19:\"2019-05-16 04:55:50\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_e0499681c773af2bbac0016bb24ff\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3764\";s:7:\"updated\";s:19:\"2023-02-09 06:54:30\";s:7:\"created\";s:19:\"2019-05-06 14:02:12\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:11;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:19:\"Ocean Cookie Notice\";s:4:\"slug\";s:19:\"ocean-cookie-notice\";s:12:\"premium_slug\";s:19:\"ocean-cookie-notice\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:7;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3765\";s:11:\"description\";s:368:\"<ul>\n<li>Add scripts that will be loaded only after the user consent</li>\n<li>Choose to reload the page after the cookie accept</li>\n<li>Two notice styles</li>\n<li>Add your own content</li>\n<li>Add your own button text</li>\n<li>Choose between a button or a close icon to close the notice</li>\n<li>Many styling settings to customize every parts of the notice</li> </ul>\";s:17:\"short_description\";s:91:\"\nInform users that you are using cookies to comply with the EU cookie law GDPR regulations.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/card_banner.png\";s:15:\"selling_point_0\";s:59:\"Add scripts that will be loaded only after the user consent\";s:15:\"selling_point_1\";s:49:\"Choose to reload the page after the cookie accept\";s:15:\"selling_point_2\";s:17:\"Two notice styles\";s:11:\"screenshots\";O:8:\"stdClass\":4:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/2.png\";s:12:\"screenshot_3\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/3.png\";}s:2:\"id\";s:3:\"817\";s:7:\"updated\";s:19:\"2019-08-04 06:36:09\";s:7:\"created\";s:19:\"2019-05-15 10:13:47\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_2ebffcd411ce5f21e543822065b7d\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3765\";s:7:\"updated\";s:19:\"2023-02-09 06:58:21\";s:7:\"created\";s:19:\"2019-05-06 14:04:05\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:12;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:17:\"Ocean Full Screen\";s:4:\"slug\";s:17:\"ocean-full-screen\";s:12:\"premium_slug\";s:17:\"ocean-full-screen\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:7;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3766\";s:11:\"description\";s:241:\"<ul>\n<li>Very easy to use</li>\n<li>Add your own scrolling speed</li>\n<li>Add a side navigation</li>\n<li>Change the navigation color</li>\n<li>Add tooltips to the navigation</li>\n<li>Disable the scrolling effect at the size you want</li> </ul>\";s:17:\"short_description\";s:63:\"A simple and easy way to create a fullscreen scrolling website.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/card_banner.png\";s:15:\"selling_point_0\";s:16:\"Very easy to use\";s:15:\"selling_point_1\";s:28:\"Add your own scrolling speed\";s:15:\"selling_point_2\";s:21:\"Add a side navigation\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/screenshots/2.png\";}s:2:\"id\";s:3:\"822\";s:7:\"updated\";s:19:\"2019-08-04 06:57:28\";s:7:\"created\";s:19:\"2019-05-16 04:54:33\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_e0f5fb19e66d3b97f64adb891fae5\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3766\";s:7:\"updated\";s:19:\"2023-02-09 06:56:25\";s:7:\"created\";s:19:\"2019-05-06 14:06:43\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:13;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:15:\"Ocean Pro Demos\";s:4:\"slug\";s:15:\"ocean-pro-demos\";s:12:\"premium_slug\";s:15:\"ocean-pro-demos\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:18;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3797\";s:11:\"description\";N;s:17:\"short_description\";N;s:10:\"banner_url\";N;s:15:\"card_banner_url\";N;s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:4:\"2584\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2022-01-07 00:18:17\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_a34c58ab5e7159d54e88175c1c03f\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3797\";s:7:\"updated\";s:19:\"2023-02-09 07:44:15\";s:7:\"created\";s:19:\"2019-05-14 12:39:32\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:14;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:11:\"Ocean Extra\";s:4:\"slug\";s:11:\"ocean-extra\";s:12:\"premium_slug\";s:19:\"ocean-extra-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3806\";s:11:\"description\";s:759:\"<ul>\n<li style=\"color: #333;font-weight: 600\">Meta Boxes</li>\n<li>Change the layout per page/post</li>\n<li>Select the sidebar per page/post</li>\n<li>Enable/Disable the margins top/bottom</li>\n<li>Enable/Disable the title</li>\n<li>Add a custom title</li>\n<li>Add a subheading for your title</li>\n<li>Select the style of your title</li>\n<li>Unique options for the different post format</li>\n<li>Add gallery image for the gallery post format</li>\n<li>And much more...</li>\n<li style=\"color: #333;font-weight: 600;margin-top: 20px\">Theme Panel</li>\n<li>Enable/Disable the Customizer panels</li>\n<li>Activate the licenses of the OceanWP extensions</li>\n<li>Enable/Disable all the theme scripts &amp; styles</li>\n<li>Import/Export the customizer settings</li> </ul>\";s:17:\"short_description\";N;s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/card_banner.png\";s:15:\"selling_point_0\";s:31:\"Change the layout per page/post\";s:15:\"selling_point_1\";s:32:\"Select the sidebar per page/post\";s:15:\"selling_point_2\";s:45:\"Add gallery image for the gallery post format\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/screenshots/2.png\";}s:2:\"id\";s:3:\"832\";s:7:\"updated\";s:19:\"2019-08-04 07:50:27\";s:7:\"created\";s:19:\"2019-05-16 08:37:18\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_dc69e18411e45b6f22272ac4586b1\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3806\";s:7:\"updated\";s:19:\"2019-05-16 07:48:04\";s:7:\"created\";s:19:\"2019-05-16 07:48:04\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:15;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:20:\"Ocean Social Sharing\";s:4:\"slug\";s:20:\"ocean-social-sharing\";s:12:\"premium_slug\";s:28:\"ocean-social-sharing-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3807\";s:11:\"description\";s:336:\"<ul>\n<li>Add social networks: Twitter, Facebook, LinkedIn, Google+, Pinterest, Viber, VK, Reddit, Tumblr and Viadeo.</li>\n<li>Alter the social sharing buttons.</li>\n<li>Choose between three styles.</li>\n<li>Add the social names.</li>\n<li>Choose the heading position.</li>\n<li>Add or edit the social sharing via a child theme.</li> </ul>\";s:17:\"short_description\";s:58:\"A simple plugin to add social share buttons to your posts.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/card_banner.png\";s:15:\"selling_point_0\";s:106:\"Add social networks: Twitter, Facebook, LinkedIn, Google+, Pinterest, Viber, VK, Reddit, Tumblr and Viadeo\";s:15:\"selling_point_1\";s:32:\"Alter the social sharing buttons\";s:15:\"selling_point_2\";s:27:\"Choose between three styles\";s:11:\"screenshots\";O:8:\"stdClass\":4:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/2.png\";s:12:\"screenshot_3\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/3.png\";}s:2:\"id\";s:3:\"838\";s:7:\"updated\";s:19:\"2019-08-04 08:00:26\";s:7:\"created\";s:19:\"2019-05-16 08:44:21\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_0aa6121ff893b29efa9a58d6c0ad5\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3807\";s:7:\"updated\";s:19:\"2023-02-09 07:46:42\";s:7:\"created\";s:19:\"2019-05-16 07:53:38\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:16;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:21:\"Ocean Product Sharing\";s:4:\"slug\";s:21:\"ocean-product-sharing\";s:12:\"premium_slug\";s:29:\"ocean-product-sharing-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3809\";s:11:\"description\";s:177:\"<ul>\n<li>Add social twitter, facebook, pinterest and email sharing</li>\n<li>Alter the social sharing buttons</li>\n<li>Add or edit the social sharing via a child theme</li> </ul>\";s:17:\"short_description\";s:121:\"A simple plugin to add social share buttons to your product page, compatible with WooCommerce and Easy Digital Downloads.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/card_banner.png\";s:15:\"selling_point_0\";s:57:\"Add social twitter, facebook, pinterest and email sharing\";s:15:\"selling_point_1\";s:32:\"Alter the social sharing buttons\";s:15:\"selling_point_2\";s:48:\"Add or edit the social sharing via a child theme\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/screenshots/2.png\";}s:2:\"id\";s:3:\"837\";s:7:\"updated\";s:19:\"2019-08-04 07:55:00\";s:7:\"created\";s:19:\"2019-05-16 08:43:10\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_e8cc3b7980be98f86dc7286572cc0\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3809\";s:7:\"updated\";s:19:\"2023-02-09 07:46:32\";s:7:\"created\";s:19:\"2019-05-16 08:00:39\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:17;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:20:\"Ocean Custom Sidebar\";s:4:\"slug\";s:20:\"ocean-custom-sidebar\";s:12:\"premium_slug\";s:28:\"ocean-custom-sidebar-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3810\";s:11:\"description\";s:58:\"<ul>\n<li>Create an unlimited number of sidebars</li> </ul>\";s:17:\"short_description\";s:136:\"Generates an unlimited number of sidebars and place them anywhere you wish. Go to Theme Panel > Sidebars to create your custom sidebars.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/card_banner.png\";s:15:\"selling_point_0\";s:38:\"Create an unlimited number of sidebars\";s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/screenshots/2.png\";}s:2:\"id\";s:3:\"833\";s:7:\"updated\";s:19:\"2019-08-04 07:47:46\";s:7:\"created\";s:19:\"2019-05-16 08:38:20\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_e1fc615375e847fd4d955c62b2a34\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3810\";s:7:\"updated\";s:19:\"2023-02-09 07:46:31\";s:7:\"created\";s:19:\"2019-05-16 08:04:08\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:18;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:17:\"Ocean Demo Import\";s:4:\"slug\";s:17:\"ocean-demo-import\";s:12:\"premium_slug\";s:27:\"activity-log-mainwp-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3811\";s:11:\"description\";s:55:\"<ul>\n<li>Import the sample data in one click</li> </ul>\";s:17:\"short_description\";s:80:\"Import the OceanWP demo content, widgets and customizer settings with one click.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/card_banner.png\";s:15:\"selling_point_0\";s:35:\"Import the sample data in one click\";s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/screenshots/2.png\";}s:2:\"id\";s:3:\"834\";s:7:\"updated\";s:19:\"2019-08-04 07:48:57\";s:7:\"created\";s:19:\"2019-05-16 08:39:11\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_28285e0f391b4955f4460589da147\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3811\";s:7:\"updated\";s:19:\"2023-02-09 01:47:33\";s:7:\"created\";s:19:\"2019-05-16 08:06:15\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:19;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:18:\"Ocean Posts Slider\";s:4:\"slug\";s:18:\"ocean-posts-slider\";s:12:\"premium_slug\";s:26:\"ocean-posts-slider-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3813\";s:11:\"description\";s:373:\"<ul>\n<li>Choose your slider style</li>\n<li>Enter the number of posts to display</li>\n<li>Select the size of the images</li>\n<li>Change the read more text</li>\n<li>Enter a margin to add a space between the slider and your content</li>\n<li>Enter the transition speed of the slides</li>\n<li>Exclude categories of posts</li>\n<li>Choose the order and oder by of posts</li> </ul>\";s:17:\"short_description\";s:71:\"Display your latest posts in a beautiful slider with different options.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/card_banner.png\";s:15:\"selling_point_0\";s:24:\"Choose your slider style\";s:15:\"selling_point_1\";s:36:\"Enter the number of posts to display\";s:15:\"selling_point_2\";s:29:\"Select the size of the images\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/screenshots/2.png\";}s:2:\"id\";s:3:\"836\";s:7:\"updated\";s:19:\"2019-08-04 07:53:25\";s:7:\"created\";s:19:\"2019-05-16 08:42:09\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_eae1ef26c136dd8af5ef7a6cf7557\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3813\";s:7:\"updated\";s:19:\"2023-02-09 05:39:04\";s:7:\"created\";s:19:\"2019-05-16 08:08:26\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:20;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:18:\"Ocean Modal Window\";s:4:\"slug\";s:18:\"ocean-modal-window\";s:12:\"premium_slug\";s:26:\"ocean-modal-window-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3814\";s:11:\"description\";s:203:\"<ul>\n<li>Create as many modals as you want</li>\n<li>Choose your custom width</li>\n<li>Insert the content you want (shortcodes allowed)</li>\n<li>Choose your own colors</li>\n<li>Fully responsive</li> </ul>\";s:17:\"short_description\";s:80:\"Insert any content in a modals and place the opening button anywhere to open it.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/card_banner.png\";s:15:\"selling_point_0\";s:33:\"Create as many modals as you want\";s:15:\"selling_point_1\";s:24:\"Choose your custom width\";s:15:\"selling_point_2\";s:48:\"Insert the content you want (shortcodes allowed)\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/screenshots/2.png\";}s:2:\"id\";s:3:\"835\";s:7:\"updated\";s:19:\"2019-08-04 07:51:54\";s:7:\"created\";s:19:\"2019-05-16 08:40:03\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_7e254472063a1abd3b7e342930210\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3814\";s:7:\"updated\";s:19:\"2023-02-08 22:25:36\";s:7:\"created\";s:19:\"2019-05-16 08:10:28\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:21;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:20:\"Ocean Stick Anything\";s:4:\"slug\";s:20:\"ocean-stick-anything\";s:12:\"premium_slug\";s:28:\"ocean-stick-anything-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3815\";s:11:\"description\";s:190:\"<ul>\n<li>Stick one or several elements</li>\n<li>Add an offset to add a spacing between the top of the page and your sticky element</li>\n<li>Destroy the sticky on the size you want</li>\n</ul>\";s:17:\"short_description\";s:43:\"A simple plugin to stick anything you want.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/card_banner.png\";s:15:\"selling_point_0\";s:29:\"Stick one or several elements\";s:15:\"selling_point_1\";s:82:\"Add an offset to add a spacing between the top of the page and your sticky element\";s:15:\"selling_point_2\";s:39:\"Destroy the sticky on the size you want\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/screenshots/2.png\";}s:2:\"id\";s:3:\"839\";s:7:\"updated\";s:19:\"2019-08-04 08:03:54\";s:7:\"created\";s:19:\"2019-05-16 08:45:08\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_f9a790f52e74ee60eb2812ba763dd\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3815\";s:7:\"updated\";s:19:\"2023-02-09 07:46:35\";s:7:\"created\";s:19:\"2019-05-16 08:12:51\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:22;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:24:\"Ocean eComm Treasure Box\";s:4:\"slug\";s:15:\"ocean-ecommerce\";s:12:\"premium_slug\";s:15:\"ocean-ecommerce\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:2;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:5:\"11449\";s:11:\"description\";s:577:\"OceanWP’s Ocean eComm Treasure Box lets you control all UI and UX aspects of your eComm store. You can create multiple product page designs for maximum optimization, design the cart and checkout pages and much more.\nThe eCommerce space is saturated and competitive. The ability to customize your shop design and A/B test designs on the fly gives you a competitive edge over the competition. Ocean eComm Treasure Box enables you to customize your WooCommerce shop design from the ground up with a simple drag and drop interface and the power of OceanWP’s amazing customizer.\";s:17:\"short_description\";s:133:\"Ocean eComm Treasure Box enables you to customize your WooCommerce shop design from the ground up with a simple drag & drop interface\";s:10:\"banner_url\";s:62:\"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/banner.png\";s:15:\"card_banner_url\";s:67:\"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/card_banner.png\";s:15:\"selling_point_0\";s:103:\"Gain the ability to redesign all predefined WooCommerce pages: Cart, Check out, Product pages and more.\";s:15:\"selling_point_1\";s:104:\"Create different and unique product pages design on the same WooCommerce store for maximum optimization.\";s:15:\"selling_point_2\";s:84:\"Create new page design on the fly for maximum control, A/B testing and optimization.\";s:11:\"screenshots\";O:8:\"stdClass\":4:{s:12:\"screenshot_0\";s:69:\"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/screenshots/0.png\";s:12:\"screenshot_1\";s:69:\"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/screenshots/1.png\";s:12:\"screenshot_2\";s:69:\"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/screenshots/2.png\";s:12:\"screenshot_3\";s:69:\"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/screenshots/3.png\";}s:2:\"id\";s:4:\"3198\";s:7:\"updated\";s:19:\"2023-01-17 20:20:46\";s:7:\"created\";s:19:\"2022-11-18 02:51:08\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_70588ef53eceb08eb9925752be526\";s:10:\"secret_key\";N;s:2:\"id\";s:5:\"11449\";s:7:\"updated\";s:19:\"2023-02-08 15:52:21\";s:7:\"created\";s:19:\"2022-11-11 23:34:22\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:11:\"plugin_data\";a:6:{s:18:\"ocean-posts-slider\";a:15:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:41:\"ocean-posts-slider/ocean-posts-slider.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1611126210;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.4.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"1.1.0\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:8:\"aegis.qa\";s:9:\"server_ip\";s:15:\"110.225.247.204\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1611126210;s:7:\"version\";s:5:\"1.1.0\";}s:15:\"prev_is_premium\";b:0;}s:18:\"ocean-modal-window\";a:15:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:41:\"ocean-modal-window/ocean-modal-window.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1611302483;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.4.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"1.1.0\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:8:\"aegis.qa\";s:9:\"server_ip\";s:15:\"106.214.199.157\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1611302483;s:7:\"version\";s:5:\"1.1.0\";}s:15:\"prev_is_premium\";b:0;}s:18:\"blog-designer-pack\";a:23:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:41:\"blog-designer-pack/blog-designer-pack.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1611821792;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.5.2\";s:11:\"sdk_version\";s:5:\"2.5.3\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:3:\"3.2\";s:14:\"plugin_version\";s:3:\"3.3\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:8:\"aegis.qa\";s:9:\"server_ip\";s:14:\"203.145.165.17\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1611821792;s:7:\"version\";s:5:\"2.2.5\";}s:15:\"prev_is_premium\";b:0;s:30:\"is_extensions_tracking_allowed\";b:1;s:14:\"has_trial_plan\";b:0;s:22:\"install_sync_timestamp\";i:1675942741;s:19:\"keepalive_timestamp\";i:1675942741;s:20:\"activation_timestamp\";i:1611827205;s:14:\"sync_timestamp\";i:1675942741;s:15:\"is_whitelabeled\";b:0;s:9:\"sync_cron\";O:8:\"stdClass\":5:{s:7:\"version\";s:5:\"2.2.7\";s:7:\"blog_id\";i:0;s:11:\"sdk_version\";s:5:\"2.4.2\";s:9:\"timestamp\";i:1632377084;s:2:\"on\";b:1;}}s:50:\"redirect-404-error-page-to-homepage-or-custom-page\";a:22:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:105:\"redirect-404-error-page-to-homepage-or-custom-page/redirect-404-error-page-to-homepage-or-custom-page.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1611914005;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.4.1\";s:11:\"sdk_version\";s:5:\"2.4.2\";s:16:\"sdk_upgrade_mode\";b:0;s:18:\"sdk_downgrade_mode\";b:1;s:19:\"plugin_last_version\";s:5:\"1.7.8\";s:14:\"plugin_version\";s:5:\"1.7.9\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:8:\"aegis.qa\";s:9:\"server_ip\";s:14:\"203.145.165.17\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1611914005;s:7:\"version\";s:5:\"1.7.7\";}s:15:\"prev_is_premium\";b:0;s:30:\"is_extensions_tracking_allowed\";b:1;s:14:\"has_trial_plan\";b:0;s:22:\"install_sync_timestamp\";i:1658234782;s:19:\"keepalive_timestamp\";i:1658234782;s:20:\"activation_timestamp\";i:1611914013;s:14:\"sync_timestamp\";i:1658234782;s:9:\"sync_cron\";O:8:\"stdClass\":5:{s:7:\"version\";s:5:\"1.7.9\";s:7:\"blog_id\";i:0;s:11:\"sdk_version\";s:5:\"2.4.2\";s:9:\"timestamp\";i:1632377084;s:2:\"on\";b:1;}}s:30:\"bulk-image-alt-text-with-yoast\";a:20:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:65:\"bulk-image-alt-text-with-yoast/bulk-image-alt-text-with-yoast.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1612853034;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.4.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"1.4.4\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:8:\"aegis.qa\";s:9:\"server_ip\";s:13:\"193.176.84.16\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1612853034;s:7:\"version\";s:5:\"1.4.4\";}s:15:\"prev_is_premium\";b:0;s:30:\"is_extensions_tracking_allowed\";b:1;s:14:\"has_trial_plan\";b:1;s:22:\"install_sync_timestamp\";i:1612856110;s:19:\"keepalive_timestamp\";i:1612856110;s:20:\"activation_timestamp\";i:1612853042;}s:13:\"master-addons\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:31:\"master-addons/master-addons.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1616153775;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";s:5:\"2.4.2\";s:11:\"sdk_version\";s:5:\"2.4.1\";s:16:\"sdk_upgrade_mode\";b:0;s:18:\"sdk_downgrade_mode\";b:1;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"1.5.9\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:8:\"aegis.qa\";s:9:\"server_ip\";s:14:\"122.173.54.118\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1616153775;s:7:\"version\";s:5:\"1.5.9\";}s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1616153800;s:7:\"version\";s:5:\"1.5.9\";}}}s:7:\"plugins\";a:6:{s:18:\"ocean-posts-slider\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:18:\"Ocean Posts Slider\";s:4:\"slug\";s:18:\"ocean-posts-slider\";s:12:\"premium_slug\";s:18:\"ocean-posts-slider\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:41:\"ocean-posts-slider/ocean-posts-slider.php\";s:7:\"version\";s:5:\"1.1.0\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_eae1ef26c136dd8af5ef7a6cf7557\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3813\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:18:\"ocean-modal-window\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:18:\"Ocean Modal Window\";s:4:\"slug\";s:18:\"ocean-modal-window\";s:12:\"premium_slug\";s:18:\"ocean-modal-window\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:41:\"ocean-modal-window/ocean-modal-window.php\";s:7:\"version\";s:5:\"1.1.0\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_7e254472063a1abd3b7e342930210\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3814\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:18:\"blog-designer-pack\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:18:\"Blog Designer Pack\";s:4:\"slug\";s:18:\"blog-designer-pack\";s:12:\"premium_slug\";s:22:\"blog-designer-pack-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:41:\"blog-designer-pack/blog-designer-pack.php\";s:7:\"version\";s:3:\"3.3\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:3:\"Pro\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_69ea3fbbc33c94a77c0ff3e51ca59\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"5311\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:50:\"redirect-404-error-page-to-homepage-or-custom-page\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:50:\"Redirect 404 Error Page to Homepage or Custom Page\";s:4:\"slug\";s:50:\"redirect-404-error-page-to-homepage-or-custom-page\";s:12:\"premium_slug\";s:58:\"redirect-404-error-page-to-homepage-or-custom-page-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:105:\"redirect-404-error-page-to-homepage-or-custom-page/redirect-404-error-page-to-homepage-or-custom-page.php\";s:7:\"version\";s:5:\"1.7.9\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_05d75331403f317e45a581145897b\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"2390\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:30:\"bulk-image-alt-text-with-yoast\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:82:\"BIALTY - Bulk Image Alt Text (Alt tag, Alt Attribute) with Yoast SEO + WooCommerce\";s:4:\"slug\";s:30:\"bulk-image-alt-text-with-yoast\";s:12:\"premium_slug\";s:38:\"bulk-image-alt-text-with-yoast-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";s:3:\"all\";s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:65:\"bulk-image-alt-text-with-yoast/bulk-image-alt-text-with-yoast.php\";s:7:\"version\";s:5:\"1.4.4\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_a805c7e6685744c85d7e720fd230d\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"2602\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:13:\"master-addons\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:27:\"Master Addons for Elementor\";s:4:\"slug\";s:13:\"master-addons\";s:12:\"premium_slug\";s:17:\"master-addons-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";s:3:\"all\";s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:31:\"master-addons/master-addons.php\";s:7:\"version\";s:5:\"1.5.9\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:5:\"(Pro)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_3c9b5b4e47a06288e3500c7bf812e\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"4015\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:5:\"plans\";a:3:{s:18:\"blog-designer-pack\";a:2:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"NTMxMQ==\";s:4:\"name\";s:8:\"ZnJlZQ==\";s:5:\"title\";s:8:\"RnJlZQ==\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:4:\"MQ==\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";N;s:13:\"support_forum\";s:76:\"aHR0cHM6Ly93b3JkcHJlc3Mub3JnL3N1cHBvcnQvcGx1Z2luL2Jsb2ctZGVzaWduZXItcGFjay8=\";s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:0:\"\";s:2:\"id\";s:8:\"ODYwMQ==\";s:7:\"updated\";s:28:\"MjAyMC0wMS0wOCAxMToyNDoyMA==\";s:7:\"created\";s:28:\"MjAyMC0wMS0wNyAxODo0NjozOA==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:1;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"NTMxMQ==\";s:4:\"name\";s:4:\"cHJv\";s:5:\"title\";s:16:\"UHJvZmVzc2lvbmFs\";s:11:\"description\";s:0:\"\";s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:0:\"\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";s:68:\"aHR0cHM6Ly9kb2NzLmluZm9ybndlYi5jb20vYmxvZy1kZXNpZ25lci1wYWNrLXByby8=\";s:13:\"support_forum\";N;s:13:\"support_email\";s:28:\"c3VwcG9ydEBpbmZvcm53ZWIuY29t\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:4:\"MQ==\";s:2:\"id\";s:8:\"ODYwMg==\";s:7:\"updated\";s:28:\"MjAyMy0wMS0xMiAxMToxNDozNg==\";s:7:\"created\";s:28:\"MjAyMC0wMS0wOCAwNzowMjo0NQ==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:50:\"redirect-404-error-page-to-homepage-or-custom-page\";a:1:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"MjM5MA==\";s:4:\"name\";s:8:\"ZnJlZQ==\";s:5:\"title\";s:8:\"RnJlZQ==\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:4:\"MQ==\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:0:\"\";s:2:\"id\";s:8:\"MzY2NA==\";s:7:\"updated\";N;s:7:\"created\";s:28:\"MjAxOC0wOC0wMSAxODowNDo1NA==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:30:\"bulk-image-alt-text-with-yoast\";a:2:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"MjYwMg==\";s:4:\"name\";s:8:\"ZnJlZQ==\";s:5:\"title\";s:8:\"RnJlZQ==\";s:11:\"description\";s:72:\"QXV0by1hZGQgaW1hZ2UgQWx0IHRleHRzIHRvIGFsbCB5b3VyIHBhZ2VzIGFuZCBwb3N0cw==\";s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:4:\"MQ==\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";s:36:\"c3VwcG9ydEBiZXR0ZXItcm9ib3RzLmNvbQ==\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:0:\"\";s:2:\"id\";s:8:\"NDAyNg==\";s:7:\"updated\";s:28:\"MjAxOS0wNC0xNCAyMTowMjoxMQ==\";s:7:\"created\";s:28:\"MjAxOC0wOS0xNCAxODowNzoxOA==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:1;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"MjYwMg==\";s:4:\"name\";s:12:\"YmlhbHR5cHJv\";s:5:\"title\";s:16:\"QmlhbHR5IFBSTw==\";s:11:\"description\";s:60:\"Qm9vc3QgeW91ciB3ZWJzaXRlIChHT09HTEUgKyBHT09HTEUgSU1BR0VTKQ==\";s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:4:\"MQ==\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";s:4:\"Nw==\";s:23:\"is_require_subscription\";s:4:\"MQ==\";s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";s:24:\"c3VwcG9ydEBiaWFsdHkuY29t\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:4:\"MQ==\";s:2:\"id\";s:8:\"NDEzMg==\";s:7:\"updated\";s:28:\"MjAyMC0wMS0wMiAxODowMDowNw==\";s:7:\"created\";s:28:\"MjAxOC0wOS0yOSAxNDo0OTowMg==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:14:\"active_plugins\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1675942741;s:3:\"md5\";s:32:\"8e75aed5ea9b5b359adb869c65f435f5\";s:7:\"plugins\";a:29:{s:41:\"blog-designer-pack/blog-designer-pack.php\";a:5:{s:4:\"slug\";s:18:\"blog-designer-pack\";s:7:\"version\";s:5:\"2.2.5\";s:5:\"title\";s:18:\"Blog Designer Pack\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:33:\"classic-editor/classic-editor.php\";a:5:{s:4:\"slug\";s:14:\"classic-editor\";s:7:\"version\";s:3:\"1.6\";s:5:\"title\";s:14:\"Classic Editor\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:36:\"contact-form-7/wp-contact-form-7.php\";a:5:{s:4:\"slug\";s:14:\"contact-form-7\";s:7:\"version\";s:5:\"5.3.2\";s:5:\"title\";s:14:\"Contact Form 7\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:29:\"custom-fonts/custom-fonts.php\";a:5:{s:4:\"slug\";s:12:\"custom-fonts\";s:7:\"version\";s:5:\"1.2.6\";s:5:\"title\";s:12:\"Custom Fonts\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:23:\"elementor/elementor.php\";a:5:{s:4:\"slug\";s:9:\"elementor\";s:7:\"version\";s:5:\"3.1.0\";s:5:\"title\";s:9:\"Elementor\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:51:\"header-footer-elementor/header-footer-elementor.php\";a:5:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:7:\"version\";s:5:\"1.5.6\";s:5:\"title\";s:35:\"Elementor - Header, Footer & Blocks\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:37:\"elementskit-lite/elementskit-lite.php\";a:5:{s:4:\"slug\";s:16:\"elementskit-lite\";s:7:\"version\";s:5:\"2.1.4\";s:5:\"title\";s:16:\"ElementsKit Lite\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:37:\"ultimate-addons-for-elementor/uae.php\";a:5:{s:4:\"slug\";s:29:\"ultimate-addons-for-elementor\";s:7:\"version\";s:3:\"1.7\";s:5:\"title\";s:25:\"Mega Addons For Elementor\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:27:\"ocean-extra/ocean-extra.php\";a:5:{s:4:\"slug\";s:11:\"ocean-extra\";s:7:\"version\";s:5:\"1.7.0\";s:5:\"title\";s:11:\"Ocean Extra\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:21:\"flamingo/flamingo.php\";a:5:{s:4:\"slug\";s:8:\"flamingo\";s:7:\"version\";s:5:\"2.2.1\";s:5:\"title\";s:8:\"Flamingo\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:24:\"wordpress-seo/wp-seo.php\";a:15:{s:4:\"Name\";s:9:\"Yoast SEO\";s:9:\"PluginURI\";s:18:\"https://yoa.st/1uj\";s:7:\"Version\";s:4:\"15.7\";s:11:\"Description\";s:117:\"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.\";s:6:\"Author\";s:10:\"Team Yoast\";s:9:\"AuthorURI\";s:18:\"https://yoa.st/1uk\";s:10:\"TextDomain\";s:13:\"wordpress-seo\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"5.5\";s:11:\"RequiresPHP\";s:6:\"5.6.20\";s:5:\"Title\";s:9:\"Yoast SEO\";s:10:\"AuthorName\";s:10:\"Team Yoast\";s:9:\"is_active\";b:1;s:4:\"slug\";s:13:\"wordpress-seo\";}s:35:\"advanced-cf7-db/advanced-cf7-db.php\";a:5:{s:4:\"slug\";s:15:\"advanced-cf7-db\";s:7:\"version\";s:5:\"1.8.1\";s:5:\"title\";s:15:\"Advanced CF7 DB\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:30:\"advanced-custom-fields/acf.php\";a:5:{s:4:\"slug\";s:22:\"advanced-custom-fields\";s:7:\"version\";s:5:\"5.9.5\";s:5:\"title\";s:22:\"Advanced Custom Fields\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:35:\"menu-duplicator/menu-duplicator.php\";a:15:{s:4:\"Name\";s:15:\"Menu Duplicator\";s:9:\"PluginURI\";s:36:\"http://jereross.com/menu-duplicator/\";s:7:\"Version\";s:3:\"0.5\";s:11:\"Description\";s:33:\"Quickly duplicate WordPress menus\";s:6:\"Author\";s:11:\"Jeremy Ross\";s:9:\"AuthorURI\";s:19:\"http://jereross.com\";s:10:\"TextDomain\";s:15:\"menu-duplicator\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"4.0\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:15:\"Menu Duplicator\";s:10:\"AuthorName\";s:11:\"Jeremy Ross\";s:9:\"is_active\";b:1;s:4:\"slug\";s:15:\"menu-duplicator\";}s:39:\"permalink-manager/permalink-manager.php\";a:15:{s:4:\"Name\";s:22:\"Permalink Manager Lite\";s:9:\"PluginURI\";s:46:\"https://permalinkmanager.pro?utm_source=plugin\";s:7:\"Version\";s:7:\"2.2.9.6\";s:11:\"Description\";s:132:\"Advanced plugin that allows to set-up custom permalinks (bulk editors included), slugs and permastructures (WooCommerce compatible).\";s:6:\"Author\";s:10:\"Maciej Bis\";s:9:\"AuthorURI\";s:21:\"http://maciejbis.net/\";s:10:\"TextDomain\";s:17:\"permalink-manager\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:22:\"Permalink Manager Lite\";s:10:\"AuthorName\";s:10:\"Maciej Bis\";s:9:\"is_active\";b:1;s:4:\"slug\";s:17:\"permalink-manager\";}s:29:\"health-check/health-check.php\";a:5:{s:4:\"slug\";s:12:\"health-check\";s:7:\"version\";s:5:\"1.4.5\";s:5:\"title\";s:30:\"Health Check & Troubleshooting\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:57:\"prevent-landscape-rotation/prevent-landscape-rotation.php\";a:5:{s:4:\"slug\";s:26:\"prevent-landscape-rotation\";s:7:\"version\";s:3:\"2.0\";s:5:\"title\";s:26:\"Prevent Landscape Rotation\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:35:\"insert-headers-and-footers/ihaf.php\";a:5:{s:4:\"slug\";s:26:\"insert-headers-and-footers\";s:7:\"version\";s:5:\"1.6.0\";s:5:\"title\";s:26:\"Insert Headers and Footers\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:17:\"hotjar/hotjar.php\";a:15:{s:4:\"Name\";s:6:\"Hotjar\";s:9:\"PluginURI\";s:0:\"\";s:7:\"Version\";s:6:\"1.0.10\";s:11:\"Description\";s:47:\"The fast & visual way to understand your users.\";s:6:\"Author\";s:6:\"Hotjar\";s:9:\"AuthorURI\";s:23:\"https://www.hotjar.com/\";s:10:\"TextDomain\";s:6:\"hotjar\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:6:\"Hotjar\";s:10:\"AuthorName\";s:6:\"Hotjar\";s:9:\"is_active\";b:1;s:4:\"slug\";s:6:\"hotjar\";}s:32:\"duplicate-page/duplicatepage.php\";a:5:{s:4:\"slug\";s:14:\"duplicate-page\";s:7:\"version\";s:3:\"4.4\";s:5:\"title\";s:14:\"Duplicate Page\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:53:\"ht-easy-google-analytics/ht-easy-google-analytics.php\";a:5:{s:4:\"slug\";s:24:\"ht-easy-google-analytics\";s:7:\"version\";s:5:\"1.0.1\";s:5:\"title\";s:11:\"HT Easy GA4\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:23:\"wp-smushit/wp-smush.php\";a:5:{s:4:\"slug\";s:10:\"wp-smushit\";s:7:\"version\";s:5:\"3.9.0\";s:5:\"title\";s:5:\"Smush\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:73:\"webmasters-core-web-vitals-checker/webmasters-core-web-vitals-checker.php\";a:5:{s:4:\"slug\";s:34:\"webmasters-core-web-vitals-checker\";s:7:\"version\";s:3:\"1.5\";s:5:\"title\";s:41:\"Webmasters Google Core Web Vitals Checker\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:35:\"wp-optimize-premium/wp-optimize.php\";a:16:{s:4:\"Name\";s:44:\"WP-Optimize Premium - Clean, Compress, Cache\";s:9:\"PluginURI\";s:18:\"https://getwpo.com\";s:7:\"Version\";s:6:\"3.1.12\";s:11:\"Description\";s:150:\"WP-Optimize makes your site fast and efficient. It cleans the database, compresses images and caches pages. Fast sites attract more traffic and users.\";s:6:\"Author\";s:42:\"David Anderson, Ruhani Rabin, Team Updraft\";s:9:\"AuthorURI\";s:23:\"https://updraftplus.com\";s:10:\"TextDomain\";s:11:\"wp-optimize\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:19:\"https://getwpo.com/\";s:5:\"Title\";s:44:\"WP-Optimize Premium - Clean, Compress, Cache\";s:10:\"AuthorName\";s:42:\"David Anderson, Ruhani Rabin, Team Updraft\";s:9:\"is_active\";b:1;s:4:\"slug\";s:19:\"wp-optimize-premium\";}s:26:\"unbounce/Unbounce-Page.php\";a:5:{s:4:\"slug\";s:8:\"unbounce\";s:7:\"version\";s:6:\"1.0.47\";s:5:\"title\";s:22:\"Unbounce Landing Pages\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:39:\"eps-301-redirects/eps-301-redirects.php\";a:5:{s:4:\"slug\";s:17:\"eps-301-redirects\";s:7:\"version\";s:4:\"2.70\";s:5:\"title\";s:13:\"301 Redirects\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:31:\"filester/ninja-file-manager.php\";a:5:{s:4:\"slug\";s:8:\"filester\";s:7:\"version\";s:5:\"1.7.6\";s:5:\"title\";s:27:\"Filester - File Manager Pro\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:28:\"malcare-security/malcare.php\";a:5:{s:4:\"slug\";s:16:\"malcare-security\";s:7:\"version\";s:4:\"4.82\";s:5:\"title\";s:79:\"MalCare WordPress Security Plugin - Malware Scanner, Cleaner, Security Firewall\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:33:\"wps-hide-login/wps-hide-login.php\";a:5:{s:4:\"slug\";s:14:\"wps-hide-login\";s:7:\"version\";s:5:\"1.9.6\";s:5:\"title\";s:14:\"WPS Hide Login\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}}}s:11:\"all_plugins\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1675942741;s:3:\"md5\";s:32:\"2a03be6810511d0d2f9b4cdcb7d4342a\";s:7:\"plugins\";a:29:{s:41:\"blog-designer-pack/blog-designer-pack.php\";a:6:{s:4:\"slug\";s:18:\"blog-designer-pack\";s:7:\"version\";s:5:\"2.2.5\";s:5:\"title\";s:18:\"Blog Designer Pack\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:3:\"3.3\";}s:33:\"classic-editor/classic-editor.php\";a:6:{s:4:\"slug\";s:14:\"classic-editor\";s:7:\"version\";s:3:\"1.6\";s:5:\"title\";s:14:\"Classic Editor\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"1.6.2\";}s:36:\"contact-form-7/wp-contact-form-7.php\";a:6:{s:4:\"slug\";s:14:\"contact-form-7\";s:7:\"version\";s:5:\"5.3.2\";s:5:\"title\";s:14:\"Contact Form 7\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"5.7.3\";}s:29:\"custom-fonts/custom-fonts.php\";a:6:{s:4:\"slug\";s:12:\"custom-fonts\";s:7:\"version\";s:5:\"1.2.6\";s:5:\"title\";s:12:\"Custom Fonts\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"1.3.7\";}s:23:\"elementor/elementor.php\";a:6:{s:4:\"slug\";s:9:\"elementor\";s:7:\"version\";s:5:\"3.1.0\";s:5:\"title\";s:9:\"Elementor\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:6:\"3.10.2\";}s:51:\"header-footer-elementor/header-footer-elementor.php\";a:6:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:7:\"version\";s:5:\"1.5.6\";s:5:\"title\";s:35:\"Elementor - Header, Footer & Blocks\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:6:\"1.6.13\";}s:37:\"elementskit-lite/elementskit-lite.php\";a:6:{s:4:\"slug\";s:16:\"elementskit-lite\";s:7:\"version\";s:5:\"2.1.4\";s:5:\"title\";s:16:\"ElementsKit Lite\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"2.8.1\";}s:37:\"ultimate-addons-for-elementor/uae.php\";a:6:{s:4:\"slug\";s:29:\"ultimate-addons-for-elementor\";s:7:\"version\";s:3:\"1.7\";s:5:\"title\";s:25:\"Mega Addons For Elementor\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:3:\"1.8\";}s:27:\"ocean-extra/ocean-extra.php\";a:6:{s:4:\"slug\";s:11:\"ocean-extra\";s:7:\"version\";s:5:\"1.7.0\";s:5:\"title\";s:11:\"Ocean Extra\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"2.1.2\";}s:21:\"flamingo/flamingo.php\";a:6:{s:4:\"slug\";s:8:\"flamingo\";s:7:\"version\";s:5:\"2.2.1\";s:5:\"title\";s:8:\"Flamingo\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:3:\"2.3\";}s:24:\"wordpress-seo/wp-seo.php\";a:6:{s:4:\"slug\";s:13:\"wordpress-seo\";s:7:\"version\";s:4:\"15.7\";s:5:\"title\";s:9:\"Yoast SEO\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:4:\"20.1\";}s:35:\"advanced-cf7-db/advanced-cf7-db.php\";a:6:{s:4:\"slug\";s:15:\"advanced-cf7-db\";s:7:\"version\";s:5:\"1.8.1\";s:5:\"title\";s:15:\"Advanced CF7 DB\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"1.9.2\";}s:35:\"menu-duplicator/menu-duplicator.php\";a:6:{s:4:\"slug\";s:15:\"menu-duplicator\";s:7:\"version\";s:3:\"0.5\";s:5:\"title\";s:15:\"Menu Duplicator\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:3:\"0.6\";}s:30:\"advanced-custom-fields/acf.php\";a:6:{s:4:\"slug\";s:22:\"advanced-custom-fields\";s:7:\"version\";s:5:\"5.9.5\";s:5:\"title\";s:22:\"Advanced Custom Fields\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"6.0.7\";}s:39:\"permalink-manager/permalink-manager.php\";a:6:{s:4:\"slug\";s:17:\"permalink-manager\";s:7:\"version\";s:7:\"2.2.9.6\";s:5:\"title\";s:22:\"Permalink Manager Lite\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"2.3.0\";}s:29:\"health-check/health-check.php\";a:6:{s:4:\"slug\";s:12:\"health-check\";s:7:\"version\";s:5:\"1.4.5\";s:5:\"title\";s:30:\"Health Check & Troubleshooting\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"1.5.1\";}s:57:\"prevent-landscape-rotation/prevent-landscape-rotation.php\";a:5:{s:4:\"slug\";s:26:\"prevent-landscape-rotation\";s:7:\"version\";s:3:\"2.0\";s:5:\"title\";s:26:\"Prevent Landscape Rotation\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:35:\"insert-headers-and-footers/ihaf.php\";a:6:{s:4:\"slug\";s:26:\"insert-headers-and-footers\";s:7:\"version\";s:5:\"1.6.0\";s:5:\"title\";s:26:\"Insert Headers and Footers\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"2.0.7\";}s:17:\"hotjar/hotjar.php\";a:6:{s:4:\"slug\";s:6:\"hotjar\";s:7:\"version\";s:6:\"1.0.10\";s:5:\"title\";s:6:\"Hotjar\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:6:\"1.0.14\";}s:32:\"duplicate-page/duplicatepage.php\";a:6:{s:4:\"slug\";s:14:\"duplicate-page\";s:7:\"version\";s:3:\"4.4\";s:5:\"title\";s:14:\"Duplicate Page\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"4.5.1\";}s:53:\"ht-easy-google-analytics/ht-easy-google-analytics.php\";a:6:{s:4:\"slug\";s:24:\"ht-easy-google-analytics\";s:7:\"version\";s:5:\"1.0.1\";s:5:\"title\";s:11:\"HT Easy GA4\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"1.0.6\";}s:23:\"wp-smushit/wp-smush.php\";a:6:{s:4:\"slug\";s:10:\"wp-smushit\";s:7:\"version\";s:5:\"3.9.0\";s:5:\"title\";s:5:\"Smush\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:6:\"3.12.4\";}s:73:\"webmasters-core-web-vitals-checker/webmasters-core-web-vitals-checker.php\";a:5:{s:4:\"slug\";s:34:\"webmasters-core-web-vitals-checker\";s:7:\"version\";s:3:\"1.5\";s:5:\"title\";s:41:\"Webmasters Google Core Web Vitals Checker\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:35:\"wp-optimize-premium/wp-optimize.php\";a:5:{s:4:\"slug\";s:19:\"wp-optimize-premium\";s:7:\"version\";s:6:\"3.1.12\";s:5:\"title\";s:44:\"WP-Optimize Premium - Clean, Compress, Cache\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:26:\"unbounce/Unbounce-Page.php\";a:6:{s:4:\"slug\";s:8:\"unbounce\";s:7:\"version\";s:6:\"1.0.47\";s:5:\"title\";s:22:\"Unbounce Landing Pages\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:6:\"1.0.49\";}s:39:\"eps-301-redirects/eps-301-redirects.php\";a:6:{s:4:\"slug\";s:17:\"eps-301-redirects\";s:7:\"version\";s:4:\"2.70\";s:5:\"title\";s:13:\"301 Redirects\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:4:\"2.72\";}s:31:\"filester/ninja-file-manager.php\";a:5:{s:4:\"slug\";s:8:\"filester\";s:7:\"version\";s:5:\"1.7.6\";s:5:\"title\";s:27:\"Filester - File Manager Pro\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:28:\"malcare-security/malcare.php\";a:6:{s:4:\"slug\";s:16:\"malcare-security\";s:7:\"version\";s:4:\"4.82\";s:5:\"title\";s:79:\"MalCare WordPress Security Plugin - Malware Scanner, Cleaner, Security Firewall\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:4:\"4.87\";}s:33:\"wps-hide-login/wps-hide-login.php\";a:6:{s:4:\"slug\";s:14:\"wps-hide-login\";s:7:\"version\";s:5:\"1.9.6\";s:5:\"title\";s:14:\"WPS Hide Login\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"1.9.8\";}}}s:10:\"all_themes\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1675942741;s:3:\"md5\";s:32:\"f300e3cdcd843541bf78067204f90358\";s:6:\"themes\";a:2:{s:7:\"oceanwp\";a:5:{s:4:\"slug\";s:7:\"oceanwp\";s:7:\"version\";s:5:\"3.4.1\";s:5:\"title\";s:7:\"OceanWP\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:13:\"oceanwp-child\";a:5:{s:4:\"slug\";s:13:\"oceanwp-child\";s:7:\"version\";s:3:\"1.0\";s:5:\"title\";s:13:\"OceanWP Child\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}}}s:5:\"sites\";a:3:{s:18:\"blog-designer-pack\";O:7:\"FS_Site\":25:{s:7:\"site_id\";s:8:\"81218760\";s:9:\"plugin_id\";s:4:\"5311\";s:7:\"user_id\";s:7:\"4312847\";s:5:\"title\";s:62:\"Top Consultant for ISO Certification in Qatar - Aegis Services\";s:3:\"url\";s:15:\"http://aegis.qa\";s:7:\"version\";s:3:\"3.3\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"6.1.1\";s:11:\"sdk_version\";s:5:\"2.5.3\";s:28:\"programming_language_version\";s:6:\"7.4.29\";s:7:\"plan_id\";s:4:\"8601\";s:10:\"license_id\";N;s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:0;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";b:0;s:10:\"public_key\";s:32:\"pk_a08816d5d1f8f56efe3f933dff849\";s:10:\"secret_key\";s:32:\"sk_9IJ$UCz6>*FkIg>bd=1adga(%?AT2\";s:2:\"id\";s:7:\"6530135\";s:7:\"updated\";s:19:\"2022-12-05 11:38:38\";s:7:\"created\";s:19:\"2021-01-28 09:46:44\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:50:\"redirect-404-error-page-to-homepage-or-custom-page\";O:7:\"FS_Site\":26:{s:7:\"site_id\";s:8:\"81218760\";s:9:\"plugin_id\";s:4:\"2390\";s:7:\"user_id\";s:7:\"4312847\";s:5:\"title\";s:62:\"Top Consultant for ISO Certification in Qatar - Aegis Services\";s:3:\"url\";s:16:\"https://aegis.qa\";s:7:\"version\";s:5:\"1.7.9\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"5.8.4\";s:11:\"sdk_version\";s:5:\"2.4.2\";s:28:\"programming_language_version\";s:6:\"7.4.29\";s:7:\"plan_id\";s:4:\"3664\";s:10:\"license_id\";N;s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:0;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";b:0;s:10:\"public_key\";s:32:\"pk_81a2dba263349743fc194cd3b2172\";s:10:\"secret_key\";s:32:\"sk_a=uf60JY?Wj)u9Es^=r)<Z4qlxBT9\";s:2:\"id\";s:7:\"6539121\";s:7:\"updated\";s:19:\"2022-05-03 12:36:55\";s:7:\"created\";s:19:\"2021-01-29 09:53:34\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:7:\"charset\";s:5:\"UTF-8\";}s:30:\"bulk-image-alt-text-with-yoast\";O:7:\"FS_Site\":26:{s:7:\"site_id\";s:8:\"81218760\";s:9:\"plugin_id\";s:4:\"2602\";s:7:\"user_id\";s:7:\"4312847\";s:5:\"title\";s:43:\"Aegis Services - ISO Certification in Qatar\";s:3:\"url\";s:16:\"https://aegis.qa\";s:7:\"version\";s:5:\"1.4.4\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"5.6.1\";s:11:\"sdk_version\";s:5:\"2.4.1\";s:28:\"programming_language_version\";s:6:\"7.4.14\";s:7:\"plan_id\";s:4:\"4026\";s:10:\"license_id\";N;s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:0;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";N;s:10:\"public_key\";s:32:\"pk_293d532f4b76f1a467caca7b73c5c\";s:10:\"secret_key\";s:32:\"sk_j7??$ezN~e{*(_K7u@tzj{F_<20jD\";s:2:\"id\";s:7:\"6629820\";s:7:\"updated\";s:19:\"2021-02-09 06:52:46\";s:7:\"created\";s:19:\"2021-02-09 06:44:03\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:7:\"charset\";s:5:\"UTF-8\";}}s:5:\"users\";a:1:{i:4312847;O:7:\"FS_User\":13:{s:5:\"email\";s:21:\"raman@technoarray.com\";s:5:\"first\";s:6:\"techno\";s:4:\"last\";s:0:\"\";s:11:\"is_verified\";b:0;s:11:\"customer_id\";N;s:5:\"gross\";i:0;s:10:\"public_key\";s:32:\"pk_1166cb7ee4452cee18119f35ead06\";s:10:\"secret_key\";s:32:\"sk_y>3WD%._x#o9_7a+5mg0JcKZ}:wBR\";s:2:\"id\";s:7:\"4312847\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2021-01-28 09:46:44\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:7:\"is_beta\";b:0;}}s:23:\"user_id_license_ids_map\";a:1:{i:5311;a:1:{i:4312847;a:0:{}}}s:12:\"all_licenses\";a:1:{i:5311;a:0:{}}}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(580, 'widget_ocean_about_me', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(581, 'widget_ocean_contact_info', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(582, 'widget_ocean_custom_links', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(583, 'widget_ocean_custom_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(584, 'widget_ocean_facebook', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(585, 'widget_ocean_flickr', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(586, 'widget_ocean_instagram', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(587, 'widget_ocean_mailchimp', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(588, 'widget_ocean_recent_posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(589, 'widget_ocean_social', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(590, 'widget_ocean_social_share', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(591, 'widget_ocean_tags', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(592, 'widget_ocean_twitter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(593, 'widget_ocean_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(594, 'widget_ocean_custom_header_logo', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(595, 'widget_ocean_custom_header_nav', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(596, 'fs_gdpr', 'a:1:{s:2:\"u1\";a:2:{s:8:\"required\";b:0;s:18:\"show_opt_in_notice\";b:0;}}', 'yes'),
(598, 'ocean_extra_installed_time', '1610787390', 'yes'),
(618, 'owp_dismiss_sticky_notice', '1', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(619, 'fs_api_cache', 'a:4:{s:55:\"get:/v1/plugins/3752/addons.json?enriched=true&count=50\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:7:\"plugins\";a:23:{i:0;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"6233\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:7:\"2629141\";s:4:\"slug\";s:20:\"ocean-footer-callout\";s:5:\"title\";s:20:\"Ocean Footer Callout\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/icons/a5696beb8fd43d782e206a2a2f05077b.png\";s:15:\"default_plan_id\";s:4:\"6079\";s:5:\"plans\";i:6079;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:7;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_c3ff094ed1cbaf287c6f833d3ba09\";s:2:\"id\";s:4:\"3754\";s:7:\"created\";s:19:\"2019-05-06 13:24:01\";s:7:\"updated\";s:19:\"2023-02-09 06:57:18\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3754\";s:3:\"url\";s:51:\"https://oceanwp.org/extension/ocean-footer-callout/\";s:11:\"description\";s:280:\"<ul>\n<li>Display/hide the callout on any page/post</li>\n<li>Edit the content and button url on any page/post</li>\n<li>Display the page content on the callout</li>\n<li>Enable/disable the callout button</li>\n<li>Add your own padding top/bottom</li>\n<li>Add your own color</li> </ul>\";s:17:\"short_description\";s:65:\"Add some important information about your company in your footer.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/card_banner.png\";s:15:\"selling_point_0\";s:41:\"Display/hide the callout on any page/post\";s:15:\"selling_point_1\";s:48:\"Edit the content and button url on any page/post\";s:15:\"selling_point_2\";s:39:\"Display the page content on the callout\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/screenshots/2.png\";}s:2:\"id\";s:3:\"821\";s:7:\"created\";s:19:\"2019-05-16 04:54:10\";s:7:\"updated\";s:19:\"2019-08-04 06:53:40\";}s:12:\"premium_slug\";s:20:\"ocean-footer-callout\";}i:1;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"6233\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:7:\"2629149\";s:4:\"slug\";s:19:\"ocean-sticky-header\";s:5:\"title\";s:19:\"Ocean Sticky Header\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/icons/6a314ecc1f217c32b29095a54a6f87aa.png\";s:15:\"default_plan_id\";s:4:\"6078\";s:5:\"plans\";i:6078;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:8;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_21f01f3d0a79bcd65042e3c332188\";s:2:\"id\";s:4:\"3755\";s:7:\"created\";s:19:\"2019-05-06 13:27:16\";s:7:\"updated\";s:19:\"2023-02-09 07:47:08\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3755\";s:3:\"url\";s:50:\"https://oceanwp.org/extension/ocean-sticky-header/\";s:11:\"description\";s:512:\"<ul>\n<li>Stick manually, perfect for the Custom Header style</li>\n<li>Fixed the top bar</li>\n<li>Add sticky mobile</li>\n<li>Choose between two sticky styles: Shrink or Fixed</li>\n<li>Choose between two sticky effects</li>\n<li>Enter the height of the header during scroll for the shrink style</li>\n<li>Add logo when scrolling</li>\n<li>Enter the height of the logo during scroll for the shrink style</li>\n<li>Choose the header opacity during scroll</li>\n<li>Choose the background and color during scroll</li> </ul>\";s:17:\"short_description\";s:63:\"Attach an eye-catching header at the top of your website pages.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/card_banner.png\";s:15:\"selling_point_0\";s:51:\"Stick manually, perfect for the Custom Header style\";s:15:\"selling_point_1\";s:17:\"Fixed the top bar\";s:15:\"selling_point_2\";s:17:\"Add sticky mobile\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/screenshots/2.png\";}s:2:\"id\";s:3:\"829\";s:7:\"created\";s:19:\"2019-05-16 05:01:04\";s:7:\"updated\";s:19:\"2019-08-04 07:27:06\";}s:12:\"premium_slug\";s:19:\"ocean-sticky-header\";}i:2;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"6233\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:7:\"2629165\";s:4:\"slug\";s:16:\"ocean-side-panel\";s:5:\"title\";s:16:\"Ocean Side Panel\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/icons/9dc7eb12f454d0c73ccfaa3ab28ab5ec.png\";s:15:\"default_plan_id\";s:4:\"6077\";s:5:\"plans\";i:6077;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:12;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_95ab9dabcffc015befcfaf19dd91e\";s:2:\"id\";s:4:\"3756\";s:7:\"created\";s:19:\"2019-05-06 13:30:08\";s:7:\"updated\";s:19:\"2023-02-09 06:53:25\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3756\";s:3:\"url\";s:47:\"https://oceanwp.org/extension/ocean-side-panel/\";s:11:\"description\";s:443:\"<ul>\n<li>Add your widgets into the Side Panel sidebar</li>\n<li>Choose your icon for the opening button</li>\n<li>Add text for the opening button</li>\n<li>Add a custom width for the panel</li>\n<li>Display the panel to the left or right</li>\n<li>Displace or not the panel</li>\n<li>Add an overlay when the panel is opened</li>\n<li>Show/Hide the close button of the panel</li>\n<li>Change the close button text</li>\n<li>Add your own color</li> </ul>\";s:17:\"short_description\";s:63:\"Add a responsive side panel with your preferred widgets inside.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/card_banner.png\";s:15:\"selling_point_0\";s:44:\"Add your widgets into the Side Panel sidebar\";s:15:\"selling_point_1\";s:39:\"Choose your icon for the opening button\";s:15:\"selling_point_2\";s:31:\"Add text for the opening button\";s:11:\"screenshots\";O:8:\"stdClass\":1:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/screenshots/0.png\";}s:2:\"id\";s:3:\"827\";s:7:\"created\";s:19:\"2019-05-16 05:00:01\";s:7:\"updated\";s:19:\"2019-08-04 07:22:03\";}s:12:\"premium_slug\";s:16:\"ocean-side-panel\";}i:3;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"6233\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:7:\"2629243\";s:4:\"slug\";s:23:\"ocean-elementor-widgets\";s:5:\"title\";s:23:\"Ocean Elementor Widgets\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/icons/3a35cafc55823c57623a43e19533ed88.png\";s:15:\"default_plan_id\";s:4:\"6076\";s:5:\"plans\";i:6076;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:0;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:33;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_25eeed8cddc1b8bede158756886e8\";s:2:\"id\";s:4:\"3757\";s:7:\"created\";s:19:\"2019-05-06 13:36:11\";s:7:\"updated\";s:19:\"2023-02-09 06:57:50\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3757\";s:3:\"url\";s:54:\"https://oceanwp.org/extension/ocean-elementor-widgets/\";s:11:\"description\";s:1290:\"<ul>\n<li>Accordions widget</li>\n<li>Advanced Custom Field widget, thanks to Bruno Tritsch for the help</li>\n<li>Advanced Heading widget</li>\n<li>Animated Heading widget</li>\n<li>Banner widget</li>\n<li>Brands widget</li>\n<li>Business Hours widget</li>\n<li>Button Effects widget</li>\n<li>Buttons widget</li>\n<li>Call To Action widget</li>\n<li>Circle Progress widget</li>\n<li>Countdown widget</li>\n<li>Divider widget, to add a text or an icon in the divider</li>\n<li>Flip Box widget</li>\n<li>Google Maps widget</li>\n<li>Hotspots widget</li>\n<li>Image Comparison widget</li>\n<li>Image Gallery widget</li>\n<li>Info Box widget</li>\n<li>Instagram Feed widget</li>\n<li>Link Effects widget</li>\n<li>Login widget</li>\n<li>Lost Password widget</li>\n<li>Register widget</li>\n<li>Modal widget</li>\n<li>Navbar widget</li>\n<li>Off Canvas widget</li>\n<li>Price List widget</li>\n<li>Recipe widget</li>\n<li>Scroll Up widget</li>\n<li>Switch widget</li>\n<li>Table widget</li>\n<li>Tabs widget</li>\n<li>Team Members widget</li>\n<li>Timeline widget</li>\n<li>Contact Form 7 widget</li>\n<li>Gravity Forms widget</li>\n<li>WPForms widget</li>\n<li>Caldera Forms widget</li>\n<li>Ninja Forms widget</li>\n<li>WooCommerce Products widget</li>\n<li>WooCommerce Categories widget</li>\n<li>WooCommerce Slider widget</li> </ul>\";s:17:\"short_description\";s:75:\"Add many new powerful widgets to the popular free page builder - Elementor.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/card_banner.png\";s:15:\"selling_point_0\";s:23:\"Image Comparison widget\";s:15:\"selling_point_1\";s:21:\"Instagram Feed widget\";s:15:\"selling_point_2\";s:12:\"Table widget\";s:11:\"screenshots\";O:8:\"stdClass\":4:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/2.png\";s:12:\"screenshot_3\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/3.png\";}s:2:\"id\";s:3:\"820\";s:7:\"created\";s:19:\"2019-05-16 04:53:49\";s:7:\"updated\";s:19:\"2019-08-04 06:51:31\";}s:12:\"premium_slug\";s:23:\"ocean-elementor-widgets\";}i:4;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"6233\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:7:\"2629263\";s:4:\"slug\";s:11:\"ocean-hooks\";s:5:\"title\";s:11:\"Ocean Hooks\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/icons/0c46548808059fe3dd90843b858b0ce1.png\";s:15:\"default_plan_id\";s:4:\"6075\";s:5:\"plans\";i:6075;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:6;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_bf5672ee85c0032b2b4d7c0a3d244\";s:2:\"id\";s:4:\"3758\";s:7:\"created\";s:19:\"2019-05-06 13:39:32\";s:7:\"updated\";s:19:\"2023-02-09 06:54:52\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3758\";s:3:\"url\";s:42:\"https://oceanwp.org/extension/ocean-hooks/\";s:11:\"description\";s:278:\"<ul>\n<li>Add different content for the same hook location</li>\n<li>Add shortcode</li>\n<li>Add PHP code</li>\n<li>Add content only for logged in/out users</li>\n<li>Display your code on the page/post/taxonomy you want</li>\n<li>Display your code on the user role you want</li> </ul>\";s:17:\"short_description\";s:60:\"Add your custom content throughout various areas of OceanWP.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/card_banner.png\";s:15:\"selling_point_0\";s:48:\"Add different content for the same hook location\";s:15:\"selling_point_1\";s:13:\"Add shortcode\";s:15:\"selling_point_2\";s:12:\"Add PHP code\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/screenshots/2.png\";}s:2:\"id\";s:3:\"823\";s:7:\"created\";s:19:\"2019-05-16 04:54:56\";s:7:\"updated\";s:19:\"2019-08-04 07:02:53\";}s:12:\"premium_slug\";s:11:\"ocean-hooks\";}i:5;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"6233\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:7:\"2629271\";s:4:\"slug\";s:19:\"ocean-sticky-footer\";s:5:\"title\";s:19:\"Ocean Sticky Footer\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/icons/85936481cdfbeb7be9793d54dd3899ed.png\";s:15:\"default_plan_id\";s:4:\"6074\";s:5:\"plans\";i:6074;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:8;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_5552f1b8d38d0f09df4b2990b57b2\";s:2:\"id\";s:4:\"3759\";s:7:\"created\";s:19:\"2019-05-06 13:41:42\";s:7:\"updated\";s:19:\"2023-02-09 06:52:49\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3759\";s:3:\"url\";s:50:\"https://oceanwp.org/extension/ocean-sticky-footer/\";s:11:\"description\";s:163:\"<ul>\n<li>Add menu in the footer bar</li>\n<li>Add text in the footer bar</li>\n<li>Choose your own colors</li>\n<li>Hide Menu and/or text on mobile screens</li> </ul>\";s:17:\"short_description\";s:69:\"A simple extension to attach your footer to the bottom of the screen.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/card_banner.png\";s:15:\"selling_point_0\";s:26:\"Add menu in the footer bar\";s:15:\"selling_point_1\";s:26:\"Add text in the footer bar\";s:15:\"selling_point_2\";s:22:\"Choose your own colors\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/screenshots/2.png\";}s:2:\"id\";s:3:\"828\";s:7:\"created\";s:19:\"2019-05-16 05:00:32\";s:7:\"updated\";s:19:\"2019-08-04 07:25:54\";}s:12:\"premium_slug\";s:19:\"ocean-sticky-footer\";}i:6;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"6233\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:7:\"2629304\";s:4:\"slug\";s:15:\"ocean-woo-popup\";s:5:\"title\";s:15:\"Ocean Woo Popup\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/icons/6ae8eec013e8b69ec8d15f0befadddb3.png\";s:15:\"default_plan_id\";s:4:\"6073\";s:5:\"plans\";i:6073;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:8;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_9414dbc7719b150c20046f728e994\";s:2:\"id\";s:4:\"3760\";s:7:\"created\";s:19:\"2019-05-06 13:53:08\";s:7:\"updated\";s:19:\"2023-02-09 06:49:39\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3760\";s:3:\"url\";s:46:\"https://oceanwp.org/extension/ocean-woo-popup/\";s:11:\"description\";s:333:\"<ul>\n<li>Select an Elementor template (or a page if you use another page builder) to replace the content of the popup</li>\n<li>Control width, height, padding and the border radius</li>\n<li>Show/hide and reorganize the elements of the popup</li>\n<li>Replace all the texts from the customizer</li>\n<li>Choose your own colors</li> </ul>\";s:17:\"short_description\";s:79:\"A simple extension to display a popup when you click on the Add To Cart button.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/card_banner.png\";s:15:\"selling_point_0\";s:108:\"Select an Elementor template (or a page if you use another page builder) to replace the content of the popup\";s:15:\"selling_point_1\";s:52:\"Control width, height, padding and the border radius\";s:15:\"selling_point_2\";s:50:\"Show/hide and reorganize the elements of the popup\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/screenshots/2.png\";}s:2:\"id\";s:3:\"831\";s:7:\"created\";s:19:\"2019-05-16 05:02:03\";s:7:\"updated\";s:19:\"2019-08-04 07:39:37\";}s:12:\"premium_slug\";s:15:\"ocean-woo-popup\";}i:7;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"6233\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:7:\"2629316\";s:4:\"slug\";s:15:\"ocean-portfolio\";s:5:\"title\";s:15:\"Ocean Portfolio\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/icons/7b93b62e942919fd9bff13e162b5085f.png\";s:15:\"default_plan_id\";s:4:\"6072\";s:5:\"plans\";i:6072;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:15;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_d0109c81ea2f48fdfa29c30d9d20b\";s:2:\"id\";s:4:\"3761\";s:7:\"created\";s:19:\"2019-05-06 13:55:52\";s:7:\"updated\";s:19:\"2023-02-09 06:54:01\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3761\";s:3:\"url\";s:46:\"https://oceanwp.org/extension/ocean-portfolio/\";s:11:\"description\";s:473:\"<ul>\n<li>Display your portfolio anywhere you want via a page template or a shortcode</li>\n<li>Show/hide the filter bar</li>\n<li>Control the filter bar positioning, styling and typography</li>\n<li>Control the portfolio items styling like the margin, padding, color, overlay color,\ntypography, etc...</li>\n<li>Add your own images width and height</li>\n<li>Display items by author, categories or tags, sort by order and exclude categories</li>\n<li>And a lot more...</li> </ul>\";s:17:\"short_description\";s:75:\"A complete extension to display your portfolio and work in a beautiful way.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/card_banner.png\";s:15:\"selling_point_0\";s:75:\"Display your portfolio anywhere you want via a page template or a shortcode\";s:15:\"selling_point_1\";s:24:\"Show/hide the filter bar\";s:15:\"selling_point_2\";s:58:\"Control the filter bar positioning, styling and typography\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/screenshots/2.png\";}s:2:\"id\";s:3:\"826\";s:7:\"created\";s:19:\"2019-05-16 04:56:11\";s:7:\"updated\";s:19:\"2019-08-04 07:20:12\";}s:12:\"premium_slug\";s:15:\"ocean-portfolio\";}i:8;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"6233\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:7:\"2629325\";s:4:\"slug\";s:17:\"ocean-white-label\";s:5:\"title\";s:17:\"Ocean White Label\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/icons/8d792190e8acca4e390b323ea1c4a365.png\";s:15:\"default_plan_id\";s:4:\"6071\";s:5:\"plans\";i:6071;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:3;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_c9bb8f8d46af4c19cc2b66105accb\";s:2:\"id\";s:4:\"3762\";s:7:\"created\";s:19:\"2019-05-06 13:57:59\";s:7:\"updated\";s:19:\"2023-02-09 06:50:40\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3762\";s:3:\"url\";s:48:\"https://oceanwp.org/extension/ocean-white-label/\";s:11:\"description\";s:302:\"<ul>\n<li>Add your own branding name in the admin pages</li>\n<li>Add your own theme name</li>\n<li>Add your own theme author</li>\n<li>Add your own theme author url</li>\n<li>Add your own theme description</li>\n<li>Add your own theme screenshot</li>\n<li>Remove the White Label box in Theme Panel</li> </ul>\";s:17:\"short_description\";s:69:\"Impress clients by replacing the OceanWP name by your own brand name.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/card_banner.png\";s:15:\"selling_point_0\";s:45:\"Add your own branding name in the admin pages\";s:15:\"selling_point_1\";s:68:\"Add your own theme name, author, author url, description, screenshot\";s:15:\"selling_point_2\";s:41:\"Remove the White Label box in Theme Panel\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/screenshots/2.png\";}s:2:\"id\";s:3:\"830\";s:7:\"created\";s:19:\"2019-05-16 05:01:36\";s:7:\"updated\";s:19:\"2019-08-04 07:36:38\";}s:12:\"premium_slug\";s:17:\"ocean-white-label\";}i:9;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"6233\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:7:\"2629330\";s:4:\"slug\";s:15:\"ocean-instagram\";s:5:\"title\";s:15:\"Ocean Instagram\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/icons/e3e778390e70f922d1f8142b04dee9c9.png\";s:15:\"default_plan_id\";s:4:\"6070\";s:5:\"plans\";i:6070;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:2;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_60babf307a20c89d435bcd61d54e8\";s:2:\"id\";s:4:\"3763\";s:7:\"created\";s:19:\"2019-05-06 14:00:21\";s:7:\"updated\";s:19:\"2023-02-09 06:51:16\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3763\";s:3:\"url\";s:46:\"https://oceanwp.org/extension/ocean-instagram/\";s:11:\"description\";s:224:\"<ul>\n<li>Display your Instagram photos</li>\n<li>Choose the column number</li>\n<li>Show/hide the likes &amp; comments</li>\n<li>Show/hide the captions</li>\n<li>Display your username, follow, posts, biograhpy, etc...</li> </ul>\";s:17:\"short_description\";s:70:\"Fetch and customize your Instagram feed to display in a beautiful way.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/card_banner.png\";s:15:\"selling_point_0\";s:29:\"Display your Instagram photos\";s:15:\"selling_point_1\";s:24:\"Choose the column number\";s:15:\"selling_point_2\";s:34:\"Show/hide the likes &amp; comments\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/screenshots/2.png\";}s:2:\"id\";s:3:\"824\";s:7:\"created\";s:19:\"2019-05-16 04:55:16\";s:7:\"updated\";s:19:\"2019-08-04 07:11:09\";}s:12:\"premium_slug\";s:15:\"ocean-instagram\";}i:10;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"6233\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:7:\"2629332\";s:4:\"slug\";s:17:\"ocean-popup-login\";s:5:\"title\";s:17:\"Ocean Popup Login\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/icons/7f847c2192d56151e3f6296e4a4254ea.png\";s:15:\"default_plan_id\";s:4:\"6069\";s:5:\"plans\";i:6069;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:14;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_e0499681c773af2bbac0016bb24ff\";s:2:\"id\";s:4:\"3764\";s:7:\"created\";s:19:\"2019-05-06 14:02:12\";s:7:\"updated\";s:19:\"2023-02-09 06:54:30\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3764\";s:3:\"url\";s:48:\"https://oceanwp.org/extension/ocean-popup-login/\";s:11:\"description\";s:185:\"<ul>\n<li>Add the login/register link where you want</li>\n<li>Style the form</li>\n<li>Add a background image in the form</li>\n<li>Change the title and description for the form</li> </ul>\";s:17:\"short_description\";s:59:\"A plugin to add a popup login/register form where you want.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/card_banner.png\";s:15:\"selling_point_0\";s:42:\"Add the login/register link where you want\";s:15:\"selling_point_1\";s:14:\"Style the form\";s:15:\"selling_point_2\";s:34:\"Add a background image in the form\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/screenshots/2.png\";}s:2:\"id\";s:3:\"825\";s:7:\"created\";s:19:\"2019-05-16 04:55:50\";s:7:\"updated\";s:19:\"2019-08-04 07:12:58\";}s:12:\"premium_slug\";s:17:\"ocean-popup-login\";}i:11;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"6233\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:7:\"2629338\";s:4:\"slug\";s:19:\"ocean-cookie-notice\";s:5:\"title\";s:19:\"Ocean Cookie Notice\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/icons/e0fc0fea29b7206c010e0299a87a6bb5.png\";s:15:\"default_plan_id\";s:4:\"6068\";s:5:\"plans\";i:6068;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:7;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_2ebffcd411ce5f21e543822065b7d\";s:2:\"id\";s:4:\"3765\";s:7:\"created\";s:19:\"2019-05-06 14:04:05\";s:7:\"updated\";s:19:\"2023-02-09 06:58:21\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3765\";s:3:\"url\";s:50:\"https://oceanwp.org/extension/ocean-cookie-notice/\";s:11:\"description\";s:368:\"<ul>\n<li>Add scripts that will be loaded only after the user consent</li>\n<li>Choose to reload the page after the cookie accept</li>\n<li>Two notice styles</li>\n<li>Add your own content</li>\n<li>Add your own button text</li>\n<li>Choose between a button or a close icon to close the notice</li>\n<li>Many styling settings to customize every parts of the notice</li> </ul>\";s:17:\"short_description\";s:91:\"\nInform users that you are using cookies to comply with the EU cookie law GDPR regulations.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/card_banner.png\";s:15:\"selling_point_0\";s:59:\"Add scripts that will be loaded only after the user consent\";s:15:\"selling_point_1\";s:49:\"Choose to reload the page after the cookie accept\";s:15:\"selling_point_2\";s:17:\"Two notice styles\";s:11:\"screenshots\";O:8:\"stdClass\":4:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/2.png\";s:12:\"screenshot_3\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/3.png\";}s:2:\"id\";s:3:\"817\";s:7:\"created\";s:19:\"2019-05-15 10:13:47\";s:7:\"updated\";s:19:\"2019-08-04 06:36:09\";}s:12:\"premium_slug\";s:19:\"ocean-cookie-notice\";}i:12;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"6233\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:7:\"2629341\";s:4:\"slug\";s:17:\"ocean-full-screen\";s:5:\"title\";s:17:\"Ocean Full Screen\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/icons/095504fe5c624e441d0c47ac01651c6c.png\";s:15:\"default_plan_id\";s:4:\"6067\";s:5:\"plans\";i:6067;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:7;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_e0f5fb19e66d3b97f64adb891fae5\";s:2:\"id\";s:4:\"3766\";s:7:\"created\";s:19:\"2019-05-06 14:06:43\";s:7:\"updated\";s:19:\"2023-02-09 06:56:25\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3766\";s:3:\"url\";s:48:\"https://oceanwp.org/extension/ocean-full-screen/\";s:11:\"description\";s:241:\"<ul>\n<li>Very easy to use</li>\n<li>Add your own scrolling speed</li>\n<li>Add a side navigation</li>\n<li>Change the navigation color</li>\n<li>Add tooltips to the navigation</li>\n<li>Disable the scrolling effect at the size you want</li> </ul>\";s:17:\"short_description\";s:63:\"A simple and easy way to create a fullscreen scrolling website.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/card_banner.png\";s:15:\"selling_point_0\";s:16:\"Very easy to use\";s:15:\"selling_point_1\";s:28:\"Add your own scrolling speed\";s:15:\"selling_point_2\";s:21:\"Add a side navigation\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/screenshots/2.png\";}s:2:\"id\";s:3:\"822\";s:7:\"created\";s:19:\"2019-05-16 04:54:33\";s:7:\"updated\";s:19:\"2019-08-04 06:57:28\";}s:12:\"premium_slug\";s:17:\"ocean-full-screen\";}i:13;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"6233\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:7:\"2650006\";s:4:\"slug\";s:15:\"ocean-pro-demos\";s:5:\"title\";s:15:\"Ocean Pro Demos\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3797/icons/9d030891e8edae87e70c38d79e77f877.png\";s:15:\"default_plan_id\";s:4:\"6115\";s:5:\"plans\";i:6115;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:0;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:18;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_a34c58ab5e7159d54e88175c1c03f\";s:2:\"id\";s:4:\"3797\";s:7:\"created\";s:19:\"2019-05-14 12:39:32\";s:7:\"updated\";s:19:\"2023-02-09 07:44:15\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3797\";s:3:\"url\";N;s:11:\"description\";N;s:17:\"short_description\";N;s:10:\"banner_url\";N;s:15:\"card_banner_url\";N;s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:4:\"2584\";s:7:\"created\";s:19:\"2022-01-07 00:18:17\";s:7:\"updated\";N;}s:12:\"premium_slug\";s:15:\"ocean-pro-demos\";}i:14;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:7:\"2655231\";s:4:\"slug\";s:11:\"ocean-extra\";s:5:\"title\";s:11:\"Ocean Extra\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/icons/a8a66d9af9373c572cd362013c38fdef.png\";s:15:\"default_plan_id\";s:4:\"6131\";s:5:\"plans\";i:6131;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:0;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_dc69e18411e45b6f22272ac4586b1\";s:2:\"id\";s:4:\"3806\";s:7:\"created\";s:19:\"2019-05-16 07:48:04\";s:7:\"updated\";s:19:\"2019-05-16 07:48:04\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3806\";s:3:\"url\";N;s:11:\"description\";s:759:\"<ul>\n<li style=\"color: #333;font-weight: 600\">Meta Boxes</li>\n<li>Change the layout per page/post</li>\n<li>Select the sidebar per page/post</li>\n<li>Enable/Disable the margins top/bottom</li>\n<li>Enable/Disable the title</li>\n<li>Add a custom title</li>\n<li>Add a subheading for your title</li>\n<li>Select the style of your title</li>\n<li>Unique options for the different post format</li>\n<li>Add gallery image for the gallery post format</li>\n<li>And much more...</li>\n<li style=\"color: #333;font-weight: 600;margin-top: 20px\">Theme Panel</li>\n<li>Enable/Disable the Customizer panels</li>\n<li>Activate the licenses of the OceanWP extensions</li>\n<li>Enable/Disable all the theme scripts &amp; styles</li>\n<li>Import/Export the customizer settings</li> </ul>\";s:17:\"short_description\";N;s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/card_banner.png\";s:15:\"selling_point_0\";s:31:\"Change the layout per page/post\";s:15:\"selling_point_1\";s:32:\"Select the sidebar per page/post\";s:15:\"selling_point_2\";s:45:\"Add gallery image for the gallery post format\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/screenshots/2.png\";}s:2:\"id\";s:3:\"832\";s:7:\"created\";s:19:\"2019-05-16 08:37:18\";s:7:\"updated\";s:19:\"2019-08-04 07:50:27\";}s:12:\"premium_slug\";s:19:\"ocean-extra-premium\";}i:15;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:7:\"2655252\";s:4:\"slug\";s:20:\"ocean-social-sharing\";s:5:\"title\";s:20:\"Ocean Social Sharing\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/icons/472046596ff2243e1bab433a07d35533.png\";s:15:\"default_plan_id\";s:4:\"6132\";s:5:\"plans\";i:6132;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:0;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_0aa6121ff893b29efa9a58d6c0ad5\";s:2:\"id\";s:4:\"3807\";s:7:\"created\";s:19:\"2019-05-16 07:53:38\";s:7:\"updated\";s:19:\"2023-02-09 07:46:42\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3807\";s:3:\"url\";N;s:11:\"description\";s:336:\"<ul>\n<li>Add social networks: Twitter, Facebook, LinkedIn, Google+, Pinterest, Viber, VK, Reddit, Tumblr and Viadeo.</li>\n<li>Alter the social sharing buttons.</li>\n<li>Choose between three styles.</li>\n<li>Add the social names.</li>\n<li>Choose the heading position.</li>\n<li>Add or edit the social sharing via a child theme.</li> </ul>\";s:17:\"short_description\";s:58:\"A simple plugin to add social share buttons to your posts.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/card_banner.png\";s:15:\"selling_point_0\";s:106:\"Add social networks: Twitter, Facebook, LinkedIn, Google+, Pinterest, Viber, VK, Reddit, Tumblr and Viadeo\";s:15:\"selling_point_1\";s:32:\"Alter the social sharing buttons\";s:15:\"selling_point_2\";s:27:\"Choose between three styles\";s:11:\"screenshots\";O:8:\"stdClass\":4:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/2.png\";s:12:\"screenshot_3\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/3.png\";}s:2:\"id\";s:3:\"838\";s:7:\"created\";s:19:\"2019-05-16 08:44:21\";s:7:\"updated\";s:19:\"2019-08-04 08:00:26\";}s:12:\"premium_slug\";s:28:\"ocean-social-sharing-premium\";}i:16;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:7:\"2655271\";s:4:\"slug\";s:21:\"ocean-product-sharing\";s:5:\"title\";s:21:\"Ocean Product Sharing\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/icons/be28eef8c31337b3f73addbcce9dfde4.png\";s:15:\"default_plan_id\";s:4:\"6135\";s:5:\"plans\";i:6135;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:0;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_e8cc3b7980be98f86dc7286572cc0\";s:2:\"id\";s:4:\"3809\";s:7:\"created\";s:19:\"2019-05-16 08:00:39\";s:7:\"updated\";s:19:\"2023-02-09 07:46:32\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3809\";s:3:\"url\";N;s:11:\"description\";s:177:\"<ul>\n<li>Add social twitter, facebook, pinterest and email sharing</li>\n<li>Alter the social sharing buttons</li>\n<li>Add or edit the social sharing via a child theme</li> </ul>\";s:17:\"short_description\";s:121:\"A simple plugin to add social share buttons to your product page, compatible with WooCommerce and Easy Digital Downloads.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/card_banner.png\";s:15:\"selling_point_0\";s:57:\"Add social twitter, facebook, pinterest and email sharing\";s:15:\"selling_point_1\";s:32:\"Alter the social sharing buttons\";s:15:\"selling_point_2\";s:48:\"Add or edit the social sharing via a child theme\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/screenshots/2.png\";}s:2:\"id\";s:3:\"837\";s:7:\"created\";s:19:\"2019-05-16 08:43:10\";s:7:\"updated\";s:19:\"2019-08-04 07:55:00\";}s:12:\"premium_slug\";s:29:\"ocean-product-sharing-premium\";}i:17;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:7:\"2655279\";s:4:\"slug\";s:20:\"ocean-custom-sidebar\";s:5:\"title\";s:20:\"Ocean Custom Sidebar\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/icons/06fd0e67684e995d78b72746831434ac.png\";s:15:\"default_plan_id\";s:4:\"6136\";s:5:\"plans\";i:6136;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:0;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_e1fc615375e847fd4d955c62b2a34\";s:2:\"id\";s:4:\"3810\";s:7:\"created\";s:19:\"2019-05-16 08:04:08\";s:7:\"updated\";s:19:\"2023-02-09 07:46:31\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3810\";s:3:\"url\";N;s:11:\"description\";s:58:\"<ul>\n<li>Create an unlimited number of sidebars</li> </ul>\";s:17:\"short_description\";s:136:\"Generates an unlimited number of sidebars and place them anywhere you wish. Go to Theme Panel > Sidebars to create your custom sidebars.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/card_banner.png\";s:15:\"selling_point_0\";s:38:\"Create an unlimited number of sidebars\";s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/screenshots/2.png\";}s:2:\"id\";s:3:\"833\";s:7:\"created\";s:19:\"2019-05-16 08:38:20\";s:7:\"updated\";s:19:\"2019-08-04 07:47:46\";}s:12:\"premium_slug\";s:28:\"ocean-custom-sidebar-premium\";}i:18;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:7:\"2655283\";s:4:\"slug\";s:17:\"ocean-demo-import\";s:5:\"title\";s:17:\"Ocean Demo Import\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/icons/bac62de0483069acf490a59267f15f99.png\";s:15:\"default_plan_id\";s:4:\"6137\";s:5:\"plans\";i:6137;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:0;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_28285e0f391b4955f4460589da147\";s:2:\"id\";s:4:\"3811\";s:7:\"created\";s:19:\"2019-05-16 08:06:15\";s:7:\"updated\";s:19:\"2023-02-09 01:47:33\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3811\";s:3:\"url\";N;s:11:\"description\";s:55:\"<ul>\n<li>Import the sample data in one click</li> </ul>\";s:17:\"short_description\";s:80:\"Import the OceanWP demo content, widgets and customizer settings with one click.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/card_banner.png\";s:15:\"selling_point_0\";s:35:\"Import the sample data in one click\";s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/screenshots/2.png\";}s:2:\"id\";s:3:\"834\";s:7:\"created\";s:19:\"2019-05-16 08:39:11\";s:7:\"updated\";s:19:\"2019-08-04 07:48:57\";}s:12:\"premium_slug\";s:27:\"activity-log-mainwp-premium\";}i:19;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:7:\"2655290\";s:4:\"slug\";s:18:\"ocean-posts-slider\";s:5:\"title\";s:18:\"Ocean Posts Slider\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/icons/9672cd2dd221c216014c9ad6f73e8d64.png\";s:15:\"default_plan_id\";s:4:\"6139\";s:5:\"plans\";i:6139;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:0;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_eae1ef26c136dd8af5ef7a6cf7557\";s:2:\"id\";s:4:\"3813\";s:7:\"created\";s:19:\"2019-05-16 08:08:26\";s:7:\"updated\";s:19:\"2023-02-09 05:39:04\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3813\";s:3:\"url\";N;s:11:\"description\";s:373:\"<ul>\n<li>Choose your slider style</li>\n<li>Enter the number of posts to display</li>\n<li>Select the size of the images</li>\n<li>Change the read more text</li>\n<li>Enter a margin to add a space between the slider and your content</li>\n<li>Enter the transition speed of the slides</li>\n<li>Exclude categories of posts</li>\n<li>Choose the order and oder by of posts</li> </ul>\";s:17:\"short_description\";s:71:\"Display your latest posts in a beautiful slider with different options.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/card_banner.png\";s:15:\"selling_point_0\";s:24:\"Choose your slider style\";s:15:\"selling_point_1\";s:36:\"Enter the number of posts to display\";s:15:\"selling_point_2\";s:29:\"Select the size of the images\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/screenshots/2.png\";}s:2:\"id\";s:3:\"836\";s:7:\"created\";s:19:\"2019-05-16 08:42:09\";s:7:\"updated\";s:19:\"2019-08-04 07:53:25\";}s:12:\"premium_slug\";s:26:\"ocean-posts-slider-premium\";}i:20;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:7:\"2655295\";s:4:\"slug\";s:18:\"ocean-modal-window\";s:5:\"title\";s:18:\"Ocean Modal Window\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/icons/6f292d54bf178d4f0e6ea68523fcc206.png\";s:15:\"default_plan_id\";s:4:\"6140\";s:5:\"plans\";i:6140;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:0;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_7e254472063a1abd3b7e342930210\";s:2:\"id\";s:4:\"3814\";s:7:\"created\";s:19:\"2019-05-16 08:10:28\";s:7:\"updated\";s:19:\"2023-02-08 22:25:36\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3814\";s:3:\"url\";N;s:11:\"description\";s:203:\"<ul>\n<li>Create as many modals as you want</li>\n<li>Choose your custom width</li>\n<li>Insert the content you want (shortcodes allowed)</li>\n<li>Choose your own colors</li>\n<li>Fully responsive</li> </ul>\";s:17:\"short_description\";s:80:\"Insert any content in a modals and place the opening button anywhere to open it.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/card_banner.png\";s:15:\"selling_point_0\";s:33:\"Create as many modals as you want\";s:15:\"selling_point_1\";s:24:\"Choose your custom width\";s:15:\"selling_point_2\";s:48:\"Insert the content you want (shortcodes allowed)\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/screenshots/2.png\";}s:2:\"id\";s:3:\"835\";s:7:\"created\";s:19:\"2019-05-16 08:40:03\";s:7:\"updated\";s:19:\"2019-08-04 07:51:54\";}s:12:\"premium_slug\";s:26:\"ocean-modal-window-premium\";}i:21;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"4545\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:7:\"2655298\";s:4:\"slug\";s:20:\"ocean-stick-anything\";s:5:\"title\";s:20:\"Ocean Stick Anything\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/icons/57da39476e63889a0289c2e64206c970.png\";s:15:\"default_plan_id\";s:4:\"6141\";s:5:\"plans\";i:6141;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:0;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_f9a790f52e74ee60eb2812ba763dd\";s:2:\"id\";s:4:\"3815\";s:7:\"created\";s:19:\"2019-05-16 08:12:51\";s:7:\"updated\";s:19:\"2023-02-09 07:46:35\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"3815\";s:3:\"url\";N;s:11:\"description\";s:190:\"<ul>\n<li>Stick one or several elements</li>\n<li>Add an offset to add a spacing between the top of the page and your sticky element</li>\n<li>Destroy the sticky on the size you want</li>\n</ul>\";s:17:\"short_description\";s:43:\"A simple plugin to stick anything you want.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/card_banner.png\";s:15:\"selling_point_0\";s:29:\"Stick one or several elements\";s:15:\"selling_point_1\";s:82:\"Add an offset to add a spacing between the top of the page and your sticky element\";s:15:\"selling_point_2\";s:39:\"Destroy the sticky on the size you want\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/screenshots/2.png\";}s:2:\"id\";s:3:\"839\";s:7:\"created\";s:19:\"2019-05-16 08:45:08\";s:7:\"updated\";s:19:\"2019-08-04 08:03:54\";}s:12:\"premium_slug\";s:28:\"ocean-stick-anything-premium\";}i:22;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:12:\"developer_id\";s:4:\"6233\";s:8:\"store_id\";s:4:\"1561\";s:10:\"install_id\";s:8:\"10669940\";s:4:\"slug\";s:15:\"ocean-ecommerce\";s:5:\"title\";s:24:\"Ocean eComm Treasure Box\";s:11:\"environment\";i:0;s:4:\"icon\";s:94:\"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/icons/6be7396ce993dfc2ae91651f54ba96bd.png\";s:15:\"default_plan_id\";s:5:\"19463\";s:5:\"plans\";i:19463;s:8:\"features\";N;s:17:\"money_back_period\";i:14;s:13:\"refund_policy\";s:6:\"strict\";s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:0;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:2;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_70588ef53eceb08eb9925752be526\";s:2:\"id\";s:5:\"11449\";s:7:\"created\";s:19:\"2022-11-11 23:34:22\";s:7:\"updated\";s:19:\"2023-02-08 15:52:21\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:5:\"11449\";s:3:\"url\";N;s:11:\"description\";s:577:\"OceanWP’s Ocean eComm Treasure Box lets you control all UI and UX aspects of your eComm store. You can create multiple product page designs for maximum optimization, design the cart and checkout pages and much more.\nThe eCommerce space is saturated and competitive. The ability to customize your shop design and A/B test designs on the fly gives you a competitive edge over the competition. Ocean eComm Treasure Box enables you to customize your WooCommerce shop design from the ground up with a simple drag and drop interface and the power of OceanWP’s amazing customizer.\";s:17:\"short_description\";s:133:\"Ocean eComm Treasure Box enables you to customize your WooCommerce shop design from the ground up with a simple drag & drop interface\";s:10:\"banner_url\";s:62:\"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/banner.png\";s:15:\"card_banner_url\";s:67:\"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/card_banner.png\";s:15:\"selling_point_0\";s:103:\"Gain the ability to redesign all predefined WooCommerce pages: Cart, Check out, Product pages and more.\";s:15:\"selling_point_1\";s:104:\"Create different and unique product pages design on the same WooCommerce store for maximum optimization.\";s:15:\"selling_point_2\";s:84:\"Create new page design on the fly for maximum control, A/B testing and optimization.\";s:11:\"screenshots\";O:8:\"stdClass\":4:{s:12:\"screenshot_0\";s:69:\"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/screenshots/0.png\";s:12:\"screenshot_1\";s:69:\"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/screenshots/1.png\";s:12:\"screenshot_2\";s:69:\"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/screenshots/2.png\";s:12:\"screenshot_3\";s:69:\"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/screenshots/3.png\";}s:2:\"id\";s:4:\"3198\";s:7:\"created\";s:19:\"2022-11-18 02:51:08\";s:7:\"updated\";s:19:\"2023-01-17 20:20:46\";}s:12:\"premium_slug\";s:15:\"ocean-ecommerce\";}}}s:7:\"created\";i:1675929113;s:9:\"timestamp\";i:1676015513;}s:45:\"get:/v1/users/4312847/plugins/5311/plans.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:5:\"plans\";a:2:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:4:\"5311\";s:4:\"name\";s:4:\"free\";s:5:\"title\";s:4:\"Free\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:1;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";N;s:23:\"is_require_subscription\";b:0;s:10:\"support_kb\";N;s:13:\"support_forum\";s:56:\"https://wordpress.org/support/plugin/blog-designer-pack/\";s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:0;s:2:\"id\";s:4:\"8601\";s:7:\"updated\";s:19:\"2020-01-08 11:24:20\";s:7:\"created\";s:19:\"2020-01-07 18:46:38\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:1;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:4:\"5311\";s:4:\"name\";s:3:\"pro\";s:5:\"title\";s:12:\"Professional\";s:11:\"description\";s:0:\"\";s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";N;s:23:\"is_require_subscription\";b:0;s:10:\"support_kb\";s:50:\"https://docs.infornweb.com/blog-designer-pack-pro/\";s:13:\"support_forum\";N;s:13:\"support_email\";s:21:\"support@infornweb.com\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"8602\";s:7:\"updated\";s:19:\"2023-01-12 11:14:36\";s:7:\"created\";s:19:\"2020-01-08 07:02:45\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:7:\"created\";i:1675942741;s:9:\"timestamp\";i:1676029141;}s:65:\"get:/v1/users/4312847/plugins/5311/licenses.json?is_enriched=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:8:\"licenses\";a:0:{}}s:7:\"created\";i:1675942741;s:9:\"timestamp\";i:1676029141;}s:33:\"get:/v1/plugins/3767/pricing.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:5:\"plans\";a:2:{i:0;O:8:\"stdClass\":27:{s:14:\"bundle_plan_id\";s:3:\"163\";s:9:\"bundle_id\";N;s:12:\"plugin_plans\";N;s:12:\"is_inherited\";b:1;s:9:\"plugin_id\";s:4:\"3767\";s:4:\"name\";s:4:\"free\";s:5:\"title\";s:4:\"Free\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:1;s:25:\"is_block_features_monthly\";b:1;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";N;s:23:\"is_require_subscription\";b:0;s:10:\"support_kb\";N;s:13:\"support_forum\";s:44:\"https://wordpress.org/support/theme/oceanwp/\";s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:4:\"6125\";s:7:\"created\";s:19:\"2019-05-15 10:52:26\";s:7:\"updated\";s:19:\"2019-05-15 11:09:29\";s:8:\"features\";a:9:{i:0;O:8:\"stdClass\":9:{s:5:\"value\";i:13;s:7:\"plan_id\";s:4:\"6125\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:10:\"Free Demos\";s:11:\"description\";s:0:\"\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4595\";s:7:\"created\";s:19:\"2019-05-15 10:59:09\";s:7:\"updated\";s:19:\"2019-05-15 11:00:27\";}i:1;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6125\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:14:\"Stick Anything\";s:11:\"description\";s:51:\"Stick very easily anything you want on your website\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4577\";s:7:\"created\";s:19:\"2019-05-15 10:53:52\";s:7:\"updated\";s:19:\"2019-05-15 11:01:53\";}i:2;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6125\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:12:\"Modal Window\";s:11:\"description\";s:75:\"Insert any content into a modal and place the opening button where you want\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4578\";s:7:\"created\";s:19:\"2019-05-15 10:54:01\";s:7:\"updated\";s:19:\"2019-05-15 11:01:59\";}i:3;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6125\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:12:\"Posts Slider\";s:11:\"description\";s:70:\"Display your latest posts in a beautiful slider with different options\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4579\";s:7:\"created\";s:19:\"2019-05-15 10:54:08\";s:7:\"updated\";s:19:\"2019-05-15 11:02:03\";}i:4;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6125\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:11:\"Demo Import\";s:11:\"description\";s:71:\"Import the demo content, widgets and customizer settings with one click\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4580\";s:7:\"created\";s:19:\"2019-05-15 10:54:39\";s:7:\"updated\";s:19:\"2019-05-15 11:02:13\";}i:5;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6125\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:14:\"Custom Sidebar\";s:11:\"description\";s:68:\"Generates an unlimited number of sidebars and place them on any page\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4581\";s:7:\"created\";s:19:\"2019-05-15 10:54:49\";s:7:\"updated\";s:19:\"2019-05-15 11:02:21\";}i:6;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6125\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:15:\"Product Sharing\";s:11:\"description\";s:77:\"Add social share buttons to your single product page with this free extension\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4582\";s:7:\"created\";s:19:\"2019-05-15 10:54:57\";s:7:\"updated\";s:19:\"2019-05-15 11:02:28\";}i:7;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6125\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:14:\"Social Sharing\";s:11:\"description\";s:70:\"Add social share buttons to your single posts with this free extension\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4583\";s:7:\"created\";s:19:\"2019-05-15 10:55:08\";s:7:\"updated\";s:19:\"2019-05-15 11:02:34\";}i:8;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6125\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:11:\"Ocean Extra\";s:11:\"description\";s:76:\"Add meta boxes, import/export and a panel to activate the premium extensions\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4584\";s:7:\"created\";s:19:\"2019-05-15 10:55:25\";s:7:\"updated\";s:19:\"2019-05-15 11:02:41\";}}}i:1;O:8:\"stdClass\":28:{s:14:\"bundle_plan_id\";s:3:\"157\";s:9:\"bundle_id\";N;s:12:\"plugin_plans\";O:8:\"stdClass\":16:{s:4:\"3754\";s:4:\"6079\";s:4:\"3755\";s:4:\"6078\";s:4:\"3756\";s:4:\"6077\";s:4:\"3757\";s:4:\"6076\";s:4:\"3758\";s:4:\"6075\";s:4:\"3759\";s:4:\"6074\";s:4:\"3760\";s:4:\"6073\";s:4:\"3761\";s:4:\"6072\";s:4:\"3762\";s:4:\"6071\";s:4:\"3764\";s:4:\"6069\";s:4:\"3765\";s:4:\"6068\";s:4:\"3766\";s:4:\"6067\";s:4:\"3797\";s:4:\"6115\";s:4:\"3752\";s:4:\"6040\";s:4:\"3763\";s:4:\"6070\";s:4:\"9081\";s:5:\"15222\";}s:12:\"is_inherited\";b:1;s:9:\"plugin_id\";s:4:\"3767\";s:4:\"name\";s:3:\"pro\";s:5:\"title\";s:3:\"Pro\";s:11:\"description\";s:0:\"\";s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:25:\"is_block_features_monthly\";b:0;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";N;s:23:\"is_require_subscription\";b:0;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:1;s:9:\"is_hidden\";b:0;s:2:\"id\";s:4:\"6056\";s:7:\"created\";s:19:\"2019-05-06 17:02:57\";s:7:\"updated\";s:19:\"2021-10-01 21:07:32\";s:7:\"pricing\";a:5:{i:0;O:8:\"stdClass\":10:{s:7:\"plan_id\";s:4:\"6056\";s:8:\"licenses\";i:3;s:13:\"monthly_price\";N;s:12:\"annual_price\";i:54;s:14:\"lifetime_price\";i:222;s:9:\"is_hidden\";b:0;s:2:\"id\";s:4:\"5262\";s:7:\"created\";s:19:\"2019-05-06 17:05:45\";s:7:\"updated\";s:19:\"2021-10-01 21:07:17\";s:8:\"currency\";s:3:\"usd\";}i:1;O:8:\"stdClass\":10:{s:7:\"plan_id\";s:4:\"6056\";s:8:\"licenses\";i:6;s:13:\"monthly_price\";N;s:12:\"annual_price\";i:109;s:14:\"lifetime_price\";i:445;s:9:\"is_hidden\";b:0;s:2:\"id\";s:4:\"5268\";s:7:\"created\";s:19:\"2019-05-07 16:42:55\";s:7:\"updated\";s:19:\"2021-10-01 21:02:31\";s:8:\"currency\";s:3:\"usd\";}i:2;O:8:\"stdClass\":10:{s:7:\"plan_id\";s:4:\"6056\";s:8:\"licenses\";i:50;s:13:\"monthly_price\";N;s:12:\"annual_price\";i:179;s:14:\"lifetime_price\";i:725;s:9:\"is_hidden\";b:0;s:2:\"id\";s:4:\"5366\";s:7:\"created\";s:19:\"2019-05-14 11:56:38\";s:7:\"updated\";s:19:\"2021-10-01 21:02:38\";s:8:\"currency\";s:3:\"usd\";}i:3;O:8:\"stdClass\":10:{s:7:\"plan_id\";s:4:\"6056\";s:8:\"licenses\";i:60;s:13:\"monthly_price\";N;s:12:\"annual_price\";i:179;s:14:\"lifetime_price\";i:725;s:9:\"is_hidden\";b:1;s:2:\"id\";s:5:\"13377\";s:7:\"created\";s:19:\"2021-02-02 19:57:22\";s:7:\"updated\";s:19:\"2021-10-01 21:02:44\";s:8:\"currency\";s:3:\"usd\";}i:4;O:8:\"stdClass\":10:{s:7:\"plan_id\";s:4:\"6056\";s:8:\"licenses\";N;s:13:\"monthly_price\";N;s:12:\"annual_price\";i:529;s:14:\"lifetime_price\";i:2500;s:9:\"is_hidden\";b:1;s:2:\"id\";s:4:\"5269\";s:7:\"created\";s:19:\"2019-05-07 16:43:01\";s:7:\"updated\";s:19:\"2021-03-06 21:45:12\";s:8:\"currency\";s:3:\"usd\";}}s:8:\"features\";a:23:{i:0;O:8:\"stdClass\":9:{s:5:\"value\";i:13;s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:10:\"Free Demos\";s:11:\"description\";s:0:\"\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4595\";s:7:\"created\";s:19:\"2019-05-15 10:59:09\";s:7:\"updated\";s:19:\"2019-05-15 11:00:27\";}i:1;O:8:\"stdClass\":9:{s:5:\"value\";i:60;s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:9:\"Pro Demos\";s:11:\"description\";N;s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4596\";s:7:\"created\";s:19:\"2019-05-15 10:59:40\";s:7:\"updated\";N;}i:2;O:8:\"stdClass\":9:{s:5:\"value\";N;s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:14:\"Stick Anything\";s:11:\"description\";s:51:\"Stick very easily anything you want on your website\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4577\";s:7:\"created\";s:19:\"2019-05-15 10:53:52\";s:7:\"updated\";s:19:\"2019-05-15 11:01:53\";}i:3;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:12:\"Modal Window\";s:11:\"description\";s:75:\"Insert any content into a modal and place the opening button where you want\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4578\";s:7:\"created\";s:19:\"2019-05-15 10:54:01\";s:7:\"updated\";s:19:\"2019-05-15 11:01:59\";}i:4;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:12:\"Posts Slider\";s:11:\"description\";s:70:\"Display your latest posts in a beautiful slider with different options\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4579\";s:7:\"created\";s:19:\"2019-05-15 10:54:08\";s:7:\"updated\";s:19:\"2019-05-15 11:02:03\";}i:5;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:11:\"Demo Import\";s:11:\"description\";s:71:\"Import the demo content, widgets and customizer settings with one click\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4580\";s:7:\"created\";s:19:\"2019-05-15 10:54:39\";s:7:\"updated\";s:19:\"2019-05-15 11:02:13\";}i:6;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:14:\"Custom Sidebar\";s:11:\"description\";s:68:\"Generates an unlimited number of sidebars and place them on any page\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4581\";s:7:\"created\";s:19:\"2019-05-15 10:54:49\";s:7:\"updated\";s:19:\"2019-05-15 11:02:21\";}i:7;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:15:\"Product Sharing\";s:11:\"description\";s:77:\"Add social share buttons to your single product page with this free extension\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4582\";s:7:\"created\";s:19:\"2019-05-15 10:54:57\";s:7:\"updated\";s:19:\"2019-05-15 11:02:28\";}i:8;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:14:\"Social Sharing\";s:11:\"description\";s:70:\"Add social share buttons to your single posts with this free extension\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4583\";s:7:\"created\";s:19:\"2019-05-15 10:55:08\";s:7:\"updated\";s:19:\"2019-05-15 11:02:34\";}i:9;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:11:\"Ocean Extra\";s:11:\"description\";s:76:\"Add meta boxes, import/export and a panel to activate the premium extensions\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4584\";s:7:\"created\";s:19:\"2019-05-15 10:55:25\";s:7:\"updated\";s:19:\"2019-05-15 11:02:41\";}i:10;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:11:\"Full Screen\";s:11:\"description\";s:62:\"A simple and easy way to create a fullscreen scrolling website\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4505\";s:7:\"created\";s:19:\"2019-05-06 17:07:30\";s:7:\"updated\";s:19:\"2019-05-15 11:02:53\";}i:11;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:20:\"Cookie Notice (GDPR)\";s:11:\"description\";s:71:\"Add a Cookie notice on your website to comply with the GDPR regulations\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4506\";s:7:\"created\";s:19:\"2019-05-06 17:07:38\";s:7:\"updated\";s:19:\"2019-05-15 11:04:19\";}i:12;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:11:\"Popup Login\";s:11:\"description\";s:58:\"A plugin to add a popup login/register form where you want\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4507\";s:7:\"created\";s:19:\"2019-05-06 17:07:46\";s:7:\"updated\";s:19:\"2019-05-15 11:04:14\";}i:13;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:9:\"Instagram\";s:11:\"description\";s:69:\"Fetch and customize your Instagram feed to display in a beautiful way\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4585\";s:7:\"created\";s:19:\"2019-05-15 10:56:46\";s:7:\"updated\";s:19:\"2019-05-15 11:04:13\";}i:14;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:11:\"White Label\";s:11:\"description\";s:68:\"Impress clients by replacing the OceanWP name by your own brand name\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4586\";s:7:\"created\";s:19:\"2019-05-15 10:56:51\";s:7:\"updated\";s:19:\"2019-05-15 11:04:12\";}i:15;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:9:\"Portfolio\";s:11:\"description\";s:74:\"A complete extension to display your portfolio and work in a beautiful way\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4587\";s:7:\"created\";s:19:\"2019-05-15 10:56:57\";s:7:\"updated\";s:19:\"2019-05-15 11:04:11\";}i:16;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:9:\"Woo Popup\";s:11:\"description\";s:78:\"A simple extension to display a popup when you click on the Add To Cart button\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4588\";s:7:\"created\";s:19:\"2019-05-15 10:57:01\";s:7:\"updated\";s:19:\"2019-05-15 11:04:10\";}i:17;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:13:\"Sticky Footer\";s:11:\"description\";s:68:\"A simple extension to attach your footer to the bottom of the screen\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4589\";s:7:\"created\";s:19:\"2019-05-15 10:57:07\";s:7:\"updated\";s:19:\"2019-05-15 11:04:09\";}i:18;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:11:\"Ocean Hooks\";s:11:\"description\";s:59:\"Add your custom content throughout various areas of OceanWP\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4590\";s:7:\"created\";s:19:\"2019-05-15 10:57:13\";s:7:\"updated\";s:19:\"2019-05-15 11:03:42\";}i:19;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:17:\"Elementor Widgets\";s:11:\"description\";s:74:\"Add many new powerful widgets to the popular free page builder - Elementor\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4591\";s:7:\"created\";s:19:\"2019-05-15 10:57:17\";s:7:\"updated\";s:19:\"2019-05-15 11:04:08\";}i:20;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:10:\"Side Panel\";s:11:\"description\";s:63:\"Add a responsive side panel with your preferred widgets inside.\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4592\";s:7:\"created\";s:19:\"2019-05-15 10:57:24\";s:7:\"updated\";s:19:\"2019-05-15 11:03:54\";}i:21;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:13:\"Sticky Header\";s:11:\"description\";s:63:\"Attach an eye-catching header at the top of your website pages.\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4593\";s:7:\"created\";s:19:\"2019-05-15 10:57:28\";s:7:\"updated\";s:19:\"2019-05-15 11:03:59\";}i:22;O:8:\"stdClass\":9:{s:5:\"value\";s:0:\"\";s:7:\"plan_id\";s:4:\"6056\";s:9:\"plugin_id\";s:4:\"3767\";s:5:\"title\";s:14:\"Footer Callout\";s:11:\"description\";s:64:\"Add some important information about your company in your footer\";s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"4594\";s:7:\"created\";s:19:\"2019-05-15 10:57:34\";s:7:\"updated\";s:19:\"2019-05-15 11:04:08\";}}}}}s:7:\"created\";i:1638960104;s:9:\"timestamp\";i:1639046504;}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(674, '_hfe_db_version', '1.6.13', 'yes'),
(675, 'bsf_analytics_installed_time', '1610953950', 'no'),
(681, 'elementskit-lite__banner_last_check', '1676004955', 'yes'),
(682, 'elementskit-lite__banner_data', 'O:8:\"stdClass\":10:{s:8:\"10008085\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008085;s:5:\"title\";s:27:\"Wpmet Notice Dashboard 2022\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1671580800;s:3:\"end\";i:1673740800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/holiday22/notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:517:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Holiday Deals from Wpmet</span></strong> <br>\r\n<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $1670 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 35% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social — or get them <b>all in super-saver bundles to save 70% instantly!\r\n</b></p>\";s:12:\"notice_image\";s:70:\"https://api.wpmet.com/auth/wp-content/uploads/2022/11/70-OFF-wpmet.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:7:\"bfc2022\";}}s:8:\"10008083\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008083;s:5:\"title\";s:25:\"Wpmet Notice Ownpage 2022\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1671580800;s:3:\"end\";i:1673740800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/holiday22/notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:519:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Holiday Deals from Wpmet. </span></strong> <br>\r\n<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $1670 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 35% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social — or get them <b>all in super-saver bundles to save 70% instantly!\r\n</b></p>\";s:12:\"notice_image\";s:70:\"https://api.wpmet.com/auth/wp-content/uploads/2022/11/70-OFF-wpmet.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:7:\"bfc2022\";}}s:8:\"10007775\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007775;s:5:\"title\";s:17:\"August Flash Sale\";s:4:\"type\";s:6:\"banner\";s:6:\"screen\";s:7:\"plugins\";s:5:\"start\";i:1661385600;s:3:\"end\";i:1661904000;s:4:\"data\";O:8:\"stdClass\":7:{s:4:\"type\";s:6:\"banner\";s:11:\"banner_link\";s:30:\"https://wpmet.com/flash/banner\";s:12:\"banner_image\";s:75:\"https://api.wpmet.com/auth/wp-content/uploads/2022/08/InPlugin-Banner-4.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:76:\"background-color: #00003E; display: block; height: 60px; text-align: center;\";s:10:\"unique_key\";s:15:\"AugustFlashSale\";}}s:8:\"10007416\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007416;s:5:\"title\";s:28:\"Wpmet 4th of July Flash Sale\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:8:\"all_page\";s:5:\"start\";i:1656806400;s:3:\"end\";i:1657065600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:603:\"ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — get all these PRO plugins altogether and save 70% instantly! Happy 4th of July Flash Sale!!\r\n\r\n<a href=\"https://wpmet.com/4-july/notice\"><span data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Claim Your Discount →&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:1337857,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:1136076},&quot;16&quot;:10,&quot;17&quot;:1,&quot;21&quot;:1,&quot;23&quot;:1}\" data-sheets-hyperlink=\"https://wpmet.com/deals\">Claim Your Discount →</span></a>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2022/07/Notice.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:13:\"4thJulybanner\";}}s:8:\"10007174\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007174;s:5:\"title\";s:31:\"Wpmet Birthday Campaign Ownpage\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:8:\"all_page\";s:5:\"start\";i:1653868800;s:3:\"end\";i:1655942400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:261:\"Wpmet\'s Birthday Sale is going on! Enjoy limited-time discounts of up to 50% on each of our PRO plugins — ElementsKit , ShopEngine, MetForm, WP Social, WP Ultimate Review. Hurry up!\r\n\r\n<a href=\"https://wpmet.com/notice/birthday-deal\">Get Your Discount →</a>\";s:12:\"notice_image\";s:76:\"https://api.wpmet.com/auth/wp-content/uploads/2022/05/InPlugin-Notice-50.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:14:\"birthdaybanner\";}}s:8:\"10007139\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007139;s:5:\"title\";s:31:\"Wpmet Summer Campaign Own Pages\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1650326400;s:3:\"end\";i:1651276800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:233:\"ElementsKit , ShopEngine, MetForm, WP Social, WP Ultimate Review — get all these PRO plugins altogether and save 70% instantly throughout this Summer Sale!\r\n\r\n<a href=\"https://wpmet.com/notice/summer-sale\">Get Your Discount →</a>\";s:12:\"notice_image\";s:75:\"https://api.wpmet.com/auth/wp-content/uploads/2022/04/InPlugin-Notice-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:12:\"summerbanner\";}}s:8:\"10007137\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007137;s:5:\"title\";s:31:\"Wpmet Summer Campaign Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1650326400;s:3:\"end\";i:1651276800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:233:\"ElementsKit , ShopEngine, MetForm, WP Social, WP Ultimate Review — get all these PRO plugins altogether and save 70% instantly throughout this Summer Sale!\r\n\r\n<a href=\"https://wpmet.com/notice/summer-sale\">Get Your Discount →</a>\";s:12:\"notice_image\";s:75:\"https://api.wpmet.com/auth/wp-content/uploads/2022/04/InPlugin-Notice-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:12:\"summerbanner\";}}s:8:\"10007133\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007133;s:5:\"title\";s:17:\"Wpmet Summer Sale\";s:4:\"type\";s:6:\"banner\";s:6:\"screen\";s:19:\"plugin_install_page\";s:5:\"start\";i:1650326400;s:3:\"end\";i:1651276800;s:4:\"data\";O:8:\"stdClass\":7:{s:4:\"type\";s:6:\"banner\";s:11:\"banner_link\";s:36:\"https://wpmet.com/banner/summer-sale\";s:12:\"banner_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2022/04/InPlugin-Banner.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:20:\"summercampaignbanner\";}}s:8:\"10007086\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007086;s:5:\"title\";s:27:\"NPS/Buyer Persona Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1646179200;s:3:\"end\";i:1646956800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:225:\"Share your experience with Wpmet — take part in a 2-minute survey to win exclusive <strong>discounts, gift cards, and more surprises!</strong>\r\n\r\n<a href=\"https://wpmet.com/we-need-your-feedback/\">Participate to Win →</a>\";s:12:\"notice_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2022/03/InPlugin-Notice.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:9:\"npsbanner\";}}s:8:\"10007076\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007076;s:5:\"title\";s:24:\"Wpmet Flash Sale 22.2.22\";s:4:\"type\";s:6:\"banner\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1645488000;s:3:\"end\";i:1645747200;s:4:\"data\";O:8:\"stdClass\":7:{s:4:\"type\";s:6:\"banner\";s:11:\"banner_link\";s:35:\"https://wpmet.com/banner/flash-sale\";s:12:\"banner_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2022/02/InPlugin-Banner.gif\";s:9:\"blacklist\";s:11:\"elementskit\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:56:\"background-color: #0a162a; display: block; height: 60px;\";s:10:\"unique_key\";s:17:\"flashsale22banner\";}}}', 'yes'),
(683, 'elementskit-lite_install_date', '2021-01-18 08:08:36', 'yes'),
(684, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(685, 'elementskit_options', 'a:1:{s:17:\"megamenu_settings\";a:3:{s:16:\"menu_location_35\";a:1:{s:10:\"is_enabled\";i:0;}s:16:\"menu_location_37\";a:1:{s:10:\"is_enabled\";i:0;}s:16:\"menu_location_52\";a:1:{s:10:\"is_enabled\";i:0;}}}', 'yes'),
(686, 'elementskit-lite__stories_last_check', '1676004955', 'yes'),
(687, 'elementskit-lite__stories_data', 'O:8:\"stdClass\":10:{s:8:\"10009858\";O:8:\"stdClass\":9:{s:2:\"id\";i:10009858;s:5:\"title\";s:65:\"XpeedStudio is Sponsoring WordCamp Asia 2023: See You in Thailand\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:47:\"https://wpmet.com/xpeedstudio-at-wordcamp-asia/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10009857\";O:8:\"stdClass\":9:{s:2:\"id\";i:10009857;s:5:\"title\";s:69:\"How to Create Elementor Off-Canvas Menu Without Coding (4 Easy Steps)\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:51:\"https://wpmet.com/create-elementor-off-canvas-menu/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10009856\";O:8:\"stdClass\":9:{s:2:\"id\";i:10009856;s:5:\"title\";s:64:\"How to use AI rewriting tool to improve the quality of your blog\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:52:\"https://getgenie.ai/how-to-use-an-ai-rewriting-tool/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10009798\";O:8:\"stdClass\":9:{s:2:\"id\";i:10009798;s:5:\"title\";s:66:\"How to Write WooCommerce Product Description with AI that Converts\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:65:\"https://getgenie.ai/how-to-write-woocommerce-product-description/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10009797\";O:8:\"stdClass\":9:{s:2:\"id\";i:10009797;s:5:\"title\";s:65:\"Get More Clicks With AI-Generated Headlines: A Step-by-Step Guide\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:64:\"https://getgenie.ai/get-more-clicks-with-ai-generated-headlines/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10009796\";O:8:\"stdClass\":9:{s:2:\"id\";i:10009796;s:5:\"title\";s:42:\"How to Do Keyword Clustering in Your Niche\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:49:\"https://getgenie.ai/how-to-do-keyword-clustering/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10009795\";O:8:\"stdClass\":9:{s:2:\"id\";i:10009795;s:5:\"title\";s:42:\"Top 5 YouTube Video Description Generators\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:59:\"https://wpmet.com/top-youtube-video-description-generators/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10009774\";O:8:\"stdClass\":9:{s:2:\"id\";i:10009774;s:5:\"title\";s:79:\"ElementsKit Crossed 900k Active Installations: Only One Step to Go for Millions\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:64:\"https://wpmet.com/elementskit-crossed-900k-active-installations/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10009773\";O:8:\"stdClass\":9:{s:2:\"id\";i:10009773;s:5:\"title\";s:65:\"How can AI Content Creation Tools Produce Killer Marketing Copies\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:74:\"https://getgenie.ai/ai-content-creation-tools-to-produce-marketing-copies/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10009772\";O:8:\"stdClass\":9:{s:2:\"id\";i:10009772;s:5:\"title\";s:63:\"How to Rewrite a Paragraph Without Plagiarism Using AI for Free\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:75:\"https://getgenie.ai/how-to-rewrite-a-paragraph-without-plagiarism-using-ai/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}}', 'yes'),
(695, 'elementor_allow_tracking', 'no', 'yes'),
(696, 'elementor_tracker_notice', '1', 'yes'),
(701, 'ma_elementor-version', '1.7', 'yes'),
(702, 'uae_save_data', 'a:22:{s:6:\"banner\";s:2:\"on\";s:3:\"ihe\";s:2:\"on\";s:11:\"price_table\";s:2:\"on\";s:8:\"info_box\";s:2:\"on\";s:11:\"advance_btn\";s:2:\"on\";s:9:\"team_prof\";s:2:\"on\";s:7:\"counter\";s:2:\"on\";s:8:\"flip_box\";s:2:\"on\";s:8:\"timeline\";s:2:\"on\";s:9:\"countdown\";s:2:\"on\";s:13:\"creative_link\";s:2:\"on\";s:5:\"popup\";s:2:\"on\";s:18:\"interactive_banner\";s:2:\"on\";s:9:\"info_list\";s:2:\"on\";s:12:\"adv_carousel\";s:2:\"on\";s:7:\"heading\";s:2:\"on\";s:13:\"highlight_box\";s:2:\"on\";s:9:\"accordion\";s:2:\"on\";s:11:\"info_circle\";s:2:\"on\";s:8:\"dual_btn\";s:2:\"on\";s:14:\"filter_gallery\";s:2:\"on\";s:13:\"whatsapp_chat\";s:2:\"on\";}', 'yes'),
(706, 'secret_key', '_}uH@oabHA#>i;57S51Srh3y3X{}I+l_%>$fIAP1Il&Dt2^^@Sxv_0jd^YlV0{ @', 'no'),
(715, '_custom_fonts_db_version', '1.3.7', 'yes'),
(716, 'taxonomy_bsf_custom_fonts_36', 'a:9:{s:13:\"font_fallback\";s:0:\"\";s:12:\"font-display\";s:4:\"auto\";s:13:\"font-weight-0\";s:3:\"400\";s:13:\"font_woff_2-0\";s:0:\"\";s:11:\"font_woff-0\";s:0:\"\";s:10:\"font_ttf-0\";s:0:\"\";s:10:\"font_eot-0\";s:0:\"\";s:10:\"font_svg-0\";s:0:\"\";s:10:\"font_otf-0\";s:62:\"https://aegis.qa/wp-content/uploads/2021/01/BrushScriptStd.otf\";}', 'yes'),
(760, 'twae-v', '1.2.2', 'yes'),
(761, 'twae-type', 'FREE', 'yes'),
(762, 'twae-installDate', '2021-01-19 09:46:49', 'yes'),
(764, 'eihe-top-notice', '0', 'yes'),
(816, 'anwp_post_grid_installed_time', '1611125362', 'yes'),
(823, 'ocean-posts-slider-version', '1.1.0', 'yes'),
(911, 'preloader_plus_settings', 'a:7:{s:8:\"elements\";a:1:{i:0;s:4:\"icon\";}s:8:\"bg_color\";s:7:\"#ffffff\";s:17:\"custom_icon_image\";s:0:\"\";s:10:\"icon_image\";s:8:\"DualRing\";s:10:\"text_color\";s:7:\"#9575cd\";s:13:\"show_on_front\";s:1:\"1\";s:18:\"animation_duration\";i:500;}', 'yes'),
(949, 'ocean-modal-window-version', '1.1.0', 'yes'),
(952, 'oe_panels_settings', 'a:9:{s:16:\"oe_general_panel\";b:1;s:19:\"oe_typography_panel\";b:1;s:15:\"oe_topbar_panel\";b:1;s:15:\"oe_header_panel\";b:1;s:13:\"oe_blog_panel\";b:1;s:16:\"oe_sidebar_panel\";b:1;s:23:\"oe_footer_widgets_panel\";b:1;s:22:\"oe_footer_bottom_panel\";b:1;s:20:\"oe_custom_code_panel\";b:1;}', 'yes'),
(960, 'omapi_review', 'a:2:{s:4:\"time\";i:1611302955;s:9:\"dismissed\";b:0;}', 'yes'),
(961, 'widget_optin-monster-api', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(966, 'om_notifications', 'a:4:{s:7:\"updated\";i:1611302959;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'no'),
(969, 'SGPBUsageDays', '0', 'yes'),
(970, 'SGPBInstallDate', '1611303089', 'yes'),
(971, 'SGPBOpenNextTime', '1613895089', 'yes'),
(972, 'SGPBMaxOpenCount', '80', 'yes'),
(973, 'sgpbPopupBuilderRegisteredPlugins', '[]', 'yes'),
(974, 'SGPB_INACTIVE_EXTENSIONS', 'inactive', 'yes'),
(975, 'action_scheduler_hybrid_store_demarkation', '4246', 'yes'),
(976, 'schema-ActionScheduler_StoreSchema', '3.0.1611303089', 'yes'),
(977, 'schema-ActionScheduler_LoggerSchema', '2.0.1611303090', 'yes'),
(978, 'popmake_settings', 'a:2:{s:26:\"disable_popup_category_tag\";i:1;s:16:\"default_theme_id\";i:4246;}', 'yes'),
(979, 'pum_version', '1.15.0', 'yes'),
(980, 'pum_files_writeable', '1', 'yes'),
(981, '_pum_writeable_notice_dismissed', '1', 'yes'),
(982, 'pum_ver', '1.15.0', 'yes'),
(983, 'pum_initial_version', '1.15.0', 'yes'),
(984, 'pum_ver_upgraded_from', '0.0.0', 'yes'),
(985, 'pum_db_ver', '8', 'yes'),
(986, 'pum_installed_on', '2021-01-22 08:11:30', 'yes'),
(991, '_pum_installed_themes', 'a:7:{i:0;s:8:\"lightbox\";i:1;s:15:\"enterprise-blue\";i:2;s:9:\"hello-box\";i:3;s:12:\"cutting-edge\";i:4;s:13:\"framed-border\";i:5;s:12:\"floating-bar\";i:6;s:12:\"content-only\";}', 'yes'),
(992, 'action_scheduler_lock_async-request-runner', '1611303523', 'yes'),
(993, 'pum_completed_upgrades', 'a:1:{i:0;s:16:\"core-v1_8-themes\";}', 'yes'),
(999, 'sgpb-all-notifications-data', '[{\"id\":\"sgpbMainSupportBanner\",\"priority\":1,\"type\":1,\"message\":\"<div class=\\\"sgpb-support-notification-wrapper sgpb-wrapper\\\"><h4 class=\\\"sgpb-support-notification-title\\\">Need some help?<\\/h4><h4 class=\\\"sgpb-support-notification-title\\\">Let us know what you think.<\\/h4><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/bit.ly\\/sgpbPluginSource\\\"><span class=\\\"dashicons sgpb-dashicons-heart sgpb-info-text-white\\\"><\\/span><span class=\\\"sg-info-text\\\">Rate Us<\\/span><\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/help.popup-builder.com\\\"><span class=\\\"dashicons sgpb-dashicons-megaphone sgpb-info-text-white\\\"><\\/span>Support Potal<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/popup-builder\\\"><span class=\\\"dashicons sgpb-dashicons-admin-plugins sgpb-info-text-white\\\"><\\/span>Support Forum<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/popup-builder.com\\/\\\"><span class=\\\"dashicons sgpb-dashicons-editor-help sgpb-info-text-white\\\"><\\/span>LIVE chat<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"mailto:support@popup-builder.com?subject=Hello\\\"><span class=\\\"dashicons sgpb-dashicons-email-alt sgpb-info-text-white\\\"><\\/span>Email<\\/a><\\/div><div class=\\\"sgpb-support-notification-dont-show\\\">Bored of this?<a class=\\\"sgpb-dont-show-again-support-notification\\\" href=\\\"javascript:void(0)\\\"> Press here <\\/a>and we will not show it again!<\\/div>\"}]', 'yes'),
(1000, 'pum_reviews_installed_on', '2021-01-22 08:11:33', 'yes'),
(1001, 'sgpbModifiedRegisteredPluginsPaths2', '1', 'yes'),
(1002, '_pum_installed', '1', 'yes'),
(1003, 'pum_privacy_cookie_list', 'a:2:{s:7:\"cookies\";a:1:{s:8:\"pum-4254\";a:3:{s:5:\"label\";s:56:\"Cookie used to prevent popup from displaying repeatedly.\";s:4:\"name\";s:8:\"pum-4254\";s:4:\"time\";s:7:\"1 month\";}}s:9:\"timestamp\";i:1611303093;}', 'yes'),
(1004, 'sgpb-metabox-banner-remote-get', '<div class=\"sgpb-right-banner-wrapper\"><div class=\"sgpb-first-row\" style=\"background-image: url(https://popup-builder.com/wp-content/uploads/2018/12/subsciption-plus-banner-wordpress.jpg);\"></div><div class=\"sgpb-second-row\"></div></div>\nCustomize Your Subscription Fields and Mail Templates with our new <a target=\"_blank\" href=\"https://popup-builder.com/downloads/mailchimp-popup/\">Subscription Plus </a> extension.\n<style>.sgpb-first-row{background-size: 100%;min-height: 310px;background-repeat: no-repeat;}</style>', 'yes'),
(1007, 'sgpb-unnecessary-scripts-removed-1', '1', 'yes'),
(1015, 'pum-has-cached-css', '1611303233', 'yes'),
(1016, 'pum-has-cached-js', '1611303233', 'yes'),
(1131, 'ocean_extra_dismiss_rating_notice', '1', 'yes'),
(1136, 'elementskit-lite_ask_me_later', 'yes', 'yes'),
(1211, 'widget_bdp-lpw-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1212, 'widget_bdp_post_scrolling_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1288, 'acf_version', '6.0.7', 'yes'),
(1325, 'redirect-404-error-page-to-homepage-or-custom-page_db_version', '1.0', 'yes'),
(1326, 'redirect-404-error-page-to-homepage-or-custom-page-log', 'a:3:{s:3:\"log\";s:1:\"1\";s:4:\"days\";s:2:\"60\";s:14:\"ignoreredirect\";i:0;}', 'yes'),
(1328, 'redirect-404-error-page-to-homepage-or-custom-page-settings', 'a:2:{s:6:\"pageid\";s:4:\"6070\";s:4:\"type\";s:3:\"404\";}', 'yes'),
(1329, 'redirect-404-error-page-to-homepage-or-custom-page-reset', '', 'yes'),
(1348, 'vsz_cf7_db_version', '1.9.2', 'yes'),
(1351, 'wpseo', 'a:100:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:0;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:26:\"permalink_settings_changed\";s:29:\"indexables_indexing_completed\";b:0;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:4:\"20.1\";s:16:\"previous_version\";s:5:\"19.14\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1669022259;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:16:\"https://aegis.qa\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:8:{s:11:\"wpcode_type\";s:11:\"wpcode_type\";s:15:\"wpcode_location\";s:15:\"wpcode_location\";s:11:\"wpcode_tags\";s:11:\"wpcode_tags\";s:22:\"elementor_library_type\";s:22:\"elementor_library_type\";s:26:\"elementor_library_category\";s:26:\"elementor_library_category\";s:16:\"bsf_custom_fonts\";s:16:\"bsf_custom_fonts\";s:20:\"flamingo_contact_tag\";s:20:\"flamingo_contact_tag\";s:24:\"flamingo_inbound_channel\";s:24:\"flamingo_inbound_channel\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:0;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:0;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:34:\"dismiss_old_premium_version_notice\";s:0:\"\";s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:28:\"wordproof_integration_active\";b:0;s:29:\"wordproof_integration_changed\";b:0;s:18:\"first_time_install\";b:0;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1652258756;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:15:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:14:\"e-landing-page\";i:4;s:17:\"elementor_library\";i:5;s:19:\"elementskit_content\";i:6;s:20:\"elementskit_template\";i:7;s:18:\"elementskit_widget\";i:8;s:15:\"oceanwp_library\";i:9;s:12:\"elementor-hf\";i:10;s:16:\"iso_certificates\";i:11;s:20:\"our_clients_trust_us\";i:12;s:14:\"knowledge_base\";i:13;s:19:\"faq_question_answer\";i:14;s:12:\"certificates\";}s:28:\"last_known_public_taxonomies\";a:3:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";}}', 'yes'),
(1352, 'yoast_migrations_free', 'a:1:{s:7:\"version\";s:4:\"20.1\";}', 'yes'),
(1353, 'wpseo_titles', 'a:279:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:0:\"\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:0:\"\";s:29:\"breadcrumbs-display-blog-page\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:0:\"\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:0:\"\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:0:\"\";s:15:\"breadcrumbs-sep\";s:0:\"\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";s:1:\"0\";s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";s:1:\"0\";s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:1;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:1;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:20:\"title-e-landing-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-e-landing-page\";s:0:\"\";s:22:\"noindex-e-landing-page\";b:1;s:33:\"display-metabox-pt-e-landing-page\";b:1;s:33:\"post_types-e-landing-page-maintax\";i:0;s:31:\"schema-page-type-e-landing-page\";s:7:\"WebPage\";s:34:\"schema-article-type-e-landing-page\";s:4:\"None\";s:27:\"social-title-e-landing-page\";s:9:\"%%title%%\";s:33:\"social-description-e-landing-page\";s:0:\"\";s:31:\"social-image-url-e-landing-page\";s:0:\"\";s:30:\"social-image-id-e-landing-page\";i:0;s:23:\"title-elementor_library\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-elementor_library\";s:0:\"\";s:25:\"noindex-elementor_library\";b:0;s:36:\"display-metabox-pt-elementor_library\";b:1;s:36:\"post_types-elementor_library-maintax\";i:0;s:34:\"schema-page-type-elementor_library\";s:7:\"WebPage\";s:37:\"schema-article-type-elementor_library\";s:4:\"None\";s:30:\"social-title-elementor_library\";s:9:\"%%title%%\";s:36:\"social-description-elementor_library\";s:0:\"\";s:34:\"social-image-url-elementor_library\";s:0:\"\";s:33:\"social-image-id-elementor_library\";i:0;s:25:\"title-elementskit_content\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-elementskit_content\";s:0:\"\";s:27:\"noindex-elementskit_content\";b:1;s:38:\"display-metabox-pt-elementskit_content\";b:0;s:38:\"post_types-elementskit_content-maintax\";s:1:\"0\";s:36:\"schema-page-type-elementskit_content\";s:7:\"WebPage\";s:39:\"schema-article-type-elementskit_content\";s:4:\"None\";s:32:\"social-title-elementskit_content\";s:9:\"%%title%%\";s:38:\"social-description-elementskit_content\";s:0:\"\";s:36:\"social-image-url-elementskit_content\";s:0:\"\";s:35:\"social-image-id-elementskit_content\";i:0;s:26:\"title-elementskit_template\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-elementskit_template\";s:0:\"\";s:28:\"noindex-elementskit_template\";b:1;s:39:\"display-metabox-pt-elementskit_template\";b:0;s:39:\"post_types-elementskit_template-maintax\";s:1:\"0\";s:37:\"schema-page-type-elementskit_template\";s:7:\"WebPage\";s:40:\"schema-article-type-elementskit_template\";s:4:\"None\";s:33:\"social-title-elementskit_template\";s:9:\"%%title%%\";s:39:\"social-description-elementskit_template\";s:0:\"\";s:37:\"social-image-url-elementskit_template\";s:0:\"\";s:36:\"social-image-id-elementskit_template\";i:0;s:24:\"title-elementskit_widget\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-elementskit_widget\";s:0:\"\";s:26:\"noindex-elementskit_widget\";b:1;s:37:\"display-metabox-pt-elementskit_widget\";b:0;s:37:\"post_types-elementskit_widget-maintax\";s:1:\"0\";s:35:\"schema-page-type-elementskit_widget\";s:7:\"WebPage\";s:38:\"schema-article-type-elementskit_widget\";s:4:\"None\";s:31:\"social-title-elementskit_widget\";s:9:\"%%title%%\";s:37:\"social-description-elementskit_widget\";s:0:\"\";s:35:\"social-image-url-elementskit_widget\";s:0:\"\";s:34:\"social-image-id-elementskit_widget\";i:0;s:21:\"title-oceanwp_library\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-oceanwp_library\";s:0:\"\";s:23:\"noindex-oceanwp_library\";b:1;s:34:\"display-metabox-pt-oceanwp_library\";b:0;s:34:\"post_types-oceanwp_library-maintax\";s:1:\"0\";s:32:\"schema-page-type-oceanwp_library\";s:7:\"WebPage\";s:35:\"schema-article-type-oceanwp_library\";s:4:\"None\";s:28:\"social-title-oceanwp_library\";s:9:\"%%title%%\";s:34:\"social-description-oceanwp_library\";s:0:\"\";s:32:\"social-image-url-oceanwp_library\";s:0:\"\";s:31:\"social-image-id-oceanwp_library\";i:0;s:18:\"title-elementor-hf\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-elementor-hf\";s:0:\"\";s:20:\"noindex-elementor-hf\";b:1;s:31:\"display-metabox-pt-elementor-hf\";b:0;s:31:\"post_types-elementor-hf-maintax\";s:1:\"0\";s:29:\"schema-page-type-elementor-hf\";s:7:\"WebPage\";s:32:\"schema-article-type-elementor-hf\";s:4:\"None\";s:25:\"social-title-elementor-hf\";s:9:\"%%title%%\";s:31:\"social-description-elementor-hf\";s:0:\"\";s:29:\"social-image-url-elementor-hf\";s:0:\"\";s:28:\"social-image-id-elementor-hf\";i:0;s:22:\"title-iso_certificates\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-iso_certificates\";s:0:\"\";s:24:\"noindex-iso_certificates\";b:0;s:35:\"display-metabox-pt-iso_certificates\";b:1;s:35:\"post_types-iso_certificates-maintax\";s:1:\"0\";s:33:\"schema-page-type-iso_certificates\";s:7:\"WebPage\";s:36:\"schema-article-type-iso_certificates\";s:4:\"None\";s:29:\"social-title-iso_certificates\";s:9:\"%%title%%\";s:35:\"social-description-iso_certificates\";s:0:\"\";s:33:\"social-image-url-iso_certificates\";s:0:\"\";s:32:\"social-image-id-iso_certificates\";i:0;s:32:\"title-ptarchive-iso_certificates\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:35:\"metadesc-ptarchive-iso_certificates\";s:0:\"\";s:34:\"bctitle-ptarchive-iso_certificates\";s:0:\"\";s:34:\"noindex-ptarchive-iso_certificates\";b:0;s:39:\"social-title-ptarchive-iso_certificates\";s:21:\"%%pt_plural%% Archive\";s:45:\"social-description-ptarchive-iso_certificates\";s:0:\"\";s:43:\"social-image-url-ptarchive-iso_certificates\";s:0:\"\";s:42:\"social-image-id-ptarchive-iso_certificates\";i:0;s:26:\"title-our_clients_trust_us\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-our_clients_trust_us\";s:0:\"\";s:28:\"noindex-our_clients_trust_us\";b:1;s:39:\"display-metabox-pt-our_clients_trust_us\";b:1;s:39:\"post_types-our_clients_trust_us-maintax\";s:1:\"0\";s:37:\"schema-page-type-our_clients_trust_us\";s:7:\"WebPage\";s:40:\"schema-article-type-our_clients_trust_us\";s:4:\"None\";s:33:\"social-title-our_clients_trust_us\";s:9:\"%%title%%\";s:39:\"social-description-our_clients_trust_us\";s:0:\"\";s:37:\"social-image-url-our_clients_trust_us\";s:0:\"\";s:36:\"social-image-id-our_clients_trust_us\";i:0;s:36:\"title-ptarchive-our_clients_trust_us\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:39:\"metadesc-ptarchive-our_clients_trust_us\";s:0:\"\";s:38:\"bctitle-ptarchive-our_clients_trust_us\";s:0:\"\";s:38:\"noindex-ptarchive-our_clients_trust_us\";b:0;s:43:\"social-title-ptarchive-our_clients_trust_us\";s:21:\"%%pt_plural%% Archive\";s:49:\"social-description-ptarchive-our_clients_trust_us\";s:0:\"\";s:47:\"social-image-url-ptarchive-our_clients_trust_us\";s:0:\"\";s:46:\"social-image-id-ptarchive-our_clients_trust_us\";i:0;s:20:\"title-knowledge_base\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-knowledge_base\";s:0:\"\";s:22:\"noindex-knowledge_base\";b:1;s:33:\"display-metabox-pt-knowledge_base\";b:1;s:33:\"post_types-knowledge_base-maintax\";s:1:\"0\";s:31:\"schema-page-type-knowledge_base\";s:7:\"WebPage\";s:34:\"schema-article-type-knowledge_base\";s:4:\"None\";s:27:\"social-title-knowledge_base\";s:9:\"%%title%%\";s:33:\"social-description-knowledge_base\";s:0:\"\";s:31:\"social-image-url-knowledge_base\";s:0:\"\";s:30:\"social-image-id-knowledge_base\";i:0;s:30:\"title-ptarchive-knowledge_base\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:33:\"metadesc-ptarchive-knowledge_base\";s:0:\"\";s:32:\"bctitle-ptarchive-knowledge_base\";s:0:\"\";s:32:\"noindex-ptarchive-knowledge_base\";b:0;s:37:\"social-title-ptarchive-knowledge_base\";s:21:\"%%pt_plural%% Archive\";s:43:\"social-description-ptarchive-knowledge_base\";s:0:\"\";s:41:\"social-image-url-ptarchive-knowledge_base\";s:0:\"\";s:40:\"social-image-id-ptarchive-knowledge_base\";i:0;s:25:\"title-faq_question_answer\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-faq_question_answer\";s:0:\"\";s:27:\"noindex-faq_question_answer\";b:1;s:38:\"display-metabox-pt-faq_question_answer\";b:1;s:38:\"post_types-faq_question_answer-maintax\";s:1:\"0\";s:36:\"schema-page-type-faq_question_answer\";s:7:\"WebPage\";s:39:\"schema-article-type-faq_question_answer\";s:4:\"None\";s:32:\"social-title-faq_question_answer\";s:9:\"%%title%%\";s:38:\"social-description-faq_question_answer\";s:0:\"\";s:36:\"social-image-url-faq_question_answer\";s:0:\"\";s:35:\"social-image-id-faq_question_answer\";i:0;s:35:\"title-ptarchive-faq_question_answer\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:38:\"metadesc-ptarchive-faq_question_answer\";s:0:\"\";s:37:\"bctitle-ptarchive-faq_question_answer\";s:0:\"\";s:37:\"noindex-ptarchive-faq_question_answer\";b:0;s:42:\"social-title-ptarchive-faq_question_answer\";s:21:\"%%pt_plural%% Archive\";s:48:\"social-description-ptarchive-faq_question_answer\";s:0:\"\";s:46:\"social-image-url-ptarchive-faq_question_answer\";s:0:\"\";s:45:\"social-image-id-ptarchive-faq_question_answer\";i:0;s:18:\"title-certificates\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-certificates\";s:0:\"\";s:20:\"noindex-certificates\";b:0;s:31:\"display-metabox-pt-certificates\";b:1;s:31:\"post_types-certificates-maintax\";s:1:\"0\";s:29:\"schema-page-type-certificates\";s:7:\"WebPage\";s:32:\"schema-article-type-certificates\";s:4:\"None\";s:25:\"social-title-certificates\";s:9:\"%%title%%\";s:31:\"social-description-certificates\";s:0:\"\";s:29:\"social-image-url-certificates\";s:0:\"\";s:28:\"social-image-id-certificates\";i:0;s:28:\"title-ptarchive-certificates\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:31:\"metadesc-ptarchive-certificates\";s:0:\"\";s:30:\"bctitle-ptarchive-certificates\";s:0:\"\";s:30:\"noindex-ptarchive-certificates\";b:0;s:35:\"social-title-ptarchive-certificates\";s:21:\"%%pt_plural%% Archive\";s:41:\"social-description-ptarchive-certificates\";s:0:\"\";s:39:\"social-image-url-ptarchive-certificates\";s:0:\"\";s:38:\"social-image-id-ptarchive-certificates\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:29:\"open_graph_frontpage_image_id\";i:0;s:26:\"taxonomy-category-ptparent\";s:1:\"0\";s:26:\"taxonomy-post_tag-ptparent\";s:1:\"0\";s:29:\"taxonomy-post_format-ptparent\";s:1:\"0\";}', 'yes'),
(1354, 'wpseo_social', 'a:18:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";}', 'yes'),
(1355, 'wpseo_flush_rewrite', '1', 'yes'),
(1367, 'wpseo_ryte', 'a:2:{s:6:\"status\";i:-1;s:10:\"last_fetch\";i:1669983082;}', 'yes'),
(1380, 'cfdb7_view_install_date', '2021-01-29 11:58:15', 'yes'),
(1398, 'vsz_cf7_settings_field_57', 'a:6:{s:9:\"your-name\";a:2:{s:5:\"label\";s:9:\"your-name\";s:4:\"show\";i:1;}s:5:\"phone\";a:2:{s:5:\"label\";s:5:\"phone\";s:4:\"show\";i:1;}s:10:\"your-email\";a:2:{s:5:\"label\";s:10:\"your-email\";s:4:\"show\";i:1;}s:11:\"gclid_field\";a:2:{s:5:\"label\";s:11:\"gclid_field\";s:4:\"show\";i:1;}s:9:\"submit_ip\";a:2:{s:5:\"label\";s:9:\"submit_ip\";s:4:\"show\";i:1;}s:11:\"submit_time\";a:2:{s:5:\"label\";s:11:\"submit_time\";s:4:\"show\";i:1;}}', 'no'),
(1399, 'vsz_cf7_settings_show_record_57', '100', 'yes'),
(1430, 'wp-smush-settings', 'a:23:{s:4:\"auto\";b:1;s:5:\"lossy\";b:0;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:1;s:8:\"original\";b:0;s:6:\"backup\";b:0;s:10:\"png_to_jpg\";b:0;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:10:\"js_builder\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;s:5:\"usage\";b:0;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:1;s:17:\"background_images\";b:1;s:16:\"rest_api_support\";b:0;s:8:\"webp_mod\";b:0;s:4:\"bulk\";b:0;}', 'yes'),
(1431, 'wp-smush-install-type', 'existing', 'no'),
(1432, 'wp-smush-version', '3.12.4', 'no'),
(1435, 'wdev-frash', 'a:3:{s:7:\"plugins\";a:2:{s:23:\"wp-smushit/wp-smush.php\";i:1611983914;s:42:\"hummingbird-performance/wp-hummingbird.php\";i:1612006074;}s:5:\"queue\";a:2:{s:32:\"6ca2345fde639363a77ee7e658a0f9b9\";a:3:{s:6:\"plugin\";s:42:\"hummingbird-performance/wp-hummingbird.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1632977964;}s:32:\"8165b73d50eb313ca387d8f028bd280a\";a:3:{s:6:\"plugin\";s:42:\"hummingbird-performance/wp-hummingbird.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1632977964;}}s:4:\"done\";a:2:{i:0;a:6:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1611983914;s:5:\"state\";s:6:\"ignore\";s:4:\"hash\";s:32:\"8165b73d50eb313ca387d8f028bd280a\";s:10:\"handled_at\";i:1614057803;}i:1;a:6:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1614144108;s:5:\"state\";s:6:\"ignore\";s:4:\"hash\";s:32:\"8165b73d50eb313ca387d8f028bd280a\";s:10:\"handled_at\";i:1632891575;}}}', 'no'),
(1436, 'wpmudev_recommended_plugins_registered', 'a:2:{s:23:\"wp-smushit/wp-smush.php\";a:1:{s:13:\"registered_at\";i:1611983914;}s:42:\"hummingbird-performance/wp-hummingbird.php\";a:1:{s:13:\"registered_at\";i:1612006085;}}', 'no'),
(1439, 'smush_global_stats', 'a:9:{s:11:\"size_before\";i:51993141;s:10:\"size_after\";i:49577779;s:7:\"percent\";d:4.5999999999999996447286321199499070644378662109375;s:5:\"human\";s:6:\"2.3 MB\";s:5:\"bytes\";i:2415362;s:12:\"total_images\";i:813;s:12:\"resize_count\";i:0;s:14:\"resize_savings\";i:0;s:18:\"conversion_savings\";i:0;}', 'no'),
(1440, 'dir_smush_stats', 'a:2:{s:9:\"dir_smush\";a:2:{s:5:\"total\";i:0;s:9:\"optimised\";i:0;}s:14:\"combined_stats\";a:0:{}}', 'no'),
(1441, 'wp-smush-lazy_load', 'a:9:{s:6:\"format\";a:6:{s:4:\"jpeg\";b:1;s:3:\"png\";b:1;s:4:\"webp\";b:1;s:3:\"gif\";b:1;s:3:\"svg\";b:1;s:6:\"iframe\";b:1;}s:6:\"output\";a:4:{s:7:\"content\";b:1;s:7:\"widgets\";b:1;s:10:\"thumbnails\";b:1;s:9:\"gravatars\";b:1;}s:9:\"animation\";a:4:{s:8:\"selected\";s:4:\"none\";s:6:\"fadein\";a:2:{s:8:\"duration\";i:1000;s:5:\"delay\";i:1000;}s:7:\"spinner\";a:2:{s:8:\"selected\";s:1:\"2\";s:6:\"custom\";a:0:{}}s:11:\"placeholder\";a:3:{s:8:\"selected\";s:1:\"1\";s:6:\"custom\";a:0:{}s:5:\"color\";s:7:\"#F3F3F3\";}}s:7:\"include\";a:19:{s:9:\"frontpage\";b:1;s:4:\"home\";b:1;s:4:\"page\";b:1;s:6:\"single\";b:1;s:7:\"archive\";b:1;s:8:\"category\";b:1;s:3:\"tag\";b:1;s:14:\"e-landing-page\";b:1;s:17:\"elementor_library\";b:1;s:19:\"elementskit_content\";b:1;s:20:\"elementskit_template\";b:1;s:18:\"elementskit_widget\";b:1;s:15:\"oceanwp_library\";b:1;s:12:\"elementor-hf\";b:1;s:16:\"iso_certificates\";b:1;s:20:\"our_clients_trust_us\";b:1;s:14:\"knowledge_base\";b:1;s:19:\"faq_question_answer\";b:1;s:12:\"certificates\";b:1;}s:13:\"exclude-pages\";a:0:{}s:15:\"exclude-classes\";a:4:{i:0;s:12:\".HeaderLogo,\";i:1;s:23:\".header-contact-us-img,\";i:2;s:19:\".header-img-mobile,\";i:3;s:23:\".header-contact-us-img,\";}s:6:\"footer\";b:1;s:6:\"native\";b:1;s:8:\"noscript\";b:1;}', 'yes'),
(1442, 'skip-smush-setup', '1', 'yes'),
(1605, 'gzip_compression', 'on', 'yes'),
(1615, 'rocket_cache_dir_size_check', '1', 'yes'),
(1676, 'pand-d83e5fe4823f8f867dc30d3bb0b6c7de', '1634974494', 'no'),
(1694, 'aj_enabled', '1', 'yes'),
(1695, 'aj_method', 'defer', 'yes'),
(1696, 'aj_enabled_logged', '', 'yes'),
(1697, 'aj_enabled_shop', '', 'yes'),
(1698, 'aj_jquery', 'exclude', 'yes'),
(1699, 'aj_async', '', 'yes'),
(1700, 'aj_defer', '', 'yes'),
(1701, 'aj_exclusions', '', 'yes'),
(1702, 'aj_plugin_exclusions', 'a:0:{}', 'yes'),
(1703, 'aj_theme_exclusions', 'a:0:{}', 'yes'),
(1704, 'aj_autoptimize_enabled', '0', 'yes'),
(1705, 'aj_autoptimize_method', 'async', 'yes'),
(1706, 'aj_version', '2.21.08.31', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1725, 'litespeed.cloud._summary', '{\"curr_request.wp\\/ver\":0,\"last_request.wp\\/ver\":1625034911,\"news.utime\":1632896745,\"curr_request.wp\\/news\":0,\"last_request.wp\\/news\":1625034724,\"token_ts\":1624343888,\"is_linked\":0,\"apikey_ts\":1624343895,\"curr_request.d\\/usage\":0,\"last_request.d\\/usage\":1632898418,\"usage.img_optm\":{\"total_used\":\"0\",\"used\":\"0\",\"quota\":1000,\"pag_used\":\"0\",\"pag_bal\":0,\"pkgs\":\"1\",\"daily_quota\":-1,\"remaining_daily_quota\":-1},\"usage.ccss\":{\"total_used\":\"0\",\"used\":\"0\",\"quota\":200,\"pag_used\":\"0\",\"pag_bal\":0,\"pkgs\":\"1\",\"daily_quota\":20,\"remaining_daily_quota\":20},\"usage.lqip\":{\"total_used\":\"0\",\"used\":\"0\",\"quota\":100,\"pag_used\":\"0\",\"pag_bal\":0,\"pkgs\":\"1\",\"daily_quota\":10,\"remaining_daily_quota\":10},\"usage.cdn\":{\"total_used\":\"0\",\"used\":\"0\",\"quota\":10,\"pag_used\":\"0\",\"pag_bal\":0,\"pkgs\":\"1\",\"daily_quota\":-1,\"remaining_daily_quota\":-1},\"usage.health\":{\"total_used\":\"0\",\"used\":\"0\",\"quota\":100,\"pag_used\":\"0\",\"pag_bal\":0,\"pkgs\":\"1\",\"daily_quota\":-1,\"remaining_daily_quota\":-1},\"curr_request.d\\/nodes\":0,\"last_request.d\\/nodes\":1632898422,\"server.ccss\":\"https:\\/\\/node449.quic.cloud\",\"server_date.ccss\":1632898431,\"curr_request.ccss\":0,\"last_request.ccss\":1632898431,\"curr_request.ver\":0,\"last_request.ver\":1632898518,\"curr_request.news\":0,\"last_request.news\":1632896745,\"usage.page_optm\":{\"total_used\":\"1\",\"used\":\"1\",\"quota\":\"200\",\"daily_quota\":\"20\",\"remaining_daily_quota\":\"19\",\"pag_used\":\"0\",\"pag_bal\":\"0\",\"pkgs\":\"1\"},\"usage.ucss\":false}', 'yes'),
(1727, 'litespeed.conf.hash', '9bkoK7lNJ20mEP2v4xeR0xFNofVxn60b', 'yes'),
(1728, 'litespeed.conf.auto_upgrade', '', 'yes'),
(1729, 'litespeed.conf.api_key', '852BBC174DC8EDD69BBDC623AC046058', 'yes'),
(1730, 'litespeed.conf.server_ip', '', 'yes'),
(1731, 'litespeed.conf.news', '1', 'yes'),
(1732, 'litespeed.conf.cache', '1', 'yes'),
(1733, 'litespeed.conf.cache-priv', '1', 'yes'),
(1734, 'litespeed.conf.cache-commenter', '1', 'yes'),
(1735, 'litespeed.conf.cache-rest', '1', 'yes'),
(1736, 'litespeed.conf.cache-page_login', '1', 'yes'),
(1737, 'litespeed.conf.cache-favicon', '1', 'yes'),
(1738, 'litespeed.conf.cache-resources', '1', 'yes'),
(1739, 'litespeed.conf.cache-mobile', '', 'yes'),
(1740, 'litespeed.conf.cache-mobile_rules', 'a:7:{i:0;s:6:\"Mobile\";i:1;s:7:\"Android\";i:2;s:5:\"Silk/\";i:3;s:6:\"Kindle\";i:4;s:10:\"BlackBerry\";i:5;s:10:\"Opera Mini\";i:6;s:10:\"Opera Mobi\";}', 'yes'),
(1741, 'litespeed.conf.cache-browser', '', 'yes'),
(1742, 'litespeed.conf.cache-exc_useragents', 'a:0:{}', 'yes'),
(1743, 'litespeed.conf.cache-exc_cookies', 'a:0:{}', 'yes'),
(1744, 'litespeed.conf.cache-exc_qs', 'a:0:{}', 'yes'),
(1745, 'litespeed.conf.cache-exc_cat', 'a:0:{}', 'yes'),
(1746, 'litespeed.conf.cache-exc_tag', 'a:0:{}', 'yes'),
(1747, 'litespeed.conf.cache-force_uri', 'a:0:{}', 'yes'),
(1748, 'litespeed.conf.cache-force_pub_uri', 'a:0:{}', 'yes'),
(1749, 'litespeed.conf.cache-priv_uri', 'a:0:{}', 'yes'),
(1750, 'litespeed.conf.cache-exc', 'a:0:{}', 'yes'),
(1751, 'litespeed.conf.cache-exc_roles', 'a:0:{}', 'yes'),
(1752, 'litespeed.conf.cache-drop_qs', 'a:4:{i:0;s:6:\"fbclid\";i:1;s:5:\"gclid\";i:2;s:4:\"utm*\";i:3;s:3:\"_ga\";}', 'yes'),
(1753, 'litespeed.conf.cache-ttl_pub', '604800', 'yes'),
(1754, 'litespeed.conf.cache-ttl_priv', '1800', 'yes'),
(1755, 'litespeed.conf.cache-ttl_frontpage', '604800', 'yes'),
(1756, 'litespeed.conf.cache-ttl_feed', '604800', 'yes'),
(1757, 'litespeed.conf.cache-ttl_rest', '604800', 'yes'),
(1758, 'litespeed.conf.cache-ttl_browser', '31557600', 'yes'),
(1759, 'litespeed.conf.cache-ttl_status', 'a:3:{i:0;s:8:\"403 3600\";i:1;s:8:\"404 3600\";i:2;s:8:\"500 3600\";}', 'yes'),
(1760, 'litespeed.conf.cache-login_cookie', '', 'yes'),
(1761, 'litespeed.conf.cache-vary_group', 'a:7:{s:13:\"administrator\";s:2:\"99\";s:6:\"author\";s:1:\"0\";s:11:\"contributor\";s:1:\"0\";s:6:\"editor\";s:1:\"0\";s:10:\"subscriber\";s:1:\"0\";s:12:\"wpseo_editor\";s:1:\"0\";s:13:\"wpseo_manager\";s:1:\"0\";}', 'yes'),
(1762, 'litespeed.conf.purge-upgrade', '1', 'yes'),
(1763, 'litespeed.conf.purge-stale', '', 'yes'),
(1764, 'litespeed.conf.purge-post_all', '1', 'yes'),
(1765, 'litespeed.conf.purge-post_f', '1', 'yes'),
(1766, 'litespeed.conf.purge-post_h', '1', 'yes'),
(1767, 'litespeed.conf.purge-post_p', '1', 'yes'),
(1768, 'litespeed.conf.purge-post_pwrp', '1', 'yes'),
(1769, 'litespeed.conf.purge-post_a', '1', 'yes'),
(1770, 'litespeed.conf.purge-post_y', '', 'yes'),
(1771, 'litespeed.conf.purge-post_m', '1', 'yes'),
(1772, 'litespeed.conf.purge-post_d', '', 'yes'),
(1773, 'litespeed.conf.purge-post_t', '1', 'yes'),
(1774, 'litespeed.conf.purge-post_pt', '1', 'yes'),
(1775, 'litespeed.conf.purge-timed_urls', 'a:0:{}', 'yes'),
(1776, 'litespeed.conf.purge-timed_urls_time', '', 'yes'),
(1777, 'litespeed.conf.purge-hook_all', 'a:10:{i:0;s:12:\"switch_theme\";i:1;s:18:\"wp_create_nav_menu\";i:2;s:18:\"wp_update_nav_menu\";i:3;s:18:\"wp_delete_nav_menu\";i:4;s:11:\"create_term\";i:5;s:10:\"edit_terms\";i:6;s:11:\"delete_term\";i:7;s:8:\"add_link\";i:8;s:9:\"edit_link\";i:9;s:11:\"delete_link\";}', 'yes'),
(1778, 'litespeed.conf.esi', '', 'yes'),
(1779, 'litespeed.conf.esi-cache_admbar', '1', 'yes'),
(1780, 'litespeed.conf.esi-cache_commform', '1', 'yes'),
(1781, 'litespeed.conf.esi-nonce', 'a:2:{i:0;s:11:\"stats_nonce\";i:1;s:15:\"subscribe_nonce\";}', 'yes'),
(1782, 'litespeed.conf.util-instant_click', '', 'yes'),
(1783, 'litespeed.conf.util-no_https_vary', '', 'yes'),
(1784, 'litespeed.conf.debug-disable_all', '', 'yes'),
(1785, 'litespeed.conf.debug', '', 'yes'),
(1786, 'litespeed.conf.debug-ips', 'a:1:{i:0;s:9:\"127.0.0.1\";}', 'yes'),
(1787, 'litespeed.conf.debug-level', '', 'yes'),
(1788, 'litespeed.conf.debug-filesize', '3', 'yes'),
(1789, 'litespeed.conf.debug-cookie', '', 'yes'),
(1790, 'litespeed.conf.debug-collaps_qs', '', 'yes'),
(1791, 'litespeed.conf.debug-inc', 'a:0:{}', 'yes'),
(1792, 'litespeed.conf.debug-exc', 'a:0:{}', 'yes'),
(1793, 'litespeed.conf.db_optm-revisions_max', '0', 'yes'),
(1794, 'litespeed.conf.db_optm-revisions_age', '0', 'yes'),
(1795, 'litespeed.conf.optm-css_min', '1', 'yes'),
(1796, 'litespeed.conf.optm-css_comb', '1', 'yes'),
(1797, 'litespeed.conf.optm-css_comb_ext_inl', '1', 'yes'),
(1798, 'litespeed.conf.optm-ucss', '', 'yes'),
(1799, 'litespeed.conf.optm-ucss_async', '', 'yes'),
(1800, 'litespeed.conf.optm-css_http2', '1', 'yes'),
(1801, 'litespeed.conf.optm-css_exc', 'a:0:{}', 'yes'),
(1802, 'litespeed.conf.optm-js_min', '', 'yes'),
(1803, 'litespeed.conf.optm-js_comb', '', 'yes'),
(1804, 'litespeed.conf.optm-js_comb_ext_inl', '', 'yes'),
(1805, 'litespeed.conf.optm-js_http2', '', 'yes'),
(1806, 'litespeed.conf.optm-js_exc', 'a:2:{i:0;s:9:\"jquery.js\";i:1;s:13:\"jquery.min.js\";}', 'yes'),
(1807, 'litespeed.conf.optm-ttl', '604800', 'yes'),
(1808, 'litespeed.conf.optm-html_min', '', 'yes'),
(1809, 'litespeed.conf.optm-qs_rm', '', 'yes'),
(1810, 'litespeed.conf.optm-ggfonts_rm', '', 'yes'),
(1811, 'litespeed.conf.optm-css_async', '1', 'yes'),
(1812, 'litespeed.conf.optm-ccss_gen', '1', 'yes'),
(1813, 'litespeed.conf.optm-ccss_async', '1', 'yes'),
(1814, 'litespeed.conf.optm-css_async_inline', '1', 'yes'),
(1815, 'litespeed.conf.optm-css_font_display', '0', 'yes'),
(1816, 'litespeed.conf.optm-js_defer', '', 'yes'),
(1817, 'litespeed.conf.optm-js_inline_defer', '0', 'yes'),
(1818, 'litespeed.conf.optm-emoji_rm', '', 'yes'),
(1819, 'litespeed.conf.optm-noscript_rm', '', 'yes'),
(1820, 'litespeed.conf.optm-ggfonts_async', '', 'yes'),
(1821, 'litespeed.conf.optm-exc_roles', 'a:0:{}', 'yes'),
(1822, 'litespeed.conf.optm-ccss_con', '', 'yes'),
(1823, 'litespeed.conf.optm-js_defer_exc', 'a:2:{i:0;s:9:\"jquery.js\";i:1;s:13:\"jquery.min.js\";}', 'yes'),
(1824, 'litespeed.conf.optm-dns_prefetch', 'a:0:{}', 'yes'),
(1825, 'litespeed.conf.optm-dns_prefetch_ctrl', '', 'yes'),
(1826, 'litespeed.conf.optm-exc', 'a:0:{}', 'yes'),
(1827, 'litespeed.conf.optm-ccss_sep_posttype', 'a:0:{}', 'yes'),
(1828, 'litespeed.conf.optm-ccss_sep_uri', 'a:0:{}', 'yes'),
(1829, 'litespeed.conf.object', '', 'yes'),
(1830, 'litespeed.conf.object-kind', '', 'yes'),
(1831, 'litespeed.conf.object-host', 'localhost', 'yes'),
(1832, 'litespeed.conf.object-port', '11211', 'yes'),
(1833, 'litespeed.conf.object-life', '360', 'yes'),
(1834, 'litespeed.conf.object-persistent', '1', 'yes'),
(1835, 'litespeed.conf.object-admin', '1', 'yes'),
(1836, 'litespeed.conf.object-transients', '1', 'yes'),
(1837, 'litespeed.conf.object-db_id', '0', 'yes'),
(1838, 'litespeed.conf.object-user', '', 'yes'),
(1839, 'litespeed.conf.object-pswd', '', 'yes'),
(1840, 'litespeed.conf.object-global_groups', 'a:12:{i:0;s:5:\"users\";i:1;s:10:\"userlogins\";i:2;s:8:\"usermeta\";i:3;s:9:\"user_meta\";i:4;s:14:\"site-transient\";i:5;s:12:\"site-options\";i:6;s:11:\"site-lookup\";i:7;s:11:\"blog-lookup\";i:8;s:12:\"blog-details\";i:9;s:3:\"rss\";i:10;s:12:\"global-posts\";i:11;s:13:\"blog-id-cache\";}', 'yes'),
(1841, 'litespeed.conf.object-non_persistent_groups', 'a:4:{i:0;s:7:\"comment\";i:1;s:6:\"counts\";i:2;s:7:\"plugins\";i:3;s:13:\"wc_session_id\";}', 'yes'),
(1842, 'litespeed.conf.discuss-avatar_cache', '', 'yes'),
(1843, 'litespeed.conf.discuss-avatar_cron', '', 'yes'),
(1844, 'litespeed.conf.discuss-avatar_cache_ttl', '604800', 'yes'),
(1845, 'litespeed.conf.optm-localize', '', 'yes'),
(1846, 'litespeed.conf.optm-localize_domains', 'a:35:{i:0;s:13:\"### some CDNs\";i:1;s:26:\"https://ajax.aspnetcdn.com\";i:2;s:28:\"https://ajax.cloudflare.com/\";i:3;s:33:\"https://ajax.googleapis.com/ajax/\";i:4;s:25:\"https://cdn.jsdelivr.net/\";i:5;s:18:\"https://cdnjs.com/\";i:6;s:29:\"https://cdnjs.cloudflare.com/\";i:7;s:24:\"https://code.jquery.com/\";i:8;s:32:\"https://maxcdn.bootstrapcdn.com/\";i:9;s:32:\"https://netdna.bootstrapcdn.com/\";i:10;s:23:\"https://oss.maxcdn.com/\";i:11;s:35:\"https://stackpath.bootstrapcdn.com/\";i:12;s:23:\"### Popular scripts ###\";i:13;s:30:\"https://a.optmnstr.com/app/js/\";i:14;s:31:\"https://cdn.onesignal.com/sdks/\";i:15;s:27:\"https://cdn.optimizely.com/\";i:16;s:26:\"https://cdn.shopify.com/s/\";i:17;s:48:\"https://css3-mediaqueries-js.googlecode.com/svn/\";i:18;s:37:\"https://html5shim.googlecode.com/svn/\";i:19;s:37:\"https://html5shiv.googlecode.com/svn/\";i:20;s:35:\"https://maps.google.com/maps/api/js\";i:21;s:39:\"https://maps.googleapis.com/maps/api/js\";i:22;s:48:\"https://pagead2.googlesyndication.com/pagead/js/\";i:23;s:39:\"https://platform.twitter.com/widgets.js\";i:24;s:38:\"https://platform-api.sharethis.com/js/\";i:25;s:26:\"https://s7.addthis.com/js/\";i:26;s:21:\"https://stats.wp.com/\";i:27;s:32:\"https://ws.sharethis.com/button/\";i:28;s:39:\"https://www.google.com/recaptcha/api.js\";i:29;s:45:\"https://www.google-analytics.com/analytics.js\";i:30;s:40:\"https://www.googletagmanager.com/gtag/js\";i:31;s:39:\"https://www.googletagmanager.com/gtm.js\";i:32;s:47:\"https://www.googletagservices.com/tag/js/gpt.js\";i:33;s:46:\"https://connect.facebook.net/en_US/fbevents.js\";i:34;s:44:\"https://connect.facebook.net/signals/config/\";}', 'yes'),
(1847, 'litespeed.conf.media-lazy', '', 'yes'),
(1848, 'litespeed.conf.media-lazy_placeholder', '', 'yes'),
(1849, 'litespeed.conf.media-placeholder_resp', '', 'yes'),
(1850, 'litespeed.conf.media-placeholder_resp_color', '#cfd4db', 'yes'),
(1851, 'litespeed.conf.media-placeholder_resp_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" fill=\"{color}\"/></svg>', 'yes'),
(1852, 'litespeed.conf.media-lqip', '', 'yes'),
(1853, 'litespeed.conf.media-lqip_qual', '4', 'yes'),
(1854, 'litespeed.conf.media-lqip_min_w', '150', 'yes'),
(1855, 'litespeed.conf.media-lqip_min_h', '150', 'yes'),
(1856, 'litespeed.conf.media-placeholder_resp_async', '1', 'yes'),
(1857, 'litespeed.conf.media-iframe_lazy', '', 'yes'),
(1858, 'litespeed.conf.media-lazyjs_inline', '', 'yes'),
(1859, 'litespeed.conf.media-lazy_exc', 'a:0:{}', 'yes'),
(1860, 'litespeed.conf.media-lazy_cls_exc', 'a:1:{i:0;s:15:\"wmu-preview-img\";}', 'yes'),
(1861, 'litespeed.conf.media-lazy_parent_cls_exc', 'a:0:{}', 'yes'),
(1862, 'litespeed.conf.media-iframe_lazy_cls_exc', 'a:0:{}', 'yes'),
(1863, 'litespeed.conf.media-iframe_lazy_parent_cls_exc', 'a:0:{}', 'yes'),
(1864, 'litespeed.conf.media-lazy_uri_exc', 'a:0:{}', 'yes'),
(1865, 'litespeed.conf.media-lqip_exc', 'a:0:{}', 'yes'),
(1866, 'litespeed.conf.img_optm-auto', '', 'yes'),
(1867, 'litespeed.conf.img_optm-cron', '1', 'yes'),
(1868, 'litespeed.conf.img_optm-ori', '1', 'yes'),
(1869, 'litespeed.conf.img_optm-rm_bkup', '', 'yes'),
(1870, 'litespeed.conf.img_optm-webp', '', 'yes'),
(1871, 'litespeed.conf.img_optm-lossless', '', 'yes'),
(1872, 'litespeed.conf.img_optm-exif', '', 'yes'),
(1873, 'litespeed.conf.img_optm-webp_replace', '', 'yes'),
(1874, 'litespeed.conf.img_optm-webp_attr', 'a:7:{i:0;s:7:\"img.src\";i:1;s:14:\"div.data-thumb\";i:2;s:12:\"img.data-src\";i:3;s:20:\"div.data-large_image\";i:4;s:19:\"img.retina_logo_url\";i:5;s:23:\"div.data-parallax-image\";i:6;s:12:\"video.poster\";}', 'yes'),
(1875, 'litespeed.conf.img_optm-webp_replace_srcset', '', 'yes'),
(1876, 'litespeed.conf.img_optm-jpg_quality', '82', 'yes'),
(1877, 'litespeed.conf.crawler', '', 'yes'),
(1878, 'litespeed.conf.crawler-usleep', '500', 'yes'),
(1879, 'litespeed.conf.crawler-run_duration', '400', 'yes'),
(1880, 'litespeed.conf.crawler-run_interval', '600', 'yes'),
(1881, 'litespeed.conf.crawler-crawl_interval', '302400', 'yes'),
(1882, 'litespeed.conf.crawler-threads', '3', 'yes'),
(1883, 'litespeed.conf.crawler-timeout', '30', 'yes'),
(1884, 'litespeed.conf.crawler-load_limit', '1', 'yes'),
(1885, 'litespeed.conf.crawler-sitemap', '', 'yes'),
(1886, 'litespeed.conf.crawler-drop_domain', '1', 'yes'),
(1887, 'litespeed.conf.crawler-map_timeout', '120', 'yes'),
(1888, 'litespeed.conf.crawler-roles', 'a:0:{}', 'yes'),
(1889, 'litespeed.conf.crawler-cookies', 'a:0:{}', 'yes'),
(1890, 'litespeed.conf.misc-htaccess_front', '', 'yes'),
(1891, 'litespeed.conf.misc-htaccess_back', '', 'yes'),
(1892, 'litespeed.conf.misc-heartbeat_front', '', 'yes'),
(1893, 'litespeed.conf.misc-heartbeat_front_ttl', '60', 'yes'),
(1894, 'litespeed.conf.misc-heartbeat_back', '', 'yes'),
(1895, 'litespeed.conf.misc-heartbeat_back_ttl', '60', 'yes'),
(1896, 'litespeed.conf.misc-heartbeat_editor', '', 'yes'),
(1897, 'litespeed.conf.misc-heartbeat_editor_ttl', '15', 'yes'),
(1898, 'litespeed.conf.cdn', '', 'yes'),
(1899, 'litespeed.conf.cdn-ori', 'a:0:{}', 'yes'),
(1900, 'litespeed.conf.cdn-ori_dir', 'a:2:{i:0;s:10:\"wp-content\";i:1;s:11:\"wp-includes\";}', 'yes'),
(1901, 'litespeed.conf.cdn-exc', 'a:0:{}', 'yes'),
(1902, 'litespeed.conf.cdn-quic', '', 'yes'),
(1903, 'litespeed.conf.cdn-cloudflare', '', 'yes'),
(1904, 'litespeed.conf.cdn-cloudflare_email', '', 'yes'),
(1905, 'litespeed.conf.cdn-cloudflare_key', '', 'yes'),
(1906, 'litespeed.conf.cdn-cloudflare_name', '', 'yes'),
(1907, 'litespeed.conf.cdn-cloudflare_zone', '', 'yes'),
(1908, 'litespeed.conf.cdn-mapping', 'a:1:{i:0;a:5:{s:3:\"url\";b:0;s:7:\"inc_img\";s:1:\"1\";s:7:\"inc_css\";s:1:\"1\";s:6:\"inc_js\";s:1:\"1\";s:8:\"filetype\";a:17:{i:0;s:4:\".aac\";i:1;s:4:\".css\";i:2;s:4:\".eot\";i:3;s:4:\".gif\";i:4;s:5:\".jpeg\";i:5;s:3:\".js\";i:6;s:4:\".jpg\";i:7;s:5:\".less\";i:8;s:4:\".mp3\";i:9;s:4:\".mp4\";i:10;s:4:\".ogg\";i:11;s:4:\".otf\";i:12;s:4:\".pdf\";i:13;s:4:\".png\";i:14;s:4:\".svg\";i:15;s:4:\".ttf\";i:16;s:5:\".woff\";}}}', 'yes'),
(1909, 'litespeed.conf.cdn-attr', 'a:5:{i:0;s:4:\".src\";i:1;s:9:\".data-src\";i:2;s:5:\".href\";i:3;s:7:\".poster\";i:4;s:13:\"source.srcset\";}', 'yes'),
(1910, 'litespeed.gui._summary', 'a:2:{s:11:\"new_version\";i:1612075195;s:5:\"score\";i:1630301922;}', 'yes'),
(1920, 'litespeed.optimize.timestamp_purge_css', '1632898509', 'yes'),
(2027, 'wpsupercache_start', '1611994598', 'yes'),
(2028, 'wpsupercache_count', '0', 'yes'),
(2029, 'supercache_stats', 'a:3:{s:9:\"generated\";i:1625034523;s:10:\"supercache\";a:5:{s:7:\"expired\";i:0;s:6:\"cached\";i:0;s:5:\"fsize\";i:0;s:11:\"cached_list\";a:0:{}s:12:\"expired_list\";a:0:{}}s:7:\"wpcache\";a:5:{s:7:\"expired\";i:0;s:6:\"cached\";i:0;s:5:\"fsize\";i:0;s:11:\"cached_list\";a:0:{}s:12:\"expired_list\";a:0:{}}}', 'yes'),
(2030, 'wpsupercache_gc_time', '1625034635', 'yes'),
(2114, 'wp-smush-resize_sizes', 'a:2:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;}', 'yes'),
(2131, '_elementor_settings_update_time', '1633515508', 'yes'),
(2132, 'elementor_cpt_support', 'a:13:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:14:\"e-landing-page\";i:3;s:19:\"elementskit_content\";i:4;s:20:\"elementskit_template\";i:5;s:18:\"elementskit_widget\";i:6;s:15:\"oceanwp_library\";i:7;s:12:\"elementor-hf\";i:8;s:16:\"iso_certificates\";i:9;s:20:\"our_clients_trust_us\";i:10;s:14:\"knowledge_base\";i:11;s:19:\"faq_question_answer\";i:12;s:12:\"certificates\";}', 'yes'),
(2133, 'elementor_disable_color_schemes', '', 'yes'),
(2134, 'elementor_disable_typography_schemes', '', 'yes'),
(2135, 'elementor_notice', '', 'yes'),
(2136, 'elementor_css_print_method', 'external', 'yes'),
(2137, 'elementor_editor_break_lines', '1', 'yes'),
(2138, 'elementor_unfiltered_files_upload', '1', 'yes'),
(2139, 'elementor_load_fa4_shim', 'yes', 'yes'),
(2140, 'elementor_experiment-e_dom_optimization', 'default', 'yes'),
(2141, 'elementor_experiment-e_optimized_assets_loading', 'default', 'yes'),
(2142, 'elementor_experiment-a11y_improvements', 'default', 'yes'),
(2143, 'elementor_experiment-landing-pages', 'default', 'yes'),
(2254, 'far_future_expiration_settings', 'a:11:{s:10:\"enable_ffe\";i:1;s:15:\"num_expiry_days\";s:0:\"\";s:10:\"enable_gif\";i:1;s:11:\"enable_jpeg\";i:1;s:10:\"enable_jpg\";i:1;s:10:\"enable_png\";i:1;s:10:\"enable_ico\";i:1;s:9:\"enable_js\";i:1;s:10:\"enable_css\";i:1;s:10:\"enable_swf\";i:1;s:11:\"enable_gzip\";i:1;}', 'yes'),
(2273, 'rocket_lazyload_options', 'a:3:{s:6:\"images\";s:1:\"1\";s:7:\"iframes\";s:1:\"1\";s:7:\"youtube\";s:1:\"1\";}', 'yes'),
(2376, 'wphb_version', '3.1.1', 'no'),
(2377, 'wphb-notice-uptime-info-show', 'yes', 'no'),
(2380, 'wphb-free-install-date', '1612006074', 'no'),
(2381, 'wphb_settings', 'a:11:{s:6:\"minify\";a:18:{s:7:\"enabled\";b:1;s:7:\"use_cdn\";b:0;s:3:\"log\";b:0;s:9:\"file_path\";s:0:\"\";s:11:\"minify_blog\";b:1;s:4:\"view\";s:8:\"advanced\";s:4:\"type\";s:6:\"speedy\";s:9:\"do_assets\";a:2:{s:6:\"styles\";b:1;s:7:\"scripts\";b:1;}s:5:\"block\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:11:\"dont_minify\";a:2:{s:7:\"scripts\";a:3:{i:0;s:6:\"jquery\";i:1;s:22:\"rocket-browser-checker\";i:2;s:20:\"rocket-preload-links\";}s:6:\"styles\";a:4:{i:0;s:30:\"oceanwp-google-font-montserrat\";i:1;s:14:\"google-fonts-1\";i:2;s:14:\"google-fonts-2\";i:45;s:22:\"wp-block-library-theme\";}}s:12:\"dont_combine\";a:2:{s:7:\"scripts\";a:3:{i:0;s:6:\"jquery\";i:1;s:22:\"rocket-browser-checker\";i:2;s:20:\"rocket-preload-links\";}s:6:\"styles\";a:77:{i:0;s:30:\"oceanwp-google-font-montserrat\";i:1;s:14:\"google-fonts-1\";i:2;s:14:\"google-fonts-2\";i:3;s:22:\"wp-block-library-theme\";i:4;s:16:\"wp-block-library\";i:5;s:14:\"parente2-style\";i:6;s:13:\"childe2-style\";i:7;s:15:\"owl-carouse-css\";i:8;s:21:\"owl-theme-carouse-css\";i:9;s:13:\"bootstrap-css\";i:10;s:14:\"sidebar_custom\";i:11;s:10:\"custom-css\";i:12;s:16:\"custom-full-page\";i:13;s:11:\"slick-style\";i:14;s:16:\"bdp-public-style\";i:15;s:14:\"contact-form-7\";i:16;s:9:\"hfe-style\";i:17;s:20:\"elementor-animations\";i:18;s:18:\"elementor-frontend\";i:19;s:19:\"elementor-post-1542\";i:20;s:14:\"font_awesome_5\";i:21;s:18:\"font_awesome_solid\";i:22;s:20:\"font_awesome_regular\";i:23;s:18:\"font_awesome_brand\";i:24;s:12:\"custom-style\";i:25;s:18:\"font-awesome-5-all\";i:26;s:19:\"font-awesome-4-shim\";i:27;s:41:\"elementskit-css-widgetarea-control-editor\";i:28;s:16:\"elementor-global\";i:29;s:19:\"elementor-post-5963\";i:30;s:12:\"timeline-css\";i:31;s:18:\"filter-gallery-css\";i:32;s:12:\"fancybox-css\";i:33;s:12:\"whatsapp-css\";i:34;s:17:\"hfe-widgets-style\";i:35;s:12:\"font-awesome\";i:36;s:17:\"simple-line-icons\";i:37;s:14:\"magnific-popup\";i:38;s:5:\"slick\";i:39;s:13:\"oceanwp-style\";i:40;s:25:\"elementor-icons-ekiticons\";i:41;s:18:\"ekit-widget-styles\";i:42;s:15:\"ekit-responsive\";i:43;s:16:\"oe-widgets-style\";i:44;s:24:\"elementor-icons-shared-0\";i:45;s:24:\"elementor-icons-fa-solid\";i:46;s:19:\"elementor-post-4307\";i:47;s:19:\"elementor-post-4388\";i:48;s:19:\"elementor-post-2255\";i:49;s:25:\"elementor-icons-fa-brands\";i:50;s:9:\"dashicons\";i:51;s:9:\"admin-bar\";i:52;s:15:\"elementor-icons\";i:53;s:16:\"elementor-common\";i:54;s:17:\"imagify-admin-bar\";i:55;s:24:\"wp-fastest-cache-toolbar\";i:56;s:18:\"yoast-seo-adminbar\";i:57;s:19:\"elementor-post-7386\";i:58;s:19:\"elementor-post-5342\";i:59;s:19:\"elementor-post-4722\";i:60;s:19:\"elementor-post-6070\";i:61;s:18:\"elementor-post-695\";i:62;s:19:\"elementor-post-5450\";i:63;s:26:\"elementor-icons-fa-regular\";i:64;s:19:\"elementor-post-5446\";i:65;s:19:\"elementor-post-5445\";i:66;s:19:\"elementor-post-5444\";i:67;s:18:\"elementor-post-326\";i:68;s:19:\"elementor-post-7688\";i:69;s:19:\"elementor-post-5411\";i:70;s:19:\"elementor-post-5409\";i:71;s:19:\"elementor-post-5397\";i:72;s:19:\"elementor-post-7697\";i:73;s:12:\"e-animations\";i:74;s:18:\"wp-optimize-global\";i:75;s:22:\"smush-resize-detection\";i:76;s:19:\"elementor-post-5243\";}}s:8:\"position\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:74:{s:16:\"wp-block-library\";s:6:\"footer\";s:22:\"wp-block-library-theme\";s:6:\"footer\";s:14:\"parente2-style\";s:6:\"footer\";s:13:\"childe2-style\";s:6:\"footer\";s:15:\"owl-carouse-css\";s:6:\"footer\";s:21:\"owl-theme-carouse-css\";s:6:\"footer\";s:13:\"bootstrap-css\";s:6:\"footer\";s:14:\"sidebar_custom\";s:6:\"footer\";s:10:\"custom-css\";s:6:\"footer\";s:16:\"custom-full-page\";s:6:\"footer\";s:11:\"slick-style\";s:6:\"footer\";s:16:\"bdp-public-style\";s:6:\"footer\";s:14:\"contact-form-7\";s:6:\"footer\";s:9:\"hfe-style\";s:6:\"footer\";s:20:\"elementor-animations\";s:6:\"footer\";s:18:\"elementor-frontend\";s:6:\"footer\";s:19:\"elementor-post-1542\";s:6:\"footer\";s:14:\"font_awesome_5\";s:6:\"footer\";s:18:\"font_awesome_solid\";s:6:\"footer\";s:20:\"font_awesome_regular\";s:6:\"footer\";s:18:\"font_awesome_brand\";s:6:\"footer\";s:12:\"custom-style\";s:6:\"footer\";s:18:\"font-awesome-5-all\";s:6:\"footer\";s:19:\"font-awesome-4-shim\";s:6:\"footer\";s:41:\"elementskit-css-widgetarea-control-editor\";s:6:\"footer\";s:16:\"elementor-global\";s:6:\"footer\";s:19:\"elementor-post-5963\";s:6:\"footer\";s:12:\"timeline-css\";s:6:\"footer\";s:18:\"filter-gallery-css\";s:6:\"footer\";s:12:\"fancybox-css\";s:6:\"footer\";s:12:\"whatsapp-css\";s:6:\"footer\";s:17:\"hfe-widgets-style\";s:6:\"footer\";s:12:\"font-awesome\";s:6:\"footer\";s:17:\"simple-line-icons\";s:6:\"footer\";s:14:\"magnific-popup\";s:6:\"footer\";s:5:\"slick\";s:6:\"footer\";s:13:\"oceanwp-style\";s:6:\"footer\";s:25:\"elementor-icons-ekiticons\";s:6:\"footer\";s:18:\"ekit-widget-styles\";s:6:\"footer\";s:15:\"ekit-responsive\";s:6:\"footer\";s:16:\"oe-widgets-style\";s:6:\"footer\";s:24:\"elementor-icons-shared-0\";s:6:\"footer\";s:24:\"elementor-icons-fa-solid\";s:6:\"footer\";s:19:\"elementor-post-4307\";s:6:\"footer\";s:19:\"elementor-post-4388\";s:6:\"footer\";s:19:\"elementor-post-2255\";s:6:\"footer\";s:25:\"elementor-icons-fa-brands\";s:6:\"footer\";s:9:\"dashicons\";s:6:\"footer\";s:9:\"admin-bar\";s:6:\"footer\";s:15:\"elementor-icons\";s:6:\"footer\";s:16:\"elementor-common\";s:6:\"footer\";s:17:\"imagify-admin-bar\";s:6:\"footer\";s:24:\"wp-fastest-cache-toolbar\";s:6:\"footer\";s:18:\"yoast-seo-adminbar\";s:6:\"footer\";s:19:\"elementor-post-7386\";s:6:\"footer\";s:19:\"elementor-post-5342\";s:6:\"footer\";s:19:\"elementor-post-4722\";s:6:\"footer\";s:19:\"elementor-post-6070\";s:6:\"footer\";s:18:\"elementor-post-695\";s:6:\"footer\";s:19:\"elementor-post-5450\";s:6:\"footer\";s:26:\"elementor-icons-fa-regular\";s:6:\"footer\";s:19:\"elementor-post-5446\";s:6:\"footer\";s:19:\"elementor-post-5445\";s:6:\"footer\";s:19:\"elementor-post-5444\";s:6:\"footer\";s:18:\"elementor-post-326\";s:6:\"footer\";s:19:\"elementor-post-7688\";s:6:\"footer\";s:19:\"elementor-post-5411\";s:6:\"footer\";s:19:\"elementor-post-5409\";s:6:\"footer\";s:19:\"elementor-post-5397\";s:6:\"footer\";s:19:\"elementor-post-7697\";s:6:\"footer\";s:12:\"e-animations\";s:6:\"footer\";s:18:\"wp-optimize-global\";s:6:\"footer\";s:22:\"smush-resize-detection\";s:6:\"footer\";s:19:\"elementor-post-5243\";s:6:\"footer\";}}s:5:\"defer\";a:2:{s:7:\"scripts\";a:81:{i:0;s:11:\"jquery-core\";i:1;s:14:\"jquery-migrate\";i:2;s:16:\"owl-carousel-min\";i:3;s:26:\"custom-jquery-fullPage-min\";i:4;s:14:\"sidebar_custom\";i:5;s:19:\"custom-full-page-js\";i:6;s:11:\"wp-polyfill\";i:7;s:14:\"contact-form-7\";i:8;s:19:\"font-awesome-4-shim\";i:9;s:14:\"jquery-ui-core\";i:10;s:8:\"slick-js\";i:11;s:12:\"custom-tm-js\";i:12;s:9:\"bpopup-js\";i:13;s:16:\"custom-bpopup-js\";i:14;s:11:\"timeline-js\";i:15;s:15:\"animtimeline-js\";i:16;s:19:\"custom-countdown-js\";i:17;s:19:\"jquery-ui-accordion\";i:18;s:12:\"accordion-js\";i:19;s:14:\"info-circle-js\";i:20;s:11:\"fancybox-js\";i:21;s:14:\"mixitup-min-js\";i:22;s:17:\"custom-mixitup-js\";i:23;s:12:\"imagesloaded\";i:24;s:14:\"magnific-popup\";i:25;s:16:\"oceanwp-lightbox\";i:26;s:12:\"oceanwp-main\";i:27;s:33:\"elementskit-framework-js-frontend\";i:28;s:19:\"ekit-widget-scripts\";i:29;s:19:\"oe-mailchimp-script\";i:30;s:8:\"wp-embed\";i:31;s:9:\"html5shiv\";i:32;s:12:\"jquery-slick\";i:33;s:17:\"bdp-public-script\";i:34;s:15:\"hfe-frontend-js\";i:35;s:26:\"prevent-landscape-rotation\";i:36;s:25:\"elementor-webpack-runtime\";i:37;s:26:\"elementor-frontend-modules\";i:38;s:19:\"elementor-waypoints\";i:39;s:18:\"elementor-frontend\";i:40;s:10:\"ekit-slick\";i:41;s:14:\"animate-circle\";i:42;s:21:\"elementskit-elementor\";i:43;s:40:\"elementskit-js-widgetarea-control-editor\";i:44;s:14:\"hoverintent-js\";i:45;s:9:\"admin-bar\";i:46;s:10:\"underscore\";i:47;s:11:\"wphb-global\";i:48;s:17:\"imagify-admin-bar\";i:49;s:12:\"wpfc-toolbar\";i:50;s:15:\"jquery-ui-mouse\";i:51;s:19:\"jquery-ui-draggable\";i:52;s:8:\"backbone\";i:53;s:19:\"backbone-marionette\";i:54;s:14:\"backbone-radio\";i:55;s:24:\"elementor-common-modules\";i:56;s:16:\"elementor-dialog\";i:57;s:14:\"wp-api-request\";i:58;s:8:\"wp-hooks\";i:59;s:7:\"wp-i18n\";i:60;s:16:\"elementor-common\";i:61;s:20:\"elementor-app-loader\";i:62;s:19:\"elementor-admin-bar\";i:63;s:13:\"comment-reply\";i:64;s:14:\"wphb-lazy-load\";i:65;s:24:\"user-interaction-load-js\";i:66;s:15:\"speed-mobile.js\";i:67;s:19:\"regenerator-runtime\";i:68;s:9:\"ow-isotop\";i:69;s:11:\"ow-flickity\";i:70;s:7:\"ow-sidr\";i:71;s:15:\"ow-smoothscroll\";i:72;s:17:\"ow-magnific-popup\";i:73;s:15:\"smush-lazy-load\";i:74;s:16:\"wpo_min-header-0\";i:75;s:6:\"swiper\";i:76;s:10:\"share-link\";i:77;s:17:\"preloaded-modules\";i:78;s:16:\"wpo_min-footer-0\";i:79;s:16:\"wpo_min-footer-2\";i:80;s:16:\"wpo_min-footer-3\";}s:6:\"styles\";a:0:{}}s:6:\"inline\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:5:\"nocdn\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:5:\"fonts\";a:0:{}s:7:\"preload\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:74:{i:0;s:16:\"wp-block-library\";i:1;s:22:\"wp-block-library-theme\";i:2;s:14:\"parente2-style\";i:3;s:13:\"childe2-style\";i:4;s:15:\"owl-carouse-css\";i:5;s:21:\"owl-theme-carouse-css\";i:6;s:13:\"bootstrap-css\";i:7;s:14:\"sidebar_custom\";i:8;s:10:\"custom-css\";i:9;s:16:\"custom-full-page\";i:10;s:11:\"slick-style\";i:11;s:16:\"bdp-public-style\";i:12;s:14:\"contact-form-7\";i:13;s:9:\"hfe-style\";i:14;s:20:\"elementor-animations\";i:15;s:18:\"elementor-frontend\";i:16;s:19:\"elementor-post-1542\";i:17;s:14:\"font_awesome_5\";i:18;s:18:\"font_awesome_solid\";i:19;s:20:\"font_awesome_regular\";i:20;s:18:\"font_awesome_brand\";i:21;s:12:\"custom-style\";i:22;s:18:\"font-awesome-5-all\";i:23;s:19:\"font-awesome-4-shim\";i:24;s:41:\"elementskit-css-widgetarea-control-editor\";i:25;s:16:\"elementor-global\";i:26;s:19:\"elementor-post-5963\";i:27;s:12:\"timeline-css\";i:28;s:18:\"filter-gallery-css\";i:29;s:12:\"fancybox-css\";i:30;s:12:\"whatsapp-css\";i:31;s:17:\"hfe-widgets-style\";i:32;s:12:\"font-awesome\";i:33;s:17:\"simple-line-icons\";i:34;s:14:\"magnific-popup\";i:35;s:5:\"slick\";i:36;s:13:\"oceanwp-style\";i:37;s:25:\"elementor-icons-ekiticons\";i:38;s:18:\"ekit-widget-styles\";i:39;s:15:\"ekit-responsive\";i:40;s:16:\"oe-widgets-style\";i:41;s:24:\"elementor-icons-shared-0\";i:42;s:24:\"elementor-icons-fa-solid\";i:43;s:19:\"elementor-post-4307\";i:44;s:19:\"elementor-post-4388\";i:45;s:19:\"elementor-post-2255\";i:46;s:25:\"elementor-icons-fa-brands\";i:47;s:9:\"dashicons\";i:48;s:9:\"admin-bar\";i:49;s:15:\"elementor-icons\";i:50;s:16:\"elementor-common\";i:51;s:17:\"imagify-admin-bar\";i:52;s:24:\"wp-fastest-cache-toolbar\";i:53;s:18:\"yoast-seo-adminbar\";i:54;s:19:\"elementor-post-7386\";i:55;s:19:\"elementor-post-5342\";i:56;s:19:\"elementor-post-4722\";i:57;s:19:\"elementor-post-6070\";i:58;s:18:\"elementor-post-695\";i:59;s:19:\"elementor-post-5450\";i:60;s:26:\"elementor-icons-fa-regular\";i:61;s:19:\"elementor-post-5446\";i:62;s:19:\"elementor-post-5445\";i:63;s:19:\"elementor-post-5444\";i:64;s:18:\"elementor-post-326\";i:65;s:19:\"elementor-post-7688\";i:66;s:19:\"elementor-post-5411\";i:67;s:19:\"elementor-post-5409\";i:68;s:19:\"elementor-post-5397\";i:69;s:19:\"elementor-post-7697\";i:70;s:12:\"e-animations\";i:71;s:18:\"wp-optimize-global\";i:72;s:22:\"smush-resize-detection\";i:73;s:19:\"elementor-post-5243\";}}s:5:\"async\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}}s:6:\"uptime\";a:3:{s:7:\"enabled\";b:0;s:13:\"notifications\";a:1:{s:7:\"enabled\";b:0;}s:7:\"reports\";a:1:{s:7:\"enabled\";b:0;}}s:8:\"gravatar\";a:1:{s:7:\"enabled\";b:0;}s:10:\"page_cache\";a:8:{s:7:\"enabled\";b:0;s:10:\"cache_blog\";b:1;s:9:\"detection\";s:4:\"auto\";s:12:\"pages_cached\";i:0;s:12:\"integrations\";a:2:{s:7:\"varnish\";b:0;s:7:\"opcache\";b:0;}s:7:\"preload\";b:0;s:12:\"preload_type\";a:2:{s:9:\"home_page\";b:1;s:8:\"on_clear\";b:1;}s:7:\"control\";b:0;}s:7:\"caching\";a:4:{s:10:\"expiry_css\";s:12:\"1y/A31536000\";s:17:\"expiry_javascript\";s:12:\"1y/A31536000\";s:12:\"expiry_media\";s:12:\"1y/A31536000\";s:13:\"expiry_images\";s:12:\"1y/A31536000\";}s:10:\"cloudflare\";a:13:{s:7:\"enabled\";b:0;s:9:\"connected\";b:1;s:10:\"last_check\";i:1632985501;s:5:\"email\";s:0:\"\";s:7:\"api_key\";s:0:\"\";s:10:\"account_id\";s:0:\"\";s:4:\"zone\";s:0:\"\";s:9:\"zone_name\";s:0:\"\";s:4:\"plan\";b:0;s:10:\"page_rules\";a:0:{}s:12:\"cache_expiry\";i:31536000;s:8:\"apo_paid\";b:0;s:3:\"apo\";a:0:{}}s:11:\"performance\";a:5:{s:7:\"reports\";b:0;s:13:\"subsite_tests\";s:12:\"super-admins\";s:9:\"dismissed\";b:0;s:6:\"widget\";a:4:{s:7:\"desktop\";b:0;s:12:\"show_metrics\";b:1;s:11:\"show_audits\";b:1;s:13:\"show_historic\";b:1;}s:3:\"hub\";a:3:{s:12:\"show_metrics\";b:1;s:11:\"show_audits\";b:1;s:13:\"show_historic\";b:1;}}s:8:\"advanced\";a:9:{s:12:\"query_string\";b:1;s:20:\"query_strings_global\";b:0;s:5:\"emoji\";b:1;s:12:\"emoji_global\";b:0;s:8:\"prefetch\";a:0:{}s:10:\"preconnect\";a:0:{}s:11:\"db_cleanups\";b:0;s:14:\"cart_fragments\";b:0;s:9:\"lazy_load\";a:4:{s:7:\"enabled\";b:1;s:6:\"method\";s:6:\"scroll\";s:6:\"button\";a:3:{s:10:\"dimensions\";a:3:{s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"radius\";s:0:\"\";}s:5:\"color\";a:3:{s:10:\"background\";s:0:\"\";s:6:\"border\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:9:\"alignment\";a:6:{s:5:\"align\";s:6:\"center\";s:10:\"full_width\";s:2:\"on\";s:4:\"left\";s:0:\"\";s:5:\"right\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}}s:9:\"threshold\";s:2:\"10\";}}s:3:\"rss\";a:2:{s:7:\"enabled\";b:1;s:8:\"duration\";i:3600;}s:8:\"settings\";a:5:{s:17:\"accessible_colors\";b:0;s:15:\"remove_settings\";b:0;s:11:\"remove_data\";b:0;s:8:\"tracking\";b:0;s:7:\"control\";b:0;}s:5:\"redis\";a:1:{s:7:\"enabled\";b:0;}}', 'yes'),
(2484, 'w3tc_state', '{\"common.install\":1612007515,\"common.install_version\":\"2.1.0\",\"license.status\":\"no_key\",\"license.next_check\":1633173506,\"license.terms\":\"\",\"license.community_terms\":\"accept\",\"minify.hide_minify_help\":true,\"common.next_support_us_invitation\":1635668160,\"common.support_us_invitations\":2,\"common.show_note.flush_posts_needed\":false,\"common.show_note.flush_posts_needed.timestamp\":1633076750,\"minify.show_note.need_flush\":false,\"minify.show_note.need_flush.timestamp\":1633076750,\"common.show_note.flush_statics_needed\":false,\"common.show_note.flush_statics_needed.timestamp\":1633076750,\"common.show_note.plugins_updated\":false,\"common.show_note.plugins_updated.timestamp\":1633076750,\"objectcache.show_note.flush_needed\":false,\"objectcache.show_note.flush_needed.timestamp\":1633076750,\"wordpress_seo.hide_note_suggest_activation\":\"true\"}', 'no'),
(2488, 'w3tc_setupguide_completed', '1612007563', 'no'),
(2489, 'w3tc_generic_widgetservices', '{\"content\":{\"items\":[{\"name\":\"Premium Support Response (Usually <1h First Response)\",\"parameter_name\":\"field4\",\"parameter_value\":\"Premium Support Response (Usually <1h First Response)\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)\",\"parameter_name\":\"field4\",\"parameter_value\":\"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Plugin Configuration\",\"parameter_name\":\"field4\",\"parameter_value\":\"Plugin Configuration\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"SSL Performance Setup\",\"parameter_name\":\"field4\",\"parameter_value\":\"SSL Performance Setup\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Full Site Delivery Setup\",\"parameter_name\":\"field4\",\"parameter_value\":\"Full Site Delivery Setup\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Hosting Environment Troubleshooting\",\"parameter_name\":\"field4\",\"parameter_value\":\"Hosting Environment Troubleshooting\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Performance Monitoring\",\"parameter_name\":\"field4\",\"parameter_value\":\"Performance Monitoring\",\"form_hash\":\"m5pom8z0qy59rm\"}],\"ui_strings\":{\"cdn.maxcdn.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.maxcdn.signUpAndSave.description\":\"MaxCDN is a service that lets you speed up your site even more with W3 Total Cache. Sign up now to recieve a special offer!\",\"cdn.stackpath.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.stackpath.signUpAndSave.description\":\"StackPath is a service that lets you speed up your site even more with W3 Total Cache. Sign up now and save!\",\"cdn.stackpath2.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.stackpath2.signUpAndSave.description\":\"StackPath is a service that lets you speed up your site even more with W3 Total Cache. Sign up now to recieve a special offer!\",\"minify.general.header\":\"Reduce load time by decreasing the size and number of <acronym title=\'Cascading Style Sheet\'>CSS<\\/acronym> and <acronym title=\'JavaScript\'>JS<\\/acronym> files. Automatically remove unncessary data from <acronym title=\'Cascading Style Sheet\'>CSS<\\/acronym>, <acronym title=\'JavaScript\'>JS<\\/acronym>, feed, page and post <acronym title=\'Hypertext Markup Language\'>HTML<\\/acronym>.\",\"newrelic.general.header\":\"New Relic may not be installed or not active on this server. <a href=\'%s\' target=\'_blank\'>Sign up for a (free) account<\\/a>. Visit <a href=\'%s\' target=\'_blank\'>New Relic<\\/a> for installation instructions.\",\"reverseproxy.general.header\":\"A reverse proxy adds scale to an server by handling requests before WordPress does. Purge settings are set on the <a href=\'%s\'>Page Cache settings<\\/a> page and <a href=\'%s\'>Browser Cache settings<\\/a> are set on the browser cache settings page.\",\"cdnfsd.general.header\":\"Host the entire website with your compatible <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> provider to reduce page load time.\",\"cdn.general.header\":\"Host static files with your <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> to reduce page load time.\",\"cdn.stackpath.widget.existing\":\"If you\'re an existing StackPath customer, enable <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> and:\",\"cdn.stackpath2.widget.existing\":\"If you\'re an existing StackPath customer, enable <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> and:\",\"cdn.stackpath2.widget.works_magically\":\"StackPath works magically with W3 Total Cache.\",\"cdn.stackpath.widget.header\":\"Dramatically increase website speeds in just a few clicks! Add the StackPath content delivery network (<acronym title=\'Content Delivery Network\'>CDN<\\/acronym>) service to your site.\",\"cdn.stackpath2.widget.header\":\"Dramatically increase website speeds in just a few clicks! Add the StackPath content delivery network (<acronym title=\'Content Delivery Network\'>CDN<\\/acronym>) service to your site.\"}},\"expires\":1633597421}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2509, 'w3tc_minify', '{\"5ece5.js\":[\"dev\\/wp-content\\/plugins\\/autoptimize\\/classes\\/external\\/js\\/lazysizes.min.js\"],\"dff35.js\":[\"dev\\/wp-includes\\/js\\/jquery\\/jquery.min.js\",\"dev\\/wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill.min.js\",\"dev\\/wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill-fetch.min.js\",\"dev\\/wp-includes\\/js\\/dist\\/i18n.min.js\",\"dev\\/wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_7dbc5d3a9aa401427c0863b8b03b2594.js\"],\"8e6ec.js\":[\"wp-includes\\/js\\/jquery\\/jquery.min.js\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/js\\/owl.carousel.min.js\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/js\\/user-interaction-load.js\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/js\\/speed-mobile.js\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/js\\/jquery.fullPage.min.js\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/js\\/sidebar_custom.js\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/js\\/custom-full-page.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/js\\/v4-shims.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/core.min.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/slick.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/front\\/custom-tm.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/bpopup.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/front\\/custom_bpopup.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/timeline.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/animtimeline.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/front\\/countdown.js\",\"wp-includes\\/js\\/jquery\\/ui\\/accordion.min.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/front\\/accordion.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/info-circle.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/jquery.fancybox.min.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/mixitup.min.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/front\\/custommixitup.js\",\"wp-content\\/themes\\/oceanwp\\/assets\\/js\\/vendors\\/smoothscroll.min.js\"],\"31730.js\":[\"wp-includes\\/js\\/dist\\/vendor\\/regenerator-runtime.min.js\",\"wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill.min.js\"],\"b68ea.js\":[\"wp-content\\/plugins\\/contact-form-7\\/includes\\/js\\/index.js\"],\"7682e.js\":[\"wp-content\\/plugins\\/wp-smushit\\/app\\/assets\\/js\\/smush-rd.min.js\",\"wp-includes\\/js\\/imagesloaded.min.js\",\"wp-content\\/themes\\/oceanwp\\/assets\\/js\\/vendors\\/isotope.pkgd.min.js\",\"wp-content\\/themes\\/oceanwp\\/assets\\/js\\/vendors\\/flickity.pkgd.min.js\",\"wp-content\\/themes\\/oceanwp\\/assets\\/js\\/vendors\\/sidr.js\",\"wp-content\\/themes\\/oceanwp\\/assets\\/js\\/vendors\\/magnific-popup.min.js\"],\"e3981.js\":[\"wp-content\\/themes\\/oceanwp\\/assets\\/js\\/theme.vanilla.min.js\",\"wp-content\\/plugins\\/elementskit-lite\\/libs\\/framework\\/assets\\/js\\/frontend-script.js\"],\"f571a.js\":[\"wp-content\\/plugins\\/elementskit-lite\\/widgets\\/init\\/assets\\/js\\/widget-scripts.js\",\"wp-includes\\/js\\/jquery\\/ui\\/mouse.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/draggable.min.js\",\"wp-includes\\/js\\/underscore.min.js\",\"wp-includes\\/js\\/backbone.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/backbone\\/backbone.marionette.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/backbone\\/backbone.radio.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/common-modules.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/dialog\\/dialog.min.js\"],\"f2855.js\":[\"wp-includes\\/js\\/api-request.min.js\",\"wp-includes\\/js\\/dist\\/hooks.min.js\",\"wp-includes\\/js\\/dist\\/i18n.min.js\"],\"a1f24.js\":[\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/common.min.js\"],\"88be8.js\":[\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/app-loader.min.js\",\"wp-content\\/plugins\\/wp-smushit\\/app\\/assets\\/js\\/smush-lazy-load-native.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/slick\\/slick.min.js\"],\"9eb98.js\":[\"wp-content\\/plugins\\/blog-designer-pack\\/assets\\/js\\/bdp-public.js\",\"wp-content\\/plugins\\/header-footer-elementor\\/inc\\/js\\/frontend.js\",\"wp-content\\/plugins\\/prevent-landscape-rotation\\/public\\/assets\\/js\\/sweetalert.min.js\"],\"30072.js\":[\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/webpack.runtime.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend-modules.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/waypoints\\/waypoints.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/swiper\\/swiper.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/share-link\\/share-link.min.js\"],\"365f5.js\":[\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend.min.js\",\"wp-content\\/plugins\\/elementskit-lite\\/widgets\\/init\\/assets\\/js\\/animate-circle.js\",\"wp-content\\/plugins\\/elementskit-lite\\/widgets\\/init\\/assets\\/js\\/elementor.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/preloaded-modules.min.js\"],\"9fc85.js\":[\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/elementor-admin-bar.min.js\",\"wp-includes\\/js\\/hoverintent-js.min.js\",\"wp-includes\\/js\\/admin-bar.min.js\"],\"37929.css\":[\"wp-includes\\/css\\/dashicons.min.css\",\"wp-includes\\/css\\/admin-bar.min.css\"],\"a57f8.css\":[\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/eicons\\/css\\/elementor-icons.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/css\\/common.min.css\",\"wp-includes\\/css\\/dist\\/block-library\\/style.min.css\"],\"e4727.css\":[\"wp-content\\/themes\\/oceanwp\\/style.css\",\"wp-content\\/themes\\/oceanwp-child\\/style.css\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/css\\/owl.carousel.min.css\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/css\\/owl.theme.default.min.css\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/css\\/bootstrap.min.css\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/css\\/sidebar_custom.css\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/css\\/custom.css\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/css\\/custom-full-page.css\",\"wp-content\\/plugins\\/blog-designer-pack\\/assets\\/css\\/slick.css\",\"wp-content\\/plugins\\/blog-designer-pack\\/assets\\/css\\/bdp-public.css\",\"wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css\",\"wp-content\\/plugins\\/header-footer-elementor\\/assets\\/css\\/header-footer-elementor.css\",\"wp-content\\/uploads\\/elementor\\/css\\/custom-frontend.min.css\"],\"2fc2e.css\":[\"wp-content\\/uploads\\/elementor\\/css\\/post-1542.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/fontawesome.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/solid.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/regular.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/brands.min.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/style.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/all.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/v4-shims.min.css\",\"wp-content\\/uploads\\/elementor\\/css\\/global.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-5963.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/timeline.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/filterablegallery.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/jquery.fancybox.min.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/whatsappchat.css\",\"wp-content\\/plugins\\/header-footer-elementor\\/inc\\/widgets-css\\/frontend.css\",\"wp-content\\/plugins\\/wp-smushit\\/app\\/assets\\/css\\/smush-rd.min.css\",\"wp-content\\/themes\\/oceanwp\\/assets\\/fonts\\/fontawesome\\/css\\/all.min.css\",\"wp-content\\/themes\\/oceanwp\\/assets\\/css\\/third\\/simple-line-icons.min.css\",\"wp-content\\/themes\\/oceanwp\\/assets\\/css\\/style.min.css\"],\"d49cd.css\":[\"wp-content\\/plugins\\/elementskit-lite\\/modules\\/elementskit-icon-pack\\/assets\\/css\\/ekiticons.css\",\"wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/adminbar-1721.css\",\"wp-content\\/plugins\\/elementskit-lite\\/widgets\\/init\\/assets\\/css\\/widget-styles.css\",\"wp-content\\/plugins\\/elementskit-lite\\/widgets\\/init\\/assets\\/css\\/responsive.css\",\"wp-content\\/plugins\\/ocean-extra\\/assets\\/css\\/widgets.css\"],\"0cff0.css\":[\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/fontawesome.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/solid.min.css\"],\"54f09.css\":[\"wp-content\\/uploads\\/elementor\\/css\\/post-4307.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-4388.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-2255.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/animations\\/animations.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/brands.min.css\"],\"d7878.js\":[\"wp-content\\/plugins\\/contact-form-7\\/includes\\/js\\/index.js\",\"wp-includes\\/js\\/imagesloaded.min.js\",\"wp-content\\/themes\\/oceanwp\\/assets\\/js\\/vendors\\/isotope.pkgd.min.js\",\"wp-content\\/themes\\/oceanwp\\/assets\\/js\\/vendors\\/flickity.pkgd.min.js\",\"wp-content\\/themes\\/oceanwp\\/assets\\/js\\/vendors\\/sidr.js\",\"wp-content\\/themes\\/oceanwp\\/assets\\/js\\/vendors\\/magnific-popup.min.js\"],\"23cea.js\":[\"wp-content\\/plugins\\/elementskit-lite\\/widgets\\/init\\/assets\\/js\\/widget-scripts.js\",\"wp-content\\/plugins\\/wp-smushit\\/app\\/assets\\/js\\/smush-lazy-load-native.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/slick\\/slick.min.js\"],\"7065f.js\":[\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/webpack.runtime.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend-modules.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/waypoints\\/waypoints.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/swiper\\/swiper.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/share-link\\/share-link.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/dialog\\/dialog.min.js\"],\"a5ff7.css\":[\"wp-includes\\/css\\/dist\\/block-library\\/style.min.css\"],\"9a7b2.css\":[\"wp-content\\/themes\\/oceanwp\\/style.css\",\"wp-content\\/themes\\/oceanwp-child\\/style.css\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/css\\/owl.carousel.min.css\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/css\\/owl.theme.default.min.css\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/css\\/bootstrap.min.css\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/css\\/sidebar_custom.css\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/css\\/custom.css\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/css\\/custom-full-page.css\",\"wp-content\\/plugins\\/blog-designer-pack\\/assets\\/css\\/slick.css\",\"wp-content\\/plugins\\/blog-designer-pack\\/assets\\/css\\/bdp-public.css\",\"wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css\",\"wp-content\\/plugins\\/header-footer-elementor\\/assets\\/css\\/header-footer-elementor.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/eicons\\/css\\/elementor-icons.min.css\",\"wp-content\\/uploads\\/elementor\\/css\\/custom-frontend.min.css\"],\"2eeb9.css\":[\"wp-content\\/uploads\\/elementor\\/css\\/post-1542.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/fontawesome.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/solid.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/regular.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/brands.min.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/style.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/all.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/v4-shims.min.css\",\"wp-content\\/uploads\\/elementor\\/css\\/global.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-5963.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/timeline.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/filterablegallery.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/jquery.fancybox.min.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/whatsappchat.css\",\"wp-content\\/plugins\\/header-footer-elementor\\/inc\\/widgets-css\\/frontend.css\",\"wp-content\\/themes\\/oceanwp\\/assets\\/fonts\\/fontawesome\\/css\\/all.min.css\",\"wp-content\\/themes\\/oceanwp\\/assets\\/css\\/third\\/simple-line-icons.min.css\",\"wp-content\\/themes\\/oceanwp\\/assets\\/css\\/style.min.css\"],\"ec411.css\":[\"wp-content\\/plugins\\/elementskit-lite\\/modules\\/elementskit-icon-pack\\/assets\\/css\\/ekiticons.css\",\"wp-content\\/plugins\\/elementskit-lite\\/widgets\\/init\\/assets\\/css\\/widget-styles.css\",\"wp-content\\/plugins\\/elementskit-lite\\/widgets\\/init\\/assets\\/css\\/responsive.css\",\"wp-content\\/plugins\\/ocean-extra\\/assets\\/css\\/widgets.css\"],\"e94cd.js\":[\"wp-includes\\/js\\/jquery\\/jquery.min.js\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/js\\/owl.carousel.min.js\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/js\\/user-interaction-load.js\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/js\\/speed-mobile.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/js\\/v4-shims.min.js\",\"wp-content\\/themes\\/oceanwp\\/assets\\/js\\/vendors\\/smoothscroll.min.js\"],\"9e095.js\":[\"wp-content\\/plugins\\/elementskit-lite\\/widgets\\/init\\/assets\\/js\\/widget-scripts.js\",\"wp-content\\/plugins\\/wp-smushit\\/app\\/assets\\/js\\/smush-lazy-load-native.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/core.min.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/slick.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/front\\/custom-tm.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/bpopup.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/front\\/custom_bpopup.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/timeline.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/animtimeline.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/front\\/countdown.js\",\"wp-includes\\/js\\/jquery\\/ui\\/accordion.min.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/front\\/accordion.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/info-circle.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/jquery.fancybox.min.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/mixitup.min.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/front\\/custommixitup.js\",\"wp-content\\/plugins\\/header-footer-elementor\\/inc\\/js\\/frontend.js\",\"wp-content\\/plugins\\/prevent-landscape-rotation\\/public\\/assets\\/js\\/sweetalert.min.js\"],\"450bc.css\":[\"wp-content\\/uploads\\/elementor\\/css\\/post-1542.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/fontawesome.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/solid.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/regular.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/brands.min.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/style.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/all.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/v4-shims.min.css\",\"wp-content\\/uploads\\/elementor\\/css\\/global.css\",\"wp-content\\/themes\\/oceanwp\\/assets\\/fonts\\/fontawesome\\/css\\/all.min.css\",\"wp-content\\/themes\\/oceanwp\\/assets\\/css\\/third\\/simple-line-icons.min.css\",\"wp-content\\/themes\\/oceanwp\\/assets\\/css\\/style.min.css\"],\"c1bbe.css\":[\"wp-content\\/uploads\\/elementor\\/css\\/post-4388.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/timeline.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/filterablegallery.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/jquery.fancybox.min.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/whatsappchat.css\",\"wp-content\\/plugins\\/header-footer-elementor\\/inc\\/widgets-css\\/frontend.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-6070.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-4722.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-2255.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/animations\\/animations.min.css\"],\"b9bce.css\":[\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/fontawesome.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/brands.min.css\"],\"84735.js\":[\"wp-includes\\/js\\/jquery\\/jquery.min.js\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/js\\/owl.carousel.min.js\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/js\\/user-interaction-load.js\",\"wp-content\\/themes\\/oceanwp-child\\/assets\\/js\\/speed-mobile.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/js\\/v4-shims.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/core.min.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/slick.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/front\\/custom-tm.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/bpopup.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/front\\/custom_bpopup.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/timeline.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/animtimeline.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/front\\/countdown.js\",\"wp-includes\\/js\\/jquery\\/ui\\/accordion.min.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/front\\/accordion.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/info-circle.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/jquery.fancybox.min.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/mixitup.min.js\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/js\\/front\\/custommixitup.js\",\"wp-content\\/themes\\/oceanwp\\/assets\\/js\\/vendors\\/smoothscroll.min.js\"],\"c9377.js\":[\"wp-content\\/plugins\\/elementskit-lite\\/widgets\\/init\\/assets\\/js\\/widget-scripts.js\",\"wp-content\\/plugins\\/wp-smushit\\/app\\/assets\\/js\\/smush-lazy-load-native.min.js\",\"wp-content\\/plugins\\/header-footer-elementor\\/inc\\/js\\/frontend.js\",\"wp-content\\/plugins\\/prevent-landscape-rotation\\/public\\/assets\\/js\\/sweetalert.min.js\"],\"f7357.css\":[\"wp-content\\/uploads\\/elementor\\/css\\/post-1542.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/fontawesome.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/solid.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/regular.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/brands.min.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/style.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/all.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/v4-shims.min.css\",\"wp-content\\/uploads\\/elementor\\/css\\/global.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-2338.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/timeline.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/filterablegallery.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/jquery.fancybox.min.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/whatsappchat.css\",\"wp-content\\/plugins\\/header-footer-elementor\\/inc\\/widgets-css\\/frontend.css\",\"wp-content\\/themes\\/oceanwp\\/assets\\/fonts\\/fontawesome\\/css\\/all.min.css\",\"wp-content\\/themes\\/oceanwp\\/assets\\/css\\/third\\/simple-line-icons.min.css\",\"wp-content\\/themes\\/oceanwp\\/assets\\/css\\/style.min.css\"],\"30075.css\":[\"wp-content\\/uploads\\/elementor\\/css\\/post-4388.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-4722.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-2255.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/animations\\/animations.min.css\"],\"af18f.css\":[\"wp-content\\/uploads\\/elementor\\/css\\/post-1542.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/fontawesome.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/solid.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/regular.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/brands.min.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/style.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/all.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/v4-shims.min.css\",\"wp-content\\/uploads\\/elementor\\/css\\/global.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-2340.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/timeline.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/filterablegallery.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/jquery.fancybox.min.css\",\"wp-content\\/plugins\\/ultimate-addons-for-elementor\\/css\\/whatsappchat.css\",\"wp-content\\/plugins\\/header-footer-elementor\\/inc\\/widgets-css\\/frontend.css\",\"wp-content\\/themes\\/oceanwp\\/assets\\/fonts\\/fontawesome\\/css\\/all.min.css\",\"wp-content\\/themes\\/oceanwp\\/assets\\/css\\/third\\/simple-line-icons.min.css\",\"wp-content\\/themes\\/oceanwp\\/assets\\/css\\/style.min.css\"]}', 'no'),
(2891, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"testing@technoarray.com\";s:7:\"version\";s:5:\"5.8.6\";s:9:\"timestamp\";i:1666050279;}', 'no'),
(3089, 'bialty', 'a:8:{s:9:\"alt_empty\";s:13:\"alt_empty_fkw\";s:13:\"alt_not_empty\";s:19:\"alt_not_empty_title\";s:14:\"add_site_title\";b:0;s:10:\"debug_mode\";b:0;s:15:\"remove_settings\";b:0;s:11:\"promo_robot\";b:0;s:14:\"promo_mobilook\";b:0;s:12:\"promo_vidseo\";b:0;}', 'yes'),
(3090, 'pand-1e3242882489b5181b49474d93f2d9d3', '1623221401', 'no'),
(3123, '_elementor_editor_upgrade_notice_dismissed', '1666327916', 'yes'),
(3415, 'ai1wm_backups_labels', 'a:0:{}', 'yes'),
(3419, 'ai1wm_updater', 'a:0:{}', 'yes'),
(3439, 'updraftplus-addons_siteid', '5313cf18359dc070879400c89d12e0c6', 'no'),
(3441, 'updraftplus_unlocked_fd', '1', 'no'),
(3442, 'updraftplus_last_lock_time_fd', '2023-01-18 01:39:12', 'no'),
(3443, 'updraftplus_semaphore_fd', '0', 'no'),
(3444, 'updraft_last_scheduled_fd', '1674005952', 'yes'),
(3447, 'updraft_remotesites', '', 'yes'),
(3448, 'updraft_migrator_localkeys', '', 'yes'),
(3449, 'updraft_central_localkeys', '', 'yes'),
(3451, 'updraft_autobackup_default', '1', 'yes'),
(3452, 'updraft_dropbox', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-1b411a1dbbffbc98b05cf2cb3ad6f0ce\";a:4:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:0:\"\";}}}', 'yes'),
(3453, 'updraft_googledrive', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-24831a0934d055fa243344db24132d67\";a:3:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";}}}', 'yes'),
(3454, 'updraftplus_tmp_googledrive_access_token', '', 'yes'),
(3455, 'updraftplus_dismissedautobackup', '', 'yes'),
(3456, 'dismissed_general_notices_until', '', 'yes'),
(3457, 'dismissed_review_notice', '3155760000', 'yes'),
(3458, 'dismissed_clone_php_notices_until', '', 'yes'),
(3459, 'dismissed_clone_wc_notices_until', '', 'yes'),
(3460, 'dismissed_season_notices_until', '1663917030', 'yes'),
(3461, 'updraftplus_dismissedexpiry', '', 'yes'),
(3462, 'updraftplus_dismisseddashnotice', '', 'yes'),
(3463, 'updraft_interval', 'daily', 'yes'),
(3464, 'updraft_interval_increments', 'none', 'yes'),
(3467, 'updraft_interval_database', 'daily', 'yes'),
(3468, 'updraft_retain', '1', 'yes'),
(3469, 'updraft_retain_db', '1', 'yes'),
(3470, 'updraft_encryptionphrase', '', 'yes'),
(3471, 'updraft_service', '', 'yes'),
(3472, 'updraft_googledrive_clientid', '', 'yes'),
(3473, 'updraft_googledrive_secret', '', 'yes'),
(3474, 'updraft_googledrive_remotepath', '', 'yes'),
(3475, 'updraft_ftp', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-248b7054778a55fdbb07f1492b2569ea\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";i:1;}}}', 'yes'),
(3476, 'updraft_backblaze', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-11ca734b4f4952a4b9b93abe727d4a91\";a:0:{}}}', 'yes'),
(3477, 'updraft_server_address', '', 'yes'),
(3478, 'updraft_dir', '', 'yes'),
(3479, 'updraft_email', '', 'yes'),
(3480, 'updraft_delete_local', '0', 'yes'),
(3481, 'updraft_debug_mode', '0', 'yes'),
(3482, 'updraft_include_plugins', '0', 'yes'),
(3483, 'updraft_include_themes', '0', 'yes'),
(3484, 'updraft_include_uploads', '0', 'yes'),
(3485, 'updraft_include_others', '0', 'yes'),
(3486, 'updraft_include_wpcore', '0', 'yes'),
(3487, 'updraft_include_wpcore_exclude', '', 'yes'),
(3488, 'updraft_include_more', '0', 'yes'),
(3489, 'updraft_include_blogs', '', 'yes'),
(3490, 'updraft_include_mu-plugins', '', 'yes'),
(3492, 'updraft_include_others_exclude', '', 'yes'),
(3493, 'updraft_include_uploads_exclude', '', 'yes'),
(3494, 'updraft_lastmessage', 'The backup apparently succeeded and is now complete (Jan 18 01:39:53)', 'yes'),
(3495, 'updraft_googledrive_token', '', 'yes'),
(3496, 'updraft_dropboxtk_request_token', '', 'yes'),
(3497, 'updraft_dropboxtk_access_token', '', 'yes'),
(3498, 'updraft_adminlocking', '', 'yes'),
(3499, 'updraft_updraftvault', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-0aa5e4f03c657cdf5781d84ab6422186\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}', 'yes'),
(3500, 'updraft_retain_extrarules', '', 'yes'),
(3501, 'updraft_googlecloud', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-07147b0b40458a6bf11eecdd869ea9af\";a:0:{}}}', 'yes'),
(3502, 'updraft_include_more_path', '', 'yes'),
(3503, 'updraft_split_every', '25', 'yes'),
(3504, 'updraft_ssl_nossl', '0', 'yes'),
(3505, 'updraft_backupdb_nonwp', '0', 'yes'),
(3506, 'updraft_extradbs', '', 'yes'),
(3508, 'updraft_last_backup', 'a:6:{s:26:\"nonincremental_backup_time\";i:1674005952;s:11:\"backup_time\";i:1674005952;s:12:\"backup_array\";a:3:{s:2:\"db\";s:74:\"backup_2023-01-18-0139_Top_Consultant_for_ISO_Certifica_c7120d8e1408-db.gz\";s:7:\"db-size\";i:41760814;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"03159d16f3ad302bd53f4adebc7707c76db7bc1d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"68f19c305ade792512bbaf01e51af0a6d99d979a8e51965bad5167db762b7adb\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"c7120d8e1408\";}', 'yes'),
(3509, 'updraft_starttime_files', '13:44', 'yes'),
(3510, 'updraft_starttime_db', '13:44', 'yes'),
(3511, 'updraft_startday_db', '0', 'yes'),
(3512, 'updraft_startday_files', '0', 'yes'),
(3513, 'updraft_sftp', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-089e684de90ed15232f4bd92c8bf22b1\";a:0:{}}}', 'yes'),
(3514, 'updraft_s3', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-7b693558d56e44eedd32ed938ee0949a\";a:5:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:3:\"rrs\";s:0:\"\";s:22:\"server_side_encryption\";s:0:\"\";}}}', 'yes'),
(3515, 'updraft_s3generic', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-8b0bf841db2eb326abbb31a66bc62361\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";}}}', 'yes'),
(3516, 'updraft_dreamhost', '', 'yes'),
(3517, 'updraft_s3generic_login', '', 'yes'),
(3518, 'updraft_s3generic_pass', '', 'yes'),
(3519, 'updraft_s3generic_remote_path', '', 'yes'),
(3520, 'updraft_s3generic_endpoint', '', 'yes'),
(3521, 'updraft_webdav', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-3fce245a52313cc7132f5a46162f431c\";a:0:{}}}', 'yes'),
(3522, 'updraft_openstack', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-49890151e28d9bf08dab81da9ab4907a\";a:6:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:0:\"\";s:8:\"password\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";s:0:\"\";}}}', 'yes'),
(3523, 'updraft_onedrive', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-67219f1d770443d9700bb7a5720fa128\";a:0:{}}}', 'yes'),
(3524, 'updraft_azure', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-2a3968a6056401bd997bea50fb8f07f4\";a:0:{}}}', 'yes'),
(3525, 'updraft_cloudfiles', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-d71323a6c14c919e16bca430c906e637\";a:5:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";N;}}}', 'yes'),
(3526, 'updraft_cloudfiles_user', '', 'yes'),
(3527, 'updraft_cloudfiles_apikey', '', 'yes'),
(3528, 'updraft_cloudfiles_path', '', 'yes'),
(3529, 'updraft_cloudfiles_authurl', '', 'yes'),
(3530, 'updraft_ssl_useservercerts', '0', 'yes'),
(3531, 'updraft_ssl_disableverify', '0', 'yes'),
(3532, 'updraft_s3_login', '', 'yes'),
(3533, 'updraft_s3_pass', '', 'yes'),
(3534, 'updraft_s3_remote_path', '', 'yes'),
(3535, 'updraft_dreamobjects_login', '', 'yes'),
(3536, 'updraft_dreamobjects_pass', '', 'yes'),
(3537, 'updraft_dreamobjects_remote_path', '', 'yes'),
(3538, 'updraft_dreamobjects', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-8a0c3d6910604ee90b5bcac8ecf7f21c\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}', 'yes'),
(3539, 'updraft_report_warningsonly', 'a:0:{}', 'yes'),
(3540, 'updraft_report_wholebackup', 'a:0:{}', 'yes'),
(3541, 'updraft_report_dbbackup', 'a:0:{}', 'yes'),
(3542, 'updraft_log_syslog', '0', 'yes'),
(3543, 'updraft_extradatabases', '', 'yes'),
(3544, 'updraftplus_tour_cancelled_on', 'intro', 'yes'),
(3545, 'updraftplus_version', '2.16.59.25', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(3546, 'updraft_backup_history', 'a:423:{i:1674005952;a:11:{s:2:\"db\";s:74:\"backup_2023-01-18-0139_Top_Consultant_for_ISO_Certifica_c7120d8e1408-db.gz\";s:7:\"db-size\";i:41760814;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"03159d16f3ad302bd53f4adebc7707c76db7bc1d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"68f19c305ade792512bbaf01e51af0a6d99d979a8e51965bad5167db762b7adb\";}}s:5:\"nonce\";s:12:\"c7120d8e1408\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1673919550;a:11:{s:2:\"db\";s:74:\"backup_2023-01-17-0139_Top_Consultant_for_ISO_Certifica_9da9b7fc6732-db.gz\";s:7:\"db-size\";i:41793504;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"668b14aec28dbf0de03f72395a07ab2461746a4c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cda2bd7ac20c37b9ccc42f31fc20da7fe755e02b024d05313eeab6f199c4df18\";}}s:5:\"nonce\";s:12:\"9da9b7fc6732\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1673833286;a:11:{s:2:\"db\";s:74:\"backup_2023-01-16-0141_Top_Consultant_for_ISO_Certifica_69c94453b57e-db.gz\";s:7:\"db-size\";i:41640832;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a725dd672d97a4c1a22a223e4955ea6efe349951\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"deda50c4efe02087c636b9186a4bf8521ba32c413fb26587b61cd8040c34e843\";}}s:5:\"nonce\";s:12:\"69c94453b57e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1673746750;a:11:{s:2:\"db\";s:74:\"backup_2023-01-15-0139_Top_Consultant_for_ISO_Certifica_9ce1653fd110-db.gz\";s:7:\"db-size\";i:41662475;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3a6147f41f80f3f98992a46bbd2398f51cf1fff6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"747b596c52622da6dd86552fc5db54dc4e68c9f45558bde43a996e4dbc591e9c\";}}s:5:\"nonce\";s:12:\"9ce1653fd110\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1673660353;a:11:{s:2:\"db\";s:74:\"backup_2023-01-14-0139_Top_Consultant_for_ISO_Certifica_444fe08df1e5-db.gz\";s:7:\"db-size\";i:42181083;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"21a2d5501529a6a1db05c5be4c2b20b8482f23e0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3629639b3623867026d16bb794052e3d8a91185198e17dd45babdbb7a77418e1\";}}s:5:\"nonce\";s:12:\"444fe08df1e5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1673589579;a:15:{s:6:\"themes\";a:1:{i:0;s:79:\"backup_2023-01-13-0559_Top_Consultant_for_ISO_Certifica_36e5cb1276c7-themes.zip\";}s:11:\"themes-size\";i:10321577;s:2:\"db\";s:74:\"backup_2023-01-13-0559_Top_Consultant_for_ISO_Certifica_36e5cb1276c7-db.gz\";s:7:\"db-size\";i:41923366;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:7:\"themes0\";s:40:\"8e47f04e3314519ef4c75caec00bd31d7524d3be\";s:3:\"db0\";s:40:\"f9756ea4c0078f88b86b3c64a87ef6c7a6e603b5\";}s:6:\"sha256\";a:2:{s:7:\"themes0\";s:64:\"76137ce7d083f9d0e73143c6ebd3f16c0b36402b85bb8b0e8cf04ca5ccf45b68\";s:3:\"db0\";s:64:\"91a8da11f320315812284b89cc6a61e71cc80fb4512813671499117964b0edc7\";}}s:5:\"nonce\";s:12:\"36e5cb1276c7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:1:{s:6:\"themes\";i:1673589579;}s:5:\"label\";s:30:\"Automatic backup before update\";s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;s:10:\"autobackup\";b:1;}i:1673573951;a:11:{s:2:\"db\";s:74:\"backup_2023-01-13-0139_Top_Consultant_for_ISO_Certifica_9baa9cf73fd9-db.gz\";s:7:\"db-size\";i:42575159;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b671b2dca2c0c18758b955cde8659656bd0a9395\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"efaf7b4892a754b2993c6eb3e7dcc0890733ed2b7fde9a66bc9431e68e5372fe\";}}s:5:\"nonce\";s:12:\"9baa9cf73fd9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1673487554;a:11:{s:2:\"db\";s:74:\"backup_2023-01-12-0139_Top_Consultant_for_ISO_Certifica_7eebb9f0e71a-db.gz\";s:7:\"db-size\";i:42578199;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c721196ce40d78f3d5c7316ee36da11dd6b0a432\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"890251efc07e60e4f95c94d0b1b2b2308eca5d45e0b6be54eab56880a36fce01\";}}s:5:\"nonce\";s:12:\"7eebb9f0e71a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1673401155;a:11:{s:2:\"db\";s:74:\"backup_2023-01-11-0139_Top_Consultant_for_ISO_Certifica_adcdc7fc37d9-db.gz\";s:7:\"db-size\";i:43058959;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"74697caff7c4b46eddbe044438d115410234259c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7f5819fc73fab2de5be63db5701c6e5df33d5767830c3d5c0a80ebb4247031a0\";}}s:5:\"nonce\";s:12:\"adcdc7fc37d9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1673314750;a:11:{s:2:\"db\";s:74:\"backup_2023-01-10-0139_Top_Consultant_for_ISO_Certifica_7c52a3fa2b27-db.gz\";s:7:\"db-size\";i:45630741;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0661409c88ca6965ed6375596b25213df12c58c8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"20076fa309d9204450472bb7a50fc6a865ad7fdb2291f099e1db5a8cc807ecf8\";}}s:5:\"nonce\";s:12:\"7c52a3fa2b27\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1673228374;a:11:{s:2:\"db\";s:74:\"backup_2023-01-09-0139_Top_Consultant_for_ISO_Certifica_bd932a6876c6-db.gz\";s:7:\"db-size\";i:42881061;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4759d7bab7823760ef8b58fc90f03a5f7f531099\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3f54503ff33db87f8e23daeb9c56c20f8357ea6d4dac964ddd2ec4f68ccba61e\";}}s:5:\"nonce\";s:12:\"bd932a6876c6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1673141952;a:11:{s:2:\"db\";s:74:\"backup_2023-01-08-0139_Top_Consultant_for_ISO_Certifica_e1a9d0369c18-db.gz\";s:7:\"db-size\";i:42580560;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"64da83563c992c15d2b5ea33277555039e89af69\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"22ac39703b34d64dd5d17ae13043c725a03bd433e36c26321152394f8e25c98c\";}}s:5:\"nonce\";s:12:\"e1a9d0369c18\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1673055557;a:11:{s:2:\"db\";s:74:\"backup_2023-01-07-0139_Top_Consultant_for_ISO_Certifica_7e5dee9feed7-db.gz\";s:7:\"db-size\";i:42578976;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"50f73dfd8bcd2aec0b6b4cbec28c683e1c16e843\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ac4b25b44189102166fa6dcf9873a3afe7d9033529ae4c2b6054f8dbe5713564\";}}s:5:\"nonce\";s:12:\"7e5dee9feed7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1672969154;a:11:{s:2:\"db\";s:74:\"backup_2023-01-06-0139_Top_Consultant_for_ISO_Certifica_29c13ec36c31-db.gz\";s:7:\"db-size\";i:42575824;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e075d72859770ec1ea32cdaad8f21b0353bb2f1c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d561d3723ae6a83684405f99fa2922dd5960dbdc38c2f10824bab434a33f71eb\";}}s:5:\"nonce\";s:12:\"29c13ec36c31\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1672882752;a:11:{s:2:\"db\";s:74:\"backup_2023-01-05-0139_Top_Consultant_for_ISO_Certifica_fb8522db54bb-db.gz\";s:7:\"db-size\";i:44142116;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"db249af1004ebc89b17d863dc85be306725bb228\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d3b6deb16a9a27a7ee144416ddd975e6aeda41b7a8e75808ae30adb383cd7285\";}}s:5:\"nonce\";s:12:\"fb8522db54bb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1672796351;a:11:{s:2:\"db\";s:74:\"backup_2023-01-04-0139_Top_Consultant_for_ISO_Certifica_f3e92c469023-db.gz\";s:7:\"db-size\";i:43940027;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"410add482ffba6bb72ff839018cd249899f0ddf9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c6be4f2d65b89dd6a87ba8e5d76e12710851884879659ad3a5a5c7e2b1ac3b57\";}}s:5:\"nonce\";s:12:\"f3e92c469023\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1672709960;a:11:{s:2:\"db\";s:74:\"backup_2023-01-03-0139_Top_Consultant_for_ISO_Certifica_94457751267f-db.gz\";s:7:\"db-size\";i:44906973;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e95d91aab7630712fe9842924c6aa30bf1232bc0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"739d916f4c3084690b252628327b845ecca0023efaf11481ca9b37c82c3621a7\";}}s:5:\"nonce\";s:12:\"94457751267f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1672623550;a:11:{s:2:\"db\";s:74:\"backup_2023-01-02-0139_Top_Consultant_for_ISO_Certifica_07281e8b3bef-db.gz\";s:7:\"db-size\";i:46103184;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5d2285f7f940bdafc6c710ffe073311ea3e19a47\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4eb1fb2b286c782196a983fa15f06f02e6bad445539fefe379bd4f7eb24b8f54\";}}s:5:\"nonce\";s:12:\"07281e8b3bef\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1672537150;a:11:{s:2:\"db\";s:74:\"backup_2023-01-01-0139_Top_Consultant_for_ISO_Certifica_265e80210d70-db.gz\";s:7:\"db-size\";i:46129192;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0a5336dc7d4d37a366537dac70764e30108fb738\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"81f7f0019685d659375251d8d4cd7b6db1d304e4029250342b28b09021a0390d\";}}s:5:\"nonce\";s:12:\"265e80210d70\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1672450750;a:11:{s:2:\"db\";s:74:\"backup_2022-12-31-0139_Top_Consultant_for_ISO_Certifica_4017b2d15fbc-db.gz\";s:7:\"db-size\";i:46152519;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cccafca061bb0afca2f00d6b8dc9a8c061f5d946\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b6f3c21e1efd66f2a2d65cfc45f79a81cef58ebc4a898ce00c2175ad7ca54dde\";}}s:5:\"nonce\";s:12:\"4017b2d15fbc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1672364350;a:11:{s:2:\"db\";s:74:\"backup_2022-12-30-0139_Top_Consultant_for_ISO_Certifica_0c49e9305aaa-db.gz\";s:7:\"db-size\";i:46115664;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1d5baf7c97b6906b8bd1c62b7e6a9eda29308a92\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3cca67a70fe2cef6898f4a01076164bdca38f6ba67e628509afb70551f7a61fc\";}}s:5:\"nonce\";s:12:\"0c49e9305aaa\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1672277955;a:11:{s:2:\"db\";s:74:\"backup_2022-12-29-0139_Top_Consultant_for_ISO_Certifica_231cc95aa257-db.gz\";s:7:\"db-size\";i:45983540;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ff673f8fc112dd43096ba1047778fc87b9631934\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1dc59bd2cda009509ea97430e6f1a5eb7e657225bc02724cc67c55b939f4544c\";}}s:5:\"nonce\";s:12:\"231cc95aa257\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1672191550;a:11:{s:2:\"db\";s:74:\"backup_2022-12-28-0139_Top_Consultant_for_ISO_Certifica_4f12b081d198-db.gz\";s:7:\"db-size\";i:43328275;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"baf99b4c45eba1a2138107cc5a6bfb8f04a11938\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f8705ea0d4fed55a34176cf1e54ea6e0b21b7ed9f29cbe424bc8d744ef361898\";}}s:5:\"nonce\";s:12:\"4f12b081d198\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1672105175;a:11:{s:2:\"db\";s:74:\"backup_2022-12-27-0139_Top_Consultant_for_ISO_Certifica_104954a74f89-db.gz\";s:7:\"db-size\";i:42571590;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"857bfb95b3b0c670ae0caaf797b4c1194c9746ba\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"500af98f4e995800f57a79953208bd0b80024201962e28d55e5595ba23513d28\";}}s:5:\"nonce\";s:12:\"104954a74f89\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1672018750;a:11:{s:2:\"db\";s:74:\"backup_2022-12-26-0139_Top_Consultant_for_ISO_Certifica_04f5fbd5d618-db.gz\";s:7:\"db-size\";i:42607858;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"084a32b6d548dc9024ec264691efb12056ff8f79\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b782aa7c3905af1de3e7ebded40fa9e34d2b04179ac7d286b800bd09c44bff50\";}}s:5:\"nonce\";s:12:\"04f5fbd5d618\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1671932350;a:11:{s:2:\"db\";s:74:\"backup_2022-12-25-0139_Top_Consultant_for_ISO_Certifica_8efb431864a6-db.gz\";s:7:\"db-size\";i:42583759;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"292e2f39dc2e13b604ca59775f86879ae9cd608b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"442bcdff32263dc96669cd7f5dbb625d850d977c7fc5db74ada43deeb5ffc9bc\";}}s:5:\"nonce\";s:12:\"8efb431864a6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1671845951;a:11:{s:2:\"db\";s:74:\"backup_2022-12-24-0139_Top_Consultant_for_ISO_Certifica_f18158d27d90-db.gz\";s:7:\"db-size\";i:42565032;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4537922aef572536ba9ac6f574f53f0364b8e425\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8750d3d77a0bf75de18a5fc0881a6995160ff1fd91e273f498a2b4db150fdb42\";}}s:5:\"nonce\";s:12:\"f18158d27d90\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1671759550;a:11:{s:2:\"db\";s:74:\"backup_2022-12-23-0139_Top_Consultant_for_ISO_Certifica_2ce156df76d6-db.gz\";s:7:\"db-size\";i:42567751;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fee774fb902c8ec1a8362ce6aa95eb0640980e91\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"900fcf8df0e441224bfc3cdad6cfa91f6550316aecde7809e888f9333c3bac1b\";}}s:5:\"nonce\";s:12:\"2ce156df76d6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1671673158;a:11:{s:2:\"db\";s:74:\"backup_2022-12-22-0139_Top_Consultant_for_ISO_Certifica_7e371c19a079-db.gz\";s:7:\"db-size\";i:42567797;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d244985e39e3529802b5e3d1f005957893dec69b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"731cbc3625e49d16e1095bf53b361ad519822991943f01b3b35df11b4b282666\";}}s:5:\"nonce\";s:12:\"7e371c19a079\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1671586765;a:11:{s:2:\"db\";s:74:\"backup_2022-12-21-0139_Top_Consultant_for_ISO_Certifica_599de711bf37-db.gz\";s:7:\"db-size\";i:42567790;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8395cb4f3151d9492e45d6bbac0bbf5ced4882ef\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6e6eb2aeaf27004aae9a84cd1a902ced7c0c34e41c289a447ade6c9cdc65713b\";}}s:5:\"nonce\";s:12:\"599de711bf37\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1671500375;a:11:{s:2:\"db\";s:74:\"backup_2022-12-20-0139_Top_Consultant_for_ISO_Certifica_20ed68f36145-db.gz\";s:7:\"db-size\";i:42571135;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"96856bbf9d6bdb273c4e85d4c1f50061966d7e5a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6d58be479ec2af3828901cc6d3746aafba9885e205159dfb958540c4099677fc\";}}s:5:\"nonce\";s:12:\"20ed68f36145\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1671413962;a:11:{s:2:\"db\";s:74:\"backup_2022-12-19-0139_Top_Consultant_for_ISO_Certifica_0058942aa969-db.gz\";s:7:\"db-size\";i:42575705;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"00149c4ffa6949d85da63463081c6d258940c647\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"34b8abe8a494881ab58cd0a2fa1a390204303a6c81addb89bde53e5d3798d04b\";}}s:5:\"nonce\";s:12:\"0058942aa969\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1671327561;a:11:{s:2:\"db\";s:74:\"backup_2022-12-18-0139_Top_Consultant_for_ISO_Certifica_73a37b14fa2a-db.gz\";s:7:\"db-size\";i:42581213;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"beab16f02cddbcc108ed7c4c1b0ae58b95dab389\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"de0303f7d20c3ee7ae7ac3f4672664ee9912e048c4de0b3403ae02261aa4d6c3\";}}s:5:\"nonce\";s:12:\"73a37b14fa2a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1671241157;a:11:{s:2:\"db\";s:74:\"backup_2022-12-17-0139_Top_Consultant_for_ISO_Certifica_5a19e6979bc4-db.gz\";s:7:\"db-size\";i:42587686;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"37a4d62048c42be8a692263ba6a8291a3e1d7117\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"86a1784fa38173644fa6f566371e19d572b29416691ce8781a953e976fe06973\";}}s:5:\"nonce\";s:12:\"5a19e6979bc4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1671154753;a:11:{s:2:\"db\";s:74:\"backup_2022-12-16-0139_Top_Consultant_for_ISO_Certifica_fbbc64357ebd-db.gz\";s:7:\"db-size\";i:42573128;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8802e4ec24862ac188f2b6abdf6574187d616178\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"918216970902dd87f3d99b1a42acdb2707959b5f17fe42382b90878cbe50c833\";}}s:5:\"nonce\";s:12:\"fbbc64357ebd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1671068381;a:11:{s:2:\"db\";s:74:\"backup_2022-12-15-0139_Top_Consultant_for_ISO_Certifica_bd5c3e19f4c4-db.gz\";s:7:\"db-size\";i:42568118;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d00099fb7f9ff87210f450af25cfa6f67a18a274\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bd0ea59399c4640607cd9c752d2bbf76a0311e8db178ab83d747b385641b890b\";}}s:5:\"nonce\";s:12:\"bd5c3e19f4c4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1670981970;a:11:{s:2:\"db\";s:74:\"backup_2022-12-14-0139_Top_Consultant_for_ISO_Certifica_c72e233b8f3c-db.gz\";s:7:\"db-size\";i:42563858;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4d21efc97922d3ab4ffa4bf077bc4d76e35923d5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"021c3024b370d2192950d53ea6cd696e3f44adbc0162611a4d80c7a08b74fb93\";}}s:5:\"nonce\";s:12:\"c72e233b8f3c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1670895909;a:11:{s:2:\"db\";s:74:\"backup_2022-12-13-0145_Top_Consultant_for_ISO_Certifica_72dc01b1e5e7-db.gz\";s:7:\"db-size\";i:42562954;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"726ad89a708b7f267ec38354f2f249d2f3c010c0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ce7586095ef1eafc10fbc57ab1c43bca8aa4c3d9120db70c0469db1e7b6dffa0\";}}s:5:\"nonce\";s:12:\"72dc01b1e5e7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1670809290;a:11:{s:2:\"db\";s:74:\"backup_2022-12-12-0141_Top_Consultant_for_ISO_Certifica_e54fab0ebc67-db.gz\";s:7:\"db-size\";i:42562908;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"eeb0b2a90fd104eafb75681b3e959144340f36d1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7af60d4baf07c9a3c30bd971610cf2ae06cac64ae390f422f77e0170db78a296\";}}s:5:\"nonce\";s:12:\"e54fab0ebc67\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1670722813;a:11:{s:2:\"db\";s:74:\"backup_2022-12-11-0140_Top_Consultant_for_ISO_Certifica_b75345269e69-db.gz\";s:7:\"db-size\";i:42563194;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d4ed20c677180d98cff67f1a961c3e496dc8f0f9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c1a7542bea02e34603d8fc99e717e0dee8a6db0b947ad3679a8eeec0af828f94\";}}s:5:\"nonce\";s:12:\"b75345269e69\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1670636360;a:11:{s:2:\"db\";s:74:\"backup_2022-12-10-0139_Top_Consultant_for_ISO_Certifica_0d4714a7a3a9-db.gz\";s:7:\"db-size\";i:42571339;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4f20099a986124a7f8d86013e4b6c5bbaf8ba885\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4edf82934e1c7334e3711cb50e014f5ae4b9122a8051b37f6eebc90ad6eab0ba\";}}s:5:\"nonce\";s:12:\"0d4714a7a3a9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1670549958;a:11:{s:2:\"db\";s:74:\"backup_2022-12-09-0139_Top_Consultant_for_ISO_Certifica_bc79fe55ec8d-db.gz\";s:7:\"db-size\";i:42562925;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3912f45a069646a22f7bce542c247322ff58a6eb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e0c7313614fd9c60fceb7022c38d2a4864e1b3520a61dc258cc8b92a33ec223a\";}}s:5:\"nonce\";s:12:\"bc79fe55ec8d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1670463606;a:11:{s:2:\"db\";s:74:\"backup_2022-12-08-0140_Top_Consultant_for_ISO_Certifica_8a4845d0b0cf-db.gz\";s:7:\"db-size\";i:42562344;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fd5f142e18a1cb1765c890687a8dc5fd1263fe0f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4f24a9df26f083ee5af6858d993356879178f685cb184e66ddc9c111096454ac\";}}s:5:\"nonce\";s:12:\"8a4845d0b0cf\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1670377176;a:11:{s:2:\"db\";s:74:\"backup_2022-12-07-0139_Top_Consultant_for_ISO_Certifica_aee098a9ef53-db.gz\";s:7:\"db-size\";i:42562638;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a6f2c68de0af56c27a0b783b2fb05d522ea0e649\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e6ae902b060c14cc11a6c9e1f12dcc98fc26af222bb8a80d361d4df1a5aca899\";}}s:5:\"nonce\";s:12:\"aee098a9ef53\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1670290771;a:11:{s:2:\"db\";s:74:\"backup_2022-12-06-0139_Top_Consultant_for_ISO_Certifica_cb3a8d1ef8ce-db.gz\";s:7:\"db-size\";i:42937754;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"961e23b47b9f32e23a9417129fd1ad8f32594daa\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f20fe402d32fb4f0dc67ba803735bd7f11aebdaa5228c08e69328cf31ea5c070\";}}s:5:\"nonce\";s:12:\"cb3a8d1ef8ce\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1670204354;a:11:{s:2:\"db\";s:74:\"backup_2022-12-05-0139_Top_Consultant_for_ISO_Certifica_d5c59cc7520a-db.gz\";s:7:\"db-size\";i:41730321;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"22e60a3b842662ae0e34e94f5f2516f317544030\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8966d5c2da13eeb06727e0e949405f679ba115d81c0641407faacbda5757035f\";}}s:5:\"nonce\";s:12:\"d5c59cc7520a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1670117973;a:11:{s:2:\"db\";s:74:\"backup_2022-12-04-0139_Top_Consultant_for_ISO_Certifica_55dcc8591d5a-db.gz\";s:7:\"db-size\";i:39536121;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b9216a5254b88823b388cd411eac4b1ba3f309ac\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6d79ecbf8038f85a860b82daae7a440d4827f21e8c4008196be80853a3fe89d0\";}}s:5:\"nonce\";s:12:\"55dcc8591d5a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1670035900;a:11:{s:2:\"db\";s:74:\"backup_2022-12-03-0251_Top_Consultant_for_ISO_Certifica_8ea28ff0cff7-db.gz\";s:7:\"db-size\";i:39827424;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"697d6ec50ea341854a766709e4001b874333bb39\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f919c0ef7fb782efcbe1bde3d830c0a189dee35c19e595bf1dc282cd81b90e7c\";}}s:5:\"nonce\";s:12:\"8ea28ff0cff7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1669950241;a:11:{s:2:\"db\";s:74:\"backup_2022-12-02-0304_Top_Consultant_for_ISO_Certifica_15d43a10618a-db.gz\";s:7:\"db-size\";i:39533911;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"30ab1ceb05b1e10a20ab49f2dd9fa93bacdc02b8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2c86c2f7c7c90b37ad952d08cd092a89e5f5f505565084d77039ffcf4ac2c87e\";}}s:5:\"nonce\";s:12:\"15d43a10618a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1669860358;a:11:{s:2:\"db\";s:74:\"backup_2022-12-01-0205_Top_Consultant_for_ISO_Certifica_0d5de5356a48-db.gz\";s:7:\"db-size\";i:39533920;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"161ed23c277c088d56e8a1fb0ac87d4cf2875a55\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"dc01a6dabcd753cb9ae51b18162421c0f0130558814dd720fbdfd38246ae3e22\";}}s:5:\"nonce\";s:12:\"0d5de5356a48\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1669772361;a:11:{s:2:\"db\";s:74:\"backup_2022-11-30-0139_Top_Consultant_for_ISO_Certifica_5a148ebb805b-db.gz\";s:7:\"db-size\";i:39835267;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0e0fb3e3254fcd754a83615dbed2a4ce7720662c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"01e9b730c4814f3aa16f49cee4d01007bf9b53d71823a7359dac0ac14c4b12bc\";}}s:5:\"nonce\";s:12:\"5a148ebb805b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1669685978;a:11:{s:2:\"db\";s:74:\"backup_2022-11-29-0139_Top_Consultant_for_ISO_Certifica_e21d064e579e-db.gz\";s:7:\"db-size\";i:39823811;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"91cde7a8dfaf15297b20c5bf4b1fb5aeaf6de8b1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"dfc9316f11abd8e547e850d80854769495e34cbe80361b55b5904c56df1273a0\";}}s:5:\"nonce\";s:12:\"e21d064e579e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1669615036;a:11:{s:2:\"db\";s:74:\"backup_2022-11-28-0557_Top_Consultant_for_ISO_Certifica_e9678e926dd8-db.gz\";s:7:\"db-size\";i:39531889;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4abf56b1d283c49b15b569d942502bcfc9c4e54e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fcaa9755c42b9f9c049ea33d202175fb0af57553a25856c0483f530ed1fda34a\";}}s:5:\"nonce\";s:12:\"e9678e926dd8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1669515451;a:11:{s:2:\"db\";s:74:\"backup_2022-11-27-0217_Top_Consultant_for_ISO_Certifica_66331e04dc0e-db.gz\";s:7:\"db-size\";i:39530974;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b12446ea18e53f4ecca4fae84a696f576d3d8405\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2501a0aedf17ffa3df88fbffa166716b6c861ee9654744600231cdce295e9b46\";}}s:5:\"nonce\";s:12:\"66331e04dc0e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1669434166;a:11:{s:2:\"db\";s:74:\"backup_2022-11-26-0342_Top_Consultant_for_ISO_Certifica_bb7f0377d667-db.gz\";s:7:\"db-size\";i:39531037;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4547e860e3e3f090311d3aec2febdb3bae6684ff\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3fa7ab4440f40c7f400e32308bd5d66b86f00653ac52b108f37a52664949a089\";}}s:5:\"nonce\";s:12:\"bb7f0377d667\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1669351699;a:11:{s:2:\"db\";s:74:\"backup_2022-11-25-0448_Top_Consultant_for_ISO_Certifica_c4a78c1e4083-db.gz\";s:7:\"db-size\";i:39531010;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9643a54791f4b61deb845114bc79f5ba05c4009b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c0ee532b7c8bcf923e632f10ff0f12923d5157105fd8417f3b2aba8c2b02c06b\";}}s:5:\"nonce\";s:12:\"c4a78c1e4083\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1669257269;a:11:{s:2:\"db\";s:74:\"backup_2022-11-24-0234_Top_Consultant_for_ISO_Certifica_4ddcd00e1473-db.gz\";s:7:\"db-size\";i:39530850;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c902dcb55b185be19aca34f92a35d930b771dde9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f8d5ed5389e72cad665be048f35c005a531137c509c9beea1768d1c74ea17edf\";}}s:5:\"nonce\";s:12:\"4ddcd00e1473\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1669190754;a:11:{s:2:\"db\";s:74:\"backup_2022-11-23-0805_Top_Consultant_for_ISO_Certifica_8cbb773a3319-db.gz\";s:7:\"db-size\";i:39530570;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fad2b20c53c4ce34deb43570f9b6c262e07e55f6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"20e51c1ce673b5b089d1fe245975593e567535c2e08cb987ed5cedb810c5fd09\";}}s:5:\"nonce\";s:12:\"8cbb773a3319\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1669081343;a:11:{s:2:\"db\";s:74:\"backup_2022-11-22-0142_Top_Consultant_for_ISO_Certifica_2077982e300d-db.gz\";s:7:\"db-size\";i:39526799;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4d9a45fdf10e104c7b05d1fce4e942bf94e7abe5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1dcdf5d1bf22d3a3a984829aa3ca43929f49e45c4e5b40189d77be88019d24be\";}}s:5:\"nonce\";s:12:\"2077982e300d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1668994877;a:11:{s:2:\"db\";s:74:\"backup_2022-11-21-0141_Top_Consultant_for_ISO_Certifica_2c438ff97185-db.gz\";s:7:\"db-size\";i:39527193;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5c08e12438da45bfed9702cb0ea13d4aec7fb9c0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d8b46e92a107ff57ea1c1e8764ba95308577022bd24962df0640df9ddf2bfa98\";}}s:5:\"nonce\";s:12:\"2c438ff97185\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1668908350;a:11:{s:2:\"db\";s:74:\"backup_2022-11-20-0139_Top_Consultant_for_ISO_Certifica_91cafccb9f44-db.gz\";s:7:\"db-size\";i:39531621;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ebaaa33e42aad73455dbcd834c2ce4eda31ec672\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2b1d259a7b8d880bb3fcb5d92532157aaf163ebe5a6f178fad33a986d7ccbd14\";}}s:5:\"nonce\";s:12:\"91cafccb9f44\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1668822289;a:11:{s:2:\"db\";s:74:\"backup_2022-11-19-0144_Top_Consultant_for_ISO_Certifica_cdc7ba4aaf20-db.gz\";s:7:\"db-size\";i:39524888;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"29b56d08e831a96d1f6f44843255de5a9aeffb33\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"71ce2f6354d114e1673c0d8363af57750645b8b6457e430dce40b9b64995749c\";}}s:5:\"nonce\";s:12:\"cdc7ba4aaf20\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1668735553;a:11:{s:2:\"db\";s:74:\"backup_2022-11-18-0139_Top_Consultant_for_ISO_Certifica_6ec5c9af0895-db.gz\";s:7:\"db-size\";i:39525658;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0e7f6e634b15f9dd61ba342c1b5e3dfa19fe68b2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2061c81541e71bcdb35a95064270663b9800c5ce437b516deabb4e212d4ad4b7\";}}s:5:\"nonce\";s:12:\"6ec5c9af0895\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1668649150;a:11:{s:2:\"db\";s:74:\"backup_2022-11-17-0139_Top_Consultant_for_ISO_Certifica_d787e0a9ae02-db.gz\";s:7:\"db-size\";i:39526747;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"215b1b2213274434aaf01e2998aec3f26e0ae4e8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"eab3731620504129afdce64bbcb5ab35f6ef162c587747057fc71b24e35420c7\";}}s:5:\"nonce\";s:12:\"d787e0a9ae02\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1668562808;a:11:{s:2:\"db\";s:74:\"backup_2022-11-16-0140_Top_Consultant_for_ISO_Certifica_27c5265d1df7-db.gz\";s:7:\"db-size\";i:39523972;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"baac2d9276f0868259e03c08cdeba903e6ef2c36\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a302cb7bb4878d8e60b9a5410bf6438b17c0630240e13df69010eb27c3fcbf88\";}}s:5:\"nonce\";s:12:\"27c5265d1df7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1668476552;a:11:{s:2:\"db\";s:74:\"backup_2022-11-15-0142_Top_Consultant_for_ISO_Certifica_fecf5dd4830b-db.gz\";s:7:\"db-size\";i:39524001;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5a6069dbbc297015964c2df1d057d4242e2f19f5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6324ca35de84a51dde1d78a1ceb2cce74a21cce2350bd5837e577c67a747aa20\";}}s:5:\"nonce\";s:12:\"fecf5dd4830b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1668389987;a:11:{s:2:\"db\";s:74:\"backup_2022-11-14-0139_Top_Consultant_for_ISO_Certifica_adca9b784971-db.gz\";s:7:\"db-size\";i:39524215;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d883be55e5fabdea820c9f6c8bf54966cec1c3f2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5596154cfee72ada56c7e96deeed38e60f9610af0a411fa127b30eb90785a89f\";}}s:5:\"nonce\";s:12:\"adca9b784971\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1668303556;a:11:{s:2:\"db\";s:74:\"backup_2022-11-13-0139_Top_Consultant_for_ISO_Certifica_a5ca1ee0a56d-db.gz\";s:7:\"db-size\";i:39526505;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9f47ef5b0b7b0f6be016987385b3d752b48fb1c5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5c7215d55a3ccfd25cacfb9feaa8e853337ed3000d829771de268edb7a6d525e\";}}s:5:\"nonce\";s:12:\"a5ca1ee0a56d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1668217165;a:11:{s:2:\"db\";s:74:\"backup_2022-11-12-0139_Top_Consultant_for_ISO_Certifica_3deab53a6031-db.gz\";s:7:\"db-size\";i:39526309;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ec63d59ed24ab7ca0192950fb181f7cd185cce96\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ea727323b7b9f13bbdf0f00c3ac5811827395d2ab63cd6c7cc873308cdd7c670\";}}s:5:\"nonce\";s:12:\"3deab53a6031\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1668130789;a:11:{s:2:\"db\";s:74:\"backup_2022-11-11-0139_Top_Consultant_for_ISO_Certifica_d5de622f2c85-db.gz\";s:7:\"db-size\";i:39951288;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ba486a681d28c147e063c593b3ae99c4bcbb1127\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bad035a92cc7f27fafa5f8b40eed97c67fbb04b64ad15162da4c9df4184dc170\";}}s:5:\"nonce\";s:12:\"d5de622f2c85\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1668044360;a:11:{s:2:\"db\";s:74:\"backup_2022-11-10-0139_Top_Consultant_for_ISO_Certifica_b030b83d488e-db.gz\";s:7:\"db-size\";i:39522390;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b36737dbc81046095239528a711d3718c63af7bf\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"26f5e7d54baf598a38a724e585bfb2ba8044fbc99a7766d5f11bf87a10f153a2\";}}s:5:\"nonce\";s:12:\"b030b83d488e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1667959671;a:11:{s:2:\"db\";s:74:\"backup_2022-11-09-0207_Top_Consultant_for_ISO_Certifica_04a9f4033b34-db.gz\";s:7:\"db-size\";i:39934128;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f95da0978be006ebefa35c01f8cae58467554065\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0bff76bc7389cf3db1ad08d1e14c220a0c514d5de4583b86bfb90c3cefd5794d\";}}s:5:\"nonce\";s:12:\"04a9f4033b34\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1667871562;a:11:{s:2:\"db\";s:74:\"backup_2022-11-08-0139_Top_Consultant_for_ISO_Certifica_d24d623f58f5-db.gz\";s:7:\"db-size\";i:39524565;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2de19271013036da35cd501f05afe6b517675523\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"712c50a55bd70cf2c319888de98b26475b9f3929a90b18ac6591fba467cea199\";}}s:5:\"nonce\";s:12:\"d24d623f58f5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1667785217;a:11:{s:2:\"db\";s:74:\"backup_2022-11-07-0140_Top_Consultant_for_ISO_Certifica_3089ab82c8de-db.gz\";s:7:\"db-size\";i:39516777;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b1a2ad2bf2b0550303eb59171201e3cc15c56699\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"98b88c38ececb21ab542de7c4eeaf0438747c5aebbc8019357bfe81a9c04bab4\";}}s:5:\"nonce\";s:12:\"3089ab82c8de\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1667698764;a:11:{s:2:\"db\";s:74:\"backup_2022-11-06-0139_Top_Consultant_for_ISO_Certifica_78fc1ac1742e-db.gz\";s:7:\"db-size\";i:39918111;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0e6fa120bd18f17023e23a5219a1b968a0b8ddcc\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5198fc02dfab040e38ca5b75c7f068228c8241fd5352b7ad95d5bb9fa94f1c9d\";}}s:5:\"nonce\";s:12:\"78fc1ac1742e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1667612425;a:11:{s:2:\"db\";s:74:\"backup_2022-11-05-0140_Top_Consultant_for_ISO_Certifica_d4f10a41713c-db.gz\";s:7:\"db-size\";i:39511908;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9a67f2ac6f18c88c645aaaa60fcc56b0270c8c92\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"dd785bf8c6d5168a722ee385ac772dc087acad06334df4068ae8027592aad0da\";}}s:5:\"nonce\";s:12:\"d4f10a41713c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1667526032;a:11:{s:2:\"db\";s:74:\"backup_2022-11-04-0140_Top_Consultant_for_ISO_Certifica_69c50762f53d-db.gz\";s:7:\"db-size\";i:39512145;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4ca02bf8263456fa3075d8a19fe7cb8fdcdfe4cb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"19aaece0ca8d687a7aefc43d83ee63cdf814cb98ec7e8cf548b572c2a75861a0\";}}s:5:\"nonce\";s:12:\"69c50762f53d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1667439627;a:11:{s:2:\"db\";s:74:\"backup_2022-11-03-0140_Top_Consultant_for_ISO_Certifica_25025758bed3-db.gz\";s:7:\"db-size\";i:39511916;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"194f78036a3a15d185c434dbc81b82fca41978d5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a4497c30b3c54fd1f37a31f13e496ee7aa08e70c5158e3116f423cdcd95bcf3f\";}}s:5:\"nonce\";s:12:\"25025758bed3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1667353154;a:11:{s:2:\"db\";s:74:\"backup_2022-11-02-0139_Top_Consultant_for_ISO_Certifica_c1c95c7a4a64-db.gz\";s:7:\"db-size\";i:39850940;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"727f665778fb505634111fe331c00a4c6d78825b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ea35bacd899d50999f4762b075c3202ebb2c343a9ada5eac3bce5024bcf54a6c\";}}s:5:\"nonce\";s:12:\"c1c95c7a4a64\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1667266814;a:11:{s:2:\"db\";s:74:\"backup_2022-11-01-0140_Top_Consultant_for_ISO_Certifica_de6fa10ad00b-db.gz\";s:7:\"db-size\";i:39854114;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1e3495abd956d950fe388641f0b6a2cee0ad0ae7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b97fe2a751c2208dfd11dd724505c1d0161abb3156cd647030e61bee1849d3e8\";}}s:5:\"nonce\";s:12:\"de6fa10ad00b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1667180417;a:11:{s:2:\"db\";s:74:\"backup_2022-10-31-0140_Top_Consultant_for_ISO_Certifica_8e06f3d8e81b-db.gz\";s:7:\"db-size\";i:39477601;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a943fc7dda90a21b8f40d8dbbaf3536cf18f30d7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"302f3b1fd91bbf5edd67e627f0c203cf4c588f42586e66ce8b626ec87b16d5cd\";}}s:5:\"nonce\";s:12:\"8e06f3d8e81b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1667094020;a:11:{s:2:\"db\";s:74:\"backup_2022-10-30-0140_Top_Consultant_for_ISO_Certifica_7cfce4162025-db.gz\";s:7:\"db-size\";i:39477299;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e7dff3013aa8946f97b37771a999c84283463539\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5ecd895500a088950327b4417181f452bbe75fca8f3b8bdd54edb55a62323739\";}}s:5:\"nonce\";s:12:\"7cfce4162025\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1667007619;a:11:{s:2:\"db\";s:74:\"backup_2022-10-29-0140_Top_Consultant_for_ISO_Certifica_0331361096f9-db.gz\";s:7:\"db-size\";i:39476481;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e95dc9a6fd6e9fcbd2b4770e13ee1e3d08c2de52\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"baa99c00163471b9e3d2a3f85ca6edd60645083618188c7d449866a4660d86f6\";}}s:5:\"nonce\";s:12:\"0331361096f9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1666921221;a:11:{s:2:\"db\";s:74:\"backup_2022-10-28-0140_Top_Consultant_for_ISO_Certifica_b19ea1f3918e-db.gz\";s:7:\"db-size\";i:39477227;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8579500a6352028e407f576a8e1d78e43494b356\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e63465bd370cc049ecac904afcf22364520f14059ae0e8ee6ff7e0867da19d42\";}}s:5:\"nonce\";s:12:\"b19ea1f3918e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1666834823;a:11:{s:2:\"db\";s:74:\"backup_2022-10-27-0140_Top_Consultant_for_ISO_Certifica_10a00d8e6900-db.gz\";s:7:\"db-size\";i:39477094;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"de26840534773abe51aeb57fa6402ba004752cad\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"37f143b02b8d542e0b191824cba13402a35ea56eb92c5a4c1adb37bb87a0dc82\";}}s:5:\"nonce\";s:12:\"10a00d8e6900\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1666748361;a:11:{s:2:\"db\";s:74:\"backup_2022-10-26-0139_Top_Consultant_for_ISO_Certifica_e9827429d0d6-db.gz\";s:7:\"db-size\";i:39477149;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"dc5276840711310e5aae35861187b8e74ce42c3d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5457306339018d94a626ad6b0b0330f721d847b0d5a6f4346c76756e736cb508\";}}s:5:\"nonce\";s:12:\"e9827429d0d6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1666662019;a:11:{s:2:\"db\";s:74:\"backup_2022-10-25-0140_Top_Consultant_for_ISO_Certifica_f8a9a00f8779-db.gz\";s:7:\"db-size\";i:39477037;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ee478df2364aeec25282846e1f483fdd018af491\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7c7bcd16fd9d21e5de9317bbd87c0d8315dee0f65e88d3593914f529120190bd\";}}s:5:\"nonce\";s:12:\"f8a9a00f8779\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1666575618;a:11:{s:2:\"db\";s:74:\"backup_2022-10-24-0140_Top_Consultant_for_ISO_Certifica_f76ac743daed-db.gz\";s:7:\"db-size\";i:39476098;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9006df1c20c86b0cc91889bf9e7c965040b45ed5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8dcf36d0a8fb9b9882ae998f8c0e9c27aeb41d61a671d133b2abbcf472d16e72\";}}s:5:\"nonce\";s:12:\"f76ac743daed\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1666489174;a:11:{s:2:\"db\";s:74:\"backup_2022-10-23-0139_Top_Consultant_for_ISO_Certifica_1f635de97d8f-db.gz\";s:7:\"db-size\";i:39476209;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"314b10efd19f871c7b6ff8fe76bff7208aa03a1f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6de44849a6a3a898687e49f83bb9756c23441451d4370d27941d165fc2c051e3\";}}s:5:\"nonce\";s:12:\"1f635de97d8f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1666403377;a:11:{s:2:\"db\";s:74:\"backup_2022-10-22-0149_Top_Consultant_for_ISO_Certifica_d1d5230bc3c9-db.gz\";s:7:\"db-size\";i:39878174;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ca781f37d7e87904c1472095e84391b6bfb9fa90\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a4e4547f531bef7d155a1457c1b14701efa95df5201c1a6d5625e29cc87e1278\";}}s:5:\"nonce\";s:12:\"d1d5230bc3c9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1666316410;a:11:{s:2:\"db\";s:74:\"backup_2022-10-21-0140_Top_Consultant_for_ISO_Certifica_a1a71c605dc1-db.gz\";s:7:\"db-size\";i:39337091;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fc14a9a4b229315e051cb22cec462a3fd5670ece\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6efb1f46848922ea711710a37d976f39e8f77b633589c406581f3be916fa872a\";}}s:5:\"nonce\";s:12:\"a1a71c605dc1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1666230071;a:11:{s:2:\"db\";s:74:\"backup_2022-10-20-0141_Top_Consultant_for_ISO_Certifica_42a831036b49-db.gz\";s:7:\"db-size\";i:39334108;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d30b1d06d08f17d5eb895ba4b5b857e064b7a6c5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0b612b33e7b6d0781cfe74bc02c2b4886345484187ec07bacf36c2204bde98d8\";}}s:5:\"nonce\";s:12:\"42a831036b49\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1666143606;a:11:{s:2:\"db\";s:74:\"backup_2022-10-19-0140_Top_Consultant_for_ISO_Certifica_da8836416471-db.gz\";s:7:\"db-size\";i:39333626;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2b602019248a9df9f6c213d32bf19247defe6d40\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d743e49287d7972ae491a0e900660f955237ee7ccf34c50d429dcf99102f5727\";}}s:5:\"nonce\";s:12:\"da8836416471\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1666057151;a:11:{s:2:\"db\";s:74:\"backup_2022-10-18-0139_Top_Consultant_for_ISO_Certifica_645399c51fb9-db.gz\";s:7:\"db-size\";i:39333004;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"07a13d679bb3c15c30f8ae7d6568f6b7d3566485\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"44968b46a98c49fa77bd7d9e2595cb5c77c7f8466e6ea0785052c707a0e5315d\";}}s:5:\"nonce\";s:12:\"645399c51fb9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1665970843;a:11:{s:2:\"db\";s:74:\"backup_2022-10-17-0140_Top_Consultant_for_ISO_Certifica_e7a8c6d19a37-db.gz\";s:7:\"db-size\";i:39333332;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5425bb474601f0f51b8564a8d304548cf10e2015\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3f12b34d9fd80e8a2207024bc5b66d13624451d3700d83d41380f2129e6196b4\";}}s:5:\"nonce\";s:12:\"e7a8c6d19a37\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1665884365;a:11:{s:2:\"db\";s:74:\"backup_2022-10-16-0139_Top_Consultant_for_ISO_Certifica_be5bb718305a-db.gz\";s:7:\"db-size\";i:39333080;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"33a2094eaf9a0336ee9330088cf256b41732e343\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"444f0f92b649e4bfbebd933b992f687268b69398140f70f3ca9d62670f40a025\";}}s:5:\"nonce\";s:12:\"be5bb718305a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1665798017;a:11:{s:2:\"db\";s:74:\"backup_2022-10-15-0140_Top_Consultant_for_ISO_Certifica_da516e8010cd-db.gz\";s:7:\"db-size\";i:39333233;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"44f279ae36505a3547f3eddd14b4a9f159493538\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"40315ac7a85ca385f9c5ea48dd00fd9dcf1de033505d8f57b99c36a7f3287213\";}}s:5:\"nonce\";s:12:\"da516e8010cd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1665711684;a:11:{s:2:\"db\";s:74:\"backup_2022-10-14-0141_Top_Consultant_for_ISO_Certifica_7822e1c4dc84-db.gz\";s:7:\"db-size\";i:39329382;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8445df697ff5900d323c009c6f59f6991ce253d0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"04fb1dc460695638917000a0808309df7e7dd95429ac1405b038e6a84b2e6b82\";}}s:5:\"nonce\";s:12:\"7822e1c4dc84\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1665625186;a:11:{s:2:\"db\";s:74:\"backup_2022-10-13-0139_Top_Consultant_for_ISO_Certifica_0a8196215e6c-db.gz\";s:7:\"db-size\";i:39329431;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6c29a235bc7987892a3bc7e5bed3279b586a979b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a804d4013a6bb09d411c44afa3b2b3283868ea219694f813fd8939ce66ce6883\";}}s:5:\"nonce\";s:12:\"0a8196215e6c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1665539850;a:11:{s:2:\"db\";s:74:\"backup_2022-10-12-0157_Top_Consultant_for_ISO_Certifica_5c73cfc29021-db.gz\";s:7:\"db-size\";i:39328278;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4c84377098acc77cb33f881648477599c1e97d5b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"58828215d8e44c232ca7e060bb7e02a523d70bc93008fcd10c30facd7d16554d\";}}s:5:\"nonce\";s:12:\"5c73cfc29021\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1665453720;a:11:{s:2:\"db\";s:74:\"backup_2022-10-11-0202_Top_Consultant_for_ISO_Certifica_85b385cab45b-db.gz\";s:7:\"db-size\";i:39326421;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"747cf3eb31d3f5041b1676869b0440b066278838\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6d0192bc677ac40132e02c51b5683aca92c041b37b157e23dccd6cbfa8ca9ca5\";}}s:5:\"nonce\";s:12:\"85b385cab45b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1665366167;a:11:{s:2:\"db\";s:74:\"backup_2022-10-10-0142_Top_Consultant_for_ISO_Certifica_372fe542db9d-db.gz\";s:7:\"db-size\";i:39324553;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"aa3678561ed0afdc1ed241bd2f2c9a91c4058356\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"231e911909df04749a165af313486b8fcd1719b2ae0d2c42b609a2dff5327608\";}}s:5:\"nonce\";s:12:\"372fe542db9d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1665279553;a:11:{s:2:\"db\";s:74:\"backup_2022-10-09-0139_Top_Consultant_for_ISO_Certifica_7e34c137bc85-db.gz\";s:7:\"db-size\";i:39324547;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"97875a4e31f1538ca61410b4ad7e7e831d362ae4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c7714e7f82904a3e309c7d963209e779a77369b23629d023a44240bf9aade577\";}}s:5:\"nonce\";s:12:\"7e34c137bc85\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1665193487;a:11:{s:2:\"db\";s:74:\"backup_2022-10-08-0144_Top_Consultant_for_ISO_Certifica_61d0b7155a1d-db.gz\";s:7:\"db-size\";i:39324352;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fc4176cd487e456922353bc24cab3d295e7951ed\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a238f89b163803d1bc3c8b78afed461d297f4e212f7aba7494e8fc2894329317\";}}s:5:\"nonce\";s:12:\"61d0b7155a1d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1665107126;a:11:{s:2:\"db\";s:74:\"backup_2022-10-07-0145_Top_Consultant_for_ISO_Certifica_d9dc839183e4-db.gz\";s:7:\"db-size\";i:39306585;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f26f84e28d3768fa7fc96c6e8f08678e3eb65474\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8859d48dd016b7b8028becd3ca0cca814c7b1a8c14677b92d42a58907d065ff0\";}}s:5:\"nonce\";s:12:\"d9dc839183e4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1665020436;a:11:{s:2:\"db\";s:74:\"backup_2022-10-06-0140_Top_Consultant_for_ISO_Certifica_fa16032151ec-db.gz\";s:7:\"db-size\";i:39304324;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9ede8732215df269d8a3df0561ee573c845365a2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"074c99b4b025fbcaea904afbdcfb519f70b60df3525972f59034d316faeb22f3\";}}s:5:\"nonce\";s:12:\"fa16032151ec\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1664934035;a:11:{s:2:\"db\";s:74:\"backup_2022-10-05-0140_Top_Consultant_for_ISO_Certifica_a565f0954ff4-db.gz\";s:7:\"db-size\";i:39305430;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7c6a73482effc6be6c42eb28119b016c513abe91\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a3581fd3fa630fa8fd60ea3121401a9e8cc3214798ff095d1353e01784dd0d15\";}}s:5:\"nonce\";s:12:\"a565f0954ff4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1664847852;a:11:{s:2:\"db\";s:74:\"backup_2022-10-04-0144_Top_Consultant_for_ISO_Certifica_368c45c43d23-db.gz\";s:7:\"db-size\";i:39700391;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"224dc1efd0cf390d21ba5d9c879d2404e7a0b9c5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3e67562e7183c57caeaa845104e72af4950ca2d5d41c6883ca82f0c500313b55\";}}s:5:\"nonce\";s:12:\"368c45c43d23\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1664761535;a:11:{s:2:\"db\";s:74:\"backup_2022-10-03-0145_Top_Consultant_for_ISO_Certifica_6c57501e7141-db.gz\";s:7:\"db-size\";i:39329998;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6eb7c5afd42d64365419b4a316e99ce85213a80b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"dda189d5de73e953e50ca7e1a39fd9f9c3feccbba590063a9b007322446b1b6b\";}}s:5:\"nonce\";s:12:\"6c57501e7141\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1664675497;a:11:{s:2:\"db\";s:74:\"backup_2022-10-02-0151_Top_Consultant_for_ISO_Certifica_2851fdbd7784-db.gz\";s:7:\"db-size\";i:39330425;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e14da79158254257e5646823fe82c5373095a0e2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"833378cf0a3a10a7e8ccaaa94f5038d26921697ef28857fd208131a3204ecbd0\";}}s:5:\"nonce\";s:12:\"2851fdbd7784\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1664588694;a:11:{s:2:\"db\";s:74:\"backup_2022-10-01-0144_Top_Consultant_for_ISO_Certifica_0bc11413e6fd-db.gz\";s:7:\"db-size\";i:39329958;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fcc30f608caa9c9e781b8988830c77d68852d992\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0d7a0b2f63a1051dae605ba6958daf690f338e3c592b3e4dbfe2b63567e3ec1c\";}}s:5:\"nonce\";s:12:\"0bc11413e6fd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1664502078;a:11:{s:2:\"db\";s:74:\"backup_2022-09-30-0141_Top_Consultant_for_ISO_Certifica_c731cc037a30-db.gz\";s:7:\"db-size\";i:39330060;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"65614f977270623478a20fbfd3778088490e22ad\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ba5c6f1af68369730dda52dbd6ea2236a9d80008571e8cf80afb9d930aa63d79\";}}s:5:\"nonce\";s:12:\"c731cc037a30\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1664415598;a:11:{s:2:\"db\";s:74:\"backup_2022-09-29-0139_Top_Consultant_for_ISO_Certifica_c4bc13bffda2-db.gz\";s:7:\"db-size\";i:39330275;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0974db7815de21349245f75e11fd5af60c6d77e7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2ecaf5ef2d40af33935d885e9cc78fa03e351190ffe74781eca67b2a683b3079\";}}s:5:\"nonce\";s:12:\"c4bc13bffda2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1664329446;a:11:{s:2:\"db\";s:74:\"backup_2022-09-28-0144_Top_Consultant_for_ISO_Certifica_7578d1ce9198-db.gz\";s:7:\"db-size\";i:39328523;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ad793ce3b1ab4938c5eaefdc16d28cb465bf81a5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1b6b65c0ad8376b81b7775d556f7f5f093b7aeca0b857f7ef0c29a5731645b5a\";}}s:5:\"nonce\";s:12:\"7578d1ce9198\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1664242752;a:11:{s:2:\"db\";s:74:\"backup_2022-09-27-0139_Top_Consultant_for_ISO_Certifica_6abc366a5e70-db.gz\";s:7:\"db-size\";i:39328260;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"89d6d4b39a5c67c12099ddb7e77757f67027c064\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8d474ce87936c19292e3236d0b873fc9c4ee0539219efeec39309b3464603bb4\";}}s:5:\"nonce\";s:12:\"6abc366a5e70\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1664156361;a:11:{s:2:\"db\";s:74:\"backup_2022-09-26-0139_Top_Consultant_for_ISO_Certifica_03533100bdab-db.gz\";s:7:\"db-size\";i:39328355;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"805f6716cf3b987794b9337712fea15db8611a49\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"148bd7b0ea14716de0cbaf9b13539722bb7ff1b5ffe726ebe7d7b51501a56a9d\";}}s:5:\"nonce\";s:12:\"03533100bdab\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1664070846;a:11:{s:2:\"db\";s:74:\"backup_2022-09-25-0154_Top_Consultant_for_ISO_Certifica_e343e31572e4-db.gz\";s:7:\"db-size\";i:39328347;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a945ccf4087c15cf586ceba86a665066bc9f3b3c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5780d1f1562f741620ecb9fdd3cf612b7445c56df980d058b538a4cc3ecca9fd\";}}s:5:\"nonce\";s:12:\"e343e31572e4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1663983732;a:11:{s:2:\"db\";s:74:\"backup_2022-09-24-0142_Top_Consultant_for_ISO_Certifica_b127549c280e-db.gz\";s:7:\"db-size\";i:39327740;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"73f6e13c58ebdbabc17bf170eb1601351cb2440b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f68c1a124d29f7523602ac73bd5998c8dd7dcc1768aeea2ef6f3b7d4d4fbdd16\";}}s:5:\"nonce\";s:12:\"b127549c280e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1663897495;a:11:{s:2:\"db\";s:74:\"backup_2022-09-23-0144_Top_Consultant_for_ISO_Certifica_1d2a4c59feff-db.gz\";s:7:\"db-size\";i:39328338;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e857d278827d8a0ac65f48e9ba8abae940458ca5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"96f4997e1dba3b4e2573ed0fd96416b32ef89a33b80639013dcee0a7487754c2\";}}s:5:\"nonce\";s:12:\"1d2a4c59feff\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1663810791;a:11:{s:2:\"db\";s:74:\"backup_2022-09-22-0139_Top_Consultant_for_ISO_Certifica_1db3ab7b2f8b-db.gz\";s:7:\"db-size\";i:39327632;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a02eba19c0cf50e9afea61786aad2add5ceea872\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"aa6d5076fafb0ebfbb1e29beaf5babe15917c65c81c948ed0c57c73d462f256c\";}}s:5:\"nonce\";s:12:\"1db3ab7b2f8b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1663724604;a:11:{s:2:\"db\";s:74:\"backup_2022-09-21-0143_Top_Consultant_for_ISO_Certifica_96b9b9377894-db.gz\";s:7:\"db-size\";i:39327196;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b27a678203799dbaf9150a1d0b6d31c7fa1bf4a2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8cb5450d9080b084f897598e08fd9bb597b6da048f2c0ded23a5f91397954034\";}}s:5:\"nonce\";s:12:\"96b9b9377894\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1663637973;a:11:{s:2:\"db\";s:74:\"backup_2022-09-20-0139_Top_Consultant_for_ISO_Certifica_d8c4f930542f-db.gz\";s:7:\"db-size\";i:39325940;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"115bc9ec07eb1348eefc9d59bcf8e3222607abe5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f4fe15183c2ccf59f4828cb6ad0dca8163d99edd6c3229f0202d8b3c505f0211\";}}s:5:\"nonce\";s:12:\"d8c4f930542f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1663551688;a:11:{s:2:\"db\";s:74:\"backup_2022-09-19-0141_Top_Consultant_for_ISO_Certifica_96adc268ff4c-db.gz\";s:7:\"db-size\";i:39325277;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e072a719fe270cd711e96b3e01cf499eb00c205e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f2f8c6029a87fee7aa2240062645ad2b27a22c14e89078e0c2c2e9d48bc58a14\";}}s:5:\"nonce\";s:12:\"96adc268ff4c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1663465413;a:11:{s:2:\"db\";s:74:\"backup_2022-09-18-0143_Top_Consultant_for_ISO_Certifica_37bc3df4026a-db.gz\";s:7:\"db-size\";i:39323802;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b4f072d833944b5ea28d4c2cd4a81338acbde750\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"68fa478d670796e6d8ec729f1e6e49ef9d028808a94adf8f6c3116317cdf3cca\";}}s:5:\"nonce\";s:12:\"37bc3df4026a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1663378837;a:11:{s:2:\"db\";s:74:\"backup_2022-09-17-0140_Top_Consultant_for_ISO_Certifica_a9789c6a8427-db.gz\";s:7:\"db-size\";i:39324761;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"45048257a9ab59c67afe3075a6992f0cf0fccdac\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"de664187ed4f0ecaf206bbdf4bd417c2c5337f51f24ee175a3e1f4f7a7afb453\";}}s:5:\"nonce\";s:12:\"a9789c6a8427\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1663292695;a:11:{s:2:\"db\";s:74:\"backup_2022-09-16-0144_Top_Consultant_for_ISO_Certifica_94caf69ae411-db.gz\";s:7:\"db-size\";i:39323256;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"10d4ac4f40757b01925085c68321ebbb2e76822f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a4de4df5d236992ecb6d48d40b25121317f71c37c6ae954058ffcb7db9f7c9c3\";}}s:5:\"nonce\";s:12:\"94caf69ae411\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1663206243;a:11:{s:2:\"db\";s:74:\"backup_2022-09-15-0144_Top_Consultant_for_ISO_Certifica_0e63370ceda2-db.gz\";s:7:\"db-size\";i:39324394;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"99e764907f699b8ce6131b8eae0c75166a863171\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"faaf4f4eeeaa678645f84606a4a7c16799ac55be748050cbc96ed3bc4e43b5c2\";}}s:5:\"nonce\";s:12:\"0e63370ceda2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1663119584;a:11:{s:2:\"db\";s:74:\"backup_2022-09-14-0139_Top_Consultant_for_ISO_Certifica_abbd8739e82d-db.gz\";s:7:\"db-size\";i:39734685;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4cf707da8edd2a02a924c1ab2fe610f7cbcb7959\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"346367b0df55010807db34a41393aaf2a05032d204bc4dfb2ef95a4ba49a037d\";}}s:5:\"nonce\";s:12:\"abbd8739e82d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1663033335;a:11:{s:2:\"db\";s:74:\"backup_2022-09-13-0142_Top_Consultant_for_ISO_Certifica_264b1bc5d183-db.gz\";s:7:\"db-size\";i:39322987;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"43d2ad4332df04b16925bf23f0b33def89b7c3db\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a37deb286b70c8a39bbac5a5a3a3311cfac3caaa4bc520cf047e9334326434bc\";}}s:5:\"nonce\";s:12:\"264b1bc5d183\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1662947067;a:11:{s:2:\"db\";s:74:\"backup_2022-09-12-0144_Top_Consultant_for_ISO_Certifica_5e1f33d73641-db.gz\";s:7:\"db-size\";i:39322372;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"950634c4b4966281e4418b0fb374de63da073491\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cb175a9d166bcb23959fedfdc494ec6dc5a0a63cf878feb807c5185e05459f56\";}}s:5:\"nonce\";s:12:\"5e1f33d73641\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1662860462;a:11:{s:2:\"db\";s:74:\"backup_2022-09-11-0141_Top_Consultant_for_ISO_Certifica_3e6f2946b723-db.gz\";s:7:\"db-size\";i:39321100;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"50be6e6dcb5ad3697123c029371805cbb6999f55\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d689f64ba29aa269f035c4230f807e436da583c42651417483d4e5349f4e587a\";}}s:5:\"nonce\";s:12:\"3e6f2946b723\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1662774240;a:11:{s:2:\"db\";s:74:\"backup_2022-09-10-0144_Top_Consultant_for_ISO_Certifica_bfef1605738b-db.gz\";s:7:\"db-size\";i:39321105;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5165f84bdfe3207f8abb2be9cae5a789f23f2638\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9f8b0f7aae1a22c689523077ad391cfee06a3a536b36af6c8a4b77fa133df0a0\";}}s:5:\"nonce\";s:12:\"bfef1605738b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1662687791;a:11:{s:2:\"db\";s:74:\"backup_2022-09-09-0143_Top_Consultant_for_ISO_Certifica_9b1e0ff6b8fc-db.gz\";s:7:\"db-size\";i:39321898;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"80be2cb03ee3535ebb4d680b6aaa05c6c9949ab8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4b7d64ed6efb24ea23515985b65962c2318d4903b00102ee3056c833529d2f5c\";}}s:5:\"nonce\";s:12:\"9b1e0ff6b8fc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1662601271;a:11:{s:2:\"db\";s:74:\"backup_2022-09-08-0141_Top_Consultant_for_ISO_Certifica_98f45b1a3082-db.gz\";s:7:\"db-size\";i:39739777;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fcc6aa7a0b19e4adc1e468af4d804c549aa5a0bd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8243d735b773091970c0c0743fd638af6f1cbd6fad89eec863bb1fab0ada5cbb\";}}s:5:\"nonce\";s:12:\"98f45b1a3082\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1662515115;a:11:{s:2:\"db\";s:74:\"backup_2022-09-07-0145_Top_Consultant_for_ISO_Certifica_de3e3013c461-db.gz\";s:7:\"db-size\";i:39143766;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"92cea7980ff4eb97c735890fad5361051421fc33\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"be145fb2c9e3692abab1dadf13b6dbb3868fbda85759e02cfcca8a99ba83d0e2\";}}s:5:\"nonce\";s:12:\"de3e3013c461\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1662428409;a:11:{s:2:\"db\";s:74:\"backup_2022-09-06-0140_Top_Consultant_for_ISO_Certifica_97dfda6e12cd-db.gz\";s:7:\"db-size\";i:38713274;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"154deb62f4871e38e8e43be2268c173c940c7c5d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2086749b82186cc92638d3aa17f21a4f668794afb4415991ab89ff2fd660ee6c\";}}s:5:\"nonce\";s:12:\"97dfda6e12cd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1662343175;a:11:{s:2:\"db\";s:74:\"backup_2022-09-05-0159_Top_Consultant_for_ISO_Certifica_d923b1e14d7d-db.gz\";s:7:\"db-size\";i:38712305;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"78cc8dfb2db37b4175633622fff06d9d8fd9097a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5293b5035209cfbb91f175ebbc2d595761f5b348780031afc9016ac7ad240f24\";}}s:5:\"nonce\";s:12:\"d923b1e14d7d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1662255634;a:11:{s:2:\"db\";s:74:\"backup_2022-09-04-0140_Top_Consultant_for_ISO_Certifica_6fcdf8dbf830-db.gz\";s:7:\"db-size\";i:38711300;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8854846c4654a56921497d95a5ed152bac7ebfba\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2f53da6780b4ae020413b702815ce095652c1e5b9d3d9ce3a2ecc08853f69305\";}}s:5:\"nonce\";s:12:\"6fcdf8dbf830\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1662169202;a:11:{s:2:\"db\";s:74:\"backup_2022-09-03-0140_Top_Consultant_for_ISO_Certifica_9621442dd61e-db.gz\";s:7:\"db-size\";i:39105721;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"030e6051c2cd1be7c1e893fe51677d1ba390caf3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"616b3f937bedfba62f9c3ef0f23245e2ee1fb7629b05a275051727a3c616e3aa\";}}s:5:\"nonce\";s:12:\"9621442dd61e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1662082819;a:11:{s:2:\"db\";s:74:\"backup_2022-09-02-0140_Top_Consultant_for_ISO_Certifica_f4ae473fa285-db.gz\";s:7:\"db-size\";i:39100148;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c9a8aa1560eafbf9edefcfef7a79e3ff2fa717b7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9f2047c428a805f6fad1d205ce526aaca95e1fbb17a65ae02bdac5f4158cc4e6\";}}s:5:\"nonce\";s:12:\"f4ae473fa285\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1662027111;a:11:{s:2:\"db\";s:74:\"backup_2022-09-01-1011_Top_Consultant_for_ISO_Certifica_fa52ef369609-db.gz\";s:7:\"db-size\";i:38703399;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a568c13d7b31322e0441965741372531d020281a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9c24dcd439e444bed845864bc6018f235f38fefe818b090832e59caf4ed76d40\";}}s:5:\"nonce\";s:12:\"fa52ef369609\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1658281252;a:11:{s:2:\"db\";s:74:\"backup_2022-07-20-0140_Top_Consultant_for_ISO_Certifica_a2d311002498-db.gz\";s:7:\"db-size\";i:38702931;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ebd010812eb74864eed10ab214af15bd8d3f42ba\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"eba8c499b35093b9fdbaca4ed2d0da92c18cf7475c0e3597bfe850195acc0603\";}}s:5:\"nonce\";s:12:\"a2d311002498\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1658194894;a:11:{s:2:\"db\";s:74:\"backup_2022-07-19-0141_Top_Consultant_for_ISO_Certifica_eb686944001e-db.gz\";s:7:\"db-size\";i:38703941;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c06230a0c9304a8e74b233b95117d686ed481545\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"28104ae4bb4aaada2626f6e9ff93b82c95a237a92c9aa2bd5c3a72cde19030cc\";}}s:5:\"nonce\";s:12:\"eb686944001e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1658109045;a:11:{s:2:\"db\";s:74:\"backup_2022-07-18-0150_Top_Consultant_for_ISO_Certifica_6a19f7dc7ed2-db.gz\";s:7:\"db-size\";i:38703688;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"938b49e23e0f410d197c32abadb260d2f73cc738\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c7a030ba9747611ed1245a7a2ba4f1db5b05f8ae2ca565d17d5fdf0cd511b996\";}}s:5:\"nonce\";s:12:\"6a19f7dc7ed2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1658022360;a:11:{s:2:\"db\";s:74:\"backup_2022-07-17-0146_Top_Consultant_for_ISO_Certifica_1d4d7656cbba-db.gz\";s:7:\"db-size\";i:38703069;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a39ffbf3fb7e37d2805cd0dd3b6370d829fdf63c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d59c44c07a77e023e8b7ce4367449b035951c01da9f0c07419b22f5cfab523fc\";}}s:5:\"nonce\";s:12:\"1d4d7656cbba\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1657935718;a:11:{s:2:\"db\";s:74:\"backup_2022-07-16-0141_Top_Consultant_for_ISO_Certifica_3c5e6164202a-db.gz\";s:7:\"db-size\";i:38703419;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e4ea9240f669a5011d4a9025ef8bd17cc8d05d54\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"089a25d3a61738d0c066ecdda9b849a76b93a47d8131c1903e8fca0af4331396\";}}s:5:\"nonce\";s:12:\"3c5e6164202a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1657849439;a:11:{s:2:\"db\";s:74:\"backup_2022-07-15-0143_Top_Consultant_for_ISO_Certifica_38a8d1a316fa-db.gz\";s:7:\"db-size\";i:38703381;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"65881f09c27cf298e5af4f07467ec32285e4ca12\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6430ae2f38055a9dbcd6d67bc388aa665657588ff962ed6468f2cb5df35c3130\";}}s:5:\"nonce\";s:12:\"38a8d1a316fa\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1657762774;a:11:{s:2:\"db\";s:74:\"backup_2022-07-14-0139_Top_Consultant_for_ISO_Certifica_6c5822bfb0e7-db.gz\";s:7:\"db-size\";i:38767183;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f5c533af3d1d187afe36f0908c1d7f75833f1d4d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1a87a6951d0e93417504951247788338332e30b9109fb35f16b7cd98741dc2e2\";}}s:5:\"nonce\";s:12:\"6c5822bfb0e7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1657676981;a:11:{s:2:\"db\";s:74:\"backup_2022-07-13-0149_Top_Consultant_for_ISO_Certifica_972834b0e6dc-db.gz\";s:7:\"db-size\";i:38698884;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e2834479be29fa70e792c144cc3c15649ab65fa9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"993b5b2d2c3376c4eabe167b43dcbe8fa1cd7c1ecfc47cb4c1eaa55550403e2c\";}}s:5:\"nonce\";s:12:\"972834b0e6dc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1657590570;a:11:{s:2:\"db\";s:74:\"backup_2022-07-12-0149_Top_Consultant_for_ISO_Certifica_cde889e91c03-db.gz\";s:7:\"db-size\";i:38698246;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1c4842b4bd388d48d17c9b220b780449efe26440\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"284ef428d4f286aa60997c869f8acb346d21694b01c64d134a33c4b385bbc019\";}}s:5:\"nonce\";s:12:\"cde889e91c03\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1657503844;a:11:{s:2:\"db\";s:74:\"backup_2022-07-11-0144_Top_Consultant_for_ISO_Certifica_34215ff0c442-db.gz\";s:7:\"db-size\";i:38697851;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"83cbdfbe2baf56bdba06d8f8583a31ca90eea50a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b58306e1222f6138eeaefe7363e0531ccbfbef80281a55c946457fa28b0d0910\";}}s:5:\"nonce\";s:12:\"34215ff0c442\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1657417265;a:11:{s:2:\"db\";s:74:\"backup_2022-07-10-0141_Top_Consultant_for_ISO_Certifica_f33bf0bc9494-db.gz\";s:7:\"db-size\";i:38697317;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2e96da675a2d7cc98aa1b46e04b56cb4525b8671\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6a3edbe517db667faffe95ee5247d22d4158d8eb3bbea0eec5f9070ff832c5e6\";}}s:5:\"nonce\";s:12:\"f33bf0bc9494\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1657330817;a:11:{s:2:\"db\";s:74:\"backup_2022-07-09-0140_Top_Consultant_for_ISO_Certifica_4ebadfb5e452-db.gz\";s:7:\"db-size\";i:38697800;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4f8db798334bc3baec45ee9f11e76cc62453c558\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"637fe8494fb3a31d3a7d391613a7454aa93e004d1afa28650cdce395c8918ac7\";}}s:5:\"nonce\";s:12:\"4ebadfb5e452\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1657244788;a:11:{s:2:\"db\";s:74:\"backup_2022-07-08-0146_Top_Consultant_for_ISO_Certifica_c7507e5d408c-db.gz\";s:7:\"db-size\";i:38694667;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"05922693a395cf59988cc25c20bd88ebae721828\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"756b3aa9a99ac45885de496937f970e0878359b7c15cbe13b75600f4be24fc63\";}}s:5:\"nonce\";s:12:\"c7507e5d408c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1657158760;a:11:{s:2:\"db\";s:74:\"backup_2022-07-07-0152_Top_Consultant_for_ISO_Certifica_140f82033047-db.gz\";s:7:\"db-size\";i:38692530;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"76eb907cd610175bb4720f4362b1327cc4b63c2f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"12808866456d141be099386305adf0b984844d28414ada5cb2039ac6bceeded4\";}}s:5:\"nonce\";s:12:\"140f82033047\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1657071871;a:11:{s:2:\"db\";s:74:\"backup_2022-07-06-0144_Top_Consultant_for_ISO_Certifica_cb4ece9fc8e5-db.gz\";s:7:\"db-size\";i:38691389;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0ae67e94ad7cc9e9fcd02b7b3916c434fee72a23\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"51ac8363a6046c68ce1362cb29b3d097a4a0cb1a37e31077ccf658d6a173c8d7\";}}s:5:\"nonce\";s:12:\"cb4ece9fc8e5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1656985900;a:11:{s:2:\"db\";s:74:\"backup_2022-07-05-0151_Top_Consultant_for_ISO_Certifica_7285c3b9d416-db.gz\";s:7:\"db-size\";i:38688960;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"524ff28b95c6095baa974b44bc7c48c6e62aaac9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"538e8e42d8ef4dda9c59e2ebc869312ebf03998f331ef64a2dc9415214a65ddc\";}}s:5:\"nonce\";s:12:\"7285c3b9d416\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1656899009;a:11:{s:2:\"db\";s:74:\"backup_2022-07-04-0143_Top_Consultant_for_ISO_Certifica_9e64b8b2a761-db.gz\";s:7:\"db-size\";i:38689244;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a7d9fde69ab19feef9a699b4088a6a1a3b76d503\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2114f4bff0a9b9db16140986533e48c703e08413532690ebd9446f8386f00137\";}}s:5:\"nonce\";s:12:\"9e64b8b2a761\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1656813127;a:11:{s:2:\"db\";s:74:\"backup_2022-07-03-0152_Top_Consultant_for_ISO_Certifica_831b1f6bed24-db.gz\";s:7:\"db-size\";i:38688063;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"154a38d61078593736df37f352aafa9f1e5e0ba8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"007d218503c42e5e5fb204b03499ec62bffad37ef377d3e081691c9054b19c78\";}}s:5:\"nonce\";s:12:\"831b1f6bed24\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1656726624;a:11:{s:2:\"db\";s:74:\"backup_2022-07-02-0150_Top_Consultant_for_ISO_Certifica_b75a28617019-db.gz\";s:7:\"db-size\";i:38687300;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"27b7ee8ba5853a1ed1ef7f09797866ce0c8cdb56\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6c13857cea38b18e9b23d5c2160a5b6cd32d2552eaeea30ec9ddbe6ac948abf8\";}}s:5:\"nonce\";s:12:\"b75a28617019\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1656640049;a:11:{s:2:\"db\";s:74:\"backup_2022-07-01-0147_Top_Consultant_for_ISO_Certifica_f35edf782f41-db.gz\";s:7:\"db-size\";i:38685962;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a1bd46fe67ff76786a7ab5fe9e7f6da939de4b9b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1d2fed993e703e70eeb682a7707bae6e3a65d35dba15ad047b90ac44ad91466c\";}}s:5:\"nonce\";s:12:\"f35edf782f41\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1656553547;a:11:{s:2:\"db\";s:74:\"backup_2022-06-30-0145_Top_Consultant_for_ISO_Certifica_22d667d2e19f-db.gz\";s:7:\"db-size\";i:39036088;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"19926a0bf82fed9e4de377360c041b61f306b386\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"466629cfecb8d59d7d06e5f7bd66f7846a47e6ada3750876284d775f351a33a1\";}}s:5:\"nonce\";s:12:\"22d667d2e19f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1656467116;a:11:{s:2:\"db\";s:74:\"backup_2022-06-29-0145_Top_Consultant_for_ISO_Certifica_0701bbf23490-db.gz\";s:7:\"db-size\";i:39025186;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"207d6bf28afade1115e9729647920e5359808c72\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cb4fbe5e2b9a4cd5d970a233ebf95ad5d1ebfe64017b1d2e256eddd530478901\";}}s:5:\"nonce\";s:12:\"0701bbf23490\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1656380989;a:11:{s:2:\"db\";s:74:\"backup_2022-06-28-0149_Top_Consultant_for_ISO_Certifica_f67ce0888efd-db.gz\";s:7:\"db-size\";i:38666593;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"00a5d15e71cb62f3e7063c5cfdf141d59cd57fa6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"314a8d3f8bfa273d551abe6f3719e6ddc4b63ca4215dbe12701a900f7816dfdf\";}}s:5:\"nonce\";s:12:\"f67ce0888efd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1656294203;a:11:{s:2:\"db\";s:74:\"backup_2022-06-27-0143_Top_Consultant_for_ISO_Certifica_9df761212b37-db.gz\";s:7:\"db-size\";i:38664270;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0a0289e23c82d13d56f42e720d57baf6e858b98b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2962835d483cef5377717e0dfb480f444f177e0bf7d1004c38b9c4207e991868\";}}s:5:\"nonce\";s:12:\"9df761212b37\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1656207876;a:11:{s:2:\"db\";s:74:\"backup_2022-06-26-0144_Top_Consultant_for_ISO_Certifica_0676bb1cee93-db.gz\";s:7:\"db-size\";i:38660653;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bbfdfe7000396a24ecb1d6216035e762f8cd83b7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5af415aa79e7824295801912e566b1042a9f48c705506909d7f372ed84336e41\";}}s:5:\"nonce\";s:12:\"0676bb1cee93\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1656121533;a:11:{s:2:\"db\";s:74:\"backup_2022-06-25-0145_Top_Consultant_for_ISO_Certifica_75750fe3a1b0-db.gz\";s:7:\"db-size\";i:38658285;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"802d2a3c1d672cf38e92b1106189b1f2939c0d20\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6979683194cf4a647f7795afa1a3e878e0f5a696e7c230089f00998a34cf9628\";}}s:5:\"nonce\";s:12:\"75750fe3a1b0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1656035736;a:11:{s:2:\"db\";s:74:\"backup_2022-06-24-0155_Top_Consultant_for_ISO_Certifica_7acbbe0e6d2d-db.gz\";s:7:\"db-size\";i:38658502;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a636ed479d5202e0cbbafeced50d89edd40845b8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ae9c61ae9a29f95c03b9bc8a67b898fc4cc1db8a0f1d82f534872a3f78256f0c\";}}s:5:\"nonce\";s:12:\"7acbbe0e6d2d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1655948603;a:11:{s:2:\"db\";s:74:\"backup_2022-06-23-0143_Top_Consultant_for_ISO_Certifica_71a81be12d86-db.gz\";s:7:\"db-size\";i:39151275;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d1eb0147118a8f96008cf4d48b1faae0da0b0ec2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1b32abd0f2d27101ac1a456a362456b66308cb38ce692e82b88cb999b1204fec\";}}s:5:\"nonce\";s:12:\"71a81be12d86\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1655862025;a:11:{s:2:\"db\";s:74:\"backup_2022-06-22-0140_Top_Consultant_for_ISO_Certifica_5849bddde108-db.gz\";s:7:\"db-size\";i:39102587;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e285574692da92647666c7bd40a079e269068950\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"25242c3b4a1c09bf0cc6ba4b447198c8d5bfd455b54ea088fbb0de9920f4684f\";}}s:5:\"nonce\";s:12:\"5849bddde108\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1655776314;a:11:{s:2:\"db\";s:74:\"backup_2022-06-21-0151_Top_Consultant_for_ISO_Certifica_1f08fe521f93-db.gz\";s:7:\"db-size\";i:38654147;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2f67c9db4c157127b9debdddf7cc29c58dd95982\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d2b9987a42749bbea58c7cc8df63ff83bbd1d4c6f0608df9918ed366a7a06072\";}}s:5:\"nonce\";s:12:\"1f08fe521f93\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1655689655;a:11:{s:2:\"db\";s:74:\"backup_2022-06-20-0147_Top_Consultant_for_ISO_Certifica_97c324bd1835-db.gz\";s:7:\"db-size\";i:38653535;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f1747cfe58afac7cb817f94f30f81c9cc69980f9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"28562453f2fe717395150add7dea4eb7b0060c23f4e931b90ea9efc517a6eeb4\";}}s:5:\"nonce\";s:12:\"97c324bd1835\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1655602989;a:11:{s:2:\"db\";s:74:\"backup_2022-06-19-0143_Top_Consultant_for_ISO_Certifica_c48cc8277d9c-db.gz\";s:7:\"db-size\";i:38654667;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"03ca3dff6c872c28ae96d9da41c54a6366f6f004\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e8fe79e03d06e79cc622014386f42600f087a6403aa19955bf6a718e4b4663eb\";}}s:5:\"nonce\";s:12:\"c48cc8277d9c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1655516585;a:11:{s:2:\"db\";s:74:\"backup_2022-06-18-0143_Top_Consultant_for_ISO_Certifica_24dcf0dccbf4-db.gz\";s:7:\"db-size\";i:38599561;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"85a13af36eeb51487548018ec5905487b7942fd2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4d9cf60b454187f139a2a07cd0776db77f93d20722ba7707fb72c1b14bf6c6d1\";}}s:5:\"nonce\";s:12:\"24dcf0dccbf4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1655430180;a:11:{s:2:\"db\";s:74:\"backup_2022-06-17-0143_Top_Consultant_for_ISO_Certifica_c05965a486c8-db.gz\";s:7:\"db-size\";i:38599058;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4049d7f093d67c9fc61cbd65ad8847da88edef82\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2b213c68560e4c53c989172ff1bc56aee6ab34abb4a5ef10fa09f5796260c44f\";}}s:5:\"nonce\";s:12:\"c05965a486c8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1655343650;a:11:{s:2:\"db\";s:74:\"backup_2022-06-16-0140_Top_Consultant_for_ISO_Certifica_16fa617c3032-db.gz\";s:7:\"db-size\";i:38600272;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"dfcc7f2491bab63fc91576712d414993c24efd1e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3b96eaf003b7b35bbc0f85f60702af394dcc93a63710b3e6af387c14e999c9ea\";}}s:5:\"nonce\";s:12:\"16fa617c3032\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1655257534;a:11:{s:2:\"db\";s:74:\"backup_2022-06-15-0145_Top_Consultant_for_ISO_Certifica_c5aa0907756f-db.gz\";s:7:\"db-size\";i:38600292;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ac39e5a548e4ec16aebc6897ca9bd373454aa5a4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"28c876d3f0d153111c20790bfae95f21a6cc8adb15782e98965b7ad0069e2903\";}}s:5:\"nonce\";s:12:\"c5aa0907756f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1655172071;a:11:{s:2:\"db\";s:74:\"backup_2022-06-14-0201_Top_Consultant_for_ISO_Certifica_f6c8c10ef6c6-db.gz\";s:7:\"db-size\";i:38598117;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2d7e93f776955fc057c3197db8d1ced07de8975a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"871d20f332786205925e3ec3b5623a18566ca4ab271631f724a14b0d6c9a7999\";}}s:5:\"nonce\";s:12:\"f6c8c10ef6c6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1655085027;a:11:{s:2:\"db\";s:74:\"backup_2022-06-13-0150_Top_Consultant_for_ISO_Certifica_aff27e0c69f9-db.gz\";s:7:\"db-size\";i:38597644;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"22056c280abcb92f040b711bf3b73cf9c30a0929\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e8ac553ff1c78bc2c720b738fea56df92583be6fb7b899c90ec972a1971f548c\";}}s:5:\"nonce\";s:12:\"aff27e0c69f9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1654998570;a:11:{s:2:\"db\";s:74:\"backup_2022-06-12-0149_Top_Consultant_for_ISO_Certifica_f83eda97f8a1-db.gz\";s:7:\"db-size\";i:38599608;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7f54accf10abe9d6d1ad72a86f14b76987ba3058\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1395436556fb89bfb322d1bc7d9aca1d2cade14d3bd19d9f6837f50e6802615e\";}}s:5:\"nonce\";s:12:\"f83eda97f8a1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1654911668;a:11:{s:2:\"db\";s:74:\"backup_2022-06-11-0141_Top_Consultant_for_ISO_Certifica_3ed285fdc0af-db.gz\";s:7:\"db-size\";i:38600065;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f564ca2ed45dcff9a80980d642d003f69126b91b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ea025ce308bac2346059eafc5c038b662269313cc55a4ea60bbb9d3e710f3ecc\";}}s:5:\"nonce\";s:12:\"3ed285fdc0af\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1654827594;a:11:{s:2:\"db\";s:74:\"backup_2022-06-10-0219_Top_Consultant_for_ISO_Certifica_dc30413c420e-db.gz\";s:7:\"db-size\";i:38598750;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b189eaadc21077229c1b12038af27e5833dc1bce\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0c352c66eeaa81e6e5fc1869424ffcbb861f97d43add27c7344fa0f526a35f9f\";}}s:5:\"nonce\";s:12:\"dc30413c420e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1654739752;a:11:{s:2:\"db\";s:74:\"backup_2022-06-09-0155_Top_Consultant_for_ISO_Certifica_6ec2ce2d0e98-db.gz\";s:7:\"db-size\";i:38598114;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9f68971d1583c7583e7b48811b9481ea2090b92e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1e4c3b1a6f6de7ae5ba666336aa13fce64fb721764c1947f21559afa6487b290\";}}s:5:\"nonce\";s:12:\"6ec2ce2d0e98\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1654653944;a:11:{s:2:\"db\";s:74:\"backup_2022-06-08-0205_Top_Consultant_for_ISO_Certifica_787455706a28-db.gz\";s:7:\"db-size\";i:38598218;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4e97e6d6222c691c8103eba6579e9128f446602f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f8ca888681ddd97e343bd5691dbb6888ec4123f0cdae382349eb2d1e640cf64d\";}}s:5:\"nonce\";s:12:\"787455706a28\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1654566179;a:11:{s:2:\"db\";s:74:\"backup_2022-06-07-0142_Top_Consultant_for_ISO_Certifica_8856749b4af9-db.gz\";s:7:\"db-size\";i:38598591;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"df40243ab869dbd4600fa1fbab455467044e3c2b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a68faca8448b0183c36df84923624fc3282b3201d0f265c0ca4731c2b1b28c33\";}}s:5:\"nonce\";s:12:\"8856749b4af9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1654480010;a:11:{s:2:\"db\";s:74:\"backup_2022-06-06-0146_Top_Consultant_for_ISO_Certifica_a0a4684103f3-db.gz\";s:7:\"db-size\";i:38598334;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6209276150218e32c40841ad29cb6df69c96ca8f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"086a2dc4f38891d5b58b8dcbabccfb20094df7c702f3c6b1716941e0c5764219\";}}s:5:\"nonce\";s:12:\"a0a4684103f3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1654393593;a:11:{s:2:\"db\";s:74:\"backup_2022-06-05-0146_Top_Consultant_for_ISO_Certifica_e0a8605c5fa3-db.gz\";s:7:\"db-size\";i:38601336;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b06231c3340f76b1a9e4aa96c36fa58e5e41c1de\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0cdf6d9e2f435a509903a1712b8bc5e53ead1bfa187bae09c66de0a954101090\";}}s:5:\"nonce\";s:12:\"e0a8605c5fa3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1654307062;a:11:{s:2:\"db\";s:74:\"backup_2022-06-04-0144_Top_Consultant_for_ISO_Certifica_6ea0f5ff0449-db.gz\";s:7:\"db-size\";i:38595820;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6c6eea8587cf5da46c890f984c4c33ac4e7034a5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"835cf76ebc7691324553bdacf9267a2d5897b6d5f211542db435d99580afac2c\";}}s:5:\"nonce\";s:12:\"6ea0f5ff0449\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1654221768;a:11:{s:2:\"db\";s:74:\"backup_2022-06-03-0202_Top_Consultant_for_ISO_Certifica_be1fc055b7d2-db.gz\";s:7:\"db-size\";i:38595317;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f2cb146abb1f2f396fc273a759499bc8733d4199\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ab74b10432a16c6a9de941cabe2cfd428ffeca108633048774246a02ca42f6f8\";}}s:5:\"nonce\";s:12:\"be1fc055b7d2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1654134154;a:11:{s:2:\"db\";s:74:\"backup_2022-06-02-0142_Top_Consultant_for_ISO_Certifica_ceb8f1768822-db.gz\";s:7:\"db-size\";i:38592629;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c01aa65bdca8310a552b491e8e17d337d890b2bb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"143368d245ce0b8a3f64bc74fea4daa1d9ce1daaab355f42bc4fde30ecd2f9b7\";}}s:5:\"nonce\";s:12:\"ceb8f1768822\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1654047674;a:11:{s:2:\"db\";s:74:\"backup_2022-06-01-0141_Top_Consultant_for_ISO_Certifica_84eb9fda1f70-db.gz\";s:7:\"db-size\";i:38593100;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b1b260cf953c117fe2ca4e717bec44b9e2b1cbe1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4dbace24541bf99bfd43b9a493376a3ca00a56d1d6768108ccc74e314d2cbba5\";}}s:5:\"nonce\";s:12:\"84eb9fda1f70\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1653961481;a:11:{s:2:\"db\";s:74:\"backup_2022-05-31-0144_Top_Consultant_for_ISO_Certifica_01a51fc683a7-db.gz\";s:7:\"db-size\";i:38592699;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d6253ba488b72bb55520b665bab03b1f95d9e286\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e70903d3d562088a48fb8a5259950b87479da95d0fc0d0525229f07c028b2f21\";}}s:5:\"nonce\";s:12:\"01a51fc683a7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1653874861;a:11:{s:2:\"db\";s:74:\"backup_2022-05-30-0141_Top_Consultant_for_ISO_Certifica_e65fbf9861e7-db.gz\";s:7:\"db-size\";i:38593001;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"65cfd85c194caf264c6bdb355a73e6f615880620\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"abba3260af01656bda7af21f4d4369c5035944463b66f51e4f0d9d7534b17621\";}}s:5:\"nonce\";s:12:\"e65fbf9861e7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1653788451;a:11:{s:2:\"db\";s:74:\"backup_2022-05-29-0140_Top_Consultant_for_ISO_Certifica_95787817fc52-db.gz\";s:7:\"db-size\";i:38592471;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"34e67faa763fc467125ac229d46a60fb3760d7a4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ed675c3b3631d550b7deaa247e49be1106de12d670bbeecac797f8b0401f7a27\";}}s:5:\"nonce\";s:12:\"95787817fc52\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1653702677;a:11:{s:2:\"db\";s:74:\"backup_2022-05-28-0151_Top_Consultant_for_ISO_Certifica_674dc97c016a-db.gz\";s:7:\"db-size\";i:38985652;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e149f4ff82483a05087b9d6dc687fcd2218f820f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4c1de4306c358b79c383c0b4eb52e07a8bc0e2993da56273075dc4bedbb4daae\";}}s:5:\"nonce\";s:12:\"674dc97c016a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1653615848;a:11:{s:2:\"db\";s:74:\"backup_2022-05-27-0144_Top_Consultant_for_ISO_Certifica_233d3c7d5d9b-db.gz\";s:7:\"db-size\";i:38973058;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"407876ed0883f5d5b74473a8fe0bc4a549e0a501\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3ac6c6dd8a66e32528f91be76b841fbb0a454eb42d800300f461ced398d105fe\";}}s:5:\"nonce\";s:12:\"233d3c7d5d9b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1653529556;a:11:{s:2:\"db\";s:74:\"backup_2022-05-26-0145_Top_Consultant_for_ISO_Certifica_bcea54ab6799-db.gz\";s:7:\"db-size\";i:38580166;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"94a2b1cdbfe1c7454f85a793f89dcf911ce5b99c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3340e30f7a29861bb6c7004b20b3ae402962b482067b2fe04bb9b0ace1ff9514\";}}s:5:\"nonce\";s:12:\"bcea54ab6799\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1653442815;a:11:{s:2:\"db\";s:74:\"backup_2022-05-25-0140_Top_Consultant_for_ISO_Certifica_3261992634c3-db.gz\";s:7:\"db-size\";i:38580859;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"61f303298d418c76a28ca551e3a422cbe6938320\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"921183282ef8f35b328d3f7f995a01d198b507293dd1c6c6bf0e5f194c0e88d4\";}}s:5:\"nonce\";s:12:\"3261992634c3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1653356749;a:11:{s:2:\"db\";s:74:\"backup_2022-05-24-0145_Top_Consultant_for_ISO_Certifica_6326287f6956-db.gz\";s:7:\"db-size\";i:38579685;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a02cd0335c5c00d2d8dd4304d83931dbf90a4436\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b8165c7e8869c60a3167ae81d11ee49e2ccbad7674f221317ffa284503c98e81\";}}s:5:\"nonce\";s:12:\"6326287f6956\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1653269993;a:11:{s:2:\"db\";s:74:\"backup_2022-05-23-0139_Top_Consultant_for_ISO_Certifica_6b5ce8c776bd-db.gz\";s:7:\"db-size\";i:38579861;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c40a0890a1dd741059ad81be173e6ded574e073b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1f6eb65822c830577f481e70914d7b909884fb6616e277c02c93386a346df361\";}}s:5:\"nonce\";s:12:\"6b5ce8c776bd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1653183918;a:11:{s:2:\"db\";s:74:\"backup_2022-05-22-0145_Top_Consultant_for_ISO_Certifica_3e0f5cf23dc1-db.gz\";s:7:\"db-size\";i:38578147;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1488eaf783dd7aa9a0f33aa0edb0970ade454b56\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b90687ec23210c98cba5d633ed5135c52914fa90c9009b09babb9780118716f8\";}}s:5:\"nonce\";s:12:\"3e0f5cf23dc1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1653097587;a:11:{s:2:\"db\";s:74:\"backup_2022-05-21-0146_Top_Consultant_for_ISO_Certifica_837a19be9c4f-db.gz\";s:7:\"db-size\";i:38578984;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8b1195d5ecc5999fb700861aeceba515645f1bed\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"10ee10ffa3351fc182cde683619b5701efd25bc7ca290735df9e3580e9bf2aa2\";}}s:5:\"nonce\";s:12:\"837a19be9c4f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1653011394;a:11:{s:2:\"db\";s:74:\"backup_2022-05-20-0149_Top_Consultant_for_ISO_Certifica_8ba80902d208-db.gz\";s:7:\"db-size\";i:38577456;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"dedc2e4b9589ba72f0b5696bb726d5f47f9069db\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"10b19354dc9784cf796b83afb30312d49ea0985eb5d363bfd122405d0c6bbf6b\";}}s:5:\"nonce\";s:12:\"8ba80902d208\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1652924396;a:11:{s:2:\"db\";s:74:\"backup_2022-05-19-0139_Top_Consultant_for_ISO_Certifica_5863dd514931-db.gz\";s:7:\"db-size\";i:38576340;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e88efcc2a6f52c7861b6cd3475f7af68b3e61895\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"59d4232293e437b159d7c43f2c0f531be16b1c0a96c4ed34340bb1084480be74\";}}s:5:\"nonce\";s:12:\"5863dd514931\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1652838104;a:11:{s:2:\"db\";s:74:\"backup_2022-05-18-0141_Top_Consultant_for_ISO_Certifica_90a543dae100-db.gz\";s:7:\"db-size\";i:38575523;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b9ad29088e6584dfec8d471e81b849f4b9ba3185\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"befe9ab3496f2a5972c422f250e15adc41a16a96315c1b3ce6d9b3592e5f4da2\";}}s:5:\"nonce\";s:12:\"90a543dae100\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1652751977;a:11:{s:2:\"db\";s:74:\"backup_2022-05-17-0146_Top_Consultant_for_ISO_Certifica_9e0b401e6d4e-db.gz\";s:7:\"db-size\";i:38574376;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d1b59d7063263c7f33af2b2851a65f6ec1ee5e01\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b1f78b295dbd566b6f2c0eb843c5739f9e20c11764e259d370fa2546b29ccf3f\";}}s:5:\"nonce\";s:12:\"9e0b401e6d4e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1652666005;a:11:{s:2:\"db\";s:74:\"backup_2022-05-16-0153_Top_Consultant_for_ISO_Certifica_5423428bfc21-db.gz\";s:7:\"db-size\";i:38572857;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5eacef17edfa033fcfc8b6580cbce396cb03adcf\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"27de75af3515e00f2cc81b13f93660d639d8e63eccfb96dd3941448d6c10068c\";}}s:5:\"nonce\";s:12:\"5423428bfc21\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1652578759;a:11:{s:2:\"db\";s:74:\"backup_2022-05-15-0139_Top_Consultant_for_ISO_Certifica_c84fca0a308b-db.gz\";s:7:\"db-size\";i:38573026;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3b693093df0e41f45f22d57f9d19861a3ad3eb6e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d6c3f2fb8772f91ac1f29bb363727624e53b363ea18cdd5b099738028b7b486d\";}}s:5:\"nonce\";s:12:\"c84fca0a308b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1652492687;a:11:{s:2:\"db\";s:74:\"backup_2022-05-14-0144_Top_Consultant_for_ISO_Certifica_41bf48e25253-db.gz\";s:7:\"db-size\";i:38573334;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"42a5f7b0e96b38daca6defb0049774bcb65e29ad\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d1bd4602ee969444461e642bd3bbb3364ccd80f67c235eff98cf5a14170f5a3b\";}}s:5:\"nonce\";s:12:\"41bf48e25253\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1652406245;a:11:{s:2:\"db\";s:74:\"backup_2022-05-13-0144_Top_Consultant_for_ISO_Certifica_cb9bb7907dd0-db.gz\";s:7:\"db-size\";i:38572050;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f27a9619d25cc099bd747af8e8f1c0271bc209dc\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a4980acb4eacef51b822c646ae789dd319c882faa9bd30aac68949785ce5c25e\";}}s:5:\"nonce\";s:12:\"cb9bb7907dd0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1652319813;a:11:{s:2:\"db\";s:74:\"backup_2022-05-12-0143_Top_Consultant_for_ISO_Certifica_d65b66a86247-db.gz\";s:7:\"db-size\";i:38571419;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"91599f05a1d45b4750f3d9fa8b4071995e792da9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0c9a45fdaaea41346bc65082b70618c56119bed35d8ea47623b82bf091b1aaa2\";}}s:5:\"nonce\";s:12:\"d65b66a86247\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1652234815;a:11:{s:2:\"db\";s:74:\"backup_2022-05-11-0206_Top_Consultant_for_ISO_Certifica_c8946441c802-db.gz\";s:7:\"db-size\";i:38572401;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bf5f563d36f885d4c4ddbdc5a05967ed5c23b0fa\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"839b640b7b0c781e7d16fd77dcbb3219f583fa0df2741dbf6c30c4d78b93b1d9\";}}s:5:\"nonce\";s:12:\"c8946441c802\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1652147700;a:11:{s:2:\"db\";s:74:\"backup_2022-05-10-0155_Top_Consultant_for_ISO_Certifica_204d94e39871-db.gz\";s:7:\"db-size\";i:38572709;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cf6756bd3f045e2c3d77617afd1eaaecef4febea\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a7762b1d2d398291da7fd988e34b915c62db18f21e2019fd9e72bf4a4aff9d3f\";}}s:5:\"nonce\";s:12:\"204d94e39871\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1652061069;a:11:{s:2:\"db\";s:74:\"backup_2022-05-09-0151_Top_Consultant_for_ISO_Certifica_e08b18d9c04a-db.gz\";s:7:\"db-size\";i:38572562;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c019ce25db8176eb20db4d98b24e32a5055ed844\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"97e916b2ea24462378198fa3e5376b6a3dcd723881a72543484d36605c662fd5\";}}s:5:\"nonce\";s:12:\"e08b18d9c04a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1651974263;a:11:{s:2:\"db\";s:74:\"backup_2022-05-08-0144_Top_Consultant_for_ISO_Certifica_9db44ce1efd1-db.gz\";s:7:\"db-size\";i:38572721;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fe257576122a73cd78178091e77f6eea05c69091\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"906a4c160855325fb89b07ea94d37e3dd0f5aa78705636e5ca578ddc0e0434d9\";}}s:5:\"nonce\";s:12:\"9db44ce1efd1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1651888387;a:11:{s:2:\"db\";s:74:\"backup_2022-05-07-0153_Top_Consultant_for_ISO_Certifica_619a3c12d725-db.gz\";s:7:\"db-size\";i:38573101;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2c5bfc7ac9f6d3afa876cc6f24138c0aed202b41\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fc47d3935df1ff1a24b67a8732a11164793115416cd08c462c0b6f64bfd44e35\";}}s:5:\"nonce\";s:12:\"619a3c12d725\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1651801604;a:11:{s:2:\"db\";s:74:\"backup_2022-05-06-0146_Top_Consultant_for_ISO_Certifica_f341ddbed9d1-db.gz\";s:7:\"db-size\";i:38573581;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4ccf4bd4d910588e329a8bd8e84a1b2065560cff\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cfb7af327bb3114723c34377a22db7fb07da7f2c3c1237ccc41e42890509b7e6\";}}s:5:\"nonce\";s:12:\"f341ddbed9d1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1651715344;a:11:{s:2:\"db\";s:74:\"backup_2022-05-05-0149_Top_Consultant_for_ISO_Certifica_030ac06a1687-db.gz\";s:7:\"db-size\";i:38573152;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cb6c5aa501a556c5ac1d6e45127743c2eeeb30f0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e4c09516472092911aeeaa1b8b1ac658ba96fab7c7152ac481f541c2c120f492\";}}s:5:\"nonce\";s:12:\"030ac06a1687\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1651629059;a:11:{s:2:\"db\";s:74:\"backup_2022-05-04-0150_Top_Consultant_for_ISO_Certifica_d97fe88aaf81-db.gz\";s:7:\"db-size\";i:38572758;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"671e01b1493745f7aadda7503d0f344b1d0ad032\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"537bfe5b4305e09c073b2f8f4edb18d801b3ee6134c145a6e495177e52abc3b6\";}}s:5:\"nonce\";s:12:\"d97fe88aaf81\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1651542248;a:11:{s:2:\"db\";s:74:\"backup_2022-05-03-0144_Top_Consultant_for_ISO_Certifica_5aeaab9e9aca-db.gz\";s:7:\"db-size\";i:38561341;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"76ac5f6dbf70a96bbd2024cdbaaa72a2445fa2ea\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e094b5ab1d226705a7f7cf61cb66eb614bcad68969e1ff1d99774230b5895158\";}}s:5:\"nonce\";s:12:\"5aeaab9e9aca\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1651455709;a:11:{s:2:\"db\";s:74:\"backup_2022-05-02-0141_Top_Consultant_for_ISO_Certifica_941cb91ea48c-db.gz\";s:7:\"db-size\";i:38562771;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0eff88af453b7bdc7ab22a1a1663d778eed0aebf\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ee5777bf117964fa7a873eb2b6fbf420f3e72a84f23bb812a1a0d935e9d3afc4\";}}s:5:\"nonce\";s:12:\"941cb91ea48c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1651369322;a:11:{s:2:\"db\";s:74:\"backup_2022-05-01-0142_Top_Consultant_for_ISO_Certifica_d303729bcc95-db.gz\";s:7:\"db-size\";i:38562075;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a9800900a6e71de492d7ac41302a5351aafbfbce\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"060c098463047fb059a80ab8f4f6e1402e0ae85481becdb4b178173b654f7116\";}}s:5:\"nonce\";s:12:\"d303729bcc95\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1651282785;a:11:{s:2:\"db\";s:74:\"backup_2022-04-30-0139_Top_Consultant_for_ISO_Certifica_5fc1972e12e3-db.gz\";s:7:\"db-size\";i:38564031;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"52cbca87cdaeb63f1bc2586394404426d9c11fb3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bc919591926e9f946f0773beebd5aaf37389f39ea5b267fe70692b921a5a33ef\";}}s:5:\"nonce\";s:12:\"5fc1972e12e3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1651196695;a:11:{s:2:\"db\";s:74:\"backup_2022-04-29-0144_Top_Consultant_for_ISO_Certifica_36858b5c460c-db.gz\";s:7:\"db-size\";i:38563424;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e573eacc2966835dfe9aec80d1e7787c4ac9de07\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2f66762387f81aedb506ddb631eb90c90c48b99a4aaea6b413539d9fa0d7660f\";}}s:5:\"nonce\";s:12:\"36858b5c460c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1651111340;a:11:{s:2:\"db\";s:74:\"backup_2022-04-28-0202_Top_Consultant_for_ISO_Certifica_077bb1b93a47-db.gz\";s:7:\"db-size\";i:38563372;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1c83c7c8d39b419cf9d4d071e13ed61cd79693cf\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5b99968a25688fbce18e6d772e082d05da76056eef2f17c7568bec558ff460c0\";}}s:5:\"nonce\";s:12:\"077bb1b93a47\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1651023551;a:11:{s:2:\"db\";s:74:\"backup_2022-04-27-0139_Top_Consultant_for_ISO_Certifica_8322af97de44-db.gz\";s:7:\"db-size\";i:38563847;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"25aed7db816db3d9da81a2e8a22296f7ea0639a4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"70f6e5aea0f4cd36b1b1d1c93a443fc8e777023c93e24834635c72f50e6c4066\";}}s:5:\"nonce\";s:12:\"8322af97de44\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1650937431;a:11:{s:2:\"db\";s:74:\"backup_2022-04-26-0143_Top_Consultant_for_ISO_Certifica_ed053a6a62c2-db.gz\";s:7:\"db-size\";i:38562385;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"773f39040763e8d3d8a896be5edbb48145013b14\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8f05ebb7bc4e34769e7084cdaa6f132b9b07f3c6baf7ba2d9f26d6f9eb0e7bbc\";}}s:5:\"nonce\";s:12:\"ed053a6a62c2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1650851029;a:11:{s:2:\"db\";s:74:\"backup_2022-04-25-0143_Top_Consultant_for_ISO_Certifica_027c226705cb-db.gz\";s:7:\"db-size\";i:38562098;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"826e8bea46915f553fa53a127305d00b544d2f2e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2ff1888ecd7e00417bc6fcaf8b6c0f2f17ea8e2646ed4f3bf747036447903779\";}}s:5:\"nonce\";s:12:\"027c226705cb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1650764736;a:11:{s:2:\"db\";s:74:\"backup_2022-04-24-0145_Top_Consultant_for_ISO_Certifica_a55ed708d45f-db.gz\";s:7:\"db-size\";i:38563963;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"683152350bf710854399834d27048e7d8bce0ccf\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ac32b735cde99e9639f5641b0eee32ed29c40da6c99e7b688c5a704b973e49a6\";}}s:5:\"nonce\";s:12:\"a55ed708d45f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1650678492;a:11:{s:2:\"db\";s:74:\"backup_2022-04-23-0148_Top_Consultant_for_ISO_Certifica_319a191c1441-db.gz\";s:7:\"db-size\";i:38563781;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"631572cceaaf7775e6576d003e54ae2ab1f0ac22\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3c1ccefc73f36755ec6ad35d6b8711f2a96be751e5b7e769a45cd17295d4d4d6\";}}s:5:\"nonce\";s:12:\"319a191c1441\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1650591745;a:11:{s:2:\"db\";s:74:\"backup_2022-04-22-0142_Top_Consultant_for_ISO_Certifica_e43b267b56b2-db.gz\";s:7:\"db-size\";i:38562380;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e54ecbaf670913896efdcb9c7209ea954cc2289a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"71f4d2e2a2aed3e937995742e3ddf794e8466018b5ac9accf1837da3d2b7d4d3\";}}s:5:\"nonce\";s:12:\"e43b267b56b2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1650506555;a:11:{s:2:\"db\";s:74:\"backup_2022-04-21-0202_Top_Consultant_for_ISO_Certifica_2f4633d80a80-db.gz\";s:7:\"db-size\";i:38560978;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6554f5e4070c069fa90a386c4641f6f6770e0bb1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1b67c73f7ca8af34dbed333fd9f0ba02b9ab5d90793c307bff7c29097b8df2db\";}}s:5:\"nonce\";s:12:\"2f4633d80a80\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1650418940;a:11:{s:2:\"db\";s:74:\"backup_2022-04-20-0142_Top_Consultant_for_ISO_Certifica_068bc9753668-db.gz\";s:7:\"db-size\";i:38560643;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"434b69f9b106e37c7164e0b24c083595d8efe866\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bac844d63a2fbacfcd2abb2c603ca183330012e632d694794cca8950e18f19d5\";}}s:5:\"nonce\";s:12:\"068bc9753668\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1650332509;a:11:{s:2:\"db\";s:74:\"backup_2022-04-19-0141_Top_Consultant_for_ISO_Certifica_a4e6b05f96fa-db.gz\";s:7:\"db-size\";i:38561402;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a013d7f1a866befcb0b01fd64dc9a48876dd1273\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bc94285ce0f8cd501aa2f20f02a3923ff286dce967e8ab044862c94be4b421ba\";}}s:5:\"nonce\";s:12:\"a4e6b05f96fa\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1650246023;a:11:{s:2:\"db\";s:74:\"backup_2022-04-18-0140_Top_Consultant_for_ISO_Certifica_ad34ee369da5-db.gz\";s:7:\"db-size\";i:38561200;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"82a75d2962319201d5995916ec5b411297e19e5d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"703db8e38b39a5fa93017df0e4d34565f4d2e143bc91ea339917999c8e32a067\";}}s:5:\"nonce\";s:12:\"ad34ee369da5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1650159597;a:11:{s:2:\"db\";s:74:\"backup_2022-04-17-0139_Top_Consultant_for_ISO_Certifica_2410972c7dd6-db.gz\";s:7:\"db-size\";i:38561209;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c58e5496bfcf632593346992569b6e904680169a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"75c5c5584fd7dfbcaec8a8591b84c845b8d7e9f1bdfb7326408311ea3e725782\";}}s:5:\"nonce\";s:12:\"2410972c7dd6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1650073911;a:11:{s:2:\"db\";s:74:\"backup_2022-04-16-0151_Top_Consultant_for_ISO_Certifica_692fbccd3a2e-db.gz\";s:7:\"db-size\";i:38560041;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"44385ef2ec510c5e0b37a27ea04e60f6022fe4a5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"796a6a9fb47f515fd779e143ac3a15fba490724204ae315dfce080f239e909d0\";}}s:5:\"nonce\";s:12:\"692fbccd3a2e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1649986790;a:11:{s:2:\"db\";s:74:\"backup_2022-04-15-0139_Top_Consultant_for_ISO_Certifica_1626a907b27c-db.gz\";s:7:\"db-size\";i:38562199;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0558ec8af60d863ca8c1e5b2fc3e3621475d66a5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bb1139a34f0e980168389b2dd285ce42f3422fe9b0859ab2f35f7b8132f030cb\";}}s:5:\"nonce\";s:12:\"1626a907b27c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1649901850;a:11:{s:2:\"db\";s:74:\"backup_2022-04-14-0204_Top_Consultant_for_ISO_Certifica_d5c09a083660-db.gz\";s:7:\"db-size\";i:38561995;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"de47a003220db2bd78a77b7790df1876e511b57e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"34178caec17fc16571742c68fc0adca64b9a92f220eb958cc556cf9dd5154abc\";}}s:5:\"nonce\";s:12:\"d5c09a083660\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1649814458;a:11:{s:2:\"db\";s:74:\"backup_2022-04-13-0147_Top_Consultant_for_ISO_Certifica_63440c36cff2-db.gz\";s:7:\"db-size\";i:38562091;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6c049c942f3d5b3d20b78173cb2f48004c27b695\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b8640584a47483a1f7ea510b1cb3794de9eaf56605a950c559c67d9233903c21\";}}s:5:\"nonce\";s:12:\"63440c36cff2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1649727550;a:11:{s:2:\"db\";s:74:\"backup_2022-04-12-0139_Top_Consultant_for_ISO_Certifica_f1abf3e33816-db.gz\";s:7:\"db-size\";i:38576119;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"60dd6848e32d28f2de8f6169937037e7be05beef\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e2fe1e575c8b427c29e737216d82d051e5a1bcaca872c879964e2d2e43848c88\";}}s:5:\"nonce\";s:12:\"f1abf3e33816\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1649641445;a:11:{s:2:\"db\";s:74:\"backup_2022-04-11-0144_Top_Consultant_for_ISO_Certifica_47f39442282a-db.gz\";s:7:\"db-size\";i:38575394;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0df7988d1b740bc9809af7fa5fedb746787528f8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"49b80fe772dcd2e3f9449d674ab94080afd6d9be7a8e3a24537940d4a03e8ada\";}}s:5:\"nonce\";s:12:\"47f39442282a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1649555015;a:11:{s:2:\"db\";s:74:\"backup_2022-04-10-0143_Top_Consultant_for_ISO_Certifica_ee37a516026a-db.gz\";s:7:\"db-size\";i:38574505;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bedfdedb11da7da0e532c3f0088a78e1b731c705\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c732d005d6a01b3df2e8300d3e5a3b68f4e9d6fe9630744a9a069f72ed555a15\";}}s:5:\"nonce\";s:12:\"ee37a516026a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1649468589;a:11:{s:2:\"db\";s:74:\"backup_2022-04-09-0143_Top_Consultant_for_ISO_Certifica_a95bf31e9459-db.gz\";s:7:\"db-size\";i:38575130;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fd7997d4b66c7a78b61a17a1f3857738027efc21\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"15946a44f3e225e6cb9eabe38f2503df4caacf74ba18b3a41f5dde238bce26ac\";}}s:5:\"nonce\";s:12:\"a95bf31e9459\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1649382161;a:11:{s:2:\"db\";s:74:\"backup_2022-04-08-0142_Top_Consultant_for_ISO_Certifica_728d3075ec73-db.gz\";s:7:\"db-size\";i:38576017;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"19be78c4baf532da0fcfec473fbef23f131738b3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bed1e39ce0e1506e6c3dd6effa176e6537b62db3e13bd5d011a14d4b630768f3\";}}s:5:\"nonce\";s:12:\"728d3075ec73\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1649295687;a:11:{s:2:\"db\";s:74:\"backup_2022-04-07-0141_Top_Consultant_for_ISO_Certifica_0e2660477151-db.gz\";s:7:\"db-size\";i:38574610;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ca18035a57eff4b3cf9771eadfe743f9c9d5dfba\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0ad9b76ac8933eb4bcd462bd4b7a97bd3d8fda7cfafb34d3598e1d61f9a54ee5\";}}s:5:\"nonce\";s:12:\"0e2660477151\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1649209318;a:11:{s:2:\"db\";s:74:\"backup_2022-04-06-0141_Top_Consultant_for_ISO_Certifica_7c1a6a8687f9-db.gz\";s:7:\"db-size\";i:38574727;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fbea2ad9f66ff18962510d5438b6c29c8cd48d0f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"36f58717aa4143b3067c3dc0d529669b9966873dfb0fd009c6634848c70e0dba\";}}s:5:\"nonce\";s:12:\"7c1a6a8687f9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1649122958;a:11:{s:2:\"db\";s:74:\"backup_2022-04-05-0142_Top_Consultant_for_ISO_Certifica_bf75f2ffe136-db.gz\";s:7:\"db-size\";i:38573597;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d6caf3df30b1285a3d577b4099c8fb818a15bd4a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"880715748d9b5a85455217e8c91c748c20cf4808b73b66e00c0c8ce578bd3da0\";}}s:5:\"nonce\";s:12:\"bf75f2ffe136\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1649036473;a:11:{s:2:\"db\";s:74:\"backup_2022-04-04-0141_Top_Consultant_for_ISO_Certifica_f0dd25e712f3-db.gz\";s:7:\"db-size\";i:38573279;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1562e21d6729158ee66335aa65d49f4b0a665fed\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2695d83290e735a0985cd44a1b5845809c9047c8ec82656394c82f1037c4096a\";}}s:5:\"nonce\";s:12:\"f0dd25e712f3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1648950040;a:11:{s:2:\"db\";s:74:\"backup_2022-04-03-0140_Top_Consultant_for_ISO_Certifica_348d0801a8e0-db.gz\";s:7:\"db-size\";i:38573287;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"041dcc0864292485a3ec867ad10c798f493f80c7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2bb402ac6482a55cf8ce77aa230846476d3f4e5d425332ccf67a9098ec31892c\";}}s:5:\"nonce\";s:12:\"348d0801a8e0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1648863616;a:11:{s:2:\"db\";s:74:\"backup_2022-04-02-0140_Top_Consultant_for_ISO_Certifica_a6542086f050-db.gz\";s:7:\"db-size\";i:38572936;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"deec3342cdc266a1f439d59fcf7866d8d3309120\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"928b0afea9363acf0b6c8cd1e23a5c087d7aea4380747cc0e8abf1b73818a3d3\";}}s:5:\"nonce\";s:12:\"a6542086f050\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1648777193;a:11:{s:2:\"db\";s:74:\"backup_2022-04-01-0139_Top_Consultant_for_ISO_Certifica_26c8671f4911-db.gz\";s:7:\"db-size\";i:38572811;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8676176894915b70c873996817250e6423e9e0c7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"61b099284ebfd5a186c6feee1bc9e7ffda723a9d050c52c380756fce2f782506\";}}s:5:\"nonce\";s:12:\"26c8671f4911\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1648690770;a:11:{s:2:\"db\";s:74:\"backup_2022-03-31-0139_Top_Consultant_for_ISO_Certifica_ddbee6c0433f-db.gz\";s:7:\"db-size\";i:38571387;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cd2e7b37814ca3c76d9fbbd1419d9701e18bf389\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3db6315aed0ed64fc2f85facbd31c3bde59e4c56c1a4a9fef42c329997da454d\";}}s:5:\"nonce\";s:12:\"ddbee6c0433f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1648604404;a:11:{s:2:\"db\";s:74:\"backup_2022-03-30-0140_Top_Consultant_for_ISO_Certifica_956c7bbacee9-db.gz\";s:7:\"db-size\";i:38935173;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"651ecc6ec04bba67116b9e8f013e9005577a72ca\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5f18a8d9aab9b809af3c9ba31c6344bbf1eae27566534df2b8c7f05f1ebf7380\";}}s:5:\"nonce\";s:12:\"956c7bbacee9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1648517986;a:11:{s:2:\"db\";s:74:\"backup_2022-03-29-0139_Top_Consultant_for_ISO_Certifica_b001b5430461-db.gz\";s:7:\"db-size\";i:38563461;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b3240e5ec7bcdbdf62ff412a28066d4260dea261\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c08ae0b6e88eee8b2028664394f264b2f12b7d5c16487cd812dca301053a11f0\";}}s:5:\"nonce\";s:12:\"b001b5430461\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1648432288;a:11:{s:2:\"db\";s:74:\"backup_2022-03-28-0151_Top_Consultant_for_ISO_Certifica_d3b6dfd7ef6c-db.gz\";s:7:\"db-size\";i:38563919;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cd12ac3560e802c9241fb2567bda9dcfe37c399b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f5820a25fe31849a40df5feada1ff250d8e452f15076703a78d96c7dbb88936c\";}}s:5:\"nonce\";s:12:\"d3b6dfd7ef6c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1648345871;a:11:{s:2:\"db\";s:74:\"backup_2022-03-27-0151_Top_Consultant_for_ISO_Certifica_23c19f4c1fa9-db.gz\";s:7:\"db-size\";i:38563531;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"117a97b71e6efa3b9c8c48ad96247fb6a8cd4bce\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ef69c15ad34b75a09844d8f03731e31d873f775264e6663882aecc46a3f4699c\";}}s:5:\"nonce\";s:12:\"23c19f4c1fa9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1648259183;a:11:{s:2:\"db\";s:74:\"backup_2022-03-26-0146_Top_Consultant_for_ISO_Certifica_6701c19f628b-db.gz\";s:7:\"db-size\";i:38563391;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9f2b573e3f7182eaf7e2399fc5fa28b5262d97fa\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7616a0c834d66d44a8c933c786d17b735bbac5ff65e5ef95093d4d1c7d0f523f\";}}s:5:\"nonce\";s:12:\"6701c19f628b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1648173032;a:11:{s:2:\"db\";s:74:\"backup_2022-03-25-0150_Top_Consultant_for_ISO_Certifica_40a16d0db95b-db.gz\";s:7:\"db-size\";i:38561633;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c9568a49919ed1aea4cb8e4341daa2faa7ca604b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7ac9e01efd3b4a74826e9647363fcc3e6ded4fd0ef9fd76a7a345fd46d9ee574\";}}s:5:\"nonce\";s:12:\"40a16d0db95b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1648086018;a:11:{s:2:\"db\";s:74:\"backup_2022-03-24-0140_Top_Consultant_for_ISO_Certifica_34896d4d50bb-db.gz\";s:7:\"db-size\";i:38560476;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"015cc8e7736a5c6567de28119e1e30154a9c737f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"39e6badb40f93cfc76ea181d7d124ba95a8ac7ca454217461355145af79bd6f0\";}}s:5:\"nonce\";s:12:\"34896d4d50bb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1647999638;a:11:{s:2:\"db\";s:74:\"backup_2022-03-23-0140_Top_Consultant_for_ISO_Certifica_0643c783956b-db.gz\";s:7:\"db-size\";i:38908369;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a7d713d1c38ec5c30e8e7554234f5f05da95fc03\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c73d528b50dfbee4b23886fbd81a46f272bd025e6bdd943ffeb2a00e3b12207f\";}}s:5:\"nonce\";s:12:\"0643c783956b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1647913367;a:11:{s:2:\"db\";s:74:\"backup_2022-03-22-0142_Top_Consultant_for_ISO_Certifica_242d932e9d5e-db.gz\";s:7:\"db-size\";i:38545119;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7758327547a15c95af875bc4b132cd2b95c486cb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"38a55661261e749dfe8ad8e899088e6a54d89ca9720d7815b7560207757904ae\";}}s:5:\"nonce\";s:12:\"242d932e9d5e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1647827119;a:11:{s:2:\"db\";s:74:\"backup_2022-03-21-0145_Top_Consultant_for_ISO_Certifica_2d9ff9cba500-db.gz\";s:7:\"db-size\";i:38543686;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"090affcc7767de5eaabf92c714a6876683a2d5c0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"24efe133287f975b688d428d1d90b93b0409175ee4dfe64cf75cad296600358c\";}}s:5:\"nonce\";s:12:\"2d9ff9cba500\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1647740456;a:11:{s:2:\"db\";s:74:\"backup_2022-03-20-0140_Top_Consultant_for_ISO_Certifica_67c69b997ed0-db.gz\";s:7:\"db-size\";i:38545722;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"658b4766f587e1c82a94996dfe8828d1ff33444f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9c3ff851496120757319181826867c58617f3f57214c5746d2989bb755947c8b\";}}s:5:\"nonce\";s:12:\"67c69b997ed0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1647654020;a:11:{s:2:\"db\";s:74:\"backup_2022-03-19-0140_Top_Consultant_for_ISO_Certifica_790598aee572-db.gz\";s:7:\"db-size\";i:38546878;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a72a283763fb06ff142886c312d2bbc87658ad7c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a7d955126ef1592f7123fccaa46a953bdbfc431c3d5b0a49cca1913f7307e3c3\";}}s:5:\"nonce\";s:12:\"790598aee572\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1647567655;a:11:{s:2:\"db\";s:74:\"backup_2022-03-18-0140_Top_Consultant_for_ISO_Certifica_dcd2799a8015-db.gz\";s:7:\"db-size\";i:38546665;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7f949b34dc3d62a522361af59292426b06af355e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8a031780397fbfb2bb9e4decc036152ab2c6c991a6619b4711bed3b1be2c5efe\";}}s:5:\"nonce\";s:12:\"dcd2799a8015\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1647482569;a:11:{s:2:\"db\";s:74:\"backup_2022-03-17-0202_Top_Consultant_for_ISO_Certifica_d0624b004f0f-db.gz\";s:7:\"db-size\";i:38546052;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"54cd86dec7917550b5f422ca153a29ba890f7ac1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e133b15baccb07e19821a3043caccd6d6c36971c0b02cdb18c1a0e530dfa7fef\";}}s:5:\"nonce\";s:12:\"d0624b004f0f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1647395078;a:11:{s:2:\"db\";s:74:\"backup_2022-03-16-0144_Top_Consultant_for_ISO_Certifica_98ab731d8e74-db.gz\";s:7:\"db-size\";i:38545609;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"dbccc33cfad9f0501217b19736ab41222802a95b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"17a166595032a2de6869d028f51e69afcc677aa0c3d997ef9a1720588d0e30d2\";}}s:5:\"nonce\";s:12:\"98ab731d8e74\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1647309765;a:11:{s:2:\"db\";s:74:\"backup_2022-03-15-0202_Top_Consultant_for_ISO_Certifica_a9b54d61a808-db.gz\";s:7:\"db-size\";i:38545233;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"adead1b9bb877583bd191d1c1c8ff67ec37f64fa\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9d8ba6e08d53486572af03e5cdb6e407fd212c7d2f62b8f32b8bc8e5c7009075\";}}s:5:\"nonce\";s:12:\"a9b54d61a808\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1647221979;a:11:{s:2:\"db\";s:74:\"backup_2022-03-14-0139_Top_Consultant_for_ISO_Certifica_f76c6c7624b7-db.gz\";s:7:\"db-size\";i:38545650;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4d7c7006893b708d32bbc26997f4cfc914dd7929\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cdbf047cc970d59c586b18c6e3d31fcc8bdfa5002f5208942b432c42b0de9fb0\";}}s:5:\"nonce\";s:12:\"f76c6c7624b7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1647136080;a:11:{s:2:\"db\";s:74:\"backup_2022-03-13-0148_Top_Consultant_for_ISO_Certifica_d581648e6668-db.gz\";s:7:\"db-size\";i:38543338;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3684dbe22efa71c0381d737c86291a0d681a2f74\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c1ba7a1bf67fce99a2471481bf1e0c3bf2d68b2b29ab5df29dcca144d2d4c7cc\";}}s:5:\"nonce\";s:12:\"d581648e6668\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1647049615;a:11:{s:2:\"db\";s:74:\"backup_2022-03-12-0146_Top_Consultant_for_ISO_Certifica_de3758cf36a7-db.gz\";s:7:\"db-size\";i:38542442;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ded5e00908e8e2ea01cd33b75b596e30e74a9237\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8c726df6db684c7af408c5cb93ad659c967499993e90e2c83edb0c2fee019ae2\";}}s:5:\"nonce\";s:12:\"de3758cf36a7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1646962904;a:11:{s:2:\"db\";s:74:\"backup_2022-03-11-0141_Top_Consultant_for_ISO_Certifica_1abf75709c2a-db.gz\";s:7:\"db-size\";i:38539768;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7056f0c7dfc05d83b570285bfec1055cb7e5b69d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"52121513969f63691a1be47cce95d9c2138d0f3adee2d48761fd4d293832a106\";}}s:5:\"nonce\";s:12:\"1abf75709c2a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1646876803;a:11:{s:2:\"db\";s:74:\"backup_2022-03-10-0146_Top_Consultant_for_ISO_Certifica_e377286680d0-db.gz\";s:7:\"db-size\";i:38537627;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"539014dda6acbfeffdfeb8d189debacf250de420\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6383f9df74927659afe8af37d949c944bfe0e40df8ba0d9abc680e3e75b5c473\";}}s:5:\"nonce\";s:12:\"e377286680d0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1646790916;a:11:{s:2:\"db\";s:74:\"backup_2022-03-09-0155_Top_Consultant_for_ISO_Certifica_a0e320538f65-db.gz\";s:7:\"db-size\";i:38535576;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6786e4d737e0eff8dab2f9fbbfe8ff06d1cd9758\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e839edb4134c21db6f687ee0c92aaf207329598906892c808a9503ce3e0de368\";}}s:5:\"nonce\";s:12:\"a0e320538f65\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1646703721;a:11:{s:2:\"db\";s:74:\"backup_2022-03-08-0142_Top_Consultant_for_ISO_Certifica_a14d805b0300-db.gz\";s:7:\"db-size\";i:38535945;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bffeb7c1891edaa252672838682e09fe74ec4629\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e57ee655c61e4b08c41100898d8a87b119b9bd96914c4b6d5cad0f3f61cd379f\";}}s:5:\"nonce\";s:12:\"a14d805b0300\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1646617822;a:11:{s:2:\"db\";s:74:\"backup_2022-03-07-0150_Top_Consultant_for_ISO_Certifica_e087dce1ae52-db.gz\";s:7:\"db-size\";i:38534206;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b85244028a21a57e9aa71665b01aa1a8708549b5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"13f3d1353b0384b6b2debae799550a3fde33a8f86cf8c90adf6f8e47e1606084\";}}s:5:\"nonce\";s:12:\"e087dce1ae52\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1646532548;a:11:{s:2:\"db\";s:74:\"backup_2022-03-06-0209_Top_Consultant_for_ISO_Certifica_670379e38d0d-db.gz\";s:7:\"db-size\";i:38533848;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d01c0ed27ddde6b36d397d0546cfc03cfc9b7119\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"00e075bc1e95e2d172ba492f72bff2feb6fe491a31f695392aceb8302e1f5956\";}}s:5:\"nonce\";s:12:\"670379e38d0d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1646447934;a:11:{s:2:\"db\";s:74:\"backup_2022-03-05-0238_Top_Consultant_for_ISO_Certifica_9e01a73264f0-db.gz\";s:7:\"db-size\";i:38533403;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d6f970ac4311db3bde1b481f07ecbc4451dd1a01\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1d0da3f6fecd4511306424ec39a93dd3a6569fb5064a41ad58aaaf34befe26de\";}}s:5:\"nonce\";s:12:\"9e01a73264f0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1646358417;a:11:{s:2:\"db\";s:74:\"backup_2022-03-04-0146_Top_Consultant_for_ISO_Certifica_e6bd8116cc66-db.gz\";s:7:\"db-size\";i:38530008;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"45c7eb0451e6613ef6af1d4f409a2e29ff6d2bca\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b1499c887d17f699d87533cb4559a585f77a68c8319c9a07994f1a1f25235bd5\";}}s:5:\"nonce\";s:12:\"e6bd8116cc66\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1646271799;a:11:{s:2:\"db\";s:74:\"backup_2022-03-03-0143_Top_Consultant_for_ISO_Certifica_e66d19d0b7cd-db.gz\";s:7:\"db-size\";i:38527701;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b0d984b0714aedb780d81f290315fa94d4de079d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5a7e4ceed299b050ac4a48593e9e55fa77887e40d3b49432b6dc742771f9aa5f\";}}s:5:\"nonce\";s:12:\"e66d19d0b7cd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1646186141;a:11:{s:2:\"db\";s:74:\"backup_2022-03-02-0155_Top_Consultant_for_ISO_Certifica_85558c4e6b20-db.gz\";s:7:\"db-size\";i:38525241;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b362af608b2d5908efd7dd07262fcbcd4ce0509f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"149aa79feeff4209e7a0f2cb0decb03adb7bf979429556215707bda3af9dd233\";}}s:5:\"nonce\";s:12:\"85558c4e6b20\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1646100153;a:11:{s:2:\"db\";s:74:\"backup_2022-03-01-0202_Top_Consultant_for_ISO_Certifica_5b0e37ecb538-db.gz\";s:7:\"db-size\";i:38516482;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ecba278b262b9a4b54e3361a7a507b65728fe376\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"25d9e6229cf8cec9265f736eae977d8f28d2d218b016e9cd1d760cb04315e2e1\";}}s:5:\"nonce\";s:12:\"5b0e37ecb538\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1646013615;a:11:{s:2:\"db\";s:74:\"backup_2022-02-28-0200_Top_Consultant_for_ISO_Certifica_1f221e66e607-db.gz\";s:7:\"db-size\";i:38518527;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"efd89777825b87fc0e7972ce402459ebb87ce19d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"443e124ade7f5ec1a8cd5a00625e0df2aa048b8885c80f7e3f3924c2b2e687aa\";}}s:5:\"nonce\";s:12:\"1f221e66e607\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1645926616;a:11:{s:2:\"db\";s:74:\"backup_2022-02-27-0150_Top_Consultant_for_ISO_Certifica_6824a3bbf69f-db.gz\";s:7:\"db-size\";i:38518745;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"13d1dd6b3c5ddfd6191971bb62ebb444f977575a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1af193fa495d81b788cbf8f6e3bbdfca1e0ff3e9894090b1fbf8a4d0d1dad502\";}}s:5:\"nonce\";s:12:\"6824a3bbf69f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1645841075;a:11:{s:2:\"db\";s:74:\"backup_2022-02-26-0204_Top_Consultant_for_ISO_Certifica_25c5a0289a54-db.gz\";s:7:\"db-size\";i:38518857;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bbc7874b8f8e8d5c916eec80ded2226295353ad0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d61b082e9c0a274949c2be9084f36aabf10ad56a25d9bd821e244fb2d24dd005\";}}s:5:\"nonce\";s:12:\"25c5a0289a54\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1645754417;a:11:{s:2:\"db\";s:74:\"backup_2022-02-25-0200_Top_Consultant_for_ISO_Certifica_b422b42710bf-db.gz\";s:7:\"db-size\";i:38514966;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4eff12aafbfe86e87b5c1270169ccbf6230674d4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0a19a96d876eef51df9e1b6400186dcea5767c8db09e376b1f0131da1e406779\";}}s:5:\"nonce\";s:12:\"b422b42710bf\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1645666886;a:11:{s:2:\"db\";s:74:\"backup_2022-02-24-0141_Top_Consultant_for_ISO_Certifica_9a77b6a2efd6-db.gz\";s:7:\"db-size\";i:38514278;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b0f4514b32f8a51b9a12d308ed3295c8d721469b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e3839472a824dd92943dd2f95bcbbafcb1902c5eb238cb201bbe299396da01ac\";}}s:5:\"nonce\";s:12:\"9a77b6a2efd6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1645581780;a:11:{s:2:\"db\";s:74:\"backup_2022-02-23-0203_Top_Consultant_for_ISO_Certifica_7e29ce5f006b-db.gz\";s:7:\"db-size\";i:38512475;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3fa96fbe1edaf667cc72b35c3e87bf55664ef9c2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"35cea788e04552106331ae70d815b7407a1c1a9f057e2b95a1bbe9fe2e01efd5\";}}s:5:\"nonce\";s:12:\"7e29ce5f006b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1645494455;a:11:{s:2:\"db\";s:74:\"backup_2022-02-22-0147_Top_Consultant_for_ISO_Certifica_d3f1c7478c85-db.gz\";s:7:\"db-size\";i:38510260;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"161c691577f72e5094ceb0679365e8b5784803fe\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6cd538b4bc72b7ab4ed48a795959f4737c8ffd97957a2a3615428c4ebbe66015\";}}s:5:\"nonce\";s:12:\"d3f1c7478c85\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1645408679;a:11:{s:2:\"db\";s:74:\"backup_2022-02-21-0157_Top_Consultant_for_ISO_Certifica_60779d232496-db.gz\";s:7:\"db-size\";i:38510646;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"95351e385b6958c56fce3afd40e9601181bbfcec\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"46d6d6011a41fb36d1904ad8aba1bf5bd74ad15f7b2c3a11d68345a83dd036d7\";}}s:5:\"nonce\";s:12:\"60779d232496\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1645323266;a:11:{s:2:\"db\";s:74:\"backup_2022-02-20-0214_Top_Consultant_for_ISO_Certifica_a857ff027c98-db.gz\";s:7:\"db-size\";i:38509568;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"aa6cccf5af9a8dffb7429a5aef4a689958c9f31a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9a48aee9f51c527285ae431a38523807aacf9f70c4f3a1da7420b4a0c6a2749f\";}}s:5:\"nonce\";s:12:\"a857ff027c98\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1645237677;a:11:{s:2:\"db\";s:74:\"backup_2022-02-19-0227_Top_Consultant_for_ISO_Certifica_f71efabf2cbe-db.gz\";s:7:\"db-size\";i:38509933;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"de0a7c9736396e7880bc7261dfcfee1864682d5c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"41f557f8a28dae673cc677c86bf95f774edb5745dcda36c82454e6cff6cc54fd\";}}s:5:\"nonce\";s:12:\"f71efabf2cbe\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1645148391;a:11:{s:2:\"db\";s:74:\"backup_2022-02-18-0139_Top_Consultant_for_ISO_Certifica_ddf7cbda7d85-db.gz\";s:7:\"db-size\";i:38510121;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"99b277d1d835fcff043ab90e08c7061fc5c25cd3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6cf7acaae580675dd4c8be687cd2073687ca025470d2fc8f6536099de162aa11\";}}s:5:\"nonce\";s:12:\"ddf7cbda7d85\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1645062385;a:11:{s:2:\"db\";s:74:\"backup_2022-02-17-0146_Top_Consultant_for_ISO_Certifica_6dcdbcdcb6de-db.gz\";s:7:\"db-size\";i:38507097;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c93f84f56eb17e4736256615b693f26f85349665\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a4bd58fd3a5b13ee41d66e5903132d3a5532de3cf908661f83fb626427009f51\";}}s:5:\"nonce\";s:12:\"6dcdbcdcb6de\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1644975722;a:11:{s:2:\"db\";s:74:\"backup_2022-02-16-0142_Top_Consultant_for_ISO_Certifica_bdaf5cb4e553-db.gz\";s:7:\"db-size\";i:38508557;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9401cc33e9e52c91ff74d07519844c0dbcccd73c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a5a154db4099f3c401b0a31c4fa06cfce1b005b6b1a6c60b41b2bca7df490c14\";}}s:5:\"nonce\";s:12:\"bdaf5cb4e553\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1644889227;a:11:{s:2:\"db\";s:74:\"backup_2022-02-15-0140_Top_Consultant_for_ISO_Certifica_d0c29386628b-db.gz\";s:7:\"db-size\";i:38507615;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8d4f633a38e2e954b40690ff074d74832486daf8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e76c31533ad1793887faeffb075a63ee8442ca0f689cac6ba7e093e0e5ba98e8\";}}s:5:\"nonce\";s:12:\"d0c29386628b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1644805522;a:11:{s:2:\"db\";s:74:\"backup_2022-02-14-0225_Top_Consultant_for_ISO_Certifica_f266873db7cd-db.gz\";s:7:\"db-size\";i:38509873;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"34f89d2339ce91044e8213c2292ffbe2e56f1133\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4b088d774f25fa887c3d2f3589934424ad7f61e5408e6a76e19180d55ac4395d\";}}s:5:\"nonce\";s:12:\"f266873db7cd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1644716882;a:11:{s:2:\"db\";s:74:\"backup_2022-02-13-0148_Top_Consultant_for_ISO_Certifica_6c460e41a1b4-db.gz\";s:7:\"db-size\";i:38503700;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fc1310b90df7f0bd8f5953170334f9ec8345832d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a21cb2792503b124adf4b2e9a40cfcb95b48505e173405e4f2144865706a8557\";}}s:5:\"nonce\";s:12:\"6c460e41a1b4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1644630965;a:11:{s:2:\"db\";s:74:\"backup_2022-02-12-0156_Top_Consultant_for_ISO_Certifica_08f5318204d5-db.gz\";s:7:\"db-size\";i:38504104;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d627b152e981c87a7cede9ce751f6aef66beab2e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"42b0c35f5f881336d8e170a46b1cfbd5902e46641bd218857adb6ecdf9b7b72c\";}}s:5:\"nonce\";s:12:\"08f5318204d5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1644544685;a:11:{s:2:\"db\";s:74:\"backup_2022-02-11-0158_Top_Consultant_for_ISO_Certifica_3d7564ab18ef-db.gz\";s:7:\"db-size\";i:38503874;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"268b34695c0ee4b4458940b75786c148e4fb6d63\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7059ccf23749ec2ae1486654f3ed880a3d0d4d670adfe1c13d80c0ddb5926aeb\";}}s:5:\"nonce\";s:12:\"3d7564ab18ef\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1644459853;a:11:{s:2:\"db\";s:74:\"backup_2022-02-10-0224_Top_Consultant_for_ISO_Certifica_fddf8909865e-db.gz\";s:7:\"db-size\";i:38492043;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cbe6de5155dfafdaca1501bd3e1cbc4a99eac88d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"130ad972289eff66db355e2c923da3591683b1df6d0444832b4f17acc57ac9f9\";}}s:5:\"nonce\";s:12:\"fddf8909865e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1644370915;a:11:{s:2:\"db\";s:74:\"backup_2022-02-09-0141_Top_Consultant_for_ISO_Certifica_173daeb04973-db.gz\";s:7:\"db-size\";i:38492490;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"51858be90434b93c0a8d5b1b5abead98996c6127\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1183e0dc7c4f64e030cd7cd4a509667760c1915fa33327015f85476e394cb341\";}}s:5:\"nonce\";s:12:\"173daeb04973\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1644284750;a:11:{s:2:\"db\";s:74:\"backup_2022-02-08-0145_Top_Consultant_for_ISO_Certifica_05122ea75d48-db.gz\";s:7:\"db-size\";i:38493486;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c2d830a3350c42c2642aff022e3621632772a351\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3ff849222045a9b96c77dc564a368bc4df7ea92b0dfef039d6e2037cbc0f9105\";}}s:5:\"nonce\";s:12:\"05122ea75d48\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1644198806;a:11:{s:2:\"db\";s:74:\"backup_2022-02-07-0153_Top_Consultant_for_ISO_Certifica_3e53ff60a458-db.gz\";s:7:\"db-size\";i:38492983;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"381abbd3234817620407838b37878f3371847d23\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"29d34d4bcd90a73ca160b2301fade83a5e448d46f0c35e38066ef8be55a4ebf7\";}}s:5:\"nonce\";s:12:\"3e53ff60a458\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1644112218;a:11:{s:2:\"db\";s:74:\"backup_2022-02-06-0150_Top_Consultant_for_ISO_Certifica_9b915e730e88-db.gz\";s:7:\"db-size\";i:38492458;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"96b529a3c3a4c2d4281df8b693fa9fa34cfb3d8d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"566e8c5374958f3cc04af2b11ca1e304b18c90f745c3563ebe35b0da043d8681\";}}s:5:\"nonce\";s:12:\"9b915e730e88\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1644025176;a:11:{s:2:\"db\";s:74:\"backup_2022-02-05-0139_Top_Consultant_for_ISO_Certifica_3058b8b6e77d-db.gz\";s:7:\"db-size\";i:38492255;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0eabcd07de447acc55fb54c9ba0ce5a7b3b23ab4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2bf60101bd1f473bf4ca914847c3a4cfed6aec3ed653b6e64e65a58fc27320e4\";}}s:5:\"nonce\";s:12:\"3058b8b6e77d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1643939626;a:11:{s:2:\"db\";s:74:\"backup_2022-02-04-0153_Top_Consultant_for_ISO_Certifica_d2a22ba7b71c-db.gz\";s:7:\"db-size\";i:38492118;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1e255815365c9bd22c56de9486e9af7ee896bbe2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"63de247b68d8f1677715691395e27028c02f1ae6af33429d1f0c34950a835cbc\";}}s:5:\"nonce\";s:12:\"d2a22ba7b71c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1643853264;a:11:{s:2:\"db\";s:74:\"backup_2022-02-03-0154_Top_Consultant_for_ISO_Certifica_2b82ddc88f84-db.gz\";s:7:\"db-size\";i:38492861;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0405ceafcc82c01b35723d1ac6511807cead306e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"03adc5ded1e50ab8d8680aeabd70e05bc2ca59f0fa32ac44951f29b57666e4cd\";}}s:5:\"nonce\";s:12:\"2b82ddc88f84\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1643766442;a:11:{s:2:\"db\";s:74:\"backup_2022-02-02-0147_Top_Consultant_for_ISO_Certifica_8a9dad56d104-db.gz\";s:7:\"db-size\";i:38492599;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"78f77aa84e07d9d74a0330d0237fdf8d9244ad34\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"af5f99b5c4dd772ac20d13a066283881378bc1c77c59a655c8ca3224ca564e8d\";}}s:5:\"nonce\";s:12:\"8a9dad56d104\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1643680562;a:11:{s:2:\"db\";s:74:\"backup_2022-02-01-0156_Top_Consultant_for_ISO_Certifica_10a5267f36b5-db.gz\";s:7:\"db-size\";i:38493802;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d98edc7a72f21db32f9a6dff7057471b03c0c0dd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fa7b9b4ba95dc8e609107ed1f7b88032963e7f659f875f902a973c8ba8ea1e6f\";}}s:5:\"nonce\";s:12:\"10a5267f36b5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1643593604;a:11:{s:2:\"db\";s:74:\"backup_2022-01-31-0146_Top_Consultant_for_ISO_Certifica_ceb74f035b13-db.gz\";s:7:\"db-size\";i:38484604;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"07c1c3f869d5aba5b60336d55b36648fcb53640f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ee265b053229f6cb610caa50679032b173c368e56c00cecbaad72689b7916935\";}}s:5:\"nonce\";s:12:\"ceb74f035b13\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1643508047;a:11:{s:2:\"db\";s:74:\"backup_2022-01-30-0200_Top_Consultant_for_ISO_Certifica_a63379055b1b-db.gz\";s:7:\"db-size\";i:38485200;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"214f5874e2cb5c6dd84fe2f2ef80eb2d0f4e3528\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ed5e52fc34802a5c80e0a7a4a0211555ba644c219e8e43859003e0945f52847c\";}}s:5:\"nonce\";s:12:\"a63379055b1b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1643420363;a:11:{s:2:\"db\";s:74:\"backup_2022-01-29-0139_Top_Consultant_for_ISO_Certifica_7794c61a350c-db.gz\";s:7:\"db-size\";i:38485696;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bc3cf315e7ddfe45b760034246d7b750dad315d4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b36d88b6a2728e4b6068412ce1a2b318cbced8e4178ce9a06ccd8e8642c082b7\";}}s:5:\"nonce\";s:12:\"7794c61a350c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1643334557;a:11:{s:2:\"db\";s:74:\"backup_2022-01-28-0149_Top_Consultant_for_ISO_Certifica_7eadea2cc905-db.gz\";s:7:\"db-size\";i:38485714;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1a4feedc5f3a87c79aa22e0b0cf540bd208faa71\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2ed4a358063a74ac996f54ca0dd2df43ec1f09863e74a9b143d0c9f6025fb3fa\";}}s:5:\"nonce\";s:12:\"7eadea2cc905\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1643248059;a:11:{s:2:\"db\";s:74:\"backup_2022-01-27-0147_Top_Consultant_for_ISO_Certifica_7797a03be35d-db.gz\";s:7:\"db-size\";i:38475589;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"034c7bdfb4e21032f9c8398db663f57e931a110e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"98b1b9f259596fd7f4a75b38a420c5b9271812ec845754d4fb722d48b211a463\";}}s:5:\"nonce\";s:12:\"7797a03be35d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1643161618;a:11:{s:2:\"db\";s:74:\"backup_2022-01-26-0146_Top_Consultant_for_ISO_Certifica_9924248104c2-db.gz\";s:7:\"db-size\";i:38475892;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"65a416c504dc70b9eb03860f37bee7b712a1f99d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c8a80ed292100ef788d5515213aa7752eece56948273215a3d4153034f83b068\";}}s:5:\"nonce\";s:12:\"9924248104c2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1643075323;a:11:{s:2:\"db\";s:74:\"backup_2022-01-25-0148_Top_Consultant_for_ISO_Certifica_e27df416dc81-db.gz\";s:7:\"db-size\";i:38475868;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"99bd88ef94517f893096c7ff67ff882e83de813b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cf9e3596d8ee099257d80459557a7f8d2193acfbd960b8e9b5b24c8f855c7ee2\";}}s:5:\"nonce\";s:12:\"e27df416dc81\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1642988925;a:11:{s:2:\"db\";s:74:\"backup_2022-01-24-0148_Top_Consultant_for_ISO_Certifica_77a3f5410b6e-db.gz\";s:7:\"db-size\";i:38474577;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"691fa9de74768adfed409c350a250698bcba77b7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b0434a441fcd7962b7d1b6f3cf3ddbc75a8f7071a2a3a454d9489de7f744db04\";}}s:5:\"nonce\";s:12:\"77a3f5410b6e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1642902822;a:11:{s:2:\"db\";s:74:\"backup_2022-01-23-0153_Top_Consultant_for_ISO_Certifica_64819be1063e-db.gz\";s:7:\"db-size\";i:38475692;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"44640db0745d71d2917696508a77c06ae36f821b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1d227ea082173e2c509419d930b78d81fd503398e1c02c575e8c580a411e8668\";}}s:5:\"nonce\";s:12:\"64819be1063e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1642816015;a:11:{s:2:\"db\";s:74:\"backup_2022-01-22-0146_Top_Consultant_for_ISO_Certifica_6c608f121153-db.gz\";s:7:\"db-size\";i:38474626;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"44a66157ae1f37bb4d7fabe686c1e101d6000d69\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"eb721576dc733c8e8faff8f575546fe0aa100e9ece4e1358b0d88a673b69ec10\";}}s:5:\"nonce\";s:12:\"6c608f121153\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1642729157;a:11:{s:2:\"db\";s:74:\"backup_2022-01-21-0139_Top_Consultant_for_ISO_Certifica_318fa58b181a-db.gz\";s:7:\"db-size\";i:38474654;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"43f7805c1be194f5a6f19d20140906d2fdd2f044\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f8ecd9df19513724d40370a3aa8d3f3bb186d41adfbdb9bf685a83aa0658ac4b\";}}s:5:\"nonce\";s:12:\"318fa58b181a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1642645245;a:11:{s:2:\"db\";s:74:\"backup_2022-01-20-0220_Top_Consultant_for_ISO_Certifica_f6c6e24ff457-db.gz\";s:7:\"db-size\";i:38472814;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"49839f6eb05de791c5812ea7f51f0f88fd268e8e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"682ed8b337953d9911cdcab635b9cd238bc0b5d86e2461c4a85927bac7761c3f\";}}s:5:\"nonce\";s:12:\"f6c6e24ff457\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1642556819;a:11:{s:2:\"db\";s:74:\"backup_2022-01-19-0146_Top_Consultant_for_ISO_Certifica_d151cea72c73-db.gz\";s:7:\"db-size\";i:38470237;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3f9ffdc0667f36d1a491fc5b0f7c3fb1aeb6d1d7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"dcd721f36e958798bc57d9880125f5452bc78610c1975332ee0693e0678006c1\";}}s:5:\"nonce\";s:12:\"d151cea72c73\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1642470017;a:11:{s:2:\"db\";s:74:\"backup_2022-01-18-0140_Top_Consultant_for_ISO_Certifica_ff195d98be1f-db.gz\";s:7:\"db-size\";i:38457302;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"90925b863e440b7973b0fac0d9b1cef09ee7f261\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c6d2f5f7c3358c72a028642f069faaafce903ef5b1e7b8263ecef68111df5785\";}}s:5:\"nonce\";s:12:\"ff195d98be1f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1642384917;a:11:{s:2:\"db\";s:74:\"backup_2022-01-17-0201_Top_Consultant_for_ISO_Certifica_b784d1356fae-db.gz\";s:7:\"db-size\";i:38455838;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"002014a12626ebb17b75995fb7ae9e196a29630a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a86338c3778a940d5a55b6816a9b1ee57a177b52ad0b5f203f514604cbf6a0a0\";}}s:5:\"nonce\";s:12:\"b784d1356fae\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1642298721;a:11:{s:2:\"db\";s:74:\"backup_2022-01-16-0205_Top_Consultant_for_ISO_Certifica_78cc9a412a68-db.gz\";s:7:\"db-size\";i:38456487;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4fef5e937821938d6e18197108b77b5534f42eed\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9e3815619b1fb16334e2d1be21c78211de0509da6cae98d4c4f6187cbfdf32f2\";}}s:5:\"nonce\";s:12:\"78cc9a412a68\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1642210788;a:11:{s:2:\"db\";s:74:\"backup_2022-01-15-0139_Top_Consultant_for_ISO_Certifica_5c8a544ddfe8-db.gz\";s:7:\"db-size\";i:38456391;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e73aaf0141d8f4c4279950798a64822e3874cbc5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"254e0ebf65b37e9eab33cce7702e431094945f27881be8e4852d84a638e00373\";}}s:5:\"nonce\";s:12:\"5c8a544ddfe8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1642124636;a:11:{s:2:\"db\";s:74:\"backup_2022-01-14-0143_Top_Consultant_for_ISO_Certifica_c819fe9f5ea9-db.gz\";s:7:\"db-size\";i:38458328;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"289df07563ea8535806fe16960a7eef9bc69b5cc\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"10f1ac2220b34d711cf142c46512635a15b1f9f4d82426e79c366ff8e29c3a51\";}}s:5:\"nonce\";s:12:\"c819fe9f5ea9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1642038042;a:11:{s:2:\"db\";s:74:\"backup_2022-01-13-0140_Top_Consultant_for_ISO_Certifica_92ced3577aad-db.gz\";s:7:\"db-size\";i:38458561;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c582aba93cebee3094f8496328b73185dd53bea0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f73e15c588d2e238ee56778816e6ad109479f35b62e387b78c8e779d1d94a150\";}}s:5:\"nonce\";s:12:\"92ced3577aad\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1641952850;a:11:{s:2:\"db\";s:74:\"backup_2022-01-12-0200_Top_Consultant_for_ISO_Certifica_600a0ae193b3-db.gz\";s:7:\"db-size\";i:38458564;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"985474262066d9d357854f8dd33e722387cdf1f1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c6e5d4c3a9d78d257ee4f996b7c4f5c129da70bed808e5c9400d67038bac937b\";}}s:5:\"nonce\";s:12:\"600a0ae193b3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1641865216;a:11:{s:2:\"db\";s:74:\"backup_2022-01-11-0140_Top_Consultant_for_ISO_Certifica_bbe1e054342e-db.gz\";s:7:\"db-size\";i:38457902;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3d855f1e36f58f7e469aa51ab736134ae60256a8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c8bff47f7fafa9641ceba8a9c71d984054acd0238a409394b15a0b0838be3e87\";}}s:5:\"nonce\";s:12:\"bbe1e054342e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1641778860;a:11:{s:2:\"db\";s:74:\"backup_2022-01-10-0141_Top_Consultant_for_ISO_Certifica_ff0a81d1e980-db.gz\";s:7:\"db-size\";i:38458376;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cfcd08cfb637affb985200687b9820381a4b8761\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b456d64c65d54ab75fa7052a54e2def76451b6c70ab5442387adf7e26981d681\";}}s:5:\"nonce\";s:12:\"ff0a81d1e980\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1641692991;a:11:{s:2:\"db\";s:74:\"backup_2022-01-09-0149_Top_Consultant_for_ISO_Certifica_70ffd4d88f8f-db.gz\";s:7:\"db-size\";i:38459848;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2977ccb189e6b0cef10a589c95039721b0c5b2c0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b86d2850fabc7271dec88fbd028a680ca41c72ae24c0f0b969a1dd7f41deb888\";}}s:5:\"nonce\";s:12:\"70ffd4d88f8f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1641606494;a:11:{s:2:\"db\";s:74:\"backup_2022-01-08-0148_Top_Consultant_for_ISO_Certifica_f9935a29d4c0-db.gz\";s:7:\"db-size\";i:38461099;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"91e9741bf4c8324059ffbc3772e5bc00de9ea972\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"26e72c815f8a3378422f441980b11f97205b7dca3c7a7cad68ab86478a773356\";}}s:5:\"nonce\";s:12:\"f9935a29d4c0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1641520003;a:11:{s:2:\"db\";s:74:\"backup_2022-01-07-0146_Top_Consultant_for_ISO_Certifica_b0cf59845726-db.gz\";s:7:\"db-size\";i:38462078;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4d78d66e40f3477a2fd315bf40a6527a5c058291\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ce337485666ebc3dfaa91fda59a1ebad5efdf64b07adaa54965ad7fa345d6a7c\";}}s:5:\"nonce\";s:12:\"b0cf59845726\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1641433170;a:11:{s:2:\"db\";s:74:\"backup_2022-01-06-0139_Top_Consultant_for_ISO_Certifica_1156a5a3d96c-db.gz\";s:7:\"db-size\";i:38460553;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b12ba835cec0679a2e7053f0a3782524f319a15c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fe620311551d63a840ea72572e089ce44e3d77d829266aaf459f3e23d592b197\";}}s:5:\"nonce\";s:12:\"1156a5a3d96c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1641348084;a:11:{s:2:\"db\";s:74:\"backup_2022-01-05-0201_Top_Consultant_for_ISO_Certifica_1f6e1f421d42-db.gz\";s:7:\"db-size\";i:38461422;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8ae3d5e13427c310f2febeafe7129efa8511e014\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b965c16775db41cf40c1547b8e4c45c1fdabfb9a18f6d7bb284a956df9434ed8\";}}s:5:\"nonce\";s:12:\"1f6e1f421d42\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1641261037;a:11:{s:2:\"db\";s:74:\"backup_2022-01-04-0150_Top_Consultant_for_ISO_Certifica_1909b06927fe-db.gz\";s:7:\"db-size\";i:38824203;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4cf98c1e614fe7d576510a739d8f76642dc5b684\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"909f15d29ee4d24485417ccb50365deb72d4a5098604bea51c2b9b39cc461134\";}}s:5:\"nonce\";s:12:\"1909b06927fe\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1641175075;a:11:{s:2:\"db\";s:74:\"backup_2022-01-03-0157_Top_Consultant_for_ISO_Certifica_4fa8e240f778-db.gz\";s:7:\"db-size\";i:38467797;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9eb1eb44a83f1b2861d856152bc0ac1f45fc1697\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"89c819cacd6919b1b70f36e64da91f0c0ec226cca111fb347663dd45ddaa3283\";}}s:5:\"nonce\";s:12:\"4fa8e240f778\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1641088874;a:11:{s:2:\"db\";s:74:\"backup_2022-01-02-0201_Top_Consultant_for_ISO_Certifica_ad866eab254b-db.gz\";s:7:\"db-size\";i:38468391;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3baf171325d5d0133b55ece874bd4afffa29cc41\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6af422ffc3f8a3a7c84ed74bf6be5a1b7953c12c9420cc5c09bcc39240b28626\";}}s:5:\"nonce\";s:12:\"ad866eab254b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1641001165;a:11:{s:2:\"db\";s:74:\"backup_2022-01-01-0139_Top_Consultant_for_ISO_Certifica_f53360a1b584-db.gz\";s:7:\"db-size\";i:38468249;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2cafd3c076ff465fbc0d84e47d9edac44f9b647f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9307dd6620560b73b13219518dae31bea02e2fdcae157fd5ae92183c41766824\";}}s:5:\"nonce\";s:12:\"f53360a1b584\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1640915140;a:11:{s:2:\"db\";s:74:\"backup_2021-12-31-0145_Top_Consultant_for_ISO_Certifica_86a4777b9b50-db.gz\";s:7:\"db-size\";i:38468482;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5e6211ba5122d1fde9c0496bff5f76e1984a58bb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"374da86eb9b8fcabf87da9e0446de8a3522202bcacd98aff6a88269d4f2c966f\";}}s:5:\"nonce\";s:12:\"86a4777b9b50\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1640828940;a:11:{s:2:\"db\";s:74:\"backup_2021-12-30-0149_Top_Consultant_for_ISO_Certifica_43c1fbaa4d6c-db.gz\";s:7:\"db-size\";i:38892244;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8f2129db5ffc40ff93bd977487e858b5ccec61dc\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"54435b75245d451a2214695099d193f0ab66b35ef2c55e414c90550fe5d240f1\";}}s:5:\"nonce\";s:12:\"43c1fbaa4d6c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1640743334;a:11:{s:2:\"db\";s:74:\"backup_2021-12-29-0202_Top_Consultant_for_ISO_Certifica_d4bb37a1acd5-db.gz\";s:7:\"db-size\";i:38465170;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"13ef0af174c88be0be2ac0cc1485d134f4c8f234\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"deae2f3292a2b9e410dfc100e17cd59edb45c4dd3dd3883e124cc922a9fe439b\";}}s:5:\"nonce\";s:12:\"d4bb37a1acd5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1640656426;a:11:{s:2:\"db\";s:74:\"backup_2021-12-28-0153_Top_Consultant_for_ISO_Certifica_bc9249cbabd4-db.gz\";s:7:\"db-size\";i:38776515;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ef5d413b0fa1c23fc410b0f49e064911c6a4a397\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cd458e907cd17be8d9f82998083f6b90459d6a976034174dd9084803f1ddb4cb\";}}s:5:\"nonce\";s:12:\"bc9249cbabd4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1640570054;a:11:{s:2:\"db\";s:74:\"backup_2021-12-27-0154_Top_Consultant_for_ISO_Certifica_52adb668cac2-db.gz\";s:7:\"db-size\";i:38460785;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3e1a750574899d476ad6d73a33f189a76bfc05c4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7d840af25218aa1cc531ef8048cda7f38e27e16a899d13438f5ec4cf58dba5eb\";}}s:5:\"nonce\";s:12:\"52adb668cac2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1640485548;a:11:{s:2:\"db\";s:74:\"backup_2021-12-26-0225_Top_Consultant_for_ISO_Certifica_727009db1fea-db.gz\";s:7:\"db-size\";i:38461013;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a6399f4bebabf0e281b554f47595b6ed3dd118bb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"57d16155a6c6f9f5792049510969699e7e5990de2493ba0cbdbc72c04fd8fe41\";}}s:5:\"nonce\";s:12:\"727009db1fea\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1640396872;a:11:{s:2:\"db\";s:74:\"backup_2021-12-25-0147_Top_Consultant_for_ISO_Certifica_f7d1b980d86b-db.gz\";s:7:\"db-size\";i:38460952;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fa7c42d70586e0c23520b55b4ecbee10cfd98e9b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a42dc5288aef8045e9d1c568d83d05466f5a5364f2c46458cdb0edb3e0076f1b\";}}s:5:\"nonce\";s:12:\"f7d1b980d86b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1640310829;a:11:{s:2:\"db\";s:74:\"backup_2021-12-24-0153_Top_Consultant_for_ISO_Certifica_5a966c853bec-db.gz\";s:7:\"db-size\";i:38463306;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c8aeec8679bf6d5cad6342746dde5fdd09cb19ef\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e70d89888aa06ceff37a82ecdee1dea4692985eb8e54283fdf50e482d0598a80\";}}s:5:\"nonce\";s:12:\"5a966c853bec\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1640225328;a:11:{s:2:\"db\";s:74:\"backup_2021-12-23-0208_Top_Consultant_for_ISO_Certifica_d0252157af07-db.gz\";s:7:\"db-size\";i:38466139;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1080aa1a15cac5bb217aa3272837950a75d97283\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3b793608776a0b54a20bc4b819bcb855b89eb9b97857fce03111853dca6591e7\";}}s:5:\"nonce\";s:12:\"d0252157af07\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1640137356;a:11:{s:2:\"db\";s:74:\"backup_2021-12-22-0142_Top_Consultant_for_ISO_Certifica_68c9871585e2-db.gz\";s:7:\"db-size\";i:38468542;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"aa17a37a05b4e871c1c4836c3d722b58cd5f46cc\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9004348ac7d7e7e994112337ffe46c64a54392b44c08f8769af70579ca6c7381\";}}s:5:\"nonce\";s:12:\"68c9871585e2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1640050781;a:11:{s:2:\"db\";s:74:\"backup_2021-12-21-0139_Top_Consultant_for_ISO_Certifica_eb0fd9722708-db.gz\";s:7:\"db-size\";i:38468689;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8df8a930eb29c1e673dfdc475131d2e03877a9da\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c08bd13476109fd4854e3a1f33225e533ce0d220e5be60543cdc873a4324ab83\";}}s:5:\"nonce\";s:12:\"eb0fd9722708\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1639964804;a:11:{s:2:\"db\";s:74:\"backup_2021-12-20-0146_Top_Consultant_for_ISO_Certifica_e0d8bae22377-db.gz\";s:7:\"db-size\";i:38468135;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1f0833544b10d824e4e3b46560a517489dff167b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a47b1498573cceda917a8dd607f13fec67c8faeeaae01a01592216940efd7f2e\";}}s:5:\"nonce\";s:12:\"e0d8bae22377\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1639879167;a:11:{s:2:\"db\";s:74:\"backup_2021-12-19-0159_Top_Consultant_for_ISO_Certifica_6dc4703e2487-db.gz\";s:7:\"db-size\";i:38466879;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"09d10427ca90684bb08554f094dd5ec39f473dab\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7ec0519c84fe55019883cca3977c1aa236802e648fc02d326243a6037620a427\";}}s:5:\"nonce\";s:12:\"6dc4703e2487\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1639791691;a:11:{s:2:\"db\";s:74:\"backup_2021-12-18-0141_Top_Consultant_for_ISO_Certifica_949fbbeb730b-db.gz\";s:7:\"db-size\";i:38465667;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"34eb468fdbcd4d01cbfe1e59a26afbec4b6d6e51\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"108f9266fdda5085c3c84888cb27dd12254a641e78742afc8264de23d05f7e83\";}}s:5:\"nonce\";s:12:\"949fbbeb730b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1639706548;a:11:{s:2:\"db\";s:74:\"backup_2021-12-17-0202_Top_Consultant_for_ISO_Certifica_1121ba925d9f-db.gz\";s:7:\"db-size\";i:38464020;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"74c9805bbbe6bcae4bd64861073fae8885cc01f8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c834ae62728afa90b13f3bebea8806b809a166d878825059f0a354999ae94269\";}}s:5:\"nonce\";s:12:\"1121ba925d9f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1639618794;a:11:{s:2:\"db\";s:74:\"backup_2021-12-16-0139_Top_Consultant_for_ISO_Certifica_c725b6107877-db.gz\";s:7:\"db-size\";i:38463469;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fe745c764625d6f1c0b66a6609e110ea710c5b61\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d74e97e7bf2489b322fc191549589b015771106f5f73f6c5fffdb301c03d5fe8\";}}s:5:\"nonce\";s:12:\"c725b6107877\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1639532719;a:11:{s:2:\"db\";s:74:\"backup_2021-12-15-0145_Top_Consultant_for_ISO_Certifica_f6e44a801c48-db.gz\";s:7:\"db-size\";i:38862902;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ee36cfce44025be804fdc888e2baa728c730a846\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9b8cfa9c2789db30c980e4d05cde5a55bbf8b88f733bba20f0f89ef5fd18de02\";}}s:5:\"nonce\";s:12:\"f6e44a801c48\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1639446173;a:11:{s:2:\"db\";s:74:\"backup_2021-12-14-0142_Top_Consultant_for_ISO_Certifica_3139381a2e56-db.gz\";s:7:\"db-size\";i:38459779;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"da886eb78fab6367ed2f1fe415003b144c675d0b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3af4f1399eaf0deecceeb24658c54ed51385d27d93528f182081825253114401\";}}s:5:\"nonce\";s:12:\"3139381a2e56\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1639359589;a:11:{s:2:\"db\";s:74:\"backup_2021-12-13-0139_Top_Consultant_for_ISO_Certifica_bb341ab6a81f-db.gz\";s:7:\"db-size\";i:38458801;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3c370e14a12c86ea18394934b187eec2998be815\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6a7b0045965fa5d34c4d9f8163cf210e2da7bcbf6a8090ceb2ea520c2d0c385b\";}}s:5:\"nonce\";s:12:\"bb341ab6a81f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1639274484;a:11:{s:2:\"db\";s:74:\"backup_2021-12-12-0201_Top_Consultant_for_ISO_Certifica_c4ee48cd8e03-db.gz\";s:7:\"db-size\";i:38457415;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ce01cd9d6a14c30f4ffb84bdf25fb7ea7e320895\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"15ce7b24c011c2649172726f5cd103fedbdfc10ddac8379e2ec02446b8bf5122\";}}s:5:\"nonce\";s:12:\"c4ee48cd8e03\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1639186752;a:11:{s:2:\"db\";s:74:\"backup_2021-12-11-0139_Top_Consultant_for_ISO_Certifica_70cb7d095301-db.gz\";s:7:\"db-size\";i:38455244;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7b5d7f1e3cb9725187184177580adaa669dc48a2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ae06bdde37ce8954b647c29851a816442538801ed8f687098665f85e46a1f3df\";}}s:5:\"nonce\";s:12:\"70cb7d095301\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1639100771;a:11:{s:2:\"db\";s:74:\"backup_2021-12-10-0146_Top_Consultant_for_ISO_Certifica_86c16cd8a28e-db.gz\";s:7:\"db-size\";i:38453357;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0e52441a6300830b8c616ac4334b7f187034315e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f2b2219f532d6918d159bbb7a19d615e1481229db08568be4e52fad3599c6f49\";}}s:5:\"nonce\";s:12:\"86c16cd8a28e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1639016175;a:11:{s:2:\"db\";s:74:\"backup_2021-12-09-0216_Top_Consultant_for_ISO_Certifica_e72aea137747-db.gz\";s:7:\"db-size\";i:38876197;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"04397d001ec63106073353d254827b3a1b60e0a2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b6f007fb1834219721c2edd1ffa1bc5f48aaa1e8a71a1713bd9324a83f9fb441\";}}s:5:\"nonce\";s:12:\"e72aea137747\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1638927686;a:11:{s:2:\"db\";s:74:\"backup_2021-12-08-0141_Top_Consultant_for_ISO_Certifica_17750fe5fa3e-db.gz\";s:7:\"db-size\";i:38448117;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d7b52f1b7445268e04955cf1b56609a200e18ce2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cafc78f40407c247a98d137b340f659d17625142744c6478b2230fc0c7abc289\";}}s:5:\"nonce\";s:12:\"17750fe5fa3e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1638842493;a:11:{s:2:\"db\";s:74:\"backup_2021-12-07-0201_Top_Consultant_for_ISO_Certifica_861c3afb5889-db.gz\";s:7:\"db-size\";i:38447977;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"af3d5a3f7dfcb1ee1292797e986a9352fe0d369b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"864bafbea14b978fcd4e3dd222a92a0cc55b7f8adba80243429682a11d758a9f\";}}s:5:\"nonce\";s:12:\"861c3afb5889\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1638755607;a:11:{s:2:\"db\";s:74:\"backup_2021-12-06-0153_Top_Consultant_for_ISO_Certifica_00faba531de1-db.gz\";s:7:\"db-size\";i:38450894;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8bcff1ae6a2f6dd8bca7b4c9fe62cda96ac62c89\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a269867b979f54209d6bb739e3472c9c02cea1560bca631d27183851f58fd6e5\";}}s:5:\"nonce\";s:12:\"00faba531de1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1638668458;a:11:{s:2:\"db\";s:74:\"backup_2021-12-05-0140_Top_Consultant_for_ISO_Certifica_5403523b0c84-db.gz\";s:7:\"db-size\";i:38450398;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5b89b60b782100b4d6911f111fc654862f995c17\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8066a0684dc4549fe498a4d11490c4526bac03e117c92089102d3e8ca52e7ab0\";}}s:5:\"nonce\";s:12:\"5403523b0c84\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1638582074;a:11:{s:2:\"db\";s:74:\"backup_2021-12-04-0141_Top_Consultant_for_ISO_Certifica_24f82e2d1450-db.gz\";s:7:\"db-size\";i:38449784;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c60d6e8906c0cdc714a3333cdc243756e5a6175b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"778586cb0ace295de04b840c50215bed05869b895779184da65f002c3a05a8bd\";}}s:5:\"nonce\";s:12:\"24f82e2d1450\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1638496227;a:11:{s:2:\"db\";s:74:\"backup_2021-12-03-0150_Top_Consultant_for_ISO_Certifica_9e0609b700c0-db.gz\";s:7:\"db-size\";i:38448759;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e81f6ab1ef2bfeae02f59578db5a6a9b6f34904a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"94f01af9ebb4b79fa16d2ce524a3a0ec9cbde369efed4b6d5f8e23fc0da96736\";}}s:5:\"nonce\";s:12:\"9e0609b700c0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1638409601;a:11:{s:2:\"db\";s:74:\"backup_2021-12-02-0146_Top_Consultant_for_ISO_Certifica_e1ebd8796aea-db.gz\";s:7:\"db-size\";i:38449698;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c93817f42d6aa844c5b09976c1956e4a19e42e65\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cf3ef5f0327972dc6e3e6e2340b7effc4c9f4c4b4deef354a86e1f51696450f2\";}}s:5:\"nonce\";s:12:\"e1ebd8796aea\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1638324675;a:11:{s:2:\"db\";s:74:\"backup_2021-12-01-0211_Top_Consultant_for_ISO_Certifica_e94ba6a51f1a-db.gz\";s:7:\"db-size\";i:38447944;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1fa73269d6fcaf52d426e1cc1c60c4a8a0511691\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4344ac3b0de3cae8017d7833ecd7cf4a543a9fd83b848fd4accf15dfea5ffa31\";}}s:5:\"nonce\";s:12:\"e94ba6a51f1a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1638237168;a:11:{s:2:\"db\";s:74:\"backup_2021-11-30-0152_Top_Consultant_for_ISO_Certifica_ca1822a16a53-db.gz\";s:7:\"db-size\";i:38461422;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"39b27c40ec2472fb90fcf0f15e033804d0d9652d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"de874fb88c05d80057757e0d31a9c5cd8443758ad8822c4da4f74f82f0a2241e\";}}s:5:\"nonce\";s:12:\"ca1822a16a53\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1638150262;a:11:{s:2:\"db\";s:74:\"backup_2021-11-29-0144_Top_Consultant_for_ISO_Certifica_642e13270031-db.gz\";s:7:\"db-size\";i:38464378;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5464bc4eed213a4cc605054a3f9d8fee7c69818e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"362ad081f7ad94596109cb597338fdbc54f607e5327cc295fa62686ce3e1e15e\";}}s:5:\"nonce\";s:12:\"642e13270031\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1638064950;a:11:{s:2:\"db\";s:74:\"backup_2021-11-28-0202_Top_Consultant_for_ISO_Certifica_309f2699567f-db.gz\";s:7:\"db-size\";i:38781724;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4d0e09e5bdaacf44bce4497ebfc85dfdc09c75e2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7af212d30be565d98ae482e752e682ff408f28202b81a8ec0b51d15198bb5ef4\";}}s:5:\"nonce\";s:12:\"309f2699567f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1637977575;a:11:{s:2:\"db\";s:74:\"backup_2021-11-27-0146_Top_Consultant_for_ISO_Certifica_0a582af6318b-db.gz\";s:7:\"db-size\";i:38460945;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9dcd56efacce69130a0dbf6fbaa101646aa1170f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"54743b91d8f3c00557628a188c0b097167ad367734ea961512d4818a0355d06b\";}}s:5:\"nonce\";s:12:\"0a582af6318b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1637891594;a:11:{s:2:\"db\";s:74:\"backup_2021-11-26-0153_Top_Consultant_for_ISO_Certifica_29eb919abe0d-db.gz\";s:7:\"db-size\";i:38789448;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b3e0c205b7ef9e41553624c8b5481cc1e5063afa\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"10a1e4d4a37ac602b4d0f8a9caeae052902f47e433e1a4199f64e61ef184be35\";}}s:5:\"nonce\";s:12:\"29eb919abe0d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1637804863;a:11:{s:2:\"db\";s:74:\"backup_2021-11-25-0147_Top_Consultant_for_ISO_Certifica_0702ec84eb80-db.gz\";s:7:\"db-size\";i:38458539;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"15a0f0d329ac5f853db27e620ec97689a654d031\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f1000e997caa7698fab7bef17271dc2ede4db86f68e345ce3ce9fff881d61b5d\";}}s:5:\"nonce\";s:12:\"0702ec84eb80\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1637718842;a:11:{s:2:\"db\";s:74:\"backup_2021-11-24-0154_Top_Consultant_for_ISO_Certifica_4f66086913a3-db.gz\";s:7:\"db-size\";i:38456261;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c5730623ad9ff58f39ef74ad70ab562e20e821d1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c93f5574155228a4999c0271dc608dd1099f484c1af23ce625e702c9b7b46ff1\";}}s:5:\"nonce\";s:12:\"4f66086913a3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1637631974;a:11:{s:2:\"db\";s:74:\"backup_2021-11-23-0146_Top_Consultant_for_ISO_Certifica_64d1a1379a96-db.gz\";s:7:\"db-size\";i:38455532;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fee4edac5ff384a4e4d0f0d8ea7b96606263f235\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e0d1e74fca3cdf2d0147a78d3ddaec2f6dcd8499f6f0dd2b872420c7b997e97f\";}}s:5:\"nonce\";s:12:\"64d1a1379a96\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1637545341;a:11:{s:2:\"db\";s:74:\"backup_2021-11-22-0142_Top_Consultant_for_ISO_Certifica_87fff7f3ac5d-db.gz\";s:7:\"db-size\";i:38458262;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"132f0959c56f38c20854f2cacce301c8dd7cd910\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"318865d74a006bee3af4eee142c2f6644f2a6c4fb193e3e666e738fcc0dab5f7\";}}s:5:\"nonce\";s:12:\"87fff7f3ac5d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1637458858;a:11:{s:2:\"db\";s:74:\"backup_2021-11-21-0140_Top_Consultant_for_ISO_Certifica_e2232716643d-db.gz\";s:7:\"db-size\";i:38457352;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"37a2485872fa4ae762eec2a50be6a7183b3d34b7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"62f93172397b80c60716d2b13272e55f16d33b8ebbdf7fa0a41301dbe1ee608a\";}}s:5:\"nonce\";s:12:\"e2232716643d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1637372551;a:11:{s:2:\"db\";s:74:\"backup_2021-11-20-0142_Top_Consultant_for_ISO_Certifica_eee6059adfd6-db.gz\";s:7:\"db-size\";i:38456679;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b8d1d867267526e2216171dccbb8d7591ceacc24\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f79e582255cd35c37009e5c588f3cef9cf7768c225d4749c181d41757d8d888c\";}}s:5:\"nonce\";s:12:\"eee6059adfd6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1637285961;a:11:{s:2:\"db\";s:74:\"backup_2021-11-19-0139_Top_Consultant_for_ISO_Certifica_d2676341bd6a-db.gz\";s:7:\"db-size\";i:38457161;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"99d66e135744eb58cccde6605f537b78afd1fe6e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cec20d7f9447e030909cf9059ecc24d68959d16145a8e6cf685a0235c2158cc7\";}}s:5:\"nonce\";s:12:\"d2676341bd6a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1637199604;a:11:{s:2:\"db\";s:74:\"backup_2021-11-18-0140_Top_Consultant_for_ISO_Certifica_9a2555d211a3-db.gz\";s:7:\"db-size\";i:38457199;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"73d8515111a467a819570cb8e618698f15d5cd12\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b27580bc6234f28091875bc09241d6b10dc8b2eb67e3b9ec3325d690a5de2dc2\";}}s:5:\"nonce\";s:12:\"9a2555d211a3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1637114597;a:11:{s:2:\"db\";s:74:\"backup_2021-11-17-0203_Top_Consultant_for_ISO_Certifica_27ec870a5421-db.gz\";s:7:\"db-size\";i:38454927;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e3a5f33052541dd9ae59bad6932e66ac97bb87b4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e3a04bd45201bb183bff66db9913906abe43412471828114dfe3ae6186412d30\";}}s:5:\"nonce\";s:12:\"27ec870a5421\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1637028139;a:11:{s:2:\"db\";s:74:\"backup_2021-11-16-0202_Top_Consultant_for_ISO_Certifica_a6e6232f594f-db.gz\";s:7:\"db-size\";i:38802485;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fb897c2737c33179708edd9af6eeee719dc9a62b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9abae65f6573c8af973281cdbf0fadf9d870fd04517e90177d51b7bcf284031e\";}}s:5:\"nonce\";s:12:\"a6e6232f594f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1636940400;a:11:{s:2:\"db\";s:74:\"backup_2021-11-15-0140_Top_Consultant_for_ISO_Certifica_a9468a8cc7f7-db.gz\";s:7:\"db-size\";i:38452392;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2bc8521e34ac9238898030e07c6ffc0aa3ca0af9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b5e0953924adf46accfb4527a9e2fe1c1821dc08beee3b8fc6bc92df41e47c42\";}}s:5:\"nonce\";s:12:\"a9468a8cc7f7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1636853957;a:11:{s:2:\"db\";s:74:\"backup_2021-11-14-0139_Top_Consultant_for_ISO_Certifica_1c9eecac9211-db.gz\";s:7:\"db-size\";i:38449550;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6757452c11bfb32f0e371641c7d5ae5e740e767a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c7a739f7ad5160da2883a85f94fac3d1dd5d0657aba73ddede2e692e4c62166f\";}}s:5:\"nonce\";s:12:\"1c9eecac9211\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1636767670;a:11:{s:2:\"db\";s:74:\"backup_2021-11-13-0141_Top_Consultant_for_ISO_Certifica_6649b9d47ee4-db.gz\";s:7:\"db-size\";i:38449356;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ce4de579708cc52d8ec2a74b87664a2c346107bb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"19f6f1cfb2ca63924e0cdd0442d557c502f4946ccf04ce17e973b85343f555fd\";}}s:5:\"nonce\";s:12:\"6649b9d47ee4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1636682174;a:11:{s:2:\"db\";s:74:\"backup_2021-11-12-0156_Top_Consultant_for_ISO_Certifica_e96331afe0f6-db.gz\";s:7:\"db-size\";i:38449054;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0c3f510d157c9dea70f7c4140d4d329d79ee032d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cc8c65b87045aa0ee9aee1d5dba8e31e2a9a8ea584f4cc3795691461c8bd6d33\";}}s:5:\"nonce\";s:12:\"e96331afe0f6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1636594943;a:11:{s:2:\"db\";s:74:\"backup_2021-11-11-0142_Top_Consultant_for_ISO_Certifica_026ea3fe4242-db.gz\";s:7:\"db-size\";i:38448829;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9c4a8344de01eabc891513cc6c1fcdd761b0e0d1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b597179a046e5f76ff6a40c177f9e082a15a27d426a63c843cb823de46b894c3\";}}s:5:\"nonce\";s:12:\"026ea3fe4242\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1636508615;a:11:{s:2:\"db\";s:74:\"backup_2021-11-10-0143_Top_Consultant_for_ISO_Certifica_04ea99ffe8b1-db.gz\";s:7:\"db-size\";i:38448838;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b75f85ccd388d12351368a6a4d1ab36ddeeb4bda\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fda08cbeaac9dede570cef6058c07aceeb571573827a94d6b32e0d20b88e49bf\";}}s:5:\"nonce\";s:12:\"04ea99ffe8b1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1636422381;a:11:{s:2:\"db\";s:74:\"backup_2021-11-09-0146_Top_Consultant_for_ISO_Certifica_87574df834e4-db.gz\";s:7:\"db-size\";i:38443583;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a030fb594381becd6c75b62f04b78d86a1023665\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8c23130e2fc37b48ff15388dd56c7f0cac80feaab30558865071f5157f5759a3\";}}s:5:\"nonce\";s:12:\"87574df834e4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1636336649;a:11:{s:2:\"db\";s:74:\"backup_2021-11-08-0157_Top_Consultant_for_ISO_Certifica_5ded576d6595-db.gz\";s:7:\"db-size\";i:38438227;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fdaff162cb6c59a34b8828a786522d844c1d235d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"51880651e738987f1824d2158417e95fbf3c86d6baf2d7f7cf12642dec87e2b4\";}}s:5:\"nonce\";s:12:\"5ded576d6595\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1636249910;a:11:{s:2:\"db\";s:74:\"backup_2021-11-07-0151_Top_Consultant_for_ISO_Certifica_ca096d8d8ccf-db.gz\";s:7:\"db-size\";i:38437475;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"73ed786b7b1a66fdb8a839673a0aa8dae146a283\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b0935658e239a7c6162110c001281d5d20a57ad1dfb49c3a032144bed8e9bc52\";}}s:5:\"nonce\";s:12:\"ca096d8d8ccf\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1636163165;a:11:{s:2:\"db\";s:74:\"backup_2021-11-06-0146_Top_Consultant_for_ISO_Certifica_61791c5c65c1-db.gz\";s:7:\"db-size\";i:38436043;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5658e4c942e94668224baef986fdb88a63018ea4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"710bea345650071dcfd71eb88030ea292fc8d8e01d8e84ba5aace95aab30e5ad\";}}s:5:\"nonce\";s:12:\"61791c5c65c1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1636076614;a:11:{s:2:\"db\";s:74:\"backup_2021-11-05-0143_Top_Consultant_for_ISO_Certifica_5e31fbbf4a73-db.gz\";s:7:\"db-size\";i:38433761;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"25f8e30fb5b77e3a87227aaf0c56f0d932721dff\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a6e69732707b1aada21bde237a53b228970b3ae0c386082438e05b19f5e3d47a\";}}s:5:\"nonce\";s:12:\"5e31fbbf4a73\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1635991593;a:11:{s:2:\"db\";s:74:\"backup_2021-11-04-0206_Top_Consultant_for_ISO_Certifica_f5f40ded7633-db.gz\";s:7:\"db-size\";i:38845519;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"717dd09080e0c9dfdb6a16646ac17834c6ec0be3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5d6ee5284b4e3911086625c8796d622464d183248e35f44eaa122cb76eb51a34\";}}s:5:\"nonce\";s:12:\"f5f40ded7633\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1635904020;a:11:{s:2:\"db\";s:74:\"backup_2021-11-03-0147_Top_Consultant_for_ISO_Certifica_1d98378da55c-db.gz\";s:7:\"db-size\";i:38864726;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fb4897f6e13ff04fee9b47e8ca0142de86acdb7b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9b70dbc222c1b12c8e6889d0b97c814f44c8685e51c2c612994f325b7273b882\";}}s:5:\"nonce\";s:12:\"1d98378da55c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1635817225;a:11:{s:2:\"db\";s:74:\"backup_2021-11-02-0140_Top_Consultant_for_ISO_Certifica_fc1d071dd203-db.gz\";s:7:\"db-size\";i:38837753;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6788ff36eb65c9bda05c84466063fa9c646cfcad\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"26f55e40f6c81b17981cc5e81960605402d05121ecd84004a487b21bffe2e02d\";}}s:5:\"nonce\";s:12:\"fc1d071dd203\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1635730902;a:11:{s:2:\"db\";s:74:\"backup_2021-11-01-0141_Top_Consultant_for_ISO_Certifica_302e94ed5c2c-db.gz\";s:7:\"db-size\";i:38423898;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3cebd80938ab988bf3f891143a8c3e64bbab3cd8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9c79ede462c517839ce5ad77ab6f88285c1294b1a958d3d3fd89387d543d949c\";}}s:5:\"nonce\";s:12:\"302e94ed5c2c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1635644984;a:11:{s:2:\"db\";s:74:\"backup_2021-10-31-0149_Top_Consultant_for_ISO_Certifica_e4c2ab7564bf-db.gz\";s:7:\"db-size\";i:38423878;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c14337760202c3d70ac1c43ca35421d75c81b0e4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cfd2718a7b034f2003ec719add36e4c63deaf52793a1bfcb4be2e620a3a70213\";}}s:5:\"nonce\";s:12:\"e4c2ab7564bf\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1635560745;a:11:{s:2:\"db\";s:74:\"backup_2021-10-30-0225_Top_Consultant_for_ISO_Certifica_3058eb2f65a8-db.gz\";s:7:\"db-size\";i:38422754;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"06680ff58308af34d419c7a0b6678c50407157b8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"91fbbd66674e0ff43dec9c4f52e2a636e454b34b9a435016c6a2d116a73b464f\";}}s:5:\"nonce\";s:12:\"3058eb2f65a8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1635471810;a:11:{s:2:\"db\";s:74:\"backup_2021-10-29-0143_Top_Consultant_for_ISO_Certifica_479e88d00717-db.gz\";s:7:\"db-size\";i:38415950;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a952a65574cde48e76acfb1ed256e27022402eee\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6ea4e3b3d49de2a4ffe04c1d738b5de1776ce934e237fce4621c0af1e8a2249d\";}}s:5:\"nonce\";s:12:\"479e88d00717\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1635385268;a:11:{s:2:\"db\";s:74:\"backup_2021-10-28-0141_Top_Consultant_for_ISO_Certifica_963e02c25b71-db.gz\";s:7:\"db-size\";i:38818561;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"51160668fc18c7fd4ff9cca19d2cc5f45681d8c3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ae3cfc4fbd3a9fa6f47070b9f8b83519bf9dd3b35b4cca83717479e408cc7ade\";}}s:5:\"nonce\";s:12:\"963e02c25b71\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1635299927;a:11:{s:2:\"db\";s:74:\"backup_2021-10-27-0158_Top_Consultant_for_ISO_Certifica_017759e2d609-db.gz\";s:7:\"db-size\";i:38404243;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0e3feaa59bc75e0c3e57e854f73c1d8795b175a7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"550c3fc40c31f6f8534117405e2587be064e11f140268fcda904edb18eb0fcb4\";}}s:5:\"nonce\";s:12:\"017759e2d609\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1635213787;a:11:{s:2:\"db\";s:74:\"backup_2021-10-26-0203_Top_Consultant_for_ISO_Certifica_0b1b89dc7260-db.gz\";s:7:\"db-size\";i:38403901;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c75d662bce24a12416f686e7b28a42b8d9bbe8f2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c54bc8c50c5b133e5326e6e18e597e4f72db3b14d3022dd613c2921851abe4fe\";}}s:5:\"nonce\";s:12:\"0b1b89dc7260\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1635126202;a:11:{s:2:\"db\";s:74:\"backup_2021-10-25-0143_Top_Consultant_for_ISO_Certifica_f59ffb4bb42a-db.gz\";s:7:\"db-size\";i:38402489;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d86cc4e25d668c19ee8ad783201768d2f6a11171\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"95681c1f978419ce8095e05b21863eef1eb3931a62c7a815169c68d05228c117\";}}s:5:\"nonce\";s:12:\"f59ffb4bb42a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1635040944;a:11:{s:2:\"db\";s:74:\"backup_2021-10-24-0202_Top_Consultant_for_ISO_Certifica_430bce9cf70d-db.gz\";s:7:\"db-size\";i:38401607;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a0b288bc9f28137210076811e087db21ecfa6817\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fe91dc81b90d7ba68bfc23a7345aa3ba8de278bddabe3306a19aa696b0fcf972\";}}s:5:\"nonce\";s:12:\"430bce9cf70d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1634954903;a:11:{s:2:\"db\";s:74:\"backup_2021-10-23-0208_Top_Consultant_for_ISO_Certifica_f2ab6d9e4be8-db.gz\";s:7:\"db-size\";i:38398149;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a45508ef94002367f024cc60c17a9bd6aeaaf98a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f523ce1418de6ab62c0a064c7da605b1c9465a255fc59a81651db5b12086326b\";}}s:5:\"nonce\";s:12:\"f2ab6d9e4be8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1634866975;a:11:{s:2:\"db\";s:74:\"backup_2021-10-22-0142_Top_Consultant_for_ISO_Certifica_16d565c277ae-db.gz\";s:7:\"db-size\";i:38394006;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c90b39b83688d7eac633788d28993d565e617889\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d7ff04d01dfa3497f5eeff3576d53042e671e46154920c47a18582b3e111f1b7\";}}s:5:\"nonce\";s:12:\"16d565c277ae\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1634780601;a:11:{s:2:\"db\";s:74:\"backup_2021-10-21-0143_Top_Consultant_for_ISO_Certifica_43fda32f5c94-db.gz\";s:7:\"db-size\";i:38393834;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b893f824e28e48905afd32fc258adf84364e100e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"113a9f9fb99375e57b90141929af1da419e8d490a866e721106a67e670f6ed42\";}}s:5:\"nonce\";s:12:\"43fda32f5c94\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1634693973;a:11:{s:2:\"db\";s:74:\"backup_2021-10-20-0139_Top_Consultant_for_ISO_Certifica_6c245f59feb9-db.gz\";s:7:\"db-size\";i:38819835;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"31d47d02fb857f410e0b0eae1da49038a1c881a5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"000cf458d52e8bae97fc365842437a63a3f922c97dbdf5bc2ac4585c1ebe9e62\";}}s:5:\"nonce\";s:12:\"6c245f59feb9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1634607626;a:11:{s:2:\"db\";s:74:\"backup_2021-10-19-0140_Top_Consultant_for_ISO_Certifica_87e8843c2e53-db.gz\";s:7:\"db-size\";i:39052547;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"57917bceb9ed99daf3e9ddd48a0057c30aeed444\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f97684998760e10fb062b471e964406a65999c445fb5ff3890d79e4e50d3cc89\";}}s:5:\"nonce\";s:12:\"87e8843c2e53\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1634521329;a:11:{s:2:\"db\";s:74:\"backup_2021-10-18-0142_Top_Consultant_for_ISO_Certifica_03569b5726da-db.gz\";s:7:\"db-size\";i:38391479;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"eed11a66fb6b0b66a4c17d74ef5e9d75493100eb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b7f39d6cc9e10ba73abf9d155c9d09e909b3eaa0d729ffcc67b8cde8ffefc50b\";}}s:5:\"nonce\";s:12:\"03569b5726da\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1634436137;a:11:{s:2:\"db\";s:74:\"backup_2021-10-17-0202_Top_Consultant_for_ISO_Certifica_85010e1b39fa-db.gz\";s:7:\"db-size\";i:38391677;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"503da3c1bda65d51fb1843cd25c9b7b4c050a99e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"57a8ab1588b4e8add2e5063a57ce682f629686b13e7a012a2251b4b03e290545\";}}s:5:\"nonce\";s:12:\"85010e1b39fa\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1634348953;a:11:{s:2:\"db\";s:74:\"backup_2021-10-16-0149_Top_Consultant_for_ISO_Certifica_233bcc424d93-db.gz\";s:7:\"db-size\";i:38391232;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"17d87690161a2ffc7b8afda5fa27a14bfc8f3bb2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c0502c8024f7a7e16d51570a68a9533ee6d862f560f885eb5e194a2106f3f140\";}}s:5:\"nonce\";s:12:\"233bcc424d93\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1634262041;a:11:{s:2:\"db\";s:74:\"backup_2021-10-15-0140_Top_Consultant_for_ISO_Certifica_e98dcd38ff90-db.gz\";s:7:\"db-size\";i:38391241;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"314273c029a7a04d00eb6d53bfdc7eb05ea2dde0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f301455cb95d83657aefdcc80a507a4dfce31ec2d124865a76de70f10f0fbbe0\";}}s:5:\"nonce\";s:12:\"e98dcd38ff90\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1634177152;a:11:{s:2:\"db\";s:74:\"backup_2021-10-14-0205_Top_Consultant_for_ISO_Certifica_70417c90d7cb-db.gz\";s:7:\"db-size\";i:38797733;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"aa57d7b6e1d60da5c25c6cb1cdaf5b9d09b4381e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"feffc11387873ac0a2ba47374e4006aad7f9c6161984b94ee0f28272bf4ee531\";}}s:5:\"nonce\";s:12:\"70417c90d7cb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1634111921;a:66:{s:7:\"plugins\";a:3:{i:0;s:80:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-plugins.zip\";i:1;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-plugins2.zip\";i:2;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-plugins3.zip\";}s:12:\"plugins-size\";i:22356361;s:13:\"plugins1-size\";i:25295549;s:13:\"plugins2-size\";i:1393656;s:6:\"themes\";a:4:{i:0;s:79:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-themes.zip\";i:1;s:80:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-themes2.zip\";i:2;s:80:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-themes3.zip\";i:3;s:80:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-themes4.zip\";}s:11:\"themes-size\";i:30010377;s:12:\"themes1-size\";i:93803240;s:12:\"themes2-size\";i:87025985;s:12:\"themes3-size\";i:210;s:7:\"uploads\";a:5:{i:0;s:80:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-uploads.zip\";i:1;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-uploads2.zip\";i:2;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-uploads3.zip\";i:3;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-uploads4.zip\";i:4;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-uploads5.zip\";}s:12:\"uploads-size\";i:26345432;s:13:\"uploads1-size\";i:26188647;s:13:\"uploads2-size\";i:25590904;s:13:\"uploads3-size\";i:32979369;s:13:\"uploads4-size\";i:12931185;s:6:\"wpcore\";a:36:{i:0;s:79:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore.zip\";i:1;s:80:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore2.zip\";i:2;s:80:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore3.zip\";i:3;s:80:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore4.zip\";i:4;s:80:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore5.zip\";i:5;s:80:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore6.zip\";i:6;s:80:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore7.zip\";i:7;s:80:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore8.zip\";i:8;s:80:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore9.zip\";i:9;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore10.zip\";i:10;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore11.zip\";i:11;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore12.zip\";i:12;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore13.zip\";i:13;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore14.zip\";i:14;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore15.zip\";i:15;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore16.zip\";i:16;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore17.zip\";i:17;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore18.zip\";i:18;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore19.zip\";i:19;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore20.zip\";i:20;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore21.zip\";i:21;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore22.zip\";i:22;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore23.zip\";i:23;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore24.zip\";i:24;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore25.zip\";i:25;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore26.zip\";i:26;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore27.zip\";i:27;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore28.zip\";i:28;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore29.zip\";i:29;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore30.zip\";i:30;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore31.zip\";i:31;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore32.zip\";i:32;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore33.zip\";i:33;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore34.zip\";i:34;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore35.zip\";i:35;s:81:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-wpcore36.zip\";}s:11:\"wpcore-size\";i:1028182104;s:12:\"wpcore1-size\";i:318118411;s:12:\"wpcore2-size\";i:436279339;s:12:\"wpcore3-size\";i:35420431;s:12:\"wpcore4-size\";i:25433501;s:12:\"wpcore5-size\";i:26441620;s:12:\"wpcore6-size\";i:452042961;s:12:\"wpcore7-size\";i:945258931;s:12:\"wpcore8-size\";i:307866330;s:12:\"wpcore9-size\";i:20978646;s:13:\"wpcore10-size\";i:38231603;s:13:\"wpcore11-size\";i:93266552;s:13:\"wpcore12-size\";i:87026023;s:13:\"wpcore13-size\";i:26550373;s:13:\"wpcore14-size\";i:27407975;s:13:\"wpcore15-size\";i:27204763;s:13:\"wpcore16-size\";i:770356038;s:13:\"wpcore17-size\";i:32071012;s:13:\"wpcore18-size\";i:25939882;s:13:\"wpcore19-size\";i:23476824;s:13:\"wpcore20-size\";i:457873861;s:13:\"wpcore21-size\";i:52296854;s:13:\"wpcore22-size\";i:1007557482;s:13:\"wpcore23-size\";i:131706543;s:13:\"wpcore24-size\";i:26334395;s:13:\"wpcore25-size\";i:52434384;s:13:\"wpcore26-size\";i:41973687;s:13:\"wpcore27-size\";i:25456175;s:13:\"wpcore28-size\";i:19847285;s:13:\"wpcore29-size\";i:1321194954;s:13:\"wpcore30-size\";i:26209105;s:13:\"wpcore31-size\";i:36050406;s:13:\"wpcore32-size\";i:28890532;s:13:\"wpcore33-size\";i:27363245;s:13:\"wpcore34-size\";i:20928674;s:13:\"wpcore35-size\";i:9789246;s:6:\"others\";a:2:{i:0;s:79:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-others.zip\";i:1;s:80:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-others2.zip\";}s:11:\"others-size\";i:47409639;s:12:\"others1-size\";i:40284;s:2:\"db\";s:74:\"backup_2021-10-13-0758_Top_Consultant_for_ISO_Certifica_e3bd8ef57ffd-db.gz\";s:7:\"db-size\";i:38392189;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:51:{s:8:\"plugins0\";s:40:\"1e7b9bc501539741eda7bf9951a910b2e8d6cb37\";s:8:\"plugins1\";s:40:\"cfac9fa37394d731806f2e6e04d9243c43721e6d\";s:8:\"plugins2\";s:40:\"e16de7185204ba3fe869be7b73bb0be1d8fe609c\";s:7:\"themes0\";s:40:\"4550e4dc689c837ffb8cc34fdebd36c618844004\";s:7:\"themes1\";s:40:\"42653198bcde8bb8fc6a6bb8cc1598aaa76aa743\";s:7:\"themes2\";s:40:\"533759f21dd95c1705e63673de7372e5d3998554\";s:7:\"themes3\";s:40:\"028f46ef94a93b70001ec23cee830403aede06cf\";s:8:\"uploads0\";s:40:\"1af1786771fb899e96dadeabec9bbb46bec7a58c\";s:8:\"uploads1\";s:40:\"6ac12b1db16519379c65fc3a2473a497db21f364\";s:8:\"uploads2\";s:40:\"cdaf26ffe70226e918b298503d2e53f5a54216eb\";s:8:\"uploads3\";s:40:\"fa62dd2e2c7a76bc0ded8fe571858776851dd131\";s:8:\"uploads4\";s:40:\"d8271198b8a916c6d264daba8168e326cab3cda8\";s:7:\"wpcore0\";s:40:\"25e71b96ea65f1c172cdf2095c635fbebe831b46\";s:7:\"wpcore1\";s:40:\"c72a7b76d9845f92d9e3c979ad31fb0e3594cf2f\";s:7:\"wpcore2\";s:40:\"2048573cb4b7d1e8e0cd80855fbe9147f0028a99\";s:7:\"wpcore3\";s:40:\"b71aec4490ea29c1e16a5f5f45e102df6cab306c\";s:7:\"wpcore4\";s:40:\"68c7eb2ab8bef90e9c724666b607ab99190fa5e2\";s:7:\"wpcore5\";s:40:\"351f42c9d79fad2c06884f42f4a972cd625ac19a\";s:7:\"wpcore6\";s:40:\"e705aa93b469cf7f81eab400656a50e33ae12ccf\";s:7:\"wpcore7\";s:40:\"873ca9525663e976ac06a35d1e4688af45ae0760\";s:7:\"wpcore8\";s:40:\"8b424c4986e51d7bc416790eef09b21585982a43\";s:7:\"wpcore9\";s:40:\"0c200c351b48783502f969877e3707e17ad6b387\";s:8:\"wpcore10\";s:40:\"35da44528fd0b6a45efa6cc3d6174ff212e510bb\";s:8:\"wpcore11\";s:40:\"f37292d3eef9d97cfcc492517d1f524313e7be4f\";s:8:\"wpcore12\";s:40:\"ba8ac27993179f3beb4fc7469798f8aafb2012be\";s:8:\"wpcore13\";s:40:\"808ef93dbc2a72179aaaf6ad1cfa650ca7a0760e\";s:8:\"wpcore14\";s:40:\"8b6fff173018093de9f5e5d73821613f221df7a6\";s:8:\"wpcore15\";s:40:\"e252f72774c48170ceb42b8639075435c0dc0d35\";s:8:\"wpcore16\";s:40:\"c9c6585b40fc4516f2830e28cafed7ad5b093f43\";s:8:\"wpcore17\";s:40:\"4308b2e816bd5563689e0451d514878496a90e1c\";s:8:\"wpcore18\";s:40:\"78f509810ed9d490a16f08785a8431244e873e46\";s:8:\"wpcore19\";s:40:\"3022d2a01512b0d527d34f3e03ad206b1f0a9770\";s:8:\"wpcore20\";s:40:\"bd4e7a172b23d5b38973bf70e85b43e472e70da5\";s:8:\"wpcore21\";s:40:\"fea1a65f81287fd40cad7a6fbd023bd74bcb4ad5\";s:8:\"wpcore22\";s:40:\"5820ed0b676546ac7ff834567b6d7a36d36f246a\";s:8:\"wpcore23\";s:40:\"9da4acd6d4f79e3657605acde806b457a49ef9e7\";s:8:\"wpcore24\";s:40:\"895fe301779c9b3ebdd32013db5ee796493a7325\";s:8:\"wpcore25\";s:40:\"c4a544299c4598a9d75e82482c32282c60761120\";s:8:\"wpcore26\";s:40:\"ab2e2dac96cb672c5547014d1a9fa9512c919d15\";s:8:\"wpcore27\";s:40:\"27eed5bd4427bf2df0ea741b10b682b5f8c7703b\";s:8:\"wpcore28\";s:40:\"f2730fc2f5687e2a87dafe1813b1328668fcb114\";s:8:\"wpcore29\";s:40:\"a7e0d194e29191bade09c2e492f57c346f6958f2\";s:8:\"wpcore30\";s:40:\"bcb6118221f6e7c340c0def84fe2abe442af9b9b\";s:8:\"wpcore31\";s:40:\"4fe36a81004833d4cfffcb142d56fba46a4045b0\";s:8:\"wpcore32\";s:40:\"46b51032e74f0411c7636d4f8e5c1e244f6b825d\";s:8:\"wpcore33\";s:40:\"d737244aa503d35ac2a7c55940e6ffb3d71df057\";s:8:\"wpcore34\";s:40:\"c666692b10e614c25154ddc82fedc10a5a55f2e5\";s:8:\"wpcore35\";s:40:\"7521d4352ba31d17961ef1fdbe67a53c68d99495\";s:7:\"others0\";s:40:\"b4fd699c5038554bfa8aca89421373c523cdecc5\";s:7:\"others1\";s:40:\"813e63e89d3995cc76490c88ac532b2d12b5e757\";s:3:\"db0\";s:40:\"d9cf7229b881a5d0adf25ca22ae4d9a9545b217e\";}s:6:\"sha256\";a:51:{s:8:\"plugins0\";s:64:\"6185d2969178ded9462b1df252874697e06ebfbb7df92642a449a823976baa86\";s:8:\"plugins1\";s:64:\"64890609b55b6dbdc4a27f8b9ee8cd04270427697cd47f02bdfbfa796d763f06\";s:8:\"plugins2\";s:64:\"7174690f09cd85391552bd168f2b257a1dcadb15b9a82650678ca785f52bd739\";s:7:\"themes0\";s:64:\"c8927448555d1dddf88cfc2456668893e54566a18fe0e13884eaf20945a8a064\";s:7:\"themes1\";s:64:\"a3eecb9d7f726a8958b16b959a9bda32e25272a15cb288cdad6ebcb7f6fecfa4\";s:7:\"themes2\";s:64:\"c1f06d61b7468ee6c654c42e87a71dc9c443774c54965880d1f31877506076aa\";s:7:\"themes3\";s:64:\"ed921cf9d87891a845f9a19fe1734352c12d62e93c732ed7ef43f4ac46d086fc\";s:8:\"uploads0\";s:64:\"8a00305d5d752abca502002358847f15a00fd6a201d332590a304efb270ba2d6\";s:8:\"uploads1\";s:64:\"bb3c2c5895509e4a763b3b8d691dc62c49e348770cf1132a7eb0e871ff090fa3\";s:8:\"uploads2\";s:64:\"95328723131b2e95309530f718c87a1d60c0b7e16989b277ffaf28e3e5f5a232\";s:8:\"uploads3\";s:64:\"d8bedf4f7b923953e6426f4fd6398d74de6c509f16244101c9402f4cc214324d\";s:8:\"uploads4\";s:64:\"7152ea76b8565895c502ab6548828278159e75a4ce4ebaa0dce061ba1dbd662c\";s:7:\"wpcore0\";s:64:\"993e60a0724bd6d77bd51422095903742ec2597bee7d5b63d3b361d80691549a\";s:7:\"wpcore1\";s:64:\"ae76d776a9b9c0b574563b8efca8eb4497dbfca622984c423d9bbe9207748bc8\";s:7:\"wpcore2\";s:64:\"38791610ef96113fe9f342113aabed9aaa00a9c0469b3f68b71f1c413c6321f3\";s:7:\"wpcore3\";s:64:\"ae2f125af7e604e7074eb6474cbba0097b4e9cdf323a57ee51388934be615661\";s:7:\"wpcore4\";s:64:\"665b1cbc580fbbcda0be90ccaeb0a42791af5e807831be0788dc71f500cd9399\";s:7:\"wpcore5\";s:64:\"b7cc9fb6d2f10488f2954d57268ebbef9ebea58c6b503da39f5980eafd235f85\";s:7:\"wpcore6\";s:64:\"542bedc467b95afae57967c070c827df99351d999309867a4a716a3db7745603\";s:7:\"wpcore7\";s:64:\"bc1a1746816c637e6d2366b45ef0cd0d47dcdb7cceb295fb159dbe2c55ad9306\";s:7:\"wpcore8\";s:64:\"7c58c23a16e0cc4a8ebf445cd9bc67c19c0aeb25fd08118fc532115176c6fbf1\";s:7:\"wpcore9\";s:64:\"7d2381b54740e1929fc1926c6e6074e9c6292a4d28282a344b20a9e92cd198e3\";s:8:\"wpcore10\";s:64:\"532b39f8d5ad6c84ca60090fffa450180aa163447cb040a77743275eb284d4b2\";s:8:\"wpcore11\";s:64:\"40b99a5533345c9d30e0b2be5484e30459204e53a29bd8498969eef986a7258b\";s:8:\"wpcore12\";s:64:\"aea88ef45b448158fe2831b6fb1706fc5d19dae5d08c9ab8a1ea70d2bc97c41a\";s:8:\"wpcore13\";s:64:\"d8806b15473bd6ea003866b0aac41950a40a303457f4bdf72d876a1536e73d7b\";s:8:\"wpcore14\";s:64:\"d47e613396c28e747f362be79d528c0a746c7e6c5509634fc9bcd2a2c89eab00\";s:8:\"wpcore15\";s:64:\"3fd6851ca5570461245eff3200f5ec94232942096e02c73606bff83455c6d8f5\";s:8:\"wpcore16\";s:64:\"ee209e9074c12ca514258d59fe58811fabf55cd98aa831ddeee82ce707462f23\";s:8:\"wpcore17\";s:64:\"3b172b68745ce26a82523a3b8fab50b400553ab664ff2d96d16f5792cdc14b08\";s:8:\"wpcore18\";s:64:\"a5fa4fb34e860f0c3642d160a5ef3254fd63d696e02bab48d815fba3295b5f0b\";s:8:\"wpcore19\";s:64:\"57192a2656fe247d466cdab180506076e9247f8f3fac0aced552c953363971f2\";s:8:\"wpcore20\";s:64:\"e02ee1b5cc4e1a17cac22ac3669fee9686fcc372e76de81a874352bd21126a5a\";s:8:\"wpcore21\";s:64:\"966d251d85f4fa56d4040c0e54e9d7871fd5158e8db2b4cb729b38e819f46f9e\";s:8:\"wpcore22\";s:64:\"29824aa0b9c47c8992ff3b58601579ccfdd0dc13dac191b3e1d3dd642db37d8f\";s:8:\"wpcore23\";s:64:\"96a43d68845cdb1e68ee864567bfbff6ebd2153d9d991d5021dbed3b15d35ada\";s:8:\"wpcore24\";s:64:\"7b404080a59bf59e635e9acd84e128c6db41d5714a8a6cb0f26d562ab952e442\";s:8:\"wpcore25\";s:64:\"51ceba8c4c66aa007da9a31004eee082913ffb8c81ad13f5a8a5fec79d0d59b7\";s:8:\"wpcore26\";s:64:\"aadd818cc948ac87839cc96e709d5fdc69e9ad5c7bf0b62d863b921f1090fc58\";s:8:\"wpcore27\";s:64:\"b7ceb0fa82fb43e9d1f66898787fe9338217d199c760886d4b630251bc3ad6ed\";s:8:\"wpcore28\";s:64:\"59ea254f749bba408cd4ff9fdbeb854d74c00e131a8916beda1be20c31b3dcbd\";s:8:\"wpcore29\";s:64:\"82765c3b24b76ea4aa388e304e6a9907a49b6c993151d2b2b7af9bf369483390\";s:8:\"wpcore30\";s:64:\"3b261b987390587a74a25f8abb36b8e3b6b712d45e185f22bfca24bb41976893\";s:8:\"wpcore31\";s:64:\"150aa391629302eb5ab6d752e70cc0240ef30d0d45e9b1afcb85a1ec82d8e014\";s:8:\"wpcore32\";s:64:\"34bd8b0f2d156a595a57de94d5503d2bfa57b9e8027d4f9d97bb5c96c3ddc09d\";s:8:\"wpcore33\";s:64:\"9a38a666187f2d57b613ca300a11959b61fe404da646755b461dc2101c32aca5\";s:8:\"wpcore34\";s:64:\"b14a576ca26dbeef9018cc79a65c9723b4c46c48de0f79ce65e2b7bf0a7ef5c1\";s:8:\"wpcore35\";s:64:\"e848db702d405f825bb78786e1f244d666fb100564d5aa08e01a8d7d4f10cb29\";s:7:\"others0\";s:64:\"918329bff48fca860cee6e75d02c09fe2803e41033aa94082154f6b48373f343\";s:7:\"others1\";s:64:\"609d105f59e360a96462c7655a359c69f18ded277f3dd81155da7da87492ebc8\";s:3:\"db0\";s:64:\"2f1fa5f8bd0546ac1de77a88f226d3e5ead4211eb5c17fc8c90d215a5ce13419\";}}s:5:\"nonce\";s:12:\"e3bd8ef57ffd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:5:{s:7:\"plugins\";i:1634111921;s:6:\"themes\";i:1634111950;s:7:\"uploads\";i:1634111961;s:6:\"wpcore\";i:1634113364;s:6:\"others\";i:1634113377;}s:18:\"created_by_version\";s:10:\"2.16.59.25\";s:21:\"last_saved_by_version\";s:10:\"2.16.59.25\";s:12:\"is_multisite\";b:0;}i:1632294569;a:28:{s:7:\"plugins\";a:2:{i:0;s:80:\"backup_2021-09-22-0709_Top_Consultant_for_ISO_Certifica_0bb722b90ed9-plugins.zip\";i:1;s:81:\"backup_2021-09-22-0709_Top_Consultant_for_ISO_Certifica_0bb722b90ed9-plugins2.zip\";}s:12:\"plugins-size\";i:26651009;s:13:\"plugins1-size\";i:14688046;s:6:\"themes\";a:4:{i:0;s:79:\"backup_2021-09-22-0709_Top_Consultant_for_ISO_Certifica_0bb722b90ed9-themes.zip\";i:1;s:80:\"backup_2021-09-22-0709_Top_Consultant_for_ISO_Certifica_0bb722b90ed9-themes2.zip\";i:2;s:80:\"backup_2021-09-22-0709_Top_Consultant_for_ISO_Certifica_0bb722b90ed9-themes3.zip\";i:3;s:80:\"backup_2021-09-22-0709_Top_Consultant_for_ISO_Certifica_0bb722b90ed9-themes4.zip\";}s:11:\"themes-size\";i:30018983;s:12:\"themes1-size\";i:96106217;s:12:\"themes2-size\";i:87025985;s:12:\"themes3-size\";i:210;s:7:\"uploads\";a:5:{i:0;s:80:\"backup_2021-09-22-0709_Top_Consultant_for_ISO_Certifica_0bb722b90ed9-uploads.zip\";i:1;s:81:\"backup_2021-09-22-0709_Top_Consultant_for_ISO_Certifica_0bb722b90ed9-uploads2.zip\";i:2;s:81:\"backup_2021-09-22-0709_Top_Consultant_for_ISO_Certifica_0bb722b90ed9-uploads3.zip\";i:3;s:81:\"backup_2021-09-22-0709_Top_Consultant_for_ISO_Certifica_0bb722b90ed9-uploads4.zip\";i:4;s:81:\"backup_2021-09-22-0709_Top_Consultant_for_ISO_Certifica_0bb722b90ed9-uploads5.zip\";}s:12:\"uploads-size\";i:20405355;s:13:\"uploads1-size\";i:26332159;s:13:\"uploads2-size\";i:26715703;s:13:\"uploads3-size\";i:36929720;s:13:\"uploads4-size\";i:5932202;s:6:\"others\";a:2:{i:0;s:79:\"backup_2021-09-22-0709_Top_Consultant_for_ISO_Certifica_0bb722b90ed9-others.zip\";i:1;s:80:\"backup_2021-09-22-0709_Top_Consultant_for_ISO_Certifica_0bb722b90ed9-others2.zip\";}s:11:\"others-size\";i:32179376;s:12:\"others1-size\";i:4729;s:2:\"db\";s:74:\"backup_2021-09-22-0709_Top_Consultant_for_ISO_Certifica_0bb722b90ed9-db.gz\";s:7:\"db-size\";i:55723024;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:14:{s:8:\"plugins0\";s:40:\"74ac69bd5f3af524cc414362fa17e224459ae205\";s:8:\"plugins1\";s:40:\"4d4bc1ba54866ba9d53a63d48a07740278acbb62\";s:7:\"themes0\";s:40:\"1da3d91c315d9a9c78dc85caa14ffff95c3de52e\";s:7:\"themes1\";s:40:\"3a20654117b98d13760a3681d22efad4f18c8abb\";s:7:\"themes2\";s:40:\"533759f21dd95c1705e63673de7372e5d3998554\";s:7:\"themes3\";s:40:\"028f46ef94a93b70001ec23cee830403aede06cf\";s:8:\"uploads0\";s:40:\"5c0e0c02b48e57a740cf281e627803c4efb4ce20\";s:8:\"uploads1\";s:40:\"e59e8f2620d2d73e797d36d22ca8760ccc5d70a6\";s:8:\"uploads2\";s:40:\"e2909b626d1ebe344b451f2b5343aba75ad251df\";s:8:\"uploads3\";s:40:\"ae01b869b175e6df276cd068f1917d334b362bb9\";s:8:\"uploads4\";s:40:\"a199f9f924cb7bf5a47c4c31e0bae5d23cec9d4b\";s:7:\"others0\";s:40:\"f4584a71aed6fa5baa9a7c34a59c403717b8f86f\";s:7:\"others1\";s:40:\"127493f1613480af75fdda307a1d284e9610d44f\";s:3:\"db0\";s:40:\"16475b07b90f82088e9a6f4e55eefc82dfbdeea2\";}s:6:\"sha256\";a:14:{s:8:\"plugins0\";s:64:\"5acaa3d2a16cf8c28df801ae8bb4586ef93dbe23138866d9ac3faa659164f994\";s:8:\"plugins1\";s:64:\"cff43946858f8a7d7468903a9b5d5d0f938e0f60de70ff0b1c77f03de4add8d1\";s:7:\"themes0\";s:64:\"4bfe062710cb2c7f12cb9bdfc5d3cc2b1c076b10628b3c5803395cda671ae713\";s:7:\"themes1\";s:64:\"2c00c266d16de69ad9bae0a67d55c5718f7505f7d981daaaa07386203d5b8052\";s:7:\"themes2\";s:64:\"c1f06d61b7468ee6c654c42e87a71dc9c443774c54965880d1f31877506076aa\";s:7:\"themes3\";s:64:\"ed921cf9d87891a845f9a19fe1734352c12d62e93c732ed7ef43f4ac46d086fc\";s:8:\"uploads0\";s:64:\"2e6b772908474a8016519456d617f2351222eed57ed41494f182b99389460b65\";s:8:\"uploads1\";s:64:\"b41b62a9a726a7781ed2dbe34cdbb20af99a5c91e4aa57c849da0d2c4b7c4c37\";s:8:\"uploads2\";s:64:\"d5b90daee543f0be5c0b3a95b711aad5fe4e43616fd0fa8746c39b6b96b36c64\";s:8:\"uploads3\";s:64:\"aa668b430e571fadea1d2c4f2378c2ff0803c257f66333d75a19bc82bf90fb07\";s:8:\"uploads4\";s:64:\"23cb93958623743ac65ca3cab20f97a2235be05d5c54d4cb9dfad3439fb8cd29\";s:7:\"others0\";s:64:\"6032f42899ff5b44f1e839f11be03d37deb98b97d090721e19ec8244c7025de9\";s:7:\"others1\";s:64:\"3b843c9666d012179753ab4358686d64de0c3d2b7f8e93a121227c5a26800dbe\";s:3:\"db0\";s:64:\"6579038d1760ade3b18f129059ded06c18d84e6ee62cb73fcaaf99ab2e93dc6f\";}}s:5:\"nonce\";s:12:\"0bb722b90ed9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1632294569;s:6:\"themes\";i:1632294624;s:7:\"uploads\";i:1632294646;s:6:\"others\";i:1632294701;}s:18:\"created_by_version\";s:7:\"1.16.61\";s:21:\"last_saved_by_version\";s:7:\"1.16.61\";s:12:\"is_multisite\";b:0;}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(3550, 'updraft_lock_3a6500907ba4', '1613051331', 'no'),
(3570, 'bsr_page_size', '50000', 'yes'),
(3592, 'WPLANG', '', 'yes'),
(3594, 'bsf_analytics_optin', 'no', 'yes'),
(3612, 'updraft_restore_in_progress', '5e0b3bd2aff8', 'no'),
(3818, 'updraft_task_manager_dbversion', '1.1', 'yes'),
(3844, 'Re_Smush_It_Task', '1613113282', 'yes'),
(3954, 'amp-options', 'a:10:{s:13:\"theme_support\";s:12:\"transitional\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:9:\"analytics\";a:0:{}s:23:\"all_templates_supported\";b:1;s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:7:\"version\";s:6:\"2.0.10\";s:12:\"reader_theme\";s:6:\"legacy\";s:17:\"plugin_configured\";b:1;s:15:\"mobile_redirect\";b:0;s:18:\"suppressed_plugins\";a:0:{}}', 'no'),
(3956, 'amp_css_transient_monitor_time_series', 'a:1:{i:20210212;i:0;}', 'no'),
(4208, 'better_resource_hints', 'a:10:{s:15:\"last-active-tab\";s:7:\"preload\";s:22:\"preload_scripts_option\";s:14:\"footer_scripts\";s:23:\"preload_scripts_handles\";s:0:\"\";s:21:\"preload_styles_option\";s:10:\"all_styles\";s:22:\"preload_styles_handles\";s:0:\"\";s:23:\"prefetch_scripts_option\";s:10:\"no_scripts\";s:24:\"prefetch_scripts_handles\";s:0:\"\";s:22:\"prefetch_styles_option\";s:9:\"no_styles\";s:23:\"prefetch_styles_handles\";s:0:\"\";s:23:\"preconnect_hosts_option\";s:15:\"external_assets\";}', 'yes'),
(4457, 'pand-3b2d2c5d8cb009dc06ac9927b3f7f603', '1632399056', 'no'),
(4498, 'fm_key', 'nkGCqe9lSisbyHuIt3TafOh0R', 'yes'),
(4499, 'mk_fm_close_fm_help_c_fm', 'done', 'yes'),
(4800, 'elementskit-lite_never_show', 'yes', 'yes'),
(5131, 'permalink-manager-uris', 'a:339:{i:6070;s:3:\"404\";i:5963;s:0:\"\";i:6171;s:74:\"a-competitive-edge-for-companies-with-iso-certification/attachment/image24\";i:5411;s:55:\"a-competitive-edge-for-companies-with-iso-certification\";i:6173;s:68:\"how-to-handle-an-iso-certification-body-complaint/attachment/image15\";i:5409;s:49:\"how-to-handle-an-iso-certification-body-complaint\";i:6185;s:53:\"process-of-iso-certification-qatar/attachment/image21\";i:1512;s:34:\"process-of-iso-certification-qatar\";i:6187;s:81:\"how-to-author-implement-an-iso-22301-business-contingency-plan/attachment/image13\";i:695;s:62:\"how-to-author-implement-an-iso-22301-business-contingency-plan\";i:6189;s:24:\"footer/attachment/logo-4\";i:6193;s:25:\"footer/attachment/ft-logo\";i:327;s:31:\"iso_certificates/iso-9001-audit\";i:5449;s:44:\"iso_certificates/iso-45001-health-and-safety\";i:5448;s:38:\"iso_certificates/iso-14001-environment\";i:5445;s:38:\"iso_certificates/iso-22000-food-safety\";i:5446;s:47:\"iso_certificates/iso-27001-information-security\";i:326;s:48:\"iso_certificates/iso-41001-facilities-management\";i:325;s:42:\"iso_certificates/iso-31000-risk-management\";i:5444;s:46:\"iso_certificates/iso-22301-business-continuity\";i:6251;s:24:\"footer/attachment/logo-5\";i:6277;s:23:\"test/attachment/image27\";i:6345;s:9:\"image27-2\";i:6346;s:6:\"image6\";i:6347;s:7:\"image12\";i:6348;s:7:\"image19\";i:6349;s:7:\"image20\";i:6350;s:7:\"image23\";i:6351;s:7:\"image26\";i:591;s:41:\"ensure-business-continuity-with-iso-22301\";i:605;s:57:\"why-should-i-rely-upon-a-consultant-for-iso-certification\";i:611;s:55:\"reduce-work-place-injuries-with-iso-45001-certification\";i:614;s:53:\"iso-14001-certification-whats-in-it-for-your-business\";i:632;s:71:\"learn-why-haccp-certification-is-essential-for-food-industry-businesses\";i:636;s:50:\"how-iso-9001-certification-can-boost-your-business\";i:6459;s:21:\"homepage/attachment/2\";i:6460;s:21:\"homepage/attachment/3\";i:6461;s:21:\"homepage/attachment/4\";i:6462;s:21:\"homepage/attachment/5\";i:6463;s:21:\"homepage/attachment/1\";i:5450;s:44:\"iso_certificates/iso-50001-energy-management\";i:6482;s:36:\"footer/attachment/without-background\";i:6498;s:44:\"footer/attachment/logo-01-without-background\";i:90;s:50:\"our_clients_trust_us/international-medical-company\";i:6661;s:48:\"iso_certificates/iso-9001-audit/attachment/iso-1\";i:6662;s:48:\"iso_certificates/iso-9001-audit/attachment/iso-3\";i:6663;s:48:\"iso_certificates/iso-9001-audit/attachment/iso-2\";i:6667;s:48:\"iso_certificates/iso-9001-audit/attachment/iso-4\";i:6668;s:48:\"iso_certificates/iso-9001-audit/attachment/iso-5\";i:6669;s:48:\"iso_certificates/iso-9001-audit/attachment/iso-6\";i:6670;s:48:\"iso_certificates/iso-9001-audit/attachment/iso-7\";i:6671;s:48:\"iso_certificates/iso-9001-audit/attachment/iso-8\";i:6678;s:48:\"iso_certificates/iso-9001-audit/attachment/iso-9\";i:6723;s:59:\"iso_certificates/iso-14001-environment/attachment/iso-14001\";i:6754;s:53:\"iso_certificates/iso-14001-environment/attachment/ems\";i:6770;s:61:\"iso_certificates/iso-14001-environment/attachment/environment\";i:6801;s:56:\"iso_certificates/iso-14001-environment/attachment/em-iso\";i:6817;s:66:\"iso_certificates/iso-14001-environment/attachment/iso-requirements\";i:6849;s:58:\"iso_certificates/iso-45001-health-and-safety/attachment/b2\";i:6850;s:58:\"iso_certificates/iso-45001-health-and-safety/attachment/b3\";i:6851;s:58:\"iso_certificates/iso-45001-health-and-safety/attachment/b4\";i:6852;s:58:\"iso_certificates/iso-45001-health-and-safety/attachment/b5\";i:6854;s:58:\"iso_certificates/iso-45001-health-and-safety/attachment/b1\";i:6861;s:66:\"iso_certificates/iso-45001-health-and-safety/attachment/pdca-cycle\";i:6862;s:77:\"iso_certificates/iso-45001-health-and-safety/attachment/hazard-identification\";i:6883;s:59:\"iso_certificates/iso-22000-food-safety/attachment/iso-22000\";i:6906;s:67:\"iso_certificates/iso-22000-food-safety/attachment/benefits-analysis\";i:7003;s:63:\"iso_certificates/iso-31000-risk-management/attachment/framework\";i:7010;s:61:\"iso_certificates/iso-31000-risk-management/attachment/process\";i:7038;s:64:\"iso_certificates/iso-22301-business-continuity/attachment/image1\";i:7054;s:69:\"iso_certificates/iso-22301-business-continuity/attachment/top-reasons\";i:7108;s:60:\"iso_certificates/iso-50001-energy-management/attachment/enms\";i:5447;s:33:\"iso_certificates/iso-9001-quality\";i:7125;s:74:\"iso_certificates/iso-9001-quality/attachment/quality-management-principles\";i:7138;s:58:\"iso_certificates/iso-14001-environment/attachment/benefits\";i:7142;s:55:\"iso_certificates/iso-9001-quality/attachment/benefits-2\";i:7155;s:51:\"iso_certificates/iso-9001-quality/attachment/image2\";i:7251;s:138:\"how-to-author-implement-an-iso-22301-business-contingency-plan/attachment/how-to-author-implement-an-iso-22301-business-contingency-plan-2\";i:7292;s:106:\"how-to-achieve-management-buy-in-for-iso-31000/attachment/how-to-achieve-management-buy-in-for-iso-31000-2\";i:7323;s:103:\"learn-how-to-select-the-right-individuals-for-your-business-with-iso-22301/attachment/right-individuals\";i:7352;s:76:\"iso-31000-definition-of-risk/attachment/is0-31000-defination-of-risk-300x158\";i:7363;s:68:\"ensure-business-continuity-with-iso-22301/attachment/ensure-business\";i:7471;s:88:\"iso-14001-certification-whats-in-it-for-your-business/attachment/iso-14001-certification\";i:7485;s:82:\"why-the-change-from-ohsas-18001-to-iso-45001/attachment/ohsas-18001-to-iso-45001-2\";i:7499;s:102:\"learn-why-haccp-certification-is-essential-for-food-industry-businesses/attachment/haccp-certification\";i:7513;s:84:\"how-iso-9001-certification-can-boost-your-business/attachment/iso-9001-certification\";i:7546;s:66:\"jas-anz-ukas-ias/attachment/accredited-iso-certification-300x277-1\";i:7557;s:52:\"iso-22000-haccp/attachment/iso-22000-haccp-300x122-1\";i:7562;s:94:\"standards-required-from-the-food-industry-in-qatar/attachment/iso-22000-certification-in-qatar\";i:7570;s:50:\"haccp-hand-in-hand-with-iso-22000/attachment/print\";i:7575;s:98:\"haccp-vs-iso-22000-the-difference-between-the-two-standards/attachment/iso-22000-haccp-300x122-1-1\";i:7583;s:97:\"iso-22000-and-its-impact-on-the-food-industry/attachment/impact-of-iso-22000-on-the-food-industry\";i:7588;s:64:\"ohsas-18001-to-iso-45001/attachment/ohsas-18001-to-iso-45001-big\";i:7597;s:91:\"usual-requirement-for-tenders-how-an-iso-certification-can-help/attachment/isocertification\";i:7688;s:47:\"iso-certification-in-qatar-process-registration\";i:7697;s:46:\"how-iso-certifications-can-help-small-business\";i:7901;s:41:\"homepage/attachment/aegis_advantage_res-2\";i:7938;s:30:\"homepage/attachment/white-logo\";i:7939;s:30:\"homepage/attachment/color-logo\";i:7972;s:34:\"contact-us/attachment/contact-us-1\";i:8214;s:45:\"qgos_aegis-services_booklet_new-address-final\";i:8358;s:8:\"image1-2\";i:8390;s:75:\"iso_certificates/iso-14001-environment/attachment/iso-14001-certification-2\";i:8446;s:82:\"iso_certificates/iso-45001-health-and-safety/attachment/iso-45001-bannerv5-940x239\";i:8476;s:57:\"iso_certificates/iso-22000-food-safety/attachment/banner3\";i:8508;s:64:\"iso_certificates/iso-27001-information-security/attachment/27001\";i:8530;s:65:\"iso_certificates/iso-27001-information-security/attachment/image3\";i:8539;s:62:\"iso_certificates/iso-41001-facilities-management/attachment/30\";i:8586;s:58:\"iso_certificates/iso-31000-risk-management/attachment/risk\";i:8611;s:74:\"iso_certificates/iso-45001-health-and-safety/attachment/iso45001-ohsms-760\";i:8612;s:67:\"iso_certificates/iso-45001-health-and-safety/attachment/iso-45001-1\";i:8613;s:65:\"iso_certificates/iso-45001-health-and-safety/attachment/iso-45001\";i:8652;s:62:\"iso_certificates/iso-22301-business-continuity/attachment/bcms\";i:8656;s:66:\"iso_certificates/iso-22301-business-continuity/attachment/image2-2\";i:8687;s:61:\"iso_certificates/iso-50001-energy-management/attachment/50001\";i:9131;s:63:\"iso_certificates/iso-22301-business-continuity/attachment/22301\";i:9137;s:59:\"iso_certificates/iso-22000-food-safety/attachment/banner3-2\";i:9138;s:55:\"iso_certificates/iso-22000-food-safety/attachment/22000\";i:9140;s:57:\"iso_certificates/iso-22000-food-safety/attachment/22000-2\";i:9275;s:19:\"elementor-hf/footer\";i:9299;s:63:\"iso_certificates/iso-45001-health-and-safety/attachment/iso2018\";i:9317;s:65:\"iso_certificates/iso-45001-health-and-safety/attachment/iso2018-2\";i:9321;s:68:\"iso_certificates/iso-45001-health-and-safety/attachment/untitled-1-3\";i:9328;s:68:\"iso_certificates/iso-45001-health-and-safety/attachment/iso450012018\";i:9335;s:70:\"iso_certificates/iso-45001-health-and-safety/attachment/iso450012018-2\";i:9340;s:68:\"iso_certificates/iso-45001-health-and-safety/attachment/untitled-1-1\";i:9350;s:70:\"iso_certificates/iso-45001-health-and-safety/attachment/untitled-1-1-2\";i:9607;s:5:\"svalk\";i:9657;s:42:\"elementor-hf/header-for-mobile-and-tablets\";i:9950;s:55:\"process-of-iso-certification-qatar/attachment/image21-2\";i:9951;s:55:\"process-of-iso-certification-qatar/attachment/image21-3\";i:9957;s:22:\"blog/attachment/logo-6\";i:2338;s:4:\"blog\";i:9965;s:47:\"awards-and-recognitions/attachment/white-logo-2\";i:2340;s:23:\"awards-and-recognitions\";i:2335;s:8:\"about-us\";i:2337;s:3:\"faq\";i:2339;s:11:\"testimonial\";i:2360;s:10:\"contact-us\";i:9977;s:32:\"homepage/attachment/color-logo-2\";i:10035;s:9:\"home-page\";i:519;s:46:\"how-to-achieve-management-buy-in-for-iso-31000\";i:579;s:74:\"learn-how-to-select-the-right-individuals-for-your-business-with-iso-22301\";i:562;s:28:\"iso-31000-definition-of-risk\";i:602;s:58:\"get-smart-with-effective-risk-management-through-iso-31000\";i:609;s:62:\"find-out-why-iso-9001-certification-isnt-just-for-big-business\";i:630;s:48:\"learn-how-iso-27001-protects-your-businesss-data\";i:639;s:52:\"does-my-business-really-need-iso-14001-certification\";i:625;s:44:\"why-the-change-from-ohsas-18001-to-iso-45001\";i:10184;s:4:\"home\";i:1539;s:8:\"fullpage\";i:5725;s:4:\"test\";i:5390;s:12:\"case-studies\";i:73;s:27:\"our_clients_trust_us/fujita\";i:5397;s:9:\"thank-you\";i:346;s:31:\"faq_question_answer/what-is-iso\";i:72;s:32:\"our_clients_trust_us/ali-bin-ali\";i:345;s:38:\"faq_question_answer/what-are-standards\";i:343;s:33:\"faq_question_answer/why-choose-us\";i:5505;s:44:\"our_clients_trust_us/al-jaber-infrastructure\";i:342;s:37:\"faq_question_answer/what-will-it-cost\";i:341;s:57:\"faq_question_answer/are-there-any-hidden-charges-involved\";i:344;s:56:\"faq_question_answer/who-can-apply-for-an-iso-certificate\";i:10400;s:40:\"iso-certification-required-for-a-startup\";i:6023;s:24:\"footer/attachment/bg-5-2\";i:6022;s:24:\"footer/attachment/bg-6-1\";i:5999;s:7:\"favicon\";i:5983;s:19:\"faq-banner-icon-png\";i:5985;s:14:\"faq-icon-1-png\";i:5986;s:8:\"bg-5-png\";i:5981;s:23:\"aegis_advantage_res-jpg\";i:5982;s:19:\"aegis-advantage-jpg\";i:5979;s:15:\"who-we-icon-png\";i:5980;s:19:\"who-we-are-bg-1-jpg\";i:5976;s:10:\"icon-4-png\";i:5977;s:7:\"h-5-png\";i:5978;s:15:\"how-it-work-jpg\";i:5973;s:10:\"icon-1-png\";i:5974;s:10:\"icon-2-png\";i:5975;s:10:\"icon-3-png\";i:5971;s:18:\"logo_verticle1-png\";i:5972;s:17:\"what-we-do-bg-jpg\";i:5969;s:17:\"logo_verticle-png\";i:5970;s:10:\"new-bg-jpg\";i:5956;s:9:\"call-icon\";i:5753;s:67:\"our_clients_trust_us/international-medical-company/attachment/imc-2\";i:4940;s:58:\"awards-and-recognitions/attachment/award3-1024x576-300x169\";i:3569;s:26:\"fullpage/attachment/afater\";i:2760;s:14:\"logo_verticle1\";i:2706;s:13:\"logo_verticle\";i:352;s:13:\"footer-logo-1\";i:119;s:12:\"untitled-1-2\";i:118;s:11:\"footer-bg-2\";i:41;s:10:\"untitled-1\";i:686;s:63:\"usual-requirement-for-tenders-how-an-iso-certification-can-help\";i:671;s:59:\"haccp-vs-iso-22000-the-difference-between-the-two-standards\";i:668;s:33:\"haccp-hand-in-hand-with-iso-22000\";i:665;s:50:\"standards-required-from-the-food-industry-in-qatar\";i:647;s:58:\"6-steps-for-selecting-the-right-iso-certification-provider\";i:677;s:45:\"iso-22000-and-its-impact-on-the-food-industry\";i:5243;s:12:\"how-it-works\";i:4879;s:10:\"what-we-do\";i:689;s:26:\"iso-certification-in-qatar\";i:692;s:17:\"the-new-iso-45001\";i:657;s:15:\"iso-22000-haccp\";i:681;s:24:\"ohsas-18001-to-iso-45001\";i:652;s:16:\"jas-anz-ukas-ias\";i:694;s:32:\"impact-and-benefits-of-iso-14001\";i:8745;s:9:\"home-page\";i:10548;s:4:\"home\";i:10646;s:24:\"chatstack_logo_preloader\";i:10655;s:34:\"contact-us/attachment/contact-us-3\";i:10704;s:28:\"home/attachment/new-bg-mobil\";i:10708;s:38:\"home/attachment/who-we-are-bg-mobile-1\";i:10712;s:35:\"home/attachment/faq-banner-2-mobile\";i:10725;s:27:\"home/attachment/bg-5-mobile\";i:10729;s:66:\"iso-certification-required-for-a-startup/attachment/light-banner-2\";i:11010;s:19:\"attachment/aegis-qa\";i:11009;s:34:\"benefits-of-implementing-iso-14001\";i:11020;s:17:\"attachment/aegis1\";i:11021;s:17:\"attachment/ageis2\";i:11022;s:17:\"attachment/ageis3\";i:11025;s:17:\"attachment/aegid4\";i:11026;s:17:\"attachment/aegis5\";i:11027;s:17:\"attachment/aegis7\";i:11024;s:50:\"what-is-use-of-the-pdca-cycle-in-iso-certification\";i:11064;s:64:\"iso-9001-audit-focusing-on-its-values-and-their-prime-importance\";i:11069;s:83:\"iso-9001-audit-focusing-on-its-values-and-their-prime-importance/attachment/iso9001\";i:11087;s:26:\"attachment/infographics-01\";i:11088;s:24:\"attachment/feature-image\";i:11086;s:41:\"reach-out-to-best-iso-consultant-in-qatar\";i:11093;s:58:\"attachment/five-key-iso-9001-quality-management-principles\";i:11092;s:38:\"iso-9001-quality-management-principles\";i:11108;s:33:\"elementor-11102/attachment/iso-10\";i:11102;s:39:\"benefits-of-obtaining-iso-certification\";i:11115;s:68:\"benefits-of-iso-certification-for-electronic-component-manufacturers\";i:11125;s:88:\"benefits-of-iso-certification-for-electronic-component-manufacturers/attachment/picture1\";i:11159;s:29:\"attachment/infographics-01-01\";i:11160;s:25:\"attachment/feature-image1\";i:11158;s:52:\"what-benefits-do-you-get-from-iso-9001-certification\";i:11171;s:79:\"attachment/four-things-to-understand-the-requirements-and-structure-of-iso-9001\";i:11170;s:38:\"requirements-and-structure-of-iso-9001\";i:11177;s:57:\"attachment/three-things-to-know-about-iso-certificationvv\";i:11176;s:44:\"three-things-to-know-about-iso-certification\";i:11216;s:23:\"attachment/infographics\";i:11215;s:31:\"what-topics-does-iso-9001-cover\";i:11221;s:73:\"attachment/four-benefits-of-obtaining-iso-certification-for-organizations\";i:11220;s:62:\"four-benefits-of-obtaining-iso-certification-for-organizations\";i:11282;s:50:\"attachment/four-things-to-know-about-iso-9001-2015\";i:11281;s:38:\"four-things-to-know-about-iso-90012015\";i:11286;s:66:\"attachment/four-things-to-know-about-the-iso-certification-process\";i:11285;s:55:\"four-things-to-know-about-the-iso-certification-process\";i:11289;s:67:\"attachment/four-ways-that-companies-can-grow-with-iso-certification\";i:11288;s:56:\"four-ways-that-companies-can-grow-with-iso-certification\";i:11291;s:126:\"four-ways-that-companies-can-grow-with-iso-certification/attachment/four-ways-that-companies-can-grow-with-iso-certification-2\";i:11331;s:28:\"attachment/infographics-01-2\";i:11332;s:28:\"attachment/infographics-01-3\";i:11333;s:25:\"attachment/feature-image3\";i:11330;s:49:\"what-are-the-advantages-of-iso-9001-certification\";i:11337;s:66:\"attachment/three-things-to-understand-about-iso-9001-certification\";i:11336;s:55:\"three-things-to-understand-about-iso-9001-certification\";i:11339;s:124:\"three-things-to-understand-about-iso-9001-certification/attachment/three-things-to-understand-about-iso-9001-certification-2\";i:11342;s:72:\"attachment/how-to-identify-the-best-iso-consultant-for-your-organization\";i:11341;s:61:\"how-to-identify-the-best-iso-consultant-for-your-organization\";i:11345;s:70:\"attachment/how-iso-9001-enhances-the-efficiency-of-shipping-operations\";i:11344;s:59:\"how-iso-9001-enhances-the-efficiency-of-shipping-operations\";i:11373;s:44:\"attachment/iso-certification-in-qatar-header\";i:11374;s:39:\"attachment/iso-certification-in-qatar-2\";i:11372;s:49:\"why-should-organizations-obtain-iso-certification\";i:11380;s:21:\"attachment/iso-9001-3\";i:11379;s:59:\"iso-9001-how-it-helps-in-improving-your-business-sales-rate\";i:11387;s:57:\"attachment/four-steps-to-become-an-iso-certified-business\";i:11386;s:46:\"four-steps-to-become-an-iso-certified-business\";i:11392;s:57:\"attachment/three-things-to-know-about-iso-certification-2\";i:11391;s:44:\"three-things-to-know-about-iso-certification\";i:11394;s:104:\"three-things-to-know-about-iso-certification/attachment/four-steps-to-become-an-iso-certified-business-2\";i:11398;s:61:\"attachment/what-are-the-various-benefits-of-iso-certification\";i:11399;s:28:\"attachment/infographics-01-4\";i:11400;s:28:\"attachment/infographics-01-5\";i:11397;s:50:\"what-are-the-various-benefits-of-iso-certification\";i:11469;s:35:\"attachment/iso-9001-certification-2\";i:11468;s:39:\"a-short-guide-to-iso-9001-certification\";i:11475;s:35:\"attachment/benefit-small-businesses\";i:11473;s:56:\"five-ways-iso-certification-can-benefit-small-businesses\";i:11477;s:32:\"attachment/popular-iso-standards\";i:11474;s:32:\"eight-most-popular-iso-standards\";i:11485;s:32:\"attachment/iso-management-system\";i:11486;s:22:\"attachment/iso-reports\";i:11487;s:23:\"attachment/iso-overview\";i:11484;s:61:\"how-is-an-iso-management-system-implemented-in-the-real-world\";i:11489;s:34:\"attachment/right-iso-certification\";i:11483;s:46:\"how-to-choose-the-right-iso-certification-body\";i:11515;s:35:\"attachment/iso-9001-certification-3\";i:11513;s:33:\"understand-iso-9001-certification\";i:11520;s:45:\"attachment/iso-9001-enhances-shipping-methods\";i:11519;s:38:\"how-iso-9001-enhances-shipping-methods\";i:11523;s:46:\"attachment/costs-involved-in-iso-certification\";i:11524;s:55:\"attachment/types-of-costs-involved-in-iso-certification\";i:11522;s:44:\"types-of-costs-involved-in-iso-certification\";i:11527;s:60:\"attachment/how-iso-certification-help-your-organization-grow\";i:11528;s:52:\"attachment/iso-certification-for-organization-growth\";i:11526;s:53:\"how-can-iso-certification-help-your-organization-grow\";i:11635;s:42:\"attachment/iso-9001-re-certification-audit\";i:11634;s:40:\"get-iso-9001-re-certification-audit-done\";i:11637;s:42:\"ideal-iso-certification-for-export-company\";i:11643;s:33:\"attachment/iso-certification-tips\";i:11642;s:32:\"iso-certification-essential-tips\";i:11645;s:61:\"basic-requirements-of-documentation-mandated-by-iso-9001-2015\";i:11647;s:49:\"iso-certificate-accreditation-and-risk-management\";i:11652;s:27:\"attachment/boosts-business1\";i:11651;s:33:\"iso-certification-boosts-business\";i:11656;s:64:\"iso-certification-boosts-business/attachment/boots-business-thum\";i:11813;s:34:\"attachment/iso-certification-qatar\";i:11812;s:23:\"iso-certification-qatar\";i:11816;s:44:\"attachment/iso-9001-2015-certification-myths\";i:11815;s:45:\"myths-surrounding-iso-9001-2015-certification\";i:11819;s:86:\"iso-registration-procedure-guidelines/attachment/guidelines-iso-registration-procedure\";i:11818;s:37:\"iso-registration-procedure-guidelines\";i:11822;s:103:\"should-an-organization-that-is-not-for-profit-adopt-iso-9001/attachment/iso-9001-certified-organisation\";i:11821;s:45:\"should-non-profit-organization-adopt-iso-9001\";i:11825;s:88:\"how-does-the-iso-9001-audit-relate-to-the-quality-principles/attachment/iso-9001-audit-2\";i:11824;s:47:\"how-iso-9001-audit-relate-to-quality-principles\";i:11827;s:40:\"ways-to-improve-internal-iso-9001-audits\";i:11829;s:57:\"key-aspects-of-iso-9001-for-small-medium-sized-businesses\";i:11832;s:43:\"how-shipping-processes-enhanced-by-iso-9001\";i:11846;s:43:\"attachment/iso-certification-boost-business\";i:11847;s:46:\"attachment/iso-certification-boosts-business-2\";i:11854;s:47:\"attachment/essential-steps-to-iso-certification\";i:11855;s:30:\"attachment/oil-and-gas-sectors\";i:11857;s:46:\"attachment/essential-step-to-iso-certification\";i:11858;s:29:\"attachment/oil-and-gas-sector\";i:11853;s:56:\"benefits-of-iso-certification-for-the-oil-and-gas-sector\";i:11852;s:36:\"essential-steps-to-iso-certification\";i:11904;s:57:\"different-management-standards-for-food-beverage-industry\";i:11912;s:44:\"iso-9001-certification-produces-real-results\";i:11918;s:39:\"quality-leadership-essential-to-success\";i:11921;s:47:\"product-development-distribution-using-iso-9001\";i:11924;s:51:\"iso-90012015-requirements-regarding-human-resources\";i:11934;s:37:\"determining-cost-of-iso-certification\";}', 'yes'),
(5149, 'a3_lazy_load_version', '2.4.7', 'yes'),
(5151, 'a3_lazy_load_global_settings', 'a:23:{s:20:\"a3l_apply_lazyloadxt\";b:1;s:19:\"a3l_apply_to_images\";b:1;s:26:\"a3l_apply_image_to_content\";b:1;s:29:\"a3l_apply_image_to_textwidget\";b:1;s:33:\"a3l_apply_image_to_postthumbnails\";b:1;s:28:\"a3l_apply_image_to_gravatars\";b:1;s:26:\"a3l_image_include_noscript\";b:1;s:25:\"a3l_skip_image_with_class\";s:0:\"\";s:33:\"a3l_horizontal_trigger_classnames\";s:0:\"\";s:19:\"a3l_apply_to_videos\";b:1;s:26:\"a3l_apply_video_to_content\";b:1;s:29:\"a3l_apply_video_to_textwidget\";b:1;s:26:\"a3l_video_include_noscript\";b:1;s:25:\"a3l_skip_video_with_class\";s:0:\"\";s:16:\"a3l_uris_exclude\";s:0:\"\";s:19:\"a3l_objects_exclude\";a:21:{s:4:\"home\";i:0;s:5:\"front\";i:0;s:4:\"post\";i:0;s:4:\"page\";i:0;s:8:\"category\";i:0;s:3:\"tag\";i:0;s:6:\"search\";i:0;s:6:\"author\";i:0;s:7:\"archive\";i:0;s:14:\"e-landing-page\";i:0;s:17:\"elementor_library\";i:0;s:19:\"elementskit_content\";i:0;s:20:\"elementskit_template\";i:0;s:18:\"elementskit_widget\";i:0;s:15:\"oceanwp_library\";i:0;s:12:\"elementor-hf\";i:0;s:16:\"iso_certificates\";i:0;s:20:\"our_clients_trust_us\";i:0;s:14:\"knowledge_base\";i:0;s:19:\"faq_question_answer\";i:0;s:12:\"certificates\";i:0;}s:16:\"a3l_theme_loader\";s:7:\"wp_head\";s:27:\"a3l_load_disable_on_wptouch\";b:0;s:31:\"a3l_load_disable_on_mobilepress\";b:0;s:10:\"a3l_effect\";s:6:\"fadein\";s:21:\"a3l_effect_background\";s:7:\"#ffffff\";s:9:\"a3l_edgeY\";s:2:\"50\";s:42:\"a3l_jetpack_site_accelerator_compatibility\";b:0;}', 'yes'),
(5152, 'a3_lazy_load_clean_on_deletion', '0', 'yes'),
(5155, 'a3_lazy_load_toggle_box_open', '0', 'yes'),
(5156, 'a3_lazy_load_style_version', '1632824591', 'yes'),
(5225, 'short_pixel_ai_options', 'O:32:\"ShortPixel\\AI\\Options\\Collection\":5:{s:8:\"settings\";O:30:\"ShortPixel\\AI\\Options\\Category\":4:{s:9:\"behaviour\";O:30:\"ShortPixel\\AI\\Options\\Category\":5:{s:7:\"api_url\";s:30:\"https://cdn.shortpixel.ai/spai\";s:14:\"replace_method\";s:3:\"src\";s:6:\"fadein\";b:1;s:8:\"alter2wh\";i:0;s:13:\"sizespostmeta\";b:1;}s:11:\"compression\";O:30:\"ShortPixel\\AI\\Options\\Category\":6:{s:4:\"webp\";b:1;s:11:\"png_to_webp\";b:1;s:11:\"jpg_to_webp\";b:1;s:11:\"gif_to_webp\";b:1;s:11:\"remove_exif\";b:1;s:5:\"level\";s:5:\"lossy\";}s:5:\"areas\";O:30:\"ShortPixel\\AI\\Options\\Category\":4:{s:9:\"serve_svg\";b:1;s:16:\"backgrounds_lazy\";b:0;s:22:\"backgrounds_lazy_style\";b:0;s:15:\"parse_css_files\";b:1;}s:10:\"exclusions\";O:30:\"ShortPixel\\AI\\Options\\Category\":1:{s:14:\"excluded_paths\";s:37:\"regex:/\\/\\/([^\\/]*\\.|)gravatar.com\\//\";}}s:5:\"tests\";O:30:\"ShortPixel\\AI\\Options\\Category\":1:{s:9:\"front_end\";O:30:\"ShortPixel\\AI\\Options\\Category\":2:{s:8:\"enqueued\";b:1;s:14:\"missing_jquery\";b:0;}}s:5:\"flags\";O:30:\"ShortPixel\\AI\\Options\\Category\":1:{s:3:\"all\";O:30:\"ShortPixel\\AI\\Options\\Category\":1:{s:13:\"first_install\";b:0;}}s:5:\"pages\";O:30:\"ShortPixel\\AI\\Options\\Category\":1:{s:11:\"on_boarding\";O:30:\"ShortPixel\\AI\\Options\\Category\":2:{s:8:\"redirect\";O:28:\"ShortPixel\\AI\\Options\\Option\":1:{s:7:\"allowed\";b:0;}s:15:\"display_allowed\";b:1;}}s:7:\"notices\";O:30:\"ShortPixel\\AI\\Options\\Category\":1:{s:9:\"dismissed\";O:28:\"ShortPixel\\AI\\Options\\Option\":2:{s:7:\"credits\";i:1613645315;s:3:\"key\";i:1632827677;}}}', 'yes'),
(5435, 'spai_settings_lazy_ajax_tags', 'a:1:{s:6:\"figure\";i:2;}', 'yes'),
(5523, 'anwp_post_grid_rate_notice', 'hide', 'yes'),
(6031, 'cpto_options', 'a:7:{s:23:\"show_reorder_interfaces\";a:8:{s:4:\"post\";s:4:\"show\";s:10:\"attachment\";s:4:\"show\";s:8:\"wp_block\";s:4:\"show\";s:17:\"elementor_library\";s:4:\"show\";s:20:\"elementskit_template\";s:4:\"show\";s:18:\"elementskit_widget\";s:4:\"show\";s:15:\"oceanwp_library\";s:4:\"show\";s:12:\"elementor-hf\";s:4:\"show\";}s:8:\"autosort\";i:1;s:9:\"adminsort\";i:1;s:18:\"use_query_ASC_DESC\";s:0:\"\";s:17:\"archive_drag_drop\";i:1;s:10:\"capability\";s:14:\"manage_options\";s:21:\"navigation_sort_apply\";i:1;}', 'yes'),
(6032, 'CPT_configured', 'TRUE', 'yes'),
(6060, 'simple-rate-time', '1614069504', 'yes'),
(6061, 'scporder_notice', '1', 'yes'),
(6066, 'scporder_options', 'a:3:{s:7:\"objects\";a:8:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:17:\"elementor_library\";i:3;s:16:\"iso_certificates\";i:4;s:20:\"our_clients_trust_us\";i:5;s:14:\"knowledge_base\";i:6;s:19:\"faq_question_answer\";i:7;s:12:\"certificates\";}s:4:\"tags\";a:5:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:13:\"link_category\";i:3;s:26:\"elementor_library_category\";i:4;s:16:\"bsf_custom_fonts\";}s:18:\"show_advanced_view\";s:1:\"1\";}', 'yes'),
(6582, 'rocket_lazyload_dismiss_imagify_notice', '0', 'yes'),
(7542, 'theme_mods_astra-child', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:37;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1614586518;s:4:\"data\";a:13:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:8:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:6:\"text-3\";i:7;s:6:\"text-2\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}s:15:\"footer-widget-3\";a:0:{}s:15:\"footer-widget-4\";a:0:{}s:15:\"header-widget-1\";a:0:{}s:15:\"header-widget-2\";a:0:{}}}}', 'yes'),
(7544, 'astra-settings', 'a:3:{s:18:\"theme-auto-version\";s:5:\"3.0.3\";s:22:\"is_theme_queue_running\";b:0;s:33:\"_astra_pb_compatibility_completed\";b:1;}', 'yes'),
(8734, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.7.3\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1624355741;s:7:\"version\";s:5:\"5.4.1\";s:11:\"count_valid\";i:8;s:13:\"count_invalid\";i:0;}}', 'yes'),
(8736, 'elementor_library_category_children', 'a:0:{}', 'yes'),
(8737, 'flamingo_inbound_channel_children', 'a:1:{i:46;a:7:{i:0;i:47;i:1;i:48;i:2;i:49;i:3;i:50;i:4;i:51;i:5;i:53;i:6;i:54;}}', 'yes'),
(9760, 'jltma_mcb_activation_time', '1616153749', 'yes'),
(9762, 'ma_el_extensions_save_settings', 'a:19:{s:9:\"particles\";b:1;s:17:\"animated-gradient\";b:1;s:20:\"reading-progress-bar\";b:1;s:9:\"bg-slider\";b:1;s:10:\"custom-css\";b:1;s:9:\"custom-js\";b:1;s:11:\"positioning\";b:1;s:6:\"extras\";b:1;s:9:\"mega-menu\";b:1;s:10:\"transition\";b:1;s:10:\"transforms\";b:1;s:6:\"rellax\";b:1;s:6:\"reveal\";b:1;s:21:\"header-footer-comment\";b:1;s:18:\"display-conditions\";b:1;s:12:\"dynamic-tags\";b:1;s:16:\"floating-effects\";b:1;s:12:\"wrapper-link\";b:1;s:10:\"duplicator\";b:1;}', 'yes'),
(9765, 'jltma_white_label_settings', 'a:15:{s:20:\"jltma_wl_plugin_logo\";s:0:\"\";s:20:\"jltma_wl_plugin_name\";s:27:\"Master Addons for Elementor\";s:20:\"jltma_wl_plugin_desc\";s:132:\"Master Addons is easy and must have Elementor Addons for WordPress Page Builder. Clean, Modern, Hand crafted designed Addons blocks.\";s:27:\"jltma_wl_plugin_author_name\";s:11:\"Jewel Theme\";s:26:\"jltma_wl_plugin_menu_label\";s:13:\"Master Addons\";s:19:\"jltma_wl_plugin_url\";s:38:\"https://master-addons.com/all-widgets/\";s:25:\"jltma_wl_plugin_row_links\";i:0;s:27:\"jltma_wl_plugin_tab_welcome\";i:0;s:26:\"jltma_wl_plugin_tab_addons\";i:0;s:30:\"jltma_wl_plugin_tab_extensions\";i:0;s:23:\"jltma_wl_plugin_tab_api\";i:0;s:31:\"jltma_wl_plugin_tab_white_label\";i:0;s:27:\"jltma_wl_plugin_tab_version\";i:0;s:30:\"jltma_wl_plugin_tab_changelogs\";i:0;s:31:\"jltma_wl_plugin_tab_system_info\";i:0;}', 'yes'),
(9767, 'maad_el_save_settings', 'a:45:{s:21:\"ma-animated-headlines\";b:1;s:17:\"ma-call-to-action\";b:1;s:15:\"ma-dual-heading\";b:1;s:12:\"ma-accordion\";b:1;s:7:\"ma-tabs\";b:1;s:10:\"ma-tooltip\";b:1;s:14:\"ma-progressbar\";b:1;s:15:\"ma-progressbars\";b:1;s:15:\"ma-team-members\";b:1;s:22:\"ma-team-members-slider\";b:1;s:19:\"ma-creative-buttons\";b:1;s:12:\"ma-changelog\";b:1;s:10:\"ma-infobox\";b:1;s:10:\"ma-flipbox\";b:1;s:17:\"ma-creative-links\";b:1;s:22:\"ma-image-hover-effects\";b:1;s:7:\"ma-blog\";b:1;s:14:\"ma-news-ticker\";b:1;s:11:\"ma-timeline\";b:1;s:17:\"ma-business-hours\";b:1;s:20:\"ma-table-of-contents\";b:1;s:16:\"ma-image-hotspot\";b:1;s:23:\"ma-image-filter-gallery\";b:1;s:16:\"ma-pricing-table\";b:1;s:19:\"ma-image-comparison\";b:1;s:19:\"ma-restrict-content\";b:1;s:15:\"ma-current-time\";b:1;s:17:\"ma-domain-checker\";b:1;s:8:\"ma-table\";b:1;s:10:\"ma-navmenu\";b:1;s:9:\"ma-search\";b:1;s:13:\"ma-blockquote\";b:1;s:13:\"ma-counter-up\";b:1;s:18:\"ma-countdown-timer\";b:1;s:17:\"ma-toggle-content\";b:1;s:17:\"ma-gallery-slider\";b:1;s:20:\"ma-gradient-headline\";b:1;s:17:\"ma-advanced-image\";b:1;s:14:\"contact-form-7\";b:1;s:11:\"ninja-forms\";b:1;s:7:\"wpforms\";b:1;s:13:\"gravity-forms\";b:1;s:13:\"caldera-forms\";b:1;s:7:\"weforms\";b:1;s:12:\"ma-mailchimp\";b:1;}', 'yes'),
(9768, 'ma_el_third_party_plugins_save_settings', 'a:1:{s:18:\"custom-breakpoints\";b:1;}', 'yes'),
(9770, 'jltma-admin-notice-5a8533d2a660c25f52e33766c7f9dcd2', 'forever', 'no'),
(9772, 'health-check-disable-plugin-hash', 'f668b8b657c552a307c5af3e9bcd2899ed23876db1f9dbae94998749a0201de1', 'yes'),
(9777, 'https_detection_errors', 'a:0:{}', 'yes'),
(9787, 'options_cmb_license', '099D94EF-3D07-4217-9EFB-76B0C4CD3273', 'no'),
(9788, '_options_cmb_license', '', 'no'),
(9797, 'external_updates-codevision-elementor-cmb', 'O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1616217286;s:14:\"checkedVersion\";s:5:\"1.2.0\";s:6:\"update\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"codevision-elementor-cmb\";s:7:\"version\";s:5:\"1.2.0\";s:12:\"download_url\";s:125:\"https://license.codevision.io/api/auto-update/download?key=099D94EF-3D07-4217-9EFB-76B0C4CD3273&domain=https%3A%2F%2Faegis.qa\";s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:54:\"https://www.codevision.io/elementor-mobile-breakpoints\";s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";N;s:14:\"upgrade_notice\";s:0:\"\";s:5:\"icons\";a:0:{}s:8:\"filename\";s:53:\"codevision-elementor-cmb/codevision-elementor-cmb.php\";}s:11:\"updateClass\";s:22:\"Puc_v4p9_Plugin_Update\";s:15:\"updateBaseClass\";s:13:\"Plugin_Update\";}', 'no'),
(9810, 'codevision-elementor-cmb_version', '1.2.0', 'yes'),
(9811, 'options_cmb_breakpoint_configuration', '18', 'no'),
(9812, '_options_cmb_breakpoint_configuration', 'field_5e8eca8dd1935', 'no'),
(9813, 'cmb_last_import_ef8983fdd42b43424b4a63e601a57400a98e428575c6cd518c9fcf42bd884f9b', '1616217300', 'yes'),
(9817, 'cmb-acf-show-settings', '1', 'yes'),
(9818, '_options_cmb_breakpoint_configuration_0_is_enabled', 'field_5e8f1229a4bbf', 'no'),
(9819, 'options_cmb_breakpoint_configuration_0_name', 'iPhone 5/SE (P)', 'no'),
(9820, '_options_cmb_breakpoint_configuration_0_name', 'field_5e8eca9ed1936', 'no'),
(9821, 'options_cmb_breakpoint_configuration_0_width', '320', 'no'),
(9822, '_options_cmb_breakpoint_configuration_0_width', 'field_5e8ecaaed1937', 'no'),
(9823, 'options_cmb_breakpoint_configuration_0_height', '568', 'no'),
(9824, '_options_cmb_breakpoint_configuration_0_height', 'field_5e8ecac6d1938', 'no'),
(9825, '_options_cmb_breakpoint_configuration_1_is_enabled', 'field_5e8f1229a4bbf', 'no'),
(9826, 'options_cmb_breakpoint_configuration_1_name', 'iPhone 5/SE (LS)', 'no'),
(9827, '_options_cmb_breakpoint_configuration_1_name', 'field_5e8eca9ed1936', 'no'),
(9828, 'options_cmb_breakpoint_configuration_1_width', '568', 'no'),
(9829, '_options_cmb_breakpoint_configuration_1_width', 'field_5e8ecaaed1937', 'no'),
(9830, 'options_cmb_breakpoint_configuration_1_height', '320', 'no'),
(9831, '_options_cmb_breakpoint_configuration_1_height', 'field_5e8ecac6d1938', 'no'),
(9832, '_options_cmb_breakpoint_configuration_2_is_enabled', 'field_5e8f1229a4bbf', 'no'),
(9833, 'options_cmb_breakpoint_configuration_2_name', 'iPhone 6/7/8 (P)', 'no'),
(9834, '_options_cmb_breakpoint_configuration_2_name', 'field_5e8eca9ed1936', 'no'),
(9835, 'options_cmb_breakpoint_configuration_2_width', '375', 'no'),
(9836, '_options_cmb_breakpoint_configuration_2_width', 'field_5e8ecaaed1937', 'no'),
(9837, 'options_cmb_breakpoint_configuration_2_height', '667', 'no'),
(9838, '_options_cmb_breakpoint_configuration_2_height', 'field_5e8ecac6d1938', 'no'),
(9839, '_options_cmb_breakpoint_configuration_3_is_enabled', 'field_5e8f1229a4bbf', 'no'),
(9840, 'options_cmb_breakpoint_configuration_3_name', 'iPhone 6/7/8 (LS)', 'no'),
(9841, '_options_cmb_breakpoint_configuration_3_name', 'field_5e8eca9ed1936', 'no'),
(9842, 'options_cmb_breakpoint_configuration_3_width', '667', 'no'),
(9843, '_options_cmb_breakpoint_configuration_3_width', 'field_5e8ecaaed1937', 'no'),
(9844, 'options_cmb_breakpoint_configuration_3_height', '375', 'no'),
(9845, '_options_cmb_breakpoint_configuration_3_height', 'field_5e8ecac6d1938', 'no'),
(9846, '_options_cmb_breakpoint_configuration_4_is_enabled', 'field_5e8f1229a4bbf', 'no'),
(9847, 'options_cmb_breakpoint_configuration_4_name', 'iPhone 6/7/8 Plus (P)', 'no'),
(9848, '_options_cmb_breakpoint_configuration_4_name', 'field_5e8eca9ed1936', 'no'),
(9849, 'options_cmb_breakpoint_configuration_4_width', '414', 'no'),
(9850, '_options_cmb_breakpoint_configuration_4_width', 'field_5e8ecaaed1937', 'no'),
(9851, 'options_cmb_breakpoint_configuration_4_height', '736', 'no'),
(9852, '_options_cmb_breakpoint_configuration_4_height', 'field_5e8ecac6d1938', 'no'),
(9853, '_options_cmb_breakpoint_configuration_5_is_enabled', 'field_5e8f1229a4bbf', 'no'),
(9854, 'options_cmb_breakpoint_configuration_5_name', 'iPhone 6/7/8 Plus (LS)', 'no'),
(9855, '_options_cmb_breakpoint_configuration_5_name', 'field_5e8eca9ed1936', 'no'),
(9856, 'options_cmb_breakpoint_configuration_5_width', '736', 'no'),
(9857, '_options_cmb_breakpoint_configuration_5_width', 'field_5e8ecaaed1937', 'no'),
(9858, 'options_cmb_breakpoint_configuration_5_height', '414', 'no'),
(9859, '_options_cmb_breakpoint_configuration_5_height', 'field_5e8ecac6d1938', 'no'),
(9860, '_options_cmb_breakpoint_configuration_6_is_enabled', 'field_5e8f1229a4bbf', 'no'),
(9861, 'options_cmb_breakpoint_configuration_6_name', 'iPhone 11/XR (P)', 'no'),
(9862, '_options_cmb_breakpoint_configuration_6_name', 'field_5e8eca9ed1936', 'no'),
(9863, 'options_cmb_breakpoint_configuration_6_width', '414', 'no'),
(9864, '_options_cmb_breakpoint_configuration_6_width', 'field_5e8ecaaed1937', 'no'),
(9865, 'options_cmb_breakpoint_configuration_6_height', '896', 'no'),
(9866, '_options_cmb_breakpoint_configuration_6_height', 'field_5e8ecac6d1938', 'no'),
(9867, '_options_cmb_breakpoint_configuration_7_is_enabled', 'field_5e8f1229a4bbf', 'no'),
(9868, 'options_cmb_breakpoint_configuration_7_name', 'iPhone 11/XR (LS)', 'no'),
(9869, '_options_cmb_breakpoint_configuration_7_name', 'field_5e8eca9ed1936', 'no'),
(9870, 'options_cmb_breakpoint_configuration_7_width', '896', 'no'),
(9871, '_options_cmb_breakpoint_configuration_7_width', 'field_5e8ecaaed1937', 'no'),
(9872, 'options_cmb_breakpoint_configuration_7_height', '414', 'no'),
(9873, '_options_cmb_breakpoint_configuration_7_height', 'field_5e8ecac6d1938', 'no'),
(9874, '_options_cmb_breakpoint_configuration_8_is_enabled', 'field_5e8f1229a4bbf', 'no'),
(9875, 'options_cmb_breakpoint_configuration_8_name', 'iPhone 11 Pro/X/XS (P)', 'no'),
(9876, '_options_cmb_breakpoint_configuration_8_name', 'field_5e8eca9ed1936', 'no'),
(9877, 'options_cmb_breakpoint_configuration_8_width', '375', 'no'),
(9878, '_options_cmb_breakpoint_configuration_8_width', 'field_5e8ecaaed1937', 'no'),
(9879, 'options_cmb_breakpoint_configuration_8_height', '812', 'no'),
(9880, '_options_cmb_breakpoint_configuration_8_height', 'field_5e8ecac6d1938', 'no'),
(9881, '_options_cmb_breakpoint_configuration_9_is_enabled', 'field_5e8f1229a4bbf', 'no'),
(9882, 'options_cmb_breakpoint_configuration_9_name', 'iPhone 11 Pro/X/XS (LS)', 'no'),
(9883, '_options_cmb_breakpoint_configuration_9_name', 'field_5e8eca9ed1936', 'no'),
(9884, 'options_cmb_breakpoint_configuration_9_width', '812', 'no'),
(9885, '_options_cmb_breakpoint_configuration_9_width', 'field_5e8ecaaed1937', 'no'),
(9886, 'options_cmb_breakpoint_configuration_9_height', '375', 'no'),
(9887, '_options_cmb_breakpoint_configuration_9_height', 'field_5e8ecac6d1938', 'no'),
(9888, '_options_cmb_breakpoint_configuration_10_is_enabled', 'field_5e8f1229a4bbf', 'no'),
(9889, 'options_cmb_breakpoint_configuration_10_name', 'iPhone 11 Pro Max/XS Max (P)', 'no'),
(9890, '_options_cmb_breakpoint_configuration_10_name', 'field_5e8eca9ed1936', 'no'),
(9891, 'options_cmb_breakpoint_configuration_10_width', '414', 'no'),
(9892, '_options_cmb_breakpoint_configuration_10_width', 'field_5e8ecaaed1937', 'no'),
(9893, 'options_cmb_breakpoint_configuration_10_height', '896', 'no'),
(9894, '_options_cmb_breakpoint_configuration_10_height', 'field_5e8ecac6d1938', 'no'),
(9895, '_options_cmb_breakpoint_configuration_11_is_enabled', 'field_5e8f1229a4bbf', 'no'),
(9896, 'options_cmb_breakpoint_configuration_11_name', 'iPhone 11 Pro Max/XS Max (LS)', 'no'),
(9897, '_options_cmb_breakpoint_configuration_11_name', 'field_5e8eca9ed1936', 'no'),
(9898, 'options_cmb_breakpoint_configuration_11_width', '896', 'no'),
(9899, '_options_cmb_breakpoint_configuration_11_width', 'field_5e8ecaaed1937', 'no'),
(9900, 'options_cmb_breakpoint_configuration_11_height', '414', 'no'),
(9901, '_options_cmb_breakpoint_configuration_11_height', 'field_5e8ecac6d1938', 'no'),
(9902, '_options_cmb_breakpoint_configuration_12_is_enabled', 'field_5e8f1229a4bbf', 'no'),
(9903, 'options_cmb_breakpoint_configuration_12_name', 'iPad (Mini) 9,7 Zoll (P)', 'no'),
(9904, '_options_cmb_breakpoint_configuration_12_name', 'field_5e8eca9ed1936', 'no'),
(9905, 'options_cmb_breakpoint_configuration_12_width', '768', 'no'),
(9906, '_options_cmb_breakpoint_configuration_12_width', 'field_5e8ecaaed1937', 'no'),
(9907, 'options_cmb_breakpoint_configuration_12_height', '1024', 'no'),
(9908, '_options_cmb_breakpoint_configuration_12_height', 'field_5e8ecac6d1938', 'no'),
(9909, '_options_cmb_breakpoint_configuration_13_is_enabled', 'field_5e8f1229a4bbf', 'no'),
(9910, 'options_cmb_breakpoint_configuration_13_name', 'iPad (Mini) 9,7 Zoll (LS)', 'no'),
(9911, '_options_cmb_breakpoint_configuration_13_name', 'field_5e8eca9ed1936', 'no'),
(9912, 'options_cmb_breakpoint_configuration_13_width', '1024', 'no'),
(9913, '_options_cmb_breakpoint_configuration_13_width', 'field_5e8ecaaed1937', 'no'),
(9914, 'options_cmb_breakpoint_configuration_13_height', '768', 'no'),
(9915, '_options_cmb_breakpoint_configuration_13_height', 'field_5e8ecac6d1938', 'no'),
(9916, '_options_cmb_breakpoint_configuration_14_is_enabled', 'field_5e8f1229a4bbf', 'no'),
(9917, 'options_cmb_breakpoint_configuration_14_name', 'iPad Pro 10,5 Zoll (P)', 'no'),
(9918, '_options_cmb_breakpoint_configuration_14_name', 'field_5e8eca9ed1936', 'no'),
(9919, 'options_cmb_breakpoint_configuration_14_width', '834', 'no'),
(9920, '_options_cmb_breakpoint_configuration_14_width', 'field_5e8ecaaed1937', 'no'),
(9921, 'options_cmb_breakpoint_configuration_14_height', '1112', 'no'),
(9922, '_options_cmb_breakpoint_configuration_14_height', 'field_5e8ecac6d1938', 'no'),
(9923, '_options_cmb_breakpoint_configuration_15_is_enabled', 'field_5e8f1229a4bbf', 'no'),
(9924, 'options_cmb_breakpoint_configuration_15_name', 'iPad Pro 10,5 Zoll (LS)', 'no'),
(9925, '_options_cmb_breakpoint_configuration_15_name', 'field_5e8eca9ed1936', 'no'),
(9926, 'options_cmb_breakpoint_configuration_15_width', '1112', 'no'),
(9927, '_options_cmb_breakpoint_configuration_15_width', 'field_5e8ecaaed1937', 'no'),
(9928, 'options_cmb_breakpoint_configuration_15_height', '834', 'no'),
(9929, '_options_cmb_breakpoint_configuration_15_height', 'field_5e8ecac6d1938', 'no'),
(9930, '_options_cmb_breakpoint_configuration_16_is_enabled', 'field_5e8f1229a4bbf', 'no'),
(9931, 'options_cmb_breakpoint_configuration_16_name', 'iPad Pro 12,9 Zoll (P)', 'no'),
(9932, '_options_cmb_breakpoint_configuration_16_name', 'field_5e8eca9ed1936', 'no'),
(9933, 'options_cmb_breakpoint_configuration_16_width', '1024', 'no'),
(9934, '_options_cmb_breakpoint_configuration_16_width', 'field_5e8ecaaed1937', 'no'),
(9935, 'options_cmb_breakpoint_configuration_16_height', '1366', 'no'),
(9936, '_options_cmb_breakpoint_configuration_16_height', 'field_5e8ecac6d1938', 'no'),
(9937, '_options_cmb_breakpoint_configuration_17_is_enabled', 'field_5e8f1229a4bbf', 'no'),
(9938, 'options_cmb_breakpoint_configuration_17_name', 'iPad Pro 12,9 Zoll (LS)', 'no'),
(9939, '_options_cmb_breakpoint_configuration_17_name', 'field_5e8eca9ed1936', 'no'),
(9940, 'options_cmb_breakpoint_configuration_17_width', '1366', 'no'),
(9941, '_options_cmb_breakpoint_configuration_17_width', 'field_5e8ecaaed1937', 'no'),
(9942, 'options_cmb_breakpoint_configuration_17_height', '1024', 'no'),
(9943, '_options_cmb_breakpoint_configuration_17_height', 'field_5e8ecac6d1938', 'no'),
(9946, 'options_cmb_export', 'export', 'no'),
(9947, '_options_cmb_export', 'field_5edce098eada2', 'no'),
(9948, 'options_cmb_import_file', '', 'no'),
(9949, '_options_cmb_import_file', 'field_5edce0d2eada4', 'no'),
(9950, 'options_cmb_import', '', 'no'),
(9951, '_options_cmb_import', 'field_5edcf5324e5b6', 'no'),
(9952, 'options_cmb_breakpoint_configuration_0_is_enabled', '1', 'no'),
(9953, 'options_cmb_breakpoint_configuration_1_is_enabled', '0', 'no'),
(9954, 'options_cmb_breakpoint_configuration_2_is_enabled', '1', 'no'),
(9955, 'options_cmb_breakpoint_configuration_3_is_enabled', '0', 'no'),
(9956, 'options_cmb_breakpoint_configuration_4_is_enabled', '1', 'no'),
(9957, 'options_cmb_breakpoint_configuration_5_is_enabled', '0', 'no'),
(9958, 'options_cmb_breakpoint_configuration_6_is_enabled', '0', 'no'),
(9959, 'options_cmb_breakpoint_configuration_7_is_enabled', '0', 'no'),
(9960, 'options_cmb_breakpoint_configuration_8_is_enabled', '0', 'no'),
(9961, 'options_cmb_breakpoint_configuration_9_is_enabled', '0', 'no'),
(9962, 'options_cmb_breakpoint_configuration_10_is_enabled', '0', 'no'),
(9963, 'options_cmb_breakpoint_configuration_11_is_enabled', '0', 'no'),
(9964, 'options_cmb_breakpoint_configuration_12_is_enabled', '0', 'no'),
(9965, 'options_cmb_breakpoint_configuration_13_is_enabled', '0', 'no'),
(9966, 'options_cmb_breakpoint_configuration_14_is_enabled', '0', 'no'),
(9967, 'options_cmb_breakpoint_configuration_15_is_enabled', '0', 'no'),
(9968, 'options_cmb_breakpoint_configuration_16_is_enabled', '0', 'no'),
(9969, 'options_cmb_breakpoint_configuration_17_is_enabled', '0', 'no'),
(9970, 'options_cmb_restore', 'restore', 'no'),
(9971, '_options_cmb_restore', 'field_5edcf602ce08d', 'no'),
(10856, 'apj_plr_message', 'We don\'t support landscape mode yet. Please go back to portrait mode for the best experience.', 'yes'),
(10857, 'apj_plr_bg_clr_code', 'rgb(255, 255, 255)', 'yes'),
(10858, 'apj_plr_txt_clr_code', '#000000', 'yes'),
(11740, 'preload_cache_counter', 'a:2:{s:1:\"c\";i:0;s:1:\"t\";i:1624340988;}', 'yes'),
(11819, 'wpsc_feed_list', 'a:16:{i:0;s:117:\"/home1/k5v9tnlo/aegis.qa/wp-content/cache/supercache/aegis.qa/blog/feed/wp-cache-f5bfa0077722bc4d736ec22b48e1c22e.php\";i:1;s:122:\"/home1/k5v9tnlo/aegis.qa/wp-content/cache/supercache/aegis.qa/wp-sitemap.xml/wp-cache-5d4242b4f4d9759971b409d201d3ea5b.php\";i:2;s:135:\"/home1/k5v9tnlo/aegis.qa/wp-content/cache/supercache/aegis.qa/wp-sitemap-posts-post-1.xml/wp-cache-ac41931e5eac937b4737f941c49d9e48.php\";i:3;s:135:\"/home1/k5v9tnlo/aegis.qa/wp-content/cache/supercache/aegis.qa/wp-sitemap-posts-page-1.xml/wp-cache-2710fc2732de708ff9841015f9235a1f.php\";i:4;s:148:\"/home1/k5v9tnlo/aegis.qa/wp-content/cache/supercache/aegis.qa/wp-sitemap-posts-elementor_library-1.xml/wp-cache-8fb91204ebc60c90151e537f7bf607ef.php\";i:5;s:143:\"/home1/k5v9tnlo/aegis.qa/wp-content/cache/supercache/aegis.qa/wp-sitemap-posts-elementor-hf-1.xml/wp-cache-6ed5bc4e52e48a44a104815f0025f1c8.php\";i:6;s:147:\"/home1/k5v9tnlo/aegis.qa/wp-content/cache/supercache/aegis.qa/wp-sitemap-posts-iso_certificates-1.xml/wp-cache-a66e5902cf2c9600fca355918d628bc0.php\";i:7;s:151:\"/home1/k5v9tnlo/aegis.qa/wp-content/cache/supercache/aegis.qa/wp-sitemap-posts-our_clients_trust_us-1.xml/wp-cache-ab3c279f16dd764fc88796ca57580669.php\";i:8;s:150:\"/home1/k5v9tnlo/aegis.qa/wp-content/cache/supercache/aegis.qa/wp-sitemap-posts-faq_question_answer-1.xml/wp-cache-3c44dad7bd10bbdb1eca015ca1a73430.php\";i:9;s:144:\"/home1/k5v9tnlo/aegis.qa/wp-content/cache/supercache/aegis.qa/wp-sitemap-taxonomies-category-1.xml/wp-cache-75f1bc3c3987cc0cc560aa725c82c357.php\";i:10;s:144:\"/home1/k5v9tnlo/aegis.qa/wp-content/cache/supercache/aegis.qa/wp-sitemap-taxonomies-post_tag-1.xml/wp-cache-6be0e1a2cdb7b515b5fca885e0bdc380.php\";i:11;s:130:\"/home1/k5v9tnlo/aegis.qa/wp-content/cache/supercache/aegis.qa/wp-sitemap-users-1.xml/wp-cache-d8131b1886b4d2373874a5bdb694ac46.php\";i:12;s:117:\"/home1/k5v9tnlo/aegis.qa/wp-content/cache/supercache/aegis.qa/blog/feed/wp-cache-f5bfa0077722bc4d736ec22b48e1c22e.php\";i:13;s:112:\"/home1/k5v9tnlo/aegis.qa/wp-content/cache/supercache/aegis.qa/feed/wp-cache-d31cb303ac37d9a8cad5ed7214c817c4.php\";i:14;s:117:\"/home1/k5v9tnlo/aegis.qa/wp-content/cache/supercache/aegis.qa/blog/feed/wp-cache-f5bfa0077722bc4d736ec22b48e1c22e.php\";i:15;s:111:\"/home1/k5v9tnlo/aegis.qa/wp-content/cache/supercache/aegis.qa/rss/wp-cache-12980a3605c3f5155a05dca6e6b490e6.php\";}', 'yes'),
(14202, 'ihaf_insert_header', '<!-- Google Tag Manager -->\r\n<script>	\r\n(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\\\'gtm.start\\\':\r\nnew Date().getTime(),event:\\\'gtm.js\\\'});var f=d.getElementsByTagName(s)[0],\r\nj=d.createElement(s),dl=l!=\\\'dataLayer\\\'?\\\'&l=\\\'+l:\\\'\\\';j.async=true;j.src=\r\n\\\'https://www.googletagmanager.com/gtm.js?id=\\\'+i+dl;f.parentNode.insertBefore(j,f);\r\n})(window,document,\\\'script\\\',\\\'dataLayer\\\',\\\'GTM-W2NR3PH\\\');\r\n</script>\r\n<!-- End Google Tag Manager -->', 'yes'),
(14203, 'ihaf_insert_footer', '<!-- Set up offline Conversion Tracking -->\r\n\r\n<script>\r\nfunction getParam(p) {\r\n  var match = RegExp(\\\'[?&]\\\' + p + \\\'=([^&]*)\\\').exec(window.location.search);\r\n  return match && decodeURIComponent(match[1].replace(/\\\\+/g, \\\' \\\'));\r\n}\r\nfunction getExpiryRecord(value) {\r\n  var expiryPeriod = 90 * 24 * 60 * 60 * 1000; // 90 day expiry in milliseconds\r\n\r\n  var expiryDate = new Date().getTime() + expiryPeriod;\r\n  return {\r\n    value: value,\r\n    expiryDate: expiryDate\r\n  };\r\n}\r\n		\r\nfunction addGclid() {\r\n  var gclidParam = getParam(\\\'gclid\\\');\r\n  var gclidFormFields = [\\\'gclid_field\\\', \\\'foobar\\\']; // all possible gclid form field ids here\r\n  var gclidRecord = null;\r\n  var currGclidFormField;\r\n  var gclsrcParam = getParam(\\\'gclsrc\\\');\r\n  var isGclsrcValid = !gclsrcParam || gclsrcParam.indexOf(\\\'aw\\\') !== -1;\r\n  gclidFormFields.forEach(function (field) {\r\n    if (document.getElementById(field)) {\r\n      currGclidFormField = document.getElementById(field);\r\n    }\r\n  });\r\n  if (gclidParam && isGclsrcValid) {\r\n    gclidRecord = getExpiryRecord(gclidParam);\r\n    localStorage.setItem(\\\'gclid\\\', JSON.stringify(gclidRecord));\r\n  }\r\n  var gclid = gclidRecord || JSON.parse(localStorage.getItem(\\\'gclid\\\'));\r\n  var isGclidValid = gclid && new Date().getTime() < gclid.expiryDate;\r\n\r\n  if (currGclidFormField && isGclidValid) {\r\n    currGclidFormField.value = gclid.value;\r\n  }\r\n}\r\nwindow.addEventListener(\\\'load\\\', addGclid);\r\n</script>\r\n<!-- End Set up offline Conversion Tracking -->\r\n\r\n<script type=\\\"text/javascript\\\">\r\njQuery(document).ready(function(){\r\n    jQuery(\\\"#main_icon_smatest\\\").trigger(\\\'click\\\'); \r\n});\r\n</script>', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(14204, 'ihaf_insert_body', '<!-- Google Tag Manager (noscript) -->\r\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MXVXSHJ\\\"\r\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\r\n<!-- End Google Tag Manager (noscript) -->\r\n\r\n<!-- Google Tag Manager (noscript) -->\r\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W2NR3PH\\\"\r\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\r\n<!-- End Google Tag Manager (noscript) -->', 'yes'),
(14205, 'insert-headers-and-footers_welcome_dismissed_key', '1', 'yes'),
(17167, 'hotjar_site_id', '2419084', 'yes'),
(20226, 'nitropack-autoCachePurge', '1', 'yes'),
(20227, 'nitropack-cacheableObjectTypes', 'a:19:{i:0;s:4:\"home\";i:1;s:7:\"archive\";i:2;s:4:\"post\";i:3;s:8:\"category\";i:4;s:8:\"post_tag\";i:5;s:11:\"post_format\";i:6;s:4:\"page\";i:7;s:10:\"attachment\";i:8;s:17:\"elementor_library\";i:9;s:19:\"elementskit_content\";i:10;s:20:\"elementskit_template\";i:11;s:18:\"elementskit_widget\";i:12;s:15:\"oceanwp_library\";i:13;s:12:\"elementor-hf\";i:14;s:16:\"iso_certificates\";i:15;s:20:\"our_clients_trust_us\";i:16;s:14:\"knowledge_base\";i:17;s:19:\"faq_question_answer\";i:18;s:12:\"certificates\";}', 'yes'),
(20332, 'ossdl_off_blog_url', 'https://aegis.qa', 'yes'),
(20333, 'ossdl_off_cdn_url', 'https://aegis.qa', 'yes'),
(20334, 'ossdl_off_include_dirs', 'wp-content,wp-includes', 'yes'),
(20335, 'ossdl_off_exclude', '.php', 'yes'),
(20336, 'ossdl_cname', '', 'yes'),
(20337, 'ossdl_https', '0', 'yes'),
(20687, 'wp_rocket_resources_scanner', 'a:9:{s:17:\"https://aegis.qa/\";a:2:{s:4:\"type\";s:10:\"front_page\";s:3:\"url\";s:17:\"https://aegis.qa/\";}s:60:\"https://aegis.qa/elementor-hf/header-for-mobile-and-tablets/\";a:2:{s:4:\"type\";s:12:\"elementor-hf\";s:3:\"url\";s:60:\"https://aegis.qa/elementor-hf/header-for-mobile-and-tablets/\";}s:49:\"https://aegis.qa/faq_question_answer/what-is-iso/\";a:2:{s:4:\"type\";s:19:\"faq_question_answer\";s:3:\"url\";s:49:\"https://aegis.qa/faq_question_answer/what-is-iso/\";}s:62:\"https://aegis.qa/iso_certificates/iso-50001-energy-management/\";a:2:{s:4:\"type\";s:16:\"iso_certificates\";s:3:\"url\";s:62:\"https://aegis.qa/iso_certificates/iso-50001-energy-management/\";}s:62:\"https://aegis.qa/our_clients_trust_us/al-jaber-infrastructure/\";a:2:{s:4:\"type\";s:20:\"our_clients_trust_us\";s:3:\"url\";s:62:\"https://aegis.qa/our_clients_trust_us/al-jaber-infrastructure/\";}s:22:\"https://aegis.qa/home/\";a:2:{s:4:\"type\";s:4:\"page\";s:3:\"url\";s:22:\"https://aegis.qa/home/\";}s:58:\"https://aegis.qa/iso-certification-required-for-a-startup/\";a:2:{s:4:\"type\";s:4:\"post\";s:3:\"url\";s:58:\"https://aegis.qa/iso-certification-required-for-a-startup/\";}s:51:\"https://aegis.qa/category/business-continuity-plan/\";a:2:{s:4:\"type\";s:8:\"category\";s:3:\"url\";s:51:\"https://aegis.qa/category/business-continuity-plan/\";}s:40:\"https://aegis.qa/tag/iso-45001-benefits/\";a:2:{s:4:\"type\";s:8:\"post_tag\";s:3:\"url\";s:40:\"https://aegis.qa/tag/iso-45001-benefits/\";}}', 'yes'),
(20688, 'wp_rocket_resources_scanner_scanned', 'a:9:{i:0;s:17:\"https://aegis.qa/\";i:1;s:60:\"https://aegis.qa/elementor-hf/header-for-mobile-and-tablets/\";i:2;s:49:\"https://aegis.qa/faq_question_answer/what-is-iso/\";i:3;s:62:\"https://aegis.qa/iso_certificates/iso-50001-energy-management/\";i:4;s:62:\"https://aegis.qa/our_clients_trust_us/al-jaber-infrastructure/\";i:5;s:22:\"https://aegis.qa/home/\";i:6;s:58:\"https://aegis.qa/iso-certification-required-for-a-startup/\";i:7;s:51:\"https://aegis.qa/category/business-continuity-plan/\";i:8;s:40:\"https://aegis.qa/tag/iso-45001-benefits/\";}', 'yes'),
(20689, 'wp_rocket_resources_scanner_fetched', 'a:9:{s:17:\"https://aegis.qa/\";a:2:{s:3:\"url\";s:17:\"https://aegis.qa/\";s:8:\"is_error\";b:0;}s:60:\"https://aegis.qa/elementor-hf/header-for-mobile-and-tablets/\";a:2:{s:3:\"url\";s:60:\"https://aegis.qa/elementor-hf/header-for-mobile-and-tablets/\";s:8:\"is_error\";b:0;}s:49:\"https://aegis.qa/faq_question_answer/what-is-iso/\";a:2:{s:3:\"url\";s:49:\"https://aegis.qa/faq_question_answer/what-is-iso/\";s:8:\"is_error\";b:0;}s:62:\"https://aegis.qa/iso_certificates/iso-50001-energy-management/\";a:2:{s:3:\"url\";s:62:\"https://aegis.qa/iso_certificates/iso-50001-energy-management/\";s:8:\"is_error\";b:0;}s:62:\"https://aegis.qa/our_clients_trust_us/al-jaber-infrastructure/\";a:2:{s:3:\"url\";s:62:\"https://aegis.qa/our_clients_trust_us/al-jaber-infrastructure/\";s:8:\"is_error\";b:0;}s:22:\"https://aegis.qa/home/\";a:2:{s:3:\"url\";s:22:\"https://aegis.qa/home/\";s:8:\"is_error\";b:0;}s:58:\"https://aegis.qa/iso-certification-required-for-a-startup/\";a:2:{s:3:\"url\";s:58:\"https://aegis.qa/iso-certification-required-for-a-startup/\";s:8:\"is_error\";b:0;}s:51:\"https://aegis.qa/category/business-continuity-plan/\";a:2:{s:3:\"url\";s:51:\"https://aegis.qa/category/business-continuity-plan/\";s:8:\"is_error\";b:0;}s:40:\"https://aegis.qa/tag/iso-45001-benefits/\";a:2:{s:3:\"url\";s:40:\"https://aegis.qa/tag/iso-45001-benefits/\";s:8:\"is_error\";b:0;}}', 'yes'),
(20690, 'wp_rocket_prewarmup_stats', 'a:5:{s:15:\"scan_start_time\";i:1633001540;s:17:\"fetch_finish_time\";i:1633077343;s:23:\"resources_scanner_count\";i:9;s:18:\"allow_optimization\";b:1;s:25:\"warmup_status_finish_time\";i:1633005141;}', 'yes'),
(20780, 'litespeed.css._summary', '{\"queue\":[],\"curr_request\":0,\"last_spent\":8,\"last_request\":1625034845,\"curr_request_ccss\":1632898418}', 'yes'),
(20803, 'fvm_plugin_meta', '{\"dbv\":\"3.2.2\"}', 'yes'),
(20823, 'jetpack_connection_active_plugins', 'a:1:{s:7:\"jetpack\";a:1:{s:4:\"name\";s:7:\"Jetpack\";}}', 'yes'),
(20825, 'do_activate', '0', 'yes'),
(20873, 'jetpack_plugin_api_action_links', 'a:24:{s:35:\"advanced-cf7-db/advanced-cf7-db.php\";a:1:{s:12:\"Troubleshoot\";s:106:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=advanced-cf7-db&_wpnonce=9e7f97f27b\";}s:30:\"advanced-custom-fields/acf.php\";a:1:{s:12:\"Troubleshoot\";s:113:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=advanced-custom-fields&_wpnonce=190d801e89\";}s:47:\"anwp-post-grid-for-elementor/anwp-post-grid.php\";a:1:{s:12:\"Troubleshoot\";s:119:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=anwp-post-grid-for-elementor&_wpnonce=ddafd49cc4\";}s:41:\"blog-designer-pack/blog-designer-pack.php\";a:3:{s:7:\"Upgrade\";s:79:\"https://aegis.qa/wp-admin/admin.php?billing_cycle=annual&page=bdp-about-pricing\";s:7:\"Opt Out\";s:27:\"https://aegis.qa/wp-admin/#\";s:12:\"Troubleshoot\";s:109:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=blog-designer-pack&_wpnonce=e807ec790b\";}s:33:\"classic-editor/classic-editor.php\";a:2:{s:8:\"Settings\";s:68:\"https://aegis.qa/wp-admin/options-writing.php#classic-editor-options\";s:12:\"Troubleshoot\";s:105:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=classic-editor&_wpnonce=158d8c03e8\";}s:36:\"contact-form-7/wp-contact-form-7.php\";a:2:{s:8:\"Settings\";s:46:\"https://aegis.qa/wp-admin/admin.php?page=wpcf7\";s:12:\"Troubleshoot\";s:105:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=contact-form-7&_wpnonce=951971e23a\";}s:29:\"custom-fonts/custom-fonts.php\";a:1:{s:12:\"Troubleshoot\";s:103:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=custom-fonts&_wpnonce=6ee9a35fcc\";}s:23:\"elementor/elementor.php\";a:3:{s:8:\"Settings\";s:50:\"https://aegis.qa/wp-admin/admin.php?page=elementor\";s:12:\"Troubleshoot\";s:100:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=elementor&_wpnonce=d22adb9c53\";s:6:\"Go Pro\";s:103:\"https://elementor.com/pro/?utm_source=wp-plugins&utm_campaign=gopro&utm_medium=wp-dash&utm_term=oceanwp\";}s:51:\"header-footer-elementor/header-footer-elementor.php\";a:1:{s:12:\"Troubleshoot\";s:114:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=header-footer-elementor&_wpnonce=137ef91509\";}s:37:\"elementskit-lite/elementskit-lite.php\";a:3:{s:12:\"Troubleshoot\";s:107:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=elementskit-lite&_wpnonce=9ae981249c\";s:10:\" Settings \";s:52:\"https://aegis.qa/wp-admin/admin.php?page=elementskit\";s:12:\" Go Premium \";s:36:\"https://wpmet.com/plugin/elementskit\";}s:21:\"flamingo/flamingo.php\";a:1:{s:12:\"Troubleshoot\";s:99:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=flamingo&_wpnonce=0bdd064270\";}s:29:\"health-check/health-check.php\";a:2:{s:12:\"Health Check\";s:53:\"https://aegis.qa/wp-admin/tools.php?page=health-check\";s:12:\"Troubleshoot\";s:103:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=health-check&_wpnonce=c86e4ceb09\";}s:17:\"hotjar/hotjar.php\";a:1:{s:12:\"Troubleshoot\";s:97:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=hotjar&_wpnonce=fb71884a87\";}s:35:\"insert-headers-and-footers/ihaf.php\";a:1:{s:12:\"Troubleshoot\";s:117:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=insert-headers-and-footers&_wpnonce=11019f938f\";}s:19:\"jetpack/jetpack.php\";a:1:{s:10:\"My Jetpack\";s:48:\"https://aegis.qa/wp-admin/admin.php?page=jetpack\";}s:37:\"ultimate-addons-for-elementor/uae.php\";a:1:{s:12:\"Troubleshoot\";s:120:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=ultimate-addons-for-elementor&_wpnonce=aa726e965e\";}s:35:\"menu-duplicator/menu-duplicator.php\";a:1:{s:12:\"Troubleshoot\";s:106:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=menu-duplicator&_wpnonce=fa1beb49aa\";}s:27:\"ocean-extra/ocean-extra.php\";a:1:{s:12:\"Troubleshoot\";s:102:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=ocean-extra&_wpnonce=aa033c5263\";}s:39:\"permalink-manager/permalink-manager.php\";a:3:{s:12:\"Troubleshoot\";s:108:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=permalink-manager&_wpnonce=80f2181c2d\";s:10:\"URI Editor\";s:58:\"https://aegis.qa/wp-admin/tools.php?page=permalink-manager\";s:8:\"Settings\";s:75:\"https://aegis.qa/wp-admin/tools.php?page=permalink-manager&section=settings\";}s:33:\"preloader-plus/preloader-plus.php\";a:1:{s:12:\"Troubleshoot\";s:105:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=preloader-plus&_wpnonce=32538efbe4\";}s:57:\"prevent-landscape-rotation/prevent-landscape-rotation.php\";a:2:{s:8:\"Settings\";s:94:\"https://aegis.qa/wp-admin/admin.php?page=prevent-landscape-rotation/public/admin/adminpage.php\";s:12:\"Troubleshoot\";s:117:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=prevent-landscape-rotation&_wpnonce=3091d30613\";}s:105:\"redirect-404-error-page-to-homepage-or-custom-page/redirect-404-error-page-to-homepage-or-custom-page.php\";a:2:{s:7:\"Opt Out\";s:27:\"https://aegis.qa/wp-admin/#\";s:12:\"Troubleshoot\";s:141:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=redirect-404-error-page-to-homepage-or-custom-page&_wpnonce=a87bf4174a\";}s:41:\"wordpress-importer/wordpress-importer.php\";a:1:{s:12:\"Troubleshoot\";s:109:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=wordpress-importer&_wpnonce=f7f2d6d46c\";}s:24:\"wordpress-seo/wp-seo.php\";a:4:{s:11:\"Get Premium\";s:151:\"https://yoa.st/1yb?php_version=7.4&platform=wordpress&platform_version=5.7.2&software=free&software_version=16.5&days_active=91-180&user_language=en_US\";s:3:\"FAQ\";s:151:\"https://yoa.st/1yc?php_version=7.4&platform=wordpress&platform_version=5.7.2&software=free&software_version=16.5&days_active=91-180&user_language=en_US\";s:8:\"Settings\";s:56:\"https://aegis.qa/wp-admin/admin.php?page=wpseo_dashboard\";s:12:\"Troubleshoot\";s:104:\"https://aegis.qa/wp-admin/plugins.php?health-check-troubleshoot-plugin=wordpress-seo&_wpnonce=8cd8f6dcec\";}}', 'yes'),
(20933, 'jpsq_sync_checkout', '0:0', 'no'),
(20934, 'jp_sync_lock_full_sync', '', 'no'),
(20983, 'post_by_email_address1', 'NULL', 'yes'),
(21047, 'elementor_google_maps_api_key', '', 'yes'),
(21048, 'elementor_font_display', 'auto', 'yes'),
(21049, 'elementor_experiment-e_import_export', 'default', 'yes'),
(21085, 'jetpack_constants_sync_checksum', 'a:20:{s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:17:\"WP_POST_REVISIONS\";i:4261170317;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:7:\"ABSPATH\";i:720357320;s:14:\"WP_CONTENT_DIR\";i:617818059;s:9:\"FS_METHOD\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:16:\"JETPACK__VERSION\";i:2361118009;s:12:\"IS_PRESSABLE\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:11:\"PHP_VERSION\";i:3080111482;s:15:\"WP_MEMORY_LIMIT\";i:1764394102;s:19:\"WP_MAX_MEMORY_LIMIT\";i:1474498405;s:8:\"WP_DEBUG\";i:734881840;}', 'yes'),
(21086, 'jetpack_sync_https_history_main_network_site_url', 'a:1:{i:0;s:5:\"https\";}', 'yes'),
(21087, 'jetpack_sync_https_history_site_url', 'a:2:{i:0;s:5:\"https\";i:1;s:5:\"https\";}', 'yes'),
(21088, 'jetpack_sync_https_history_home_url', 'a:2:{i:0;s:5:\"https\";i:1;s:5:\"https\";}', 'yes'),
(21127, 'jetpack_callables_sync_checksum', 'a:36:{s:18:\"wp_max_upload_size\";i:1819132959;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:17:\"main_network_site\";i:1554291881;s:26:\"main_network_site_wpcom_id\";i:2196243846;s:8:\"site_url\";i:1554291881;s:8:\"home_url\";i:1554291881;s:28:\"has_file_system_write_access\";i:4261170317;s:21:\"is_version_controlled\";i:734881840;s:10:\"taxonomies\";i:1592595815;s:10:\"post_types\";i:3564019273;s:18:\"post_type_features\";i:2970834868;s:10:\"shortcodes\";i:2821672800;s:27:\"rest_api_allowed_post_types\";i:2577480890;s:32:\"rest_api_allowed_public_metadata\";i:223132457;s:10:\"wp_version\";i:2285326039;s:11:\"get_plugins\";i:3379087941;s:24:\"get_plugins_action_links\";i:2997253718;s:16:\"hosting_provider\";i:769900095;s:6:\"locale\";i:110763218;s:13:\"site_icon_url\";i:734881840;s:5:\"roles\";i:2617558516;s:8:\"timezone\";i:3808505409;s:13:\"paused_themes\";i:223132457;s:14:\"paused_plugins\";i:223132457;s:13:\"theme_support\";i:1458738659;s:23:\"wp_get_environment_type\";i:1138987844;s:16:\"single_user_site\";i:4261170317;s:7:\"updates\";i:2903718415;s:14:\"active_modules\";i:1253165551;s:24:\"available_jetpack_blocks\";i:1992784550;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:4261170317;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;}', 'no'),
(21130, 'jp_sync_retry_after_sync', '1624346795.0406', 'no'),
(21159, 'swift_performance_options', 'a:235:{s:13:\"settings-mode\";s:6:\"simple\";s:12:\"purchase-key\";b:0;s:10:\"whitelabel\";i:0;s:15:\"use-compute-api\";i:0;s:17:\"clear-cache-roles\";a:1:{i:0;s:13:\"administrator\";}s:21:\"disable-admin-notices\";i:0;s:15:\"disable-toolbar\";i:0;s:19:\"page-specific-rules\";i:0;s:11:\"enable-beta\";i:0;s:23:\"collect-anonymized-data\";i:0;s:14:\"enable-logging\";i:0;s:8:\"loglevel\";s:1:\"1\";s:8:\"log-path\";s:56:\"/home1/k5v9tnlo/aegis.qa/wp-content/swift-logs-bc26a8f2/\";s:15:\"custom-htaccess\";N;s:19:\"background-requests\";N;s:17:\"disable-heartbeat\";s:0:\"\";s:19:\"heartbeat-frequency\";i:60;s:13:\"limit-wp-cron\";i:100;s:11:\"remote-cron\";i:0;s:21:\"remote-cron-frequency\";s:5:\"daily\";s:9:\"bypass-ga\";i:0;s:14:\"ga-tracking-id\";N;s:12:\"ga-ip-source\";s:21:\"HTTP_CF_CONNECTING_IP\";s:15:\"ga-anonymize-ip\";i:0;s:16:\"delay-ga-collect\";i:1;s:16:\"ga-exclude-roles\";N;s:16:\"cookies-disabled\";i:0;s:14:\"smart-lazyload\";i:0;s:24:\"optimize-uploaded-images\";i:0;s:11:\"scan-images\";s:4:\"soft\";s:22:\"image-optimizer-preset\";s:8:\"lossless\";s:12:\"jpeg-quality\";i:100;s:11:\"png-quality\";i:100;s:19:\"resize-large-images\";N;s:19:\"maximum-image-width\";s:4:\"1920\";s:20:\"keep-original-images\";i:1;s:4:\"webp\";i:1;s:10:\"serve-webp\";s:4:\"none\";s:21:\"serve-webp-background\";i:0;s:12:\"exclude-webp\";N;s:13:\"webp-no-cache\";i:1;s:21:\"preload-images-by-url\";N;s:23:\"preload-images-by-class\";N;s:16:\"lazy-load-images\";i:1;s:17:\"exclude-lazy-load\";N;s:23:\"exclude-lazy-load-class\";N;s:26:\"respect-lazyload-standards\";i:1;s:30:\"lazy-load-images-preload-point\";i:50;s:31:\"load-images-on-user-interaction\";i:0;s:23:\"base64-lazy-load-images\";i:1;s:27:\"lazyload-images-placeholder\";s:7:\"blurred\";s:26:\"lazyload-background-images\";i:0;s:28:\"fix-missing-image-dimensions\";i:0;s:23:\"force-responsive-images\";i:0;s:14:\"gravatar-cache\";i:0;s:21:\"gravatar-cache-expiry\";i:3600;s:19:\"base64-small-images\";i:0;s:24:\"base64-small-images-size\";s:4:\"1000\";s:27:\"exclude-base64-small-images\";N;s:19:\"smart-youtube-embed\";i:0;s:21:\"exclude-youtube-embed\";N;s:27:\"smart-youtube-preload-point\";i:50;s:16:\"lazyload-iframes\";i:0;s:23:\"exclude-iframe-lazyload\";N;s:29:\"exclude-iframe-lazyload-class\";N;s:33:\"respect-iframe-lazyload-standards\";i:1;s:30:\"lazyload-iframes-preload-point\";i:50;s:32:\"load-iframes-on-user-interaction\";i:0;s:11:\"server-push\";i:0;s:22:\"optimize-prebuild-only\";i:1;s:21:\"merge-background-only\";i:0;s:12:\"optimize-404\";i:0;s:16:\"prebuild-booster\";i:1;s:14:\"disable-emojis\";i:0;s:13:\"limit-threads\";i:0;s:11:\"max-threads\";i:3;s:28:\"merge-assets-logged-in-users\";i:0;s:12:\"dns-prefetch\";i:1;s:15:\"dns-prefetch-js\";i:0;s:20:\"exclude-dns-prefetch\";N;s:26:\"normalize-static-resources\";i:0;s:13:\"merge-scripts\";i:1;s:13:\"async-scripts\";N;s:15:\"script-delivery\";s:6:\"simple\";s:30:\"merge-scripts-exlude-3rd-party\";i:0;s:15:\"exclude-scripts\";a:1:{i:0;s:32:\"webpack(-pro)?\\.runtime\\.min\\.js\";}s:14:\"footer-scripts\";N;s:13:\"defer-scripts\";N;s:22:\"exclude-inline-scripts\";N;s:21:\"footer-inline-scripts\";N;s:28:\"exclude-script-localizations\";i:1;s:14:\"minify-scripts\";i:1;s:22:\"use-script-compute-api\";i:0;s:22:\"proxy-3rd-party-assets\";i:0;s:24:\"include-3rd-party-assets\";N;s:16:\"script-safe-mode\";i:0;s:11:\"separate-js\";i:0;s:21:\"inline-merged-scripts\";N;s:17:\"lazy-load-scripts\";N;s:15:\"include-scripts\";N;s:13:\"block-scripts\";N;s:22:\"disable-jquery-migrate\";N;s:15:\"preload-scripts\";N;s:18:\"preprocess-scripts\";N;s:25:\"preprocess-inline-scripts\";N;s:16:\"extra-javascript\";N;s:23:\"extra-javascript-footer\";N;s:18:\"server-side-script\";N;s:12:\"merge-styles\";i:1;s:12:\"critical-css\";i:1;s:17:\"critical-css-mode\";s:2:\"v1\";s:18:\"extra-critical-css\";N;s:9:\"extra-css\";N;s:23:\"load-full-css-on-scroll\";i:0;s:16:\"disable-full-css\";i:0;s:12:\"compress-css\";i:0;s:16:\"remove-keyframes\";i:0;s:19:\"inline_critical_css\";i:1;s:15:\"inline_full_css\";i:0;s:12:\"separate-css\";i:0;s:10:\"minify-css\";i:1;s:17:\"bypass-css-import\";i:1;s:30:\"merge-styles-exclude-3rd-party\";i:0;s:14:\"exclude-styles\";N;s:21:\"exclude-inline-styles\";N;s:14:\"include-styles\";N;s:14:\"preload-styles\";N;s:13:\"preload-fonts\";i:0;s:21:\"exclude-preload-fonts\";N;s:20:\"manual-preload-fonts\";N;s:11:\"local-fonts\";i:0;s:19:\"exclude-local-fonts\";N;s:12:\"font-display\";i:0;s:20:\"exclude-font-display\";N;s:17:\"smart-render-html\";i:0;s:20:\"exclude-smart-render\";N;s:13:\"html-auto-fix\";i:1;s:11:\"minify-html\";i:0;s:14:\"enable-caching\";i:1;s:12:\"caching-mode\";s:14:\"disk_cache_php\";s:14:\"memcached-host\";s:9:\"localhost\";s:14:\"memcached-port\";s:5:\"11211\";s:10:\"early-load\";i:1;s:10:\"cache-path\";s:42:\"/home1/k5v9tnlo/aegis.qa/wp-content/cache/\";s:17:\"cache-expiry-mode\";s:9:\"timebased\";s:17:\"cache-expiry-time\";s:5:\"43200\";s:29:\"cache-garbage-collection-time\";s:4:\"1800\";s:17:\"extend-nonce-life\";i:0;s:12:\"bypass-nonce\";i:0;s:20:\"short-lifespan-pages\";N;s:27:\"clear-page-cache-after-post\";N;s:32:\"clear-permalink-cache-after-post\";N;s:19:\"clear-cache-updater\";i:0;s:30:\"enable-caching-logged-in-users\";i:0;s:22:\"shared-logged-in-cache\";i:0;s:14:\"mobile-support\";i:0;s:13:\"browser-cache\";i:1;s:11:\"enable-gzip\";i:1;s:10:\"304-header\";i:0;s:9:\"cache-404\";i:0;s:13:\"cache-sitemap\";i:0;s:15:\"dynamic-caching\";i:0;s:26:\"cacheable-dynamic-requests\";N;s:22:\"cacheable-ajax-actions\";N;s:22:\"ajax-cache-expiry-time\";s:4:\"1440\";s:11:\"proxy-cache\";i:0;s:18:\"proxy-cache-maxage\";i:84600;s:16:\"proxy-cache-only\";i:0;s:26:\"ignore-specific-parameters\";N;s:19:\"avoid-mixed-content\";i:1;s:21:\"keep-original-headers\";i:1;s:24:\"exclude-original-headers\";N;s:22:\"cache-case-insensitive\";i:0;s:19:\"caching-strict-host\";i:1;s:18:\"lazyload-shortcode\";N;s:15:\"lazyload-blocks\";N;s:16:\"lazyload-widgets\";N;s:21:\"ajaxify-preload-point\";i:50;s:19:\"ajaxify-placeholder\";s:4:\"blur\";s:7:\"ajaxify\";N;s:18:\"exclude-post-types\";a:10:{i:0;s:9:\"acf-field\";i:1;s:15:\"acf-field-group\";i:2;s:10:\"custom_css\";i:6;s:16:\"flamingo_contact\";i:7;s:16:\"flamingo_inbound\";i:10;s:18:\"ocean_modal_window\";i:11;s:12:\"oembed_cache\";i:14;s:5:\"popup\";i:15;s:11:\"popup_theme\";i:17;s:18:\"wpcf7_contact_form\";}s:13:\"exclude-pages\";N;s:15:\"exclude-strings\";N;s:15:\"exclude-cookies\";N;s:21:\"exclude-content-parts\";N;s:18:\"exclude-useragents\";N;s:16:\"exclude-crawlers\";i:0;s:14:\"exclude-author\";i:1;s:15:\"exclude-archive\";i:0;s:12:\"exclude-rest\";i:1;s:12:\"exclude-feed\";i:1;s:24:\"automated_prebuild_cache\";i:1;s:14:\"prebuild-speed\";i:5;s:15:\"discover-warmup\";i:0;s:19:\"warmup-table-source\";s:4:\"auto\";s:21:\"warmup-table-url-list\";N;s:14:\"warmup-sitemap\";s:0:\"\";s:12:\"warmup-pages\";N;s:15:\"warmup-per-page\";i:30;s:21:\"warmup-priority-order\";a:6:{i:0;s:4:\"home\";i:1;s:10:\"menu-items\";i:2;s:8:\"archives\";i:3;s:10:\"categories\";i:4;s:5:\"posts\";i:5;s:4:\"tags\";}s:23:\"autoupdate-warmup-table\";i:1;s:22:\"warmup-remove-redirect\";i:0;s:12:\"cache-author\";i:0;s:13:\"cache-archive\";i:1;s:11:\"cache-terms\";i:1;s:10:\"cache-rest\";i:0;s:10:\"cache-feed\";i:0;s:28:\"enable-remote-prebuild-cache\";i:0;s:18:\"varnish-auto-purge\";i:0;s:19:\"custom-varnish-host\";s:0:\"\";s:16:\"wpcf7-smart-load\";i:0;s:32:\"elementor-lazyload-yt-background\";i:0;s:26:\"lazyload-elementor-widgets\";i:0;s:10:\"enable-cdn\";i:0;s:19:\"cdn-hostname-master\";N;s:19:\"cdn-hostname-slot-1\";N;s:19:\"cdn-hostname-slot-2\";N;s:14:\"enable-cdn-ssl\";i:0;s:23:\"cdn-hostname-master-ssl\";N;s:23:\"cdn-hostname-slot-1-ssl\";N;s:23:\"cdn-hostname-slot-2-ssl\";N;s:14:\"cdn-file-types\";N;s:22:\"exclude-cdn-file-types\";N;s:21:\"cloudflare-auto-purge\";i:1;s:22:\"cloudflare-auth-method\";s:7:\"api-key\";s:16:\"cloudflare-token\";s:0:\"\";s:16:\"cloudflare-email\";s:0:\"\";s:18:\"cloudflare-api-key\";s:0:\"\";s:15:\"cloudflare-host\";s:8:\"aegis.qa\";s:12:\"maxcdn-alias\";N;s:10:\"maxcdn-key\";N;s:13:\"maxcdn-secret\";N;s:15:\"export-settings\";N;s:15:\"import-settings\";N;s:21:\"dom-parser-max-buffer\";i:897901;}', 'yes'),
(21163, 'wp_swift_performance_db_version', '1.7', 'yes'),
(21171, 'wp_swift_performance_image_optimizer_db_version', '1.1', 'yes'),
(21178, 'swift_performance_timeout', '40', 'yes'),
(21274, 'elementor_clear_cache', '', 'yes'),
(21275, 'elementor_reset_api_data', '', 'yes'),
(21276, 'elementor_enable_inspector', '', 'yes'),
(21277, 'elementor_replace_url', '', 'yes'),
(21278, 'elementor_rollback', '', 'yes'),
(21279, 'elementor_re_migrate_globals_separator', '', 'yes'),
(21280, 'elementor_re_migrate_globals', '', 'yes'),
(21281, 'elementor_beta', 'no', 'yes'),
(21282, 'elementor_maintenance_mode_mode', '', 'yes'),
(21283, 'elementor_maintenance_mode_exclude_mode', 'logged_in', 'yes'),
(21284, 'elementor_maintenance_mode_exclude_roles', 'a:0:{}', 'yes'),
(21285, 'elementor_maintenance_mode_template_id', '', 'yes'),
(21297, 'hfe_plugin_is_activated', 'yes', 'yes'),
(21344, 'bsr_data', 'a:8:{s:13:\"select_tables\";a:46:{i:0;s:26:\"wp_actionscheduler_actions\";i:1;s:25:\"wp_actionscheduler_claims\";i:2;s:25:\"wp_actionscheduler_groups\";i:3;s:23:\"wp_actionscheduler_logs\";i:4;s:12:\"wp_cf7_vdata\";i:5;s:18:\"wp_cf7_vdata_entry\";i:6;s:14:\"wp_commentmeta\";i:7;s:11:\"wp_comments\";i:8;s:29:\"wp_content_tabs_ultimate_list\";i:9;s:30:\"wp_content_tabs_ultimate_style\";i:10;s:12:\"wp_db7_forms\";i:11;s:8:\"wp_links\";i:12;s:10:\"wp_options\";i:13;s:17:\"wp_oxi_div_import\";i:14;s:11:\"wp_postmeta\";i:15;s:8:\"wp_posts\";i:16;s:25:\"wp_redirect_404_hp_cp_log\";i:17;s:16:\"wp_revslider_css\";i:18;s:20:\"wp_revslider_css_bkp\";i:19;s:29:\"wp_revslider_layer_animations\";i:20;s:33:\"wp_revslider_layer_animations_bkp\";i:21;s:24:\"wp_revslider_navigations\";i:22;s:28:\"wp_revslider_navigations_bkp\";i:23;s:20:\"wp_revslider_sliders\";i:24;s:24:\"wp_revslider_sliders_bkp\";i:25;s:19:\"wp_revslider_slides\";i:26;s:23:\"wp_revslider_slides_bkp\";i:27;s:26:\"wp_revslider_static_slides\";i:28;s:30:\"wp_revslider_static_slides_bkp\";i:29;s:19:\"wp_smush_dir_images\";i:30;s:36:\"wp_swift_performance_image_optimizer\";i:31;s:27:\"wp_swift_performance_warmup\";i:32;s:21:\"wp_term_relationships\";i:33;s:16:\"wp_term_taxonomy\";i:34;s:11:\"wp_termmeta\";i:35;s:8:\"wp_terms\";i:36;s:14:\"wp_tm_taskmeta\";i:37;s:11:\"wp_tm_tasks\";i:38;s:11:\"wp_usermeta\";i:39;s:8:\"wp_users\";i:40;s:14:\"wp_wpfm_backup\";i:41;s:18:\"wp_yoast_indexable\";i:42;s:28:\"wp_yoast_indexable_hierarchy\";i:43;s:19:\"wp_yoast_migrations\";i:44;s:21:\"wp_yoast_primary_term\";i:45;s:18:\"wp_yoast_seo_links\";}s:16:\"case_insensitive\";s:3:\"off\";s:13:\"replace_guids\";s:3:\"off\";s:7:\"dry_run\";s:3:\"off\";s:10:\"search_for\";s:62:\"https://aegis.qa/wp-content/uploads/2021/01/logo-1024x1024.png\";s:12:\"replace_with\";s:52:\"https://aegis.qa/wp-content/uploads/2021/06/logo.png\";s:15:\"completed_pages\";i:46;s:11:\"total_pages\";i:46;}', 'yes'),
(21399, 'elementor_log', 'a:35:{s:32:\"3eb5e7d81f8a56750e02a9dd9007e1d3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-06-22 10:34:00\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:31:\"Re-migrate 3.0.0 globals: Start\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-06-22 10:34:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:31:\"Re-migrate 3.0.0 globals: Start\";s:4:\"type\";s:6:\"notice\";}}s:32:\"12e7d9827f21d4fc01210e275a3e0e7e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-06-22 10:34:00\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:65:\"Re-migrate 3.0.0 globals: _v_3_0_0_move_default_typography_to_kit\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-06-22 10:34:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:65:\"Re-migrate 3.0.0 globals: _v_3_0_0_move_default_typography_to_kit\";s:4:\"type\";s:6:\"notice\";}}s:32:\"9cb285297286335c2abd9453e5cca9cc\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-06-22 10:34:00\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:61:\"Re-migrate 3.0.0 globals: _v_3_0_0_move_default_colors_to_kit\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-06-22 10:34:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:61:\"Re-migrate 3.0.0 globals: _v_3_0_0_move_default_colors_to_kit\";s:4:\"type\";s:6:\"notice\";}}s:32:\"4592765457e7f4aa4ea325772e3a4a9a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-06-22 10:34:00\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:59:\"Re-migrate 3.0.0 globals: _v_3_0_0_move_saved_colors_to_kit\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-06-22 10:34:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:59:\"Re-migrate 3.0.0 globals: _v_3_0_0_move_saved_colors_to_kit\";s:4:\"type\";s:6:\"notice\";}}s:32:\"b52cb968438f3537178f25b6a5ac3143\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-06-22 10:34:00\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:29:\"Re-migrate 3.0.0 globals: End\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-06-22 10:34:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:29:\"Re-migrate 3.0.0 globals: End\";s:4:\"type\";s:6:\"notice\";}}s:32:\"2cc3fadf832176ee6086ee0cb2692535\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:89:\"/home1/k5v9tnlo/aegis.qa/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:7:\"\0*\0line\";i:171;s:7:\"\0*\0date\";s:19:\"2021-06-22 10:34:00\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:21:\"Undefined index: data\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2021-06-22 10:34:00\";i:1;s:19:\"2022-06-22 06:51:55\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:21:\"Undefined index: data\";s:4:\"file\";s:89:\"/home1/k5v9tnlo/aegis.qa/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:4:\"line\";i:171;s:5:\"trace\";b:1;}}s:32:\"0380754dcd5485eabc6678c48a628733\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:73:\"/home1/k5v9tnlo/aegis.qa/wp-content/plugins/elementor/includes/plugin.php\";s:7:\"\0*\0line\";i:596;s:7:\"\0*\0date\";s:19:\"2021-06-22 10:36:08\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:968:\"Uncaught Error: Class &#039;Elementor\\Core\\Breakpoints\\Manager&#039; not found in /home1/k5v9tnlo/aegis.qa/wp-content/plugins/elementor/includes/plugin.php:596\nStack trace:\n#0 /home1/k5v9tnlo/aegis.qa/wp-content/plugins/elementor/includes/plugin.php(537): Elementor\\Plugin-&gt;init_components()\n#1 /home1/k5v9tnlo/aegis.qa/wp-includes/class-wp-hook.php(292): Elementor\\Plugin-&gt;init(&#039;&#039;)\n#2 /home1/k5v9tnlo/aegis.qa/wp-includes/class-wp-hook.php(316): WP_Hook-&gt;apply_filters(NULL, Array)\n#3 /home1/k5v9tnlo/aegis.qa/wp-includes/plugin.php(484): WP_Hook-&gt;do_action(Array)\n#4 /home1/k5v9tnlo/aegis.qa/wp-settings.php(560): do_action(&#039;init&#039;)\n#5 /home1/k5v9tnlo/aegis.qa/wp-config.php(83): require_once(&#039;/home1/k5v9tnlo...&#039;)\n#6 /home1/k5v9tnlo/aegis.qa/wp-load.php(37): require_once(&#039;/home1/k5v9tnlo...&#039;)\n#7 /home1/k5v9tnlo/aegis.qa/wp-admin/admin-ajax.php(22): require_once(&#039;/home1/k5v9tnlo...&#039;)\n#8 {main}\n  thrown\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-06-22 10:36:08\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:896:\"Uncaught Error: Class \'Elementor\\Core\\Breakpoints\\Manager\' not found in /home1/k5v9tnlo/aegis.qa/wp-content/plugins/elementor/includes/plugin.php:596\nStack trace:\n#0 /home1/k5v9tnlo/aegis.qa/wp-content/plugins/elementor/includes/plugin.php(537): Elementor\\Plugin->init_components()\n#1 /home1/k5v9tnlo/aegis.qa/wp-includes/class-wp-hook.php(292): Elementor\\Plugin->init(\'\')\n#2 /home1/k5v9tnlo/aegis.qa/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters(NULL, Array)\n#3 /home1/k5v9tnlo/aegis.qa/wp-includes/plugin.php(484): WP_Hook->do_action(Array)\n#4 /home1/k5v9tnlo/aegis.qa/wp-settings.php(560): do_action(\'init\')\n#5 /home1/k5v9tnlo/aegis.qa/wp-config.php(83): require_once(\'/home1/k5v9tnlo...\')\n#6 /home1/k5v9tnlo/aegis.qa/wp-load.php(37): require_once(\'/home1/k5v9tnlo...\')\n#7 /home1/k5v9tnlo/aegis.qa/wp-admin/admin-ajax.php(22): require_once(\'/home1/k5v9tnlo...\')\n#8 {main}\n  thrown\";s:4:\"file\";s:73:\"/home1/k5v9tnlo/aegis.qa/wp-content/plugins/elementor/includes/plugin.php\";s:4:\"line\";i:596;s:5:\"trace\";b:1;}}s:32:\"5dc2ddc21f89fcd3e8adc2792dee5fda\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-09-22 07:54:20\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.5\";s:2:\"to\";s:5:\"3.4.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-09-22 07:54:20\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.5\";s:2:\"to\";s:5:\"3.4.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"a4384652a20422d5380df484a6b352e6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-09-22 07:54:20\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-09-22 07:54:20\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"c144e413989bfd85b298239c33466f6a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-09-22 07:54:20\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-09-22 07:54:20\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"073a0c4a6f0fea8dff3d7c34b95f4207\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-09-22 07:54:32\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-09-22 07:54:32\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"000a0423aaa012463ba7200627cec4a0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-09-22 07:54:32\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.5\";s:2:\"to\";s:5:\"3.4.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-09-22 07:54:32\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.5\";s:2:\"to\";s:5:\"3.4.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"ddfee5c4453ef57b7c0b2c217f9dad4e\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:93:\"D:\\Xampp\\htdocs\\aegis\\wp-content\\plugins\\elementor\\core\\files\\assets\\files-upload-handler.php\";s:7:\"\0*\0line\";i:5;s:7:\"\0*\0date\";s:19:\"2022-08-23 09:49:20\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:45:\"Maximum execution time of 30 seconds exceeded\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-23 09:49:20\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:45:\"Maximum execution time of 30 seconds exceeded\";s:4:\"file\";s:93:\"D:\\Xampp\\htdocs\\aegis\\wp-content\\plugins\\elementor\\core\\files\\assets\\files-upload-handler.php\";s:4:\"line\";i:5;s:5:\"trace\";b:1;}}s:32:\"3131215bcb8a836b131cde3fb061505e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-12-05 08:24:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-12-05 08:24:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"dff4a2d53fa0d34cadbf0421b415a3e3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-12-05 08:24:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-12-05 08:24:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"29e21acbe974efa65dcbe3b605f97d75\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-12-05 08:24:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-12-05 08:24:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"1130e7572248ccefed89c6b06cc31b55\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-12-05 08:24:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:81:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-12-05 08:24:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:81:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"e732b57999a706d699b61cfcc06c0dcf\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-12-05 08:24:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:83:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-12-05 08:24:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:83:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"a697baf9eb4603c8d2649d3d1e894954\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-12-05 08:24:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:64:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-12-05 08:24:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:64:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"526ba880abc26b31f9941d7c4bc5c43d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-12-05 08:24:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:66:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-12-05 08:24:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:66:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"a721e4fa3ae547d9423c3d3018eaa9aa\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-12-05 08:24:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:63:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-12-05 08:24:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:63:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"c4c5206a3c327305a926e2afa17789f1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-12-05 08:24:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:65:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-12-05 08:24:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:65:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"2e0220e1eaeafd440940d5723d43730b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-12-05 08:24:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.4.4\";s:2:\"to\";s:5:\"3.8.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-12-05 08:24:38\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.4.4\";s:2:\"to\";s:5:\"3.8.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"d5b9f52222173442b4707bec46dc0255\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-12-05 08:24:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.4.4\";s:2:\"to\";s:5:\"3.8.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-12-05 08:24:38\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.4.4\";s:2:\"to\";s:5:\"3.8.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"b57506f3712d7903c19ea49482e769c9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-01-13 05:46:22\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-01-13 05:46:22\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"856f0be00ba6afbf575a0e9ec9c88791\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-01-13 05:46:22\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2023-01-13 05:46:22\";i:1;s:19:\"2023-01-13 05:46:22\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"253c88f5d05957a149b9f9abfe562e5f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-01-13 05:46:22\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2023-01-13 05:46:22\";i:1;s:19:\"2023-01-13 05:46:22\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"9e48bddf6213f5e9e2b07a626ccb6a32\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-01-13 05:46:22\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.8.1\";s:2:\"to\";s:6:\"3.10.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-01-13 05:46:22\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.8.1\";s:2:\"to\";s:6:\"3.10.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"22b5dbcae864a2fb04ff409c1396deb9\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:84:\"/home1/k5v9tnlo/aegis.qa/wp-content/plugins/elementor/core/files/uploads-manager.php\";s:7:\"\0*\0line\";i:614;s:7:\"\0*\0date\";s:19:\"2023-01-13 05:46:22\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:92:\"rmdir(/home1/k5v9tnlo/aegis.qa/wp-content/uploads/elementor/tmp/): No such file or directory\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-01-13 05:46:22\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:92:\"rmdir(/home1/k5v9tnlo/aegis.qa/wp-content/uploads/elementor/tmp/): No such file or directory\";s:4:\"file\";s:84:\"/home1/k5v9tnlo/aegis.qa/wp-content/plugins/elementor/core/files/uploads-manager.php\";s:4:\"line\";i:614;s:5:\"trace\";b:1;}}s:32:\"3ac44eddf90b570e7f0734d7d4e68be2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-01-13 05:46:22\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.8.1\";s:2:\"to\";s:6:\"3.10.0\";}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2023-01-13 05:46:22\";i:1;s:19:\"2023-01-13 05:46:22\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.8.1\";s:2:\"to\";s:6:\"3.10.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"cf380eb5cac28b81357582bf16b5ccd4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-02-09 07:57:08\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-02-09 07:57:08\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"2bdab6dd0d4b47378cbe626a5a1e542b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-02-09 07:57:08\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-02-09 07:57:08\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"9c4a2d5c00547efad1361c272bb5e031\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-02-09 07:57:08\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-02-09 07:57:08\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"4ca49dd9fb797619bf0abc0f3c26f1d8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-02-09 07:57:08\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.10.0\";s:2:\"to\";s:6:\"3.10.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-02-09 07:57:08\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.10.0\";s:2:\"to\";s:6:\"3.10.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"94c0035fd08bc0ecba4636f624d31e68\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-02-09 07:57:08\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.10.0\";s:2:\"to\";s:6:\"3.10.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-02-09 07:57:08\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.10.0\";s:2:\"to\";s:6:\"3.10.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}}', 'no'),
(21566, 'smart_post_show_version', '2.3.0', 'yes'),
(21567, 'smart_post_show_db_version', '2.3.0', 'yes'),
(21568, 'smart_post_show_first_version', '2.3.0', 'yes'),
(21569, 'smart_post_show_activation_date', '1624432890', 'yes'),
(21570, 'sp_post_carousel_settings', 'a:12:{s:19:\"pcp_delete_all_data\";b:0;s:13:\"pcp_swiper_js\";b:1;s:14:\"pcp_swiper_css\";b:1;s:19:\"pcp_fontawesome_css\";b:1;s:13:\"accessibility\";b:1;s:18:\"prev_slide_message\";s:14:\"Previous slide\";s:18:\"next_slide_message\";s:10:\"Next slide\";s:19:\"first_slide_message\";s:23:\"This is the first slide\";s:18:\"last_slide_message\";s:22:\"This is the last slide\";s:25:\"pagination_bullet_message\";s:21:\"Go to slide {{index}}\";s:14:\"pcp_custom_css\";s:0:\"\";s:13:\"pcp_custom_js\";s:0:\"\";}', 'yes'),
(21571, 'smart_post_show_review_notice_dismiss', 'a:2:{s:4:\"time\";i:1624432890;s:9:\"dismissed\";b:0;}', 'yes'),
(21761, 'fvm-last-cache-update', '1624450230', 'yes'),
(21762, 'fastvelocity_min_fvm_fix_editor', '1', 'yes'),
(21763, 'fastvelocity_min_remove_print_mediatypes', '1', 'yes'),
(21764, 'fastvelocity_fvm_clean_header_one', '1', 'yes'),
(21765, 'fastvelocity_min_skip_google_fonts', '1', 'yes'),
(21766, 'fastvelocity_min_force_inline_css_footer', '1', 'yes'),
(21767, 'fastvelocity_min_skip_cssorder', '1', 'yes'),
(21768, 'fastvelocity_gfonts_method', '1', 'yes'),
(21769, 'fastvelocity_fontawesome_method', '1', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(21770, 'fastvelocity_min_disable_css_inline_merge', '1', 'yes'),
(21771, 'fastvelocity_min_blacklist', '/html5shiv.js\n/html5shiv-printshiv.min.js\n/excanvas.js\n/avada-ie9.js\n/respond.js\n/respond.min.js\n/selectivizr.js\n/Avada/assets/css/ie.css\n/html5.js\n/IE9.js\n/fusion-ie9.js\n/vc_lte_ie9.min.css\n/old-ie.css\n/ie.css\n/vc-ie8.min.css\n/mailchimp-for-wp/assets/js/third-party/placeholders.min.js\n/assets/js/plugins/wp-enqueue/min/webfontloader.js\n/a.optnmstr.com/app/js/api.min.js\n/pixelyoursite/js/public.js\n/assets/js/wcdrip-drip.js', 'yes'),
(21772, 'fastvelocity_min_ignorelist', '/Avada/assets/js/main.min.js\n/woocommerce-product-search/js/product-search.js\n/includes/builder/scripts/frontend-builder-scripts.js\n/assets/js/jquery.themepunch.tools.min.js\n/js/TweenMax.min.js\n/jupiter/assets/js/min/full-scripts\n/wp-content/themes/Divi/core/admin/js/react-dom.production.min.js\n/LayerSlider/static/layerslider/js/greensock.js\n/themes/kalium/assets/js/main.min.js\n/elementor/assets/js/common.min.js\n/elementor/assets/js/frontend.min.js\n/elementor-pro/assets/js/frontend.min.js\n/Divi/core/admin/js/react-dom.production.min.js\n/kalium/assets/js/main.min.js', 'yes'),
(21773, 'fastvelocity_plugin_version', '2.7.0', 'yes'),
(21774, 'fastvelocity_preserve_settings_on_uninstall', '1', 'yes'),
(21775, 'fastvelocity_min_enable_purgemenu', '1', 'yes'),
(21776, 'fastvelocity_min_default_protocol', 'dynamic', 'yes'),
(21777, 'fastvelocity_min_disable_js_merge', '', 'yes'),
(21778, 'fastvelocity_min_disable_css_merge', '', 'yes'),
(21779, 'fastvelocity_min_disable_js_minification', '', 'yes'),
(21780, 'fastvelocity_min_disable_css_minification', '', 'yes'),
(21781, 'fastvelocity_min_skip_html_minification', '', 'yes'),
(21782, 'fastvelocity_min_strip_htmlcomments', '', 'yes'),
(21783, 'fastvelocity_min_skip_fontawesome_fonts', '', 'yes'),
(21784, 'fastvelocity_min_skip_emoji_removal', '', 'yes'),
(21785, 'fastvelocity_min_enable_defer_js', '1', 'yes'),
(21786, 'fastvelocity_min_exclude_defer_jquery', '', 'yes'),
(21787, 'fastvelocity_min_force_inline_css', '', 'yes'),
(21788, 'fastvelocity_min_remove_googlefonts', '', 'yes'),
(21789, 'fastvelocity_min_defer_for_pagespeed', '1', 'yes'),
(21790, 'fastvelocity_min_defer_for_pagespeed_optimize', '1', 'yes'),
(21791, 'fastvelocity_min_exclude_defer_login', '', 'yes'),
(21792, 'fastvelocity_min_skip_defer_lists', '', 'yes'),
(21793, 'fastvelocity_min_fvm_cdn_url', '', 'yes'),
(21794, 'fastvelocity_min_fvm_cdn_force', '', 'yes'),
(21795, 'fastvelocity_min_change_cache_base_url', '', 'yes'),
(21796, 'fastvelocity_min_change_cache_path', '', 'yes'),
(21804, 'fastvelocity_upgraded', '1', 'yes'),
(21839, 'webp-express-alter-html-hooks', 'ob', 'yes'),
(21840, 'webp-express-alter-html-replacement', 'picture', 'yes'),
(21841, 'webp-express-alter-html-add-picturefill-js', '1', 'yes'),
(21842, 'webp-express-alter-html-options', '{\"replacement\":\"picture\",\"hooks\":\"ob\",\"only-for-webp-enabled-browsers\":false,\"only-for-webps-that-exists\":false,\"alter-html-add-picturefill-js\":true,\"hostname-aliases\":[],\"destination-folder\":\"separate\",\"destination-extension\":\"append\",\"destination-structure\":\"image-roots\",\"scope\":[\"uploads\",\"themes\"],\"image-types\":3}', 'yes'),
(23093, 'http2_push_general_list', '', 'yes'),
(23094, 'push_all_style', 'push-preload', 'yes'),
(23095, 'push_all_script', 'push-preload', 'yes'),
(23622, 'wphb-preset_configs', 'a:1:{i:0;a:5:{s:2:\"id\";i:1;s:4:\"name\";s:12:\"Basic config\";s:11:\"description\";s:46:\"Recommended performance config for every site.\";s:7:\"default\";b:1;s:6:\"config\";a:2:{s:7:\"configs\";a:1:{s:8:\"settings\";a:7:{s:8:\"advanced\";a:5:{s:12:\"query_string\";b:0;s:5:\"emoji\";b:0;s:11:\"db_cleanups\";b:0;s:14:\"cart_fragments\";b:0;s:9:\"lazy_load\";a:1:{s:7:\"enabled\";b:0;}}s:8:\"gravatar\";a:1:{s:7:\"enabled\";b:1;}s:10:\"page_cache\";a:4:{s:7:\"enabled\";b:1;s:9:\"detection\";s:4:\"auto\";s:12:\"integrations\";a:2:{s:7:\"varnish\";b:0;s:7:\"opcache\";b:0;}s:7:\"preload\";b:0;}s:11:\"performance\";a:0:{}s:3:\"rss\";a:2:{s:7:\"enabled\";b:1;s:8:\"duration\";i:3600;}s:8:\"settings\";a:4:{s:17:\"accessible_colors\";b:0;s:15:\"remove_settings\";b:0;s:11:\"remove_data\";b:0;s:7:\"control\";b:1;}s:6:\"uptime\";a:1:{s:7:\"enabled\";b:0;}}}s:7:\"strings\";a:6:{s:8:\"advanced\";a:1:{i:0;s:201:\"Remove query strings from assets - Inactive\nRemove Emoji JS & CSS files - Inactive\nScheduled database cleanups - Inactive\nDisable WooCommerce cart fragments - Inactive\nComments lazy loading - Inactive\n\";}s:8:\"gravatar\";a:1:{i:0;s:24:\"Gravatar cache - Active\n\";}s:10:\"page_cache\";a:1:{i:0;s:133:\"Page cache - Active\nFile change detection - Auto\nPurge Varnish cache - Inactive\nPurge OpCache - Inactive\nCache preloading - Inactive\n\";}s:3:\"rss\";a:1:{i:0;s:21:\"RSS caching - Active\n\";}s:8:\"settings\";a:1:{i:0;s:142:\"High contrast mode - Inactive\nRemove settings on uninstall - Inactive\nRemove data on uninstall - Inactive\nCache control in admin bar - Active\n\";}s:6:\"uptime\";a:1:{i:0;s:18:\"Uptime - Inactive\n\";}}}}}', 'no'),
(23704, 'wphb_styles_collection', 'a:80:{s:16:\"wp-block-library\";a:8:{s:6:\"handle\";s:16:\"wp-block-library\";s:3:\"src\";s:49:\"/wp-includes/css/dist/block-library/style.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:3:{s:4:\"path\";s:74:\"/home1/k5v9tnlo/aegis.qa//wp-includes/css/dist/block-library/style.min.css\";s:3:\"rtl\";s:7:\"replace\";s:6:\"suffix\";s:4:\".min\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:22:\"wp-block-library-theme\";a:8:{s:6:\"handle\";s:22:\"wp-block-library-theme\";s:3:\"src\";s:49:\"/wp-includes/css/dist/block-library/theme.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:2:{s:3:\"rtl\";s:7:\"replace\";s:6:\"suffix\";s:4:\".min\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"parente2-style\";a:8:{s:6:\"handle\";s:14:\"parente2-style\";s:3:\"src\";s:52:\"https://aegis.qa/wp-content/themes/oceanwp/style.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:13:\"childe2-style\";a:8:{s:6:\"handle\";s:13:\"childe2-style\";s:3:\"src\";s:58:\"https://aegis.qa/wp-content/themes/oceanwp-child/style.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"owl-carouse-css\";a:8:{s:6:\"handle\";s:15:\"owl-carouse-css\";s:3:\"src\";s:80:\"https://aegis.qa/wp-content/themes/oceanwp-child/assets/css/owl.carousel.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"owl-theme-carouse-css\";a:8:{s:6:\"handle\";s:21:\"owl-theme-carouse-css\";s:3:\"src\";s:85:\"https://aegis.qa/wp-content/themes/oceanwp-child/assets/css/owl.theme.default.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:13:\"bootstrap-css\";a:8:{s:6:\"handle\";s:13:\"bootstrap-css\";s:3:\"src\";s:77:\"https://aegis.qa/wp-content/themes/oceanwp-child/assets/css/bootstrap.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"sidebar_custom\";a:8:{s:6:\"handle\";s:14:\"sidebar_custom\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/themes/oceanwp-child/assets/css/sidebar_custom.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:10:\"custom-css\";a:8:{s:6:\"handle\";s:10:\"custom-css\";s:3:\"src\";s:70:\"https://aegis.qa/wp-content/themes/oceanwp-child/assets/css/custom.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"custom-full-page\";a:8:{s:6:\"handle\";s:16:\"custom-full-page\";s:3:\"src\";s:80:\"https://aegis.qa/wp-content/themes/oceanwp-child/assets/css/custom-full-page.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:11:\"slick-style\";a:8:{s:6:\"handle\";s:11:\"slick-style\";s:3:\"src\";s:75:\"https://aegis.qa/wp-content/plugins/blog-designer-pack/assets/css/slick.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.2.7\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"bdp-public-style\";a:8:{s:6:\"handle\";s:16:\"bdp-public-style\";s:3:\"src\";s:80:\"https://aegis.qa/wp-content/plugins/blog-designer-pack/assets/css/bdp-public.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.2.7\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"contact-form-7\";a:8:{s:6:\"handle\";s:14:\"contact-form-7\";s:3:\"src\";s:74:\"https://aegis.qa/wp-content/plugins/contact-form-7/includes/css/styles.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"5.4.2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"hfe-style\";a:8:{s:6:\"handle\";s:9:\"hfe-style\";s:3:\"src\";s:98:\"https://aegis.qa/wp-content/plugins/header-footer-elementor/assets/css/header-footer-elementor.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.6.4\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"elementor-animations\";a:8:{s:6:\"handle\";s:20:\"elementor-animations\";s:3:\"src\";s:86:\"https://aegis.qa/wp-content/plugins/elementor/assets/lib/animations/animations.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.2.5\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"elementor-frontend\";a:8:{s:6:\"handle\";s:18:\"elementor-frontend\";s:3:\"src\";s:88:\"https://aegis.qa/wp-content/uploads/elementor/css/custom-frontend.min.css?ver=1632916313\";s:4:\"deps\";a:0:{}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:5:\"after\";a:1:{i:0;s:737:\"@font-face{font-family:eicons;src:url(https://aegis.qa/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.10.0);src:url(https://aegis.qa/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.10.0#iefix) format(\"embedded-opentype\"),url(https://aegis.qa/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.10.0) format(\"woff2\"),url(https://aegis.qa/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.10.0) format(\"woff\"),url(https://aegis.qa/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.10.0) format(\"truetype\"),url(https://aegis.qa/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.10.0#eicon) format(\"svg\");font-weight:400;font-style:normal}\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-1542\";a:8:{s:6:\"handle\";s:19:\"elementor-post-1542\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/uploads/elementor/css/post-1542.css?ver=1632916313\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"font_awesome_5\";a:8:{s:6:\"handle\";s:14:\"font_awesome_5\";s:3:\"src\";s:137:\"https://aegis.qa/wp-content/plugins/ultimate-addons-for-elementor/classes/../../elementor/assets/lib/font-awesome/css/fontawesome.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"font_awesome_solid\";a:8:{s:6:\"handle\";s:18:\"font_awesome_solid\";s:3:\"src\";s:131:\"https://aegis.qa/wp-content/plugins/ultimate-addons-for-elementor/classes/../../elementor/assets/lib/font-awesome/css/solid.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"font_awesome_regular\";a:8:{s:6:\"handle\";s:20:\"font_awesome_regular\";s:3:\"src\";s:133:\"https://aegis.qa/wp-content/plugins/ultimate-addons-for-elementor/classes/../../elementor/assets/lib/font-awesome/css/regular.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"font_awesome_brand\";a:8:{s:6:\"handle\";s:18:\"font_awesome_brand\";s:3:\"src\";s:132:\"https://aegis.qa/wp-content/plugins/ultimate-addons-for-elementor/classes/../../elementor/assets/lib/font-awesome/css/brands.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"custom-style\";a:8:{s:6:\"handle\";s:12:\"custom-style\";s:3:\"src\";s:90:\"https://aegis.qa/wp-content/plugins/ultimate-addons-for-elementor/classes/../css/style.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"font-awesome-5-all\";a:8:{s:6:\"handle\";s:18:\"font-awesome-5-all\";s:3:\"src\";s:85:\"https://aegis.qa/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.4.4\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"font-awesome-4-shim\";a:8:{s:6:\"handle\";s:19:\"font-awesome-4-shim\";s:3:\"src\";s:90:\"https://aegis.qa/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.4.4\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:41:\"elementskit-css-widgetarea-control-editor\";a:8:{s:6:\"handle\";s:41:\"elementskit-css-widgetarea-control-editor\";s:3:\"src\";s:102:\"https://aegis.qa/wp-content/plugins/elementskit-lite/modules/controls/assets/css/widgetarea-editor.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:7:\"2.3.1.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"elementor-global\";a:8:{s:6:\"handle\";s:16:\"elementor-global\";s:3:\"src\";s:75:\"https://aegis.qa/wp-content/uploads/elementor/css/global.css?ver=1632916313\";s:4:\"deps\";a:0:{}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-5963\";a:8:{s:6:\"handle\";s:19:\"elementor-post-5963\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/uploads/elementor/css/post-5963.css?ver=1632916314\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"timeline-css\";a:8:{s:6:\"handle\";s:12:\"timeline-css\";s:3:\"src\";s:93:\"https://aegis.qa/wp-content/plugins/ultimate-addons-for-elementor/classes/../css/timeline.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"filter-gallery-css\";a:8:{s:6:\"handle\";s:18:\"filter-gallery-css\";s:3:\"src\";s:102:\"https://aegis.qa/wp-content/plugins/ultimate-addons-for-elementor/classes/../css/filterablegallery.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"fancybox-css\";a:8:{s:6:\"handle\";s:12:\"fancybox-css\";s:3:\"src\";s:104:\"https://aegis.qa/wp-content/plugins/ultimate-addons-for-elementor/classes/../css/jquery.fancybox.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"whatsapp-css\";a:8:{s:6:\"handle\";s:12:\"whatsapp-css\";s:3:\"src\";s:97:\"https://aegis.qa/wp-content/plugins/ultimate-addons-for-elementor/classes/../css/whatsappchat.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"hfe-widgets-style\";a:8:{s:6:\"handle\";s:17:\"hfe-widgets-style\";s:3:\"src\";s:88:\"https://aegis.qa/wp-content/plugins/header-footer-elementor/inc/widgets-css/frontend.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.6.4\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"font-awesome\";a:8:{s:6:\"handle\";s:12:\"font-awesome\";s:3:\"src\";s:83:\"https://aegis.qa/wp-content/themes/oceanwp/assets/fonts/fontawesome/css/all.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"5.15.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"simple-line-icons\";a:8:{s:6:\"handle\";s:17:\"simple-line-icons\";s:3:\"src\";s:85:\"https://aegis.qa/wp-content/themes/oceanwp/assets/css/third/simple-line-icons.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.4.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"magnific-popup\";a:8:{s:6:\"handle\";s:14:\"magnific-popup\";s:3:\"src\";s:82:\"https://aegis.qa/wp-content/themes/oceanwp/assets/css/third/magnific-popup.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.0.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:5:\"slick\";a:8:{s:6:\"handle\";s:5:\"slick\";s:3:\"src\";s:73:\"https://aegis.qa/wp-content/themes/oceanwp/assets/css/third/slick.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.6.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:13:\"oceanwp-style\";a:8:{s:6:\"handle\";s:13:\"oceanwp-style\";s:3:\"src\";s:67:\"https://aegis.qa/wp-content/themes/oceanwp/assets/css/style.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:3:\"1.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:30:\"oceanwp-google-font-montserrat\";a:8:{s:6:\"handle\";s:30:\"oceanwp-google-font-montserrat\";s:3:\"src\";s:155:\"//fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&amp;subset=latin&display=swap\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:25:\"elementor-icons-ekiticons\";a:8:{s:6:\"handle\";s:25:\"elementor-icons-ekiticons\";s:3:\"src\";s:107:\"https://aegis.qa/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.3.7\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"ekit-widget-styles\";a:8:{s:6:\"handle\";s:18:\"ekit-widget-styles\";s:3:\"src\";s:94:\"https://aegis.qa/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.3.7\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"ekit-responsive\";a:8:{s:6:\"handle\";s:15:\"ekit-responsive\";s:3:\"src\";s:91:\"https://aegis.qa/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.3.7\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"oe-widgets-style\";a:8:{s:6:\"handle\";s:16:\"oe-widgets-style\";s:3:\"src\";s:70:\"https://aegis.qa/wp-content/plugins/ocean-extra/assets/css/widgets.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"google-fonts-1\";a:8:{s:6:\"handle\";s:14:\"google-fonts-1\";s:3:\"src\";s:603:\"https://fonts.googleapis.com/css?family=Roboto:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CRoboto+Slab:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CBebas+Neue:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CMontserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=auto\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:24:\"elementor-icons-shared-0\";a:8:{s:6:\"handle\";s:24:\"elementor-icons-shared-0\";s:3:\"src\";s:93:\"https://aegis.qa/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"5.15.3\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:24:\"elementor-icons-fa-solid\";a:8:{s:6:\"handle\";s:24:\"elementor-icons-fa-solid\";s:3:\"src\";s:87:\"https://aegis.qa/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css\";s:4:\"deps\";a:1:{i:0;s:24:\"elementor-icons-shared-0\";}s:3:\"ver\";s:6:\"5.15.3\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-4307\";a:8:{s:6:\"handle\";s:19:\"elementor-post-4307\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/uploads/elementor/css/post-4307.css?ver=1632916314\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-4388\";a:8:{s:6:\"handle\";s:19:\"elementor-post-4388\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/uploads/elementor/css/post-4388.css?ver=1632916314\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-2255\";a:8:{s:6:\"handle\";s:19:\"elementor-post-2255\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/uploads/elementor/css/post-2255.css?ver=1632916315\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:25:\"elementor-icons-fa-brands\";a:8:{s:6:\"handle\";s:25:\"elementor-icons-fa-brands\";s:3:\"src\";s:88:\"https://aegis.qa/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css\";s:4:\"deps\";a:1:{i:0;s:24:\"elementor-icons-shared-0\";}s:3:\"ver\";s:6:\"5.15.3\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"dashicons\";a:8:{s:6:\"handle\";s:9:\"dashicons\";s:3:\"src\";s:34:\"/wp-includes/css/dashicons.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"admin-bar\";a:8:{s:6:\"handle\";s:9:\"admin-bar\";s:3:\"src\";s:34:\"/wp-includes/css/admin-bar.min.css\";s:4:\"deps\";a:1:{i:0;s:9:\"dashicons\";}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:2:{s:3:\"rtl\";s:7:\"replace\";s:6:\"suffix\";s:4:\".min\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"elementor-icons\";a:8:{s:6:\"handle\";s:15:\"elementor-icons\";s:3:\"src\";s:91:\"https://aegis.qa/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"5.12.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"elementor-common\";a:8:{s:6:\"handle\";s:16:\"elementor-common\";s:3:\"src\";s:71:\"https://aegis.qa/wp-content/plugins/elementor/assets/css/common.min.css\";s:4:\"deps\";a:1:{i:0;s:15:\"elementor-icons\";}s:3:\"ver\";s:5:\"3.4.4\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"imagify-admin-bar\";a:8:{s:6:\"handle\";s:17:\"imagify-admin-bar\";s:3:\"src\";s:72:\"https://aegis.qa/wp-content/plugins/imagify/assets/css/admin-bar.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"1.9.14\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:24:\"wp-fastest-cache-toolbar\";a:8:{s:6:\"handle\";s:24:\"wp-fastest-cache-toolbar\";s:3:\"src\";s:68:\"https://aegis.qa/wp-content/plugins/wp-fastest-cache/css/toolbar.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";i:1625050509;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"yoast-seo-adminbar\";a:8:{s:6:\"handle\";s:18:\"yoast-seo-adminbar\";s:3:\"src\";s:76:\"https://aegis.qa/wp-content/plugins/wordpress-seo/css/dist/adminbar-1721.css\";s:4:\"deps\";a:1:{i:0;s:9:\"admin-bar\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-7386\";a:8:{s:6:\"handle\";s:19:\"elementor-post-7386\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/uploads/elementor/css/post-7386.css?ver=1625050273\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-5342\";a:8:{s:6:\"handle\";s:19:\"elementor-post-5342\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/uploads/elementor/css/post-5342.css?ver=1632916358\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-4722\";a:8:{s:6:\"handle\";s:19:\"elementor-post-4722\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/uploads/elementor/css/post-4722.css?ver=1632916356\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-6070\";a:8:{s:6:\"handle\";s:19:\"elementor-post-6070\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/uploads/elementor/css/post-6070.css?ver=1632916392\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"google-fonts-2\";a:8:{s:6:\"handle\";s:14:\"google-fonts-2\";s:3:\"src\";s:328:\"https://fonts.googleapis.com/css?family=Bebas+Neue:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CMontserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=auto\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"elementor-post-695\";a:8:{s:6:\"handle\";s:18:\"elementor-post-695\";s:3:\"src\";s:77:\"https://aegis.qa/wp-content/uploads/elementor/css/post-695.css?ver=1625039458\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-5450\";a:8:{s:6:\"handle\";s:19:\"elementor-post-5450\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/uploads/elementor/css/post-5450.css?ver=1625042741\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:26:\"elementor-icons-fa-regular\";a:8:{s:6:\"handle\";s:26:\"elementor-icons-fa-regular\";s:3:\"src\";s:89:\"https://aegis.qa/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css\";s:4:\"deps\";a:1:{i:0;s:24:\"elementor-icons-shared-0\";}s:3:\"ver\";s:6:\"5.15.3\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-5446\";a:8:{s:6:\"handle\";s:19:\"elementor-post-5446\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/uploads/elementor/css/post-5446.css?ver=1625047133\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-5445\";a:8:{s:6:\"handle\";s:19:\"elementor-post-5445\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/uploads/elementor/css/post-5445.css?ver=1625044260\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-5444\";a:8:{s:6:\"handle\";s:19:\"elementor-post-5444\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/uploads/elementor/css/post-5444.css?ver=1625036910\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"elementor-post-326\";a:8:{s:6:\"handle\";s:18:\"elementor-post-326\";s:3:\"src\";s:77:\"https://aegis.qa/wp-content/uploads/elementor/css/post-326.css?ver=1625041675\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-7688\";a:8:{s:6:\"handle\";s:19:\"elementor-post-7688\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/uploads/elementor/css/post-7688.css?ver=1625036102\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-5411\";a:8:{s:6:\"handle\";s:19:\"elementor-post-5411\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/uploads/elementor/css/post-5411.css?ver=1625036104\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-5409\";a:8:{s:6:\"handle\";s:19:\"elementor-post-5409\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/uploads/elementor/css/post-5409.css?ver=1625036105\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-5397\";a:8:{s:6:\"handle\";s:19:\"elementor-post-5397\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/uploads/elementor/css/post-5397.css?ver=1625050513\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-7697\";a:8:{s:6:\"handle\";s:19:\"elementor-post-7697\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/uploads/elementor/css/post-7697.css?ver=1632918512\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"e-animations\";a:8:{s:6:\"handle\";s:12:\"e-animations\";s:3:\"src\";s:86:\"https://aegis.qa/wp-content/plugins/elementor/assets/lib/animations/animations.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.4.4\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"wp-optimize-global\";a:8:{s:6:\"handle\";s:18:\"wp-optimize-global\";s:3:\"src\";s:85:\"https://aegis.qa/wp-content/plugins/wp-optimize/css/wp-optimize-global-3-1-12.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"3.1.12\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:22:\"smush-resize-detection\";a:8:{s:6:\"handle\";s:22:\"smush-resize-detection\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/plugins/wp-smushit/app/assets/css/smush-rd.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.9.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-5243\";a:8:{s:6:\"handle\";s:19:\"elementor-post-5243\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/uploads/elementor/css/post-5243.css?ver=1632985727\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"elementor-post-325\";a:8:{s:6:\"handle\";s:18:\"elementor-post-325\";s:3:\"src\";s:77:\"https://aegis.qa/wp-content/uploads/elementor/css/post-325.css?ver=1632916355\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"elementor-post-327\";a:8:{s:6:\"handle\";s:18:\"elementor-post-327\";s:3:\"src\";s:77:\"https://aegis.qa/wp-content/uploads/elementor/css/post-327.css?ver=1632916544\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-2340\";a:8:{s:6:\"handle\";s:19:\"elementor-post-2340\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/uploads/elementor/css/post-2340.css?ver=1632918474\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(23705, 'wphb_scripts_collection', 'a:86:{s:11:\"jquery-core\";a:8:{s:6:\"handle\";s:11:\"jquery-core\";s:3:\"src\";s:36:\"/wp-includes/js/jquery/jquery.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.6.0\";s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"jquery-migrate\";a:8:{s:6:\"handle\";s:14:\"jquery-migrate\";s:3:\"src\";s:44:\"/wp-includes/js/jquery/jquery-migrate.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.3.2\";s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"owl-carousel-min\";a:8:{s:6:\"handle\";s:16:\"owl-carousel-min\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/themes/oceanwp-child/assets/js/owl.carousel.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";b:1;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:26:\"custom-jquery-fullPage-min\";a:8:{s:6:\"handle\";s:26:\"custom-jquery-fullPage-min\";s:3:\"src\";s:81:\"https://aegis.qa/wp-content/themes/oceanwp-child/assets/js/jquery.fullPage.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";b:1;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"sidebar_custom\";a:8:{s:6:\"handle\";s:14:\"sidebar_custom\";s:3:\"src\";s:76:\"https://aegis.qa/wp-content/themes/oceanwp-child/assets/js/sidebar_custom.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";b:1;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"custom-full-page-js\";a:8:{s:6:\"handle\";s:19:\"custom-full-page-js\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/themes/oceanwp-child/assets/js/custom-full-page.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";b:1;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:11:\"wp-polyfill\";a:8:{s:6:\"handle\";s:11:\"wp-polyfill\";s:3:\"src\";s:46:\"/wp-includes/js/dist/vendor/wp-polyfill.min.js\";s:4:\"deps\";a:1:{i:0;s:19:\"regenerator-runtime\";}s:3:\"ver\";s:6:\"3.15.0\";s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"contact-form-7\";a:8:{s:6:\"handle\";s:14:\"contact-form-7\";s:3:\"src\";s:71:\"https://aegis.qa/wp-content/plugins/contact-form-7/includes/js/index.js\";s:4:\"deps\";a:1:{i:0;s:11:\"wp-polyfill\";}s:3:\"ver\";s:5:\"5.4.2\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:107:\"var wpcf7 = {\"api\":{\"root\":\"https:\\/\\/aegis.qa\\/wp-json\\/\",\"namespace\":\"contact-form-7\\/v1\"},\"cached\":\"1\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"font-awesome-4-shim\";a:8:{s:6:\"handle\";s:19:\"font-awesome-4-shim\";s:3:\"src\";s:88:\"https://aegis.qa/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.4.4\";s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"jquery-ui-core\";a:8:{s:6:\"handle\";s:14:\"jquery-ui-core\";s:3:\"src\";s:37:\"/wp-includes/js/jquery/ui/core.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"1.12.1\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:8:\"slick-js\";a:8:{s:6:\"handle\";s:8:\"slick-js\";s:3:\"src\";s:88:\"https://aegis.qa/wp-content/plugins/ultimate-addons-for-elementor/classes/../js/slick.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"custom-tm-js\";a:8:{s:6:\"handle\";s:12:\"custom-tm-js\";s:3:\"src\";s:98:\"https://aegis.qa/wp-content/plugins/ultimate-addons-for-elementor/classes/../js/front/custom-tm.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"bpopup-js\";a:8:{s:6:\"handle\";s:9:\"bpopup-js\";s:3:\"src\";s:89:\"https://aegis.qa/wp-content/plugins/ultimate-addons-for-elementor/classes/../js/bpopup.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"custom-bpopup-js\";a:8:{s:6:\"handle\";s:16:\"custom-bpopup-js\";s:3:\"src\";s:102:\"https://aegis.qa/wp-content/plugins/ultimate-addons-for-elementor/classes/../js/front/custom_bpopup.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:11:\"timeline-js\";a:8:{s:6:\"handle\";s:11:\"timeline-js\";s:3:\"src\";s:91:\"https://aegis.qa/wp-content/plugins/ultimate-addons-for-elementor/classes/../js/timeline.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"animtimeline-js\";a:8:{s:6:\"handle\";s:15:\"animtimeline-js\";s:3:\"src\";s:95:\"https://aegis.qa/wp-content/plugins/ultimate-addons-for-elementor/classes/../js/animtimeline.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"custom-countdown-js\";a:8:{s:6:\"handle\";s:19:\"custom-countdown-js\";s:3:\"src\";s:98:\"https://aegis.qa/wp-content/plugins/ultimate-addons-for-elementor/classes/../js/front/countdown.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"jquery-ui-accordion\";a:8:{s:6:\"handle\";s:19:\"jquery-ui-accordion\";s:3:\"src\";s:42:\"/wp-includes/js/jquery/ui/accordion.min.js\";s:4:\"deps\";a:1:{i:0;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.12.1\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"accordion-js\";a:8:{s:6:\"handle\";s:12:\"accordion-js\";s:3:\"src\";s:98:\"https://aegis.qa/wp-content/plugins/ultimate-addons-for-elementor/classes/../js/front/accordion.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:19:\"jquery-ui-accordion\";}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"info-circle-js\";a:8:{s:6:\"handle\";s:14:\"info-circle-js\";s:3:\"src\";s:94:\"https://aegis.qa/wp-content/plugins/ultimate-addons-for-elementor/classes/../js/info-circle.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:11:\"fancybox-js\";a:8:{s:6:\"handle\";s:11:\"fancybox-js\";s:3:\"src\";s:102:\"https://aegis.qa/wp-content/plugins/ultimate-addons-for-elementor/classes/../js/jquery.fancybox.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"mixitup-min-js\";a:8:{s:6:\"handle\";s:14:\"mixitup-min-js\";s:3:\"src\";s:94:\"https://aegis.qa/wp-content/plugins/ultimate-addons-for-elementor/classes/../js/mixitup.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"custom-mixitup-js\";a:8:{s:6:\"handle\";s:17:\"custom-mixitup-js\";s:3:\"src\";s:102:\"https://aegis.qa/wp-content/plugins/ultimate-addons-for-elementor/classes/../js/front/custommixitup.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"imagesloaded\";a:8:{s:6:\"handle\";s:12:\"imagesloaded\";s:3:\"src\";s:35:\"/wp-includes/js/imagesloaded.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"4.1.4\";s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"magnific-popup\";a:8:{s:6:\"handle\";s:14:\"magnific-popup\";s:3:\"src\";s:80:\"https://aegis.qa/wp-content/themes/oceanwp/assets/js/third/magnific-popup.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:3:\"1.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"oceanwp-lightbox\";a:8:{s:6:\"handle\";s:16:\"oceanwp-lightbox\";s:3:\"src\";s:74:\"https://aegis.qa/wp-content/themes/oceanwp/assets/js/third/lightbox.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:3:\"1.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"oceanwp-main\";a:8:{s:6:\"handle\";s:12:\"oceanwp-main\";s:3:\"src\";s:73:\"https://aegis.qa/wp-content/themes/oceanwp/assets/js/theme.vanilla.min.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:17:\"ow-magnific-popup\";}s:3:\"ver\";s:3:\"1.0\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:467:\"var oceanwpLocalize = {\"nonce\":\"67645808fb\",\"isRTL\":\"\",\"menuSearchStyle\":\"disabled\",\"mobileMenuSearchStyle\":\"disabled\",\"sidrSource\":null,\"sidrDisplace\":\"1\",\"sidrSide\":\"left\",\"sidrDropdownTarget\":\"link\",\"verticalHeaderTarget\":\"link\",\"customSelects\":\".woocommerce-ordering .orderby, #dropdown_product_cat, .widget_categories select, .widget_archive select, .single-product .variations_form .variations select\",\"ajax_url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin-ajax.php\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:33:\"elementskit-framework-js-frontend\";a:8:{s:6:\"handle\";s:33:\"elementskit-framework-js-frontend\";s:3:\"src\";s:96:\"https://aegis.qa/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"2.3.7\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:5:\"after\";a:2:{i:0;b:0;i:1;s:101:\"\n		var elementskit = {\n            resturl: \'https://aegis.qa/wp-json/elementskit/v1/\',\n        }\n\n		\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"ekit-widget-scripts\";a:8:{s:6:\"handle\";s:19:\"ekit-widget-scripts\";s:3:\"src\";s:93:\"https://aegis.qa/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"2.3.7\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"oe-mailchimp-script\";a:8:{s:6:\"handle\";s:19:\"oe-mailchimp-script\";s:3:\"src\";s:84:\"https://aegis.qa/wp-content/plugins/ocean-extra/includes/widgets/js/mailchimp.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:8:\"wp-embed\";a:8:{s:6:\"handle\";s:8:\"wp-embed\";s:3:\"src\";s:31:\"/wp-includes/js/wp-embed.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"html5shiv\";a:8:{s:6:\"handle\";s:9:\"html5shiv\";s:3:\"src\";s:71:\"https://aegis.qa/wp-content/themes/oceanwp/assets/js/third/html5.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:3:\"1.0\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:11:\"conditional\";s:7:\"lt IE 9\";s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"jquery-slick\";a:8:{s:6:\"handle\";s:12:\"jquery-slick\";s:3:\"src\";s:75:\"https://aegis.qa/wp-content/plugins/elementor/assets/lib/slick/slick.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"1.8.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"bdp-public-script\";a:8:{s:6:\"handle\";s:17:\"bdp-public-script\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/plugins/blog-designer-pack/assets/js/bdp-public.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"2.2.7\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:148:\"var Wpbdp = {\"is_mobile\":\"1\",\"is_rtl\":\"0\",\"ajaxurl\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin-ajax.php\",\"no_post_msg\":\"Sorry, No more post to display.\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"hfe-frontend-js\";a:8:{s:6:\"handle\";s:15:\"hfe-frontend-js\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/plugins/header-footer-elementor/inc/js/frontend.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"1.6.4\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:26:\"prevent-landscape-rotation\";a:8:{s:6:\"handle\";s:26:\"prevent-landscape-rotation\";s:3:\"src\";s:97:\"https://aegis.qa/wp-content/plugins/prevent-landscape-rotation/public/assets/js/sweetalert.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:5:\"after\";a:2:{i:0;b:0;i:1;s:1146:\"function isLandscape() {return (window.orientation === 90 || window.orientation === -90);}jQuery(document).ready(function() {APJorientationChangeFnc();});jQuery(window).on(\'orientationchange\', function(event) {if (isLandscape()) {APJorientationChangeFnc();}else{swal.close();}});function APJorientationChangeFnc() {if (isLandscape()) {const wrapper = document.createElement(\'div\'); wrapper.innerHTML = \"<img class=\'swal2-image apjnolandscapeimage\' src=\'https://aegis.qa/wp-content/plugins/prevent-landscape-rotation/public/assets/images/landscape-pic.png\' style=\'width: 30%;margin-left: auto;margin-right: auto;height: 84px;margin-bottom: 8px;display: block;\'><p style=\'color:#000000\'><br>We don&#039;t support landscape mode yet. Please go back to portrait mode for the best experience.</p>\";swal({content: wrapper,allowOutsideClick: false,closeOnClickOutside: false,closeOnEsc: false,});jQuery(\".swal-button--confirm\").css(\"display\",\"none\");jQuery(\'.swal-overlay\').css(\'background-color\', \'rgb(255, 255, 255)\');jQuery(\'.swal-modal\').css(\'background-color\', \'rgba(0, 174, 83, 0)\');}else{swal({timer: 2,className: \"apjtempswal\",});swal.close();}}\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:25:\"elementor-webpack-runtime\";a:8:{s:6:\"handle\";s:25:\"elementor-webpack-runtime\";s:3:\"src\";s:78:\"https://aegis.qa/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.4.4\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:26:\"elementor-frontend-modules\";a:8:{s:6:\"handle\";s:26:\"elementor-frontend-modules\";s:3:\"src\";s:79:\"https://aegis.qa/wp-content/plugins/elementor/assets/js/frontend-modules.min.js\";s:4:\"deps\";a:2:{i:0;s:25:\"elementor-webpack-runtime\";i:1;s:6:\"jquery\";}s:3:\"ver\";s:5:\"3.4.4\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-waypoints\";a:8:{s:6:\"handle\";s:19:\"elementor-waypoints\";s:3:\"src\";s:83:\"https://aegis.qa/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"4.0.2\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"elementor-frontend\";a:8:{s:6:\"handle\";s:18:\"elementor-frontend\";s:3:\"src\";s:71:\"https://aegis.qa/wp-content/plugins/elementor/assets/js/frontend.min.js\";s:4:\"deps\";a:6:{i:0;s:26:\"elementor-frontend-modules\";i:1;s:19:\"elementor-waypoints\";i:2;s:18:\"jquery-ui-position\";i:3;s:6:\"swiper\";i:4;s:10:\"share-link\";i:5;s:16:\"elementor-dialog\";}s:3:\"ver\";s:5:\"3.4.4\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:6:\"before\";a:2:{i:0;b:0;i:1;s:1909:\"var elementorFrontendConfig = {\"environmentMode\":{\"edit\":false,\"wpPreview\":false,\"isScriptDebug\":false},\"i18n\":{\"shareOnFacebook\":\"Share on Facebook\",\"shareOnTwitter\":\"Share on Twitter\",\"pinIt\":\"Pin it\",\"download\":\"Download\",\"downloadImage\":\"Download image\",\"fullscreen\":\"Fullscreen\",\"zoom\":\"Zoom\",\"share\":\"Share\",\"playVideo\":\"Play Video\",\"previous\":\"Previous\",\"next\":\"Next\",\"close\":\"Close\"},\"is_rtl\":false,\"breakpoints\":{\"xs\":0,\"sm\":480,\"md\":768,\"lg\":1023,\"xl\":1440,\"xxl\":1600},\"responsive\":{\"breakpoints\":{\"mobile\":{\"label\":\"Mobile\",\"value\":767,\"default_value\":767,\"direction\":\"max\",\"is_enabled\":true},\"mobile_extra\":{\"label\":\"Mobile Extra\",\"value\":880,\"default_value\":880,\"direction\":\"max\",\"is_enabled\":false},\"tablet\":{\"label\":\"Tablet\",\"value\":1022,\"default_value\":1024,\"direction\":\"max\",\"is_enabled\":true},\"tablet_extra\":{\"label\":\"Tablet Extra\",\"value\":1200,\"default_value\":1200,\"direction\":\"max\",\"is_enabled\":false},\"laptop\":{\"label\":\"Laptop\",\"value\":1366,\"default_value\":1366,\"direction\":\"max\",\"is_enabled\":false},\"widescreen\":{\"label\":\"Widescreen\",\"value\":2400,\"default_value\":2400,\"direction\":\"min\",\"is_enabled\":false}}},\n\"version\":\"3.4.4\",\"is_static\":false,\"experimentalFeatures\":{\"e_dom_optimization\":true,\"e_import_export\":true,\"landing-pages\":true,\"elements-color-picker\":true,\"admin-top-bar\":true},\"urls\":{\"assets\":\"https:\\/\\/aegis.qa\\/wp-content\\/plugins\\/elementor\\/assets\\/\"},\"settings\":{\"page\":[],\"editorPreferences\":[]},\"kit\":{\"viewport_tablet\":1022,\"active_breakpoints\":[\"viewport_mobile\",\"viewport_tablet\"],\"global_image_lightbox\":\"yes\",\"lightbox_enable_counter\":\"yes\",\"lightbox_enable_fullscreen\":\"yes\",\"lightbox_enable_zoom\":\"yes\",\"lightbox_enable_share\":\"yes\",\"lightbox_title_src\":\"title\",\"lightbox_description_src\":\"description\"},\"post\":{\"id\":5963,\"title\":\"Top%20Consultant%20for%20ISO%20Certification%20in%20Qatar%20%E2%80%93%20Aegis%20Services\",\"excerpt\":\"\",\"featuredImage\":false}};\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:10:\"ekit-slick\";a:8:{s:6:\"handle\";s:10:\"ekit-slick\";s:3:\"src\";s:88:\"https://aegis.qa/wp-content/plugins/elementskit-lite/widgets/init/assets/js/slick.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:7:\"2.3.1.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"animate-circle\";a:8:{s:6:\"handle\";s:14:\"animate-circle\";s:3:\"src\";s:93:\"https://aegis.qa/wp-content/plugins/elementskit-lite/widgets/init/assets/js/animate-circle.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.3.7\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"elementskit-elementor\";a:8:{s:6:\"handle\";s:21:\"elementskit-elementor\";s:3:\"src\";s:88:\"https://aegis.qa/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js\";s:4:\"deps\";a:3:{i:0;s:6:\"jquery\";i:1;s:18:\"elementor-frontend\";i:2;s:14:\"animate-circle\";}s:3:\"ver\";s:5:\"2.3.7\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:40:\"elementskit-js-widgetarea-control-editor\";a:8:{s:6:\"handle\";s:40:\"elementskit-js-widgetarea-control-editor\";s:3:\"src\";s:100:\"https://aegis.qa/wp-content/plugins/elementskit-lite/modules/controls/assets/js/widgetarea-editor.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:18:\"elementor-frontend\";}s:3:\"ver\";s:7:\"2.3.1.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"hoverintent-js\";a:8:{s:6:\"handle\";s:14:\"hoverintent-js\";s:3:\"src\";s:37:\"/wp-includes/js/hoverintent-js.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.2.1\";s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"admin-bar\";a:8:{s:6:\"handle\";s:9:\"admin-bar\";s:3:\"src\";s:32:\"/wp-includes/js/admin-bar.min.js\";s:4:\"deps\";a:1:{i:0;s:14:\"hoverintent-js\";}s:3:\"ver\";b:0;s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:10:\"underscore\";a:8:{s:6:\"handle\";s:10:\"underscore\";s:3:\"src\";s:33:\"/wp-includes/js/underscore.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"1.13.1\";s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:11:\"wphb-global\";a:8:{s:6:\"handle\";s:11:\"wphb-global\";s:3:\"src\";s:94:\"https://aegis.qa/wp-content/plugins/hummingbird-performance/admin/assets/js/wphb-global.min.js\";s:4:\"deps\";a:2:{i:0;s:10:\"underscore\";i:1;s:6:\"jquery\";}s:3:\"ver\";s:5:\"3.1.1\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:97:\"var wphbGlobal = {\"ajaxurl\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin-ajax.php\",\"nonce\":\"d97e3949b6\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"imagify-admin-bar\";a:8:{s:6:\"handle\";s:17:\"imagify-admin-bar\";s:3:\"src\";s:70:\"https://aegis.qa/wp-content/plugins/imagify/assets/js/admin-bar.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"1.9.14\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:81:\"var imagifyAdminBar = {\"ajaxurl\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin-ajax.php\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"wpfc-toolbar\";a:8:{s:6:\"handle\";s:12:\"wpfc-toolbar\";s:3:\"src\";s:66:\"https://aegis.qa/wp-content/plugins/wp-fastest-cache/js/toolbar.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";i:1625050509;s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"jquery-ui-mouse\";a:8:{s:6:\"handle\";s:15:\"jquery-ui-mouse\";s:3:\"src\";s:38:\"/wp-includes/js/jquery/ui/mouse.min.js\";s:4:\"deps\";a:1:{i:0;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.12.1\";s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"jquery-ui-draggable\";a:8:{s:6:\"handle\";s:19:\"jquery-ui-draggable\";s:3:\"src\";s:42:\"/wp-includes/js/jquery/ui/draggable.min.js\";s:4:\"deps\";a:1:{i:0;s:15:\"jquery-ui-mouse\";}s:3:\"ver\";s:6:\"1.12.1\";s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:8:\"backbone\";a:8:{s:6:\"handle\";s:8:\"backbone\";s:3:\"src\";s:31:\"/wp-includes/js/backbone.min.js\";s:4:\"deps\";a:2:{i:0;s:10:\"underscore\";i:1;s:6:\"jquery\";}s:3:\"ver\";s:5:\"1.4.0\";s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"backbone-marionette\";a:8:{s:6:\"handle\";s:19:\"backbone-marionette\";s:3:\"src\";s:92:\"https://aegis.qa/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js\";s:4:\"deps\";a:1:{i:0;s:8:\"backbone\";}s:3:\"ver\";s:8:\"2.4.5.e1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"backbone-radio\";a:8:{s:6:\"handle\";s:14:\"backbone-radio\";s:3:\"src\";s:87:\"https://aegis.qa/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js\";s:4:\"deps\";a:1:{i:0;s:8:\"backbone\";}s:3:\"ver\";s:5:\"1.0.4\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:24:\"elementor-common-modules\";a:8:{s:6:\"handle\";s:24:\"elementor-common-modules\";s:3:\"src\";s:77:\"https://aegis.qa/wp-content/plugins/elementor/assets/js/common-modules.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.4.4\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"elementor-dialog\";a:8:{s:6:\"handle\";s:16:\"elementor-dialog\";s:3:\"src\";s:77:\"https://aegis.qa/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js\";s:4:\"deps\";a:1:{i:0;s:18:\"jquery-ui-position\";}s:3:\"ver\";s:5:\"4.8.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"wp-api-request\";a:8:{s:6:\"handle\";s:14:\"wp-api-request\";s:3:\"src\";s:34:\"/wp-includes/js/api-request.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";b:0;s:4:\"args\";i:1;s:5:\"extra\";a:2:{s:4:\"data\";s:109:\"var wpApiSettings = {\"root\":\"https:\\/\\/aegis.qa\\/wp-json\\/\",\"nonce\":\"656041065b\",\"versionString\":\"wp\\/v2\\/\"};\";s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:8:\"wp-hooks\";a:8:{s:6:\"handle\";s:8:\"wp-hooks\";s:3:\"src\";s:33:\"/wp-includes/js/dist/hooks.min.js\";s:4:\"deps\";a:1:{i:0;s:11:\"wp-polyfill\";}s:3:\"ver\";s:32:\"a7edae857aab69d69fa10d5aef23a5de\";s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:7:\"wp-i18n\";a:8:{s:6:\"handle\";s:7:\"wp-i18n\";s:3:\"src\";s:32:\"/wp-includes/js/dist/i18n.min.js\";s:4:\"deps\";a:2:{i:0;s:8:\"wp-hooks\";i:1;s:11:\"wp-polyfill\";}s:3:\"ver\";s:32:\"5f1269854226b4dd90450db411a12b79\";s:4:\"args\";i:1;s:5:\"extra\";a:2:{s:5:\"after\";a:2:{i:0;b:0;i:1;s:66:\"wp.i18n.setLocaleData( { \'text direction\\u0004ltr\': [ \'ltr\' ] } );\";}s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"elementor-common\";a:8:{s:6:\"handle\";s:16:\"elementor-common\";s:3:\"src\";s:69:\"https://aegis.qa/wp-content/plugins/elementor/assets/js/common.min.js\";s:4:\"deps\";a:8:{i:0;s:6:\"jquery\";i:1;s:19:\"jquery-ui-draggable\";i:2;s:19:\"backbone-marionette\";i:3;s:14:\"backbone-radio\";i:4;s:24:\"elementor-common-modules\";i:5;s:16:\"elementor-dialog\";i:6;s:14:\"wp-api-request\";i:7;s:7:\"wp-i18n\";}s:3:\"ver\";s:5:\"3.4.4\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:6:\"before\";a:2:{i:0;b:0;i:1;s:7772:\"var elementorCommonConfig = {\"version\":\"3.4.4\",\"isRTL\":false,\"isDebug\":false,\"isElementorDebug\":false,\"activeModules\":[\"ajax\",\"finder\",\"connect\"],\"experimentalFeatures\":{\"e_dom_optimization\":true,\"e_import_export\":true,\"landing-pages\":true,\"elements-color-picker\":true,\"admin-top-bar\":true},\"urls\":{\"assets\":\"https:\\/\\/aegis.qa\\/wp-content\\/plugins\\/elementor\\/assets\\/\",\"rest\":\"https:\\/\\/aegis.qa\\/wp-json\\/\"},\"ajax\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin-ajax.php\",\"nonce\":\"9d83eb485f\"},\"finder\":{\"data\":{\"edit\":{\"title\":\"Edit\",\"dynamic\":true,\"name\":\"edit\"},\"general\":{\"title\":\"General\",\"dynamic\":false,\"items\":{\"saved-templates\":{\"title\":\"Saved Templates\",\"icon\":\"library-save\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/edit.php?post_type=elementor_library&tabs_group=library\",\"keywords\":[\"template\",\"section\",\"page\",\"library\"]},\"system-info\":{\"title\":\"System Info\",\"icon\":\"info-circle-o\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin.php?page=elementor-system-info\",\"keywords\":[\"system\",\"info\",\"environment\",\"elementor\"]},\"role-manager\":{\"title\":\"Role Manager\",\"icon\":\"person\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin.php?page=elementor-role-manager\",\"keywords\":[\"role\",\"manager\",\"user\",\"elementor\"]},\"knowledge-base\":{\"title\":\"Knowledge Base\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin.php?page=go_knowledge_base_site\",\"keywords\":[\"help\",\"knowledge\",\"docs\",\"elementor\"]},\"theme-builder\":{\"title\":\"Theme Builder\",\"icon\":\"library-save\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin.php?page=elementor-app&ver=3.4.4#site-editor\\/promotion\",\"keywords\":[\"template\",\"header\",\"footer\",\"single\",\"archive\",\"search\",\"404\",\"library\"]}},\n\"name\":\"general\"},\"create\":{\"title\":\"Create\",\"dynamic\":false,\"items\":{\"post\":{\"title\":\"Add New Post\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=post&_wpnonce=6c30ae446c\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]},\"page\":{\"title\":\"Add New Page\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=page&_wpnonce=6c30ae446c\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]},\"e-landing-page\":{\"title\":\"Add New Landing Page\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=e-landing-page&_wpnonce=6c30ae446c\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]},\"elementskit_content\":{\"title\":\"Add New ElementsKit item\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=elementskit_content&_wpnonce=6c30ae446c\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]},\"elementskit_template\":{\"title\":\"Add New Template\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=elementskit_template&_wpnonce=6c30ae446c\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]},\"elementskit_widget\":{\"title\":\"Add New Widget\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=elementskit_widget&_wpnonce=6c30ae446c\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]},\"oceanwp_library\":{\"title\":\"Add New Template\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=oceanwp_library&_wpnonce=6c30ae446c\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]},\"elementor-hf\":{\"title\":\"Add New Elementor Header & Footer Builder\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=elementor-hf&_wpnonce=6c30ae446c\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]},\"iso_certificates\":{\"title\":\"Add New iso_certificates\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=iso_certificates&_wpnonce=6c30ae446c\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]},\"our_clients_trust_us\":{\"title\":\"Add New Our_clients_trust_us\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=our_clients_trust_us&_wpnonce=6c30ae446c\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]},\"knowledge_base\":{\"title\":\"Add New Knowledge bank\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=knowledge_base&_wpnonce=6c30ae446c\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]},\"faq_question_answer\":{\"title\":\"Add New Faq_question_answer\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=faq_question_answer&_wpnonce=6c30ae446c\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]},\"certificates\":{\"title\":\"Add New Certificates\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=certificates&_wpnonce=6c30ae446c\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]},\"elementor_library\":{\"title\":\"Add New Template\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/edit.php?post_type=elementor_library#add_new\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]}},\n\"name\":\"create\"},\"site\":{\"title\":\"Site\",\"dynamic\":false,\"items\":{\"homepage\":{\"title\":\"Homepage\",\"url\":\"https:\\/\\/aegis.qa\",\"icon\":\"home-heart\",\"keywords\":[\"home\",\"page\"]},\"wordpress-dashboard\":{\"title\":\"Dashboard\",\"icon\":\"dashboard\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/\",\"keywords\":[\"dashboard\",\"wordpress\"]},\"wordpress-menus\":{\"title\":\"Menus\",\"icon\":\"wordpress\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/nav-menus.php\",\"keywords\":[\"menu\",\"wordpress\"]},\"wordpress-themes\":{\"title\":\"Themes\",\"icon\":\"wordpress\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/themes.php\",\"keywords\":[\"themes\",\"wordpress\"]},\"wordpress-customizer\":{\"title\":\"Customizer\",\"icon\":\"wordpress\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/customize.php\",\"keywords\":[\"customizer\",\"wordpress\"]},\"wordpress-plugins\":{\"title\":\"Plugins\",\"icon\":\"wordpress\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/plugins.php\",\"keywords\":[\"plugins\",\"wordpress\"]},\"wordpress-users\":{\"title\":\"Users\",\"icon\":\"wordpress\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/users.php\",\"keywords\":[\"users\",\"profile\",\"wordpress\"]}},\n\"name\":\"site\"},\"settings\":{\"title\":\"Settings\",\"dynamic\":false,\"items\":{\"general-settings\":{\"title\":\"General Settings\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin.php?page=elementor\",\"keywords\":[\"general\",\"settings\",\"elementor\"]},\"advanced\":{\"title\":\"Advanced\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin.php?page=elementor#tab-advanced\",\"keywords\":[\"advanced\",\"settings\",\"elementor\"]},\"experiments\":{\"title\":\"Experiments\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin.php?page=elementor#tab-experiments\",\"keywords\":[\"settings\",\"elementor\",\"experiments\"]}},\n\"name\":\"settings\"},\"tools\":{\"title\":\"Tools\",\"dynamic\":false,\"items\":{\"tools\":{\"title\":\"Tools\",\"icon\":\"tools\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin.php?page=elementor-tools\",\"keywords\":[\"tools\",\"regenerate css\",\"safe mode\",\"debug bar\",\"sync library\",\"elementor\"]},\"replace-url\":{\"title\":\"Replace URL\",\"icon\":\"tools\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin.php?page=elementor-tools#tab-replace_url\",\"keywords\":[\"tools\",\"replace url\",\"domain\",\"elementor\"]},\"version-control\":{\"title\":\"Version Control\",\"icon\":\"time-line\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin.php?page=elementor-tools#tab-versions\",\"keywords\":[\"tools\",\"version\",\"control\",\"rollback\",\"beta\",\"elementor\"]},\"maintenance-mode\":{\"title\":\"Maintenance Mode\",\"icon\":\"tools\",\"url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin.php?page=elementor-tools#tab-maintenance_mode\",\"keywords\":[\"tools\",\"maintenance\",\"coming soon\",\"elementor\"]}},\n\"name\":\"tools\"}}},\n\"connect\":{\"is_user_connected\":false,\"connect_url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin.php?page=elementor-connect&app=library&action=authorize&nonce=adefe453c2\"}};\";}}s:10:\"textdomain\";s:9:\"elementor\";s:17:\"translations_path\";N;}s:20:\"elementor-app-loader\";a:8:{s:6:\"handle\";s:20:\"elementor-app-loader\";s:3:\"src\";s:73:\"https://aegis.qa/wp-content/plugins/elementor/assets/js/app-loader.min.js\";s:4:\"deps\";a:1:{i:0;s:16:\"elementor-common\";}s:3:\"ver\";s:5:\"3.4.4\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:6:\"before\";a:2:{i:0;b:0;i:1;s:414:\"var elementorAppConfig = {\"menu_url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin.php?page=elementor-app&ver=3.4.4#site-editor\\/promotion\",\"assets_url\":\"https:\\/\\/aegis.qa\\/wp-content\\/plugins\\/elementor\\/assets\\/\",\"return_url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/\",\"hasPro\":false,\"admin_url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/\",\"login_url\":\"https:\\/\\/aegis.qa\\/wp-login.php\",\"site-editor\":[],\"import-export\":[],\"kit-library\":[]};\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-admin-bar\";a:8:{s:6:\"handle\";s:19:\"elementor-admin-bar\";s:3:\"src\";s:82:\"https://aegis.qa/wp-content/plugins/elementor/assets/js/elementor-admin-bar.min.js\";s:4:\"deps\";a:1:{i:0;s:26:\"elementor-frontend-modules\";}s:3:\"ver\";s:5:\"3.4.4\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:6:\"before\";a:2:{i:0;b:0;i:1;s:1267:\"var elementorAdminBarConfig = {\"elementor_edit_page\":{\"id\":\"elementor_edit_page\",\"title\":\"Edit with Elementor\",\"href\":null,\"children\":{\"4388\":{\"id\":\"elementor_edit_doc_4388\",\"title\":\"Any questions Pop Up\",\"sub_title\":\"Post\",\"href\":\"https:\\/\\/aegis.qa\\/wp-admin\\/post.php?post=4388&action=elementor\"},\"6070\":{\"id\":\"elementor_edit_doc_6070\",\"title\":\"404\",\"sub_title\":\"Page\",\"href\":\"https:\\/\\/aegis.qa\\/wp-admin\\/post.php?post=6070&action=elementor\"},\"4722\":{\"id\":\"elementor_edit_doc_4722\",\"title\":\"MAP\",\"sub_title\":\"Post\",\"href\":\"https:\\/\\/aegis.qa\\/wp-admin\\/post.php?post=4722&action=elementor\"},\"2255\":{\"id\":\"elementor_edit_doc_2255\",\"title\":\"Footer\",\"sub_title\":\"Post\",\"href\":\"https:\\/\\/aegis.qa\\/wp-admin\\/post.php?post=2255&action=elementor\"},\"6071\":{\"id\":\"elementor_site_settings\",\"title\":\"Site Settings\",\"sub_title\":\"Site\",\"href\":\"https:\\/\\/aegis.qa\\/wp-admin\\/post.php?post=6070&action=elementor#e:run:panel\\/global\\/open\",\"class\":\"elementor-site-settings\",\"parent_class\":\"elementor-second-section\"},\"6072\":{\"id\":\"elementor_app_site_editor\",\"title\":\"Theme Builder\",\"sub_title\":\"Site\",\"href\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin.php?page=elementor-app&ver=3.4.4#site-editor\\/promotion\",\"class\":\"elementor-app-link\",\"parent_class\":\"elementor-second-section\"}}}};\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:13:\"comment-reply\";a:8:{s:6:\"handle\";s:13:\"comment-reply\";s:3:\"src\";s:36:\"/wp-includes/js/comment-reply.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"wphb-lazy-load\";a:8:{s:6:\"handle\";s:14:\"wphb-lazy-load\";s:3:\"src\";s:97:\"https://aegis.qa/wp-content/plugins/hummingbird-performance/admin/assets/js/wphb-lazy-load.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.1.1\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:76:\"var wphbGlobal = {\"ajaxurl\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin-ajax.php\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:24:\"user-interaction-load-js\";a:8:{s:6:\"handle\";s:24:\"user-interaction-load-js\";s:3:\"src\";s:83:\"https://aegis.qa/wp-content/themes/oceanwp-child/assets/js/user-interaction-load.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";b:1;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"speed-mobile.js\";a:8:{s:6:\"handle\";s:15:\"speed-mobile.js\";s:3:\"src\";s:74:\"https://aegis.qa/wp-content/themes/oceanwp-child/assets/js/speed-mobile.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";b:1;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"regenerator-runtime\";a:8:{s:6:\"handle\";s:19:\"regenerator-runtime\";s:3:\"src\";s:54:\"/wp-includes/js/dist/vendor/regenerator-runtime.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"0.13.7\";s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"ow-isotop\";a:8:{s:6:\"handle\";s:9:\"ow-isotop\";s:3:\"src\";s:80:\"https://aegis.qa/wp-content/themes/oceanwp/assets/js/vendors/isotope.pkgd.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.0.6\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:11:\"ow-flickity\";a:8:{s:6:\"handle\";s:11:\"ow-flickity\";s:3:\"src\";s:81:\"https://aegis.qa/wp-content/themes/oceanwp/assets/js/vendors/flickity.pkgd.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:3:\"1.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:7:\"ow-sidr\";a:8:{s:6:\"handle\";s:7:\"ow-sidr\";s:3:\"src\";s:68:\"https://aegis.qa/wp-content/themes/oceanwp/assets/js/vendors/sidr.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:3:\"1.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"ow-smoothscroll\";a:8:{s:6:\"handle\";s:15:\"ow-smoothscroll\";s:3:\"src\";s:80:\"https://aegis.qa/wp-content/themes/oceanwp/assets/js/vendors/smoothscroll.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:3:\"1.0\";s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"ow-magnific-popup\";a:8:{s:6:\"handle\";s:17:\"ow-magnific-popup\";s:3:\"src\";s:82:\"https://aegis.qa/wp-content/themes/oceanwp/assets/js/vendors/magnific-popup.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:3:\"1.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"smush-lazy-load\";a:8:{s:6:\"handle\";s:15:\"smush-lazy-load\";s:3:\"src\";s:90:\"https://aegis.qa/wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load-native.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.9.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"wpo_min-header-0\";a:8:{s:6:\"handle\";s:16:\"wpo_min-header-0\";s:3:\"src\";s:96:\"https://aegis.qa/wp-content/cache/wpo-minify/1632985450/assets/wpo-minify-header-1f01f5dd.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";N;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:6:\"swiper\";a:8:{s:6:\"handle\";s:6:\"swiper\";s:3:\"src\";s:77:\"https://aegis.qa/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"5.3.6\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:10:\"share-link\";a:8:{s:6:\"handle\";s:10:\"share-link\";s:3:\"src\";s:85:\"https://aegis.qa/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"3.4.4\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"preloaded-modules\";a:8:{s:6:\"handle\";s:17:\"preloaded-modules\";s:3:\"src\";s:80:\"https://aegis.qa/wp-content/plugins/elementor/assets/js/preloaded-modules.min.js\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";s:5:\"3.4.4\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"wpo_min-footer-0\";a:8:{s:6:\"handle\";s:16:\"wpo_min-footer-0\";s:3:\"src\";s:96:\"https://aegis.qa/wp-content/cache/wpo-minify/1632985450/assets/wpo-minify-footer-9dce4fe8.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";N;s:4:\"args\";N;s:5:\"extra\";a:1:{s:4:\"data\";s:652:\"var wpcf7 = {\"api\":{\"root\":\"https:\\/\\/aegis.qa\\/wp-json\\/\",\"namespace\":\"contact-form-7\\/v1\"},\"cached\":\"1\"};\nvar wphbGlobal = {\"ajaxurl\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin-ajax.php\"};\nvar oceanwpLocalize = {\"nonce\":\"67645808fb\",\"isRTL\":\"\",\"menuSearchStyle\":\"disabled\",\"mobileMenuSearchStyle\":\"disabled\",\"sidrSource\":null,\"sidrDisplace\":\"1\",\"sidrSide\":\"left\",\"sidrDropdownTarget\":\"link\",\"verticalHeaderTarget\":\"link\",\"customSelects\":\".woocommerce-ordering .orderby, #dropdown_product_cat, .widget_categories select, .widget_archive select, .single-product .variations_form .variations select\",\"ajax_url\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin-ajax.php\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"wpo_min-footer-2\";a:8:{s:6:\"handle\";s:16:\"wpo_min-footer-2\";s:3:\"src\";s:96:\"https://aegis.qa/wp-content/cache/wpo-minify/1632985450/assets/wpo-minify-footer-3a7a4525.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";N;s:4:\"args\";N;s:5:\"extra\";a:1:{s:4:\"data\";s:148:\"var Wpbdp = {\"is_mobile\":\"1\",\"is_rtl\":\"0\",\"ajaxurl\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin-ajax.php\",\"no_post_msg\":\"Sorry, No more post to display.\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"wpo_min-footer-3\";a:8:{s:6:\"handle\";s:16:\"wpo_min-footer-3\";s:3:\"src\";s:96:\"https://aegis.qa/wp-content/cache/wpo-minify/1632985450/assets/wpo-minify-footer-41df1574.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";N;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:22:\"smush-resize-detection\";a:8:{s:6:\"handle\";s:22:\"smush-resize-detection\";s:3:\"src\";s:76:\"https://aegis.qa/wp-content/plugins/wp-smushit/app/assets/js/smush-rd.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"3.9.0\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:368:\"var wp_smush_resize_vars = {\"ajaxurl\":\"https:\\/\\/aegis.qa\\/wp-admin\\/admin-ajax.php\",\"ajax_nonce\":\"a51a252f31\",\"large_image\":\"This image is too large for its container. Adjust the image dimensions to width x heightpx for optimal results.\",\"small_image\":\"This image is too small for its container. Adjust the image dimensions to width x heightpx for optimal results.\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"wpo_min-footer-1\";a:8:{s:6:\"handle\";s:16:\"wpo_min-footer-1\";s:3:\"src\";s:96:\"https://aegis.qa/wp-content/cache/wpo-minify/1632985450/assets/wpo-minify-footer-37370682.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";N;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"wpo_min-footer-4\";a:8:{s:6:\"handle\";s:16:\"wpo_min-footer-4\";s:3:\"src\";s:96:\"https://aegis.qa/wp-content/cache/wpo-minify/1632985450/assets/wpo-minify-footer-1ec37997.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";N;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"wpo_min-footer-5\";a:8:{s:6:\"handle\";s:16:\"wpo_min-footer-5\";s:3:\"src\";s:96:\"https://aegis.qa/wp-content/cache/wpo-minify/1632985450/assets/wpo-minify-footer-41df1574.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";N;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"wpo_min-footer-8\";a:8:{s:6:\"handle\";s:16:\"wpo_min-footer-8\";s:3:\"src\";s:96:\"https://aegis.qa/wp-content/cache/wpo-minify/1632985450/assets/wpo-minify-footer-1137036c.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";N;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}}', 'yes'),
(24708, 'ht_easy_ga4_id', 'G-R6MZW7V5MP', 'yes'),
(25047, 'wpseo_taxonomy_meta', 'a:2:{s:8:\"category\";a:2:{i:33;a:4:{s:13:\"wpseo_noindex\";s:7:\"noindex\";s:13:\"wpseo_focuskw\";s:24:\"Business Continuity Plan\";s:13:\"wpseo_linkdex\";s:2:\"36\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:1;a:3:{s:13:\"wpseo_focuskw\";s:13:\"Uncategorized\";s:13:\"wpseo_linkdex\";s:2:\"24\";s:19:\"wpseo_content_score\";s:1:\"0\";}}s:8:\"post_tag\";a:1:{i:31;a:4:{s:13:\"wpseo_noindex\";s:7:\"noindex\";s:13:\"wpseo_focuskw\";s:23:\"ISO 31000 Certification\";s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}}}', 'yes'),
(36523, 'widget_block', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(36526, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(36562, 'elementor_controls_usage', 'a:4:{s:7:\"wp-post\";a:17:{s:11:\"text-editor\";a:2:{s:5:\"count\";i:274;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:274;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:5:\"align\";i:162;s:10:\"text_color\";i:264;s:21:\"typography_typography\";i:264;s:22:\"typography_font_family\";i:264;s:20:\"typography_font_size\";i:264;s:22:\"typography_font_weight\";i:264;s:22:\"typography_line_height\";i:163;s:12:\"align_tablet\";i:1;s:25:\"typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:7:{s:14:\"_margin_mobile\";i:2;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:80;s:8:\"_padding\";i:67;s:15:\"_padding_mobile\";i:1;s:12:\"_css_classes\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:447;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:10:{s:12:\"_inline_size\";i:445;s:19:\"_inline_size_tablet\";i:6;s:19:\"_inline_size_mobile\";i:8;s:23:\"content_position_tablet\";i:5;s:23:\"content_position_mobile\";i:7;s:12:\"align_tablet\";i:4;s:16:\"content_position\";i:17;s:12:\"align_mobile\";i:4;s:21:\"space_between_widgets\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:372;s:7:\"padding\";i:387;s:13:\"margin_mobile\";i:109;s:14:\"padding_mobile\";i:109;s:13:\"margin_tablet\";i:17;s:14:\"padding_tablet\";i:17;s:11:\"css_classes\";i:16;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"background_background\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:406;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:11:{s:6:\"margin\";i:165;s:7:\"padding\";i:159;s:13:\"margin_tablet\";i:7;s:14:\"padding_tablet\";i:16;s:11:\"css_classes\";i:8;s:14:\"z_index_tablet\";i:2;s:13:\"margin_mobile\";i:138;s:14:\"padding_mobile\";i:138;s:11:\"_element_id\";i:3;s:14:\"z_index_mobile\";i:6;s:7:\"z_index\";i:7;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:6;s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:9:{s:16:\"content_position\";i:20;s:8:\"html_tag\";i:26;s:6:\"layout\";i:92;s:6:\"height\";i:13;s:13:\"custom_height\";i:13;s:15:\"column_position\";i:13;s:20:\"custom_height_mobile\";i:12;s:20:\"custom_height_tablet\";i:1;s:8:\"overflow\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:33;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:14:{s:21:\"background_background\";i:72;s:16:\"background_color\";i:46;s:16:\"background_image\";i:18;s:19:\"background_position\";i:18;s:17:\"background_repeat\";i:18;s:15:\"background_size\";i:16;s:23:\"background_image_tablet\";i:8;s:26:\"background_position_tablet\";i:12;s:26:\"background_position_mobile\";i:13;s:24:\"background_repeat_tablet\";i:12;s:24:\"background_repeat_mobile\";i:13;s:22:\"background_size_tablet\";i:12;s:22:\"background_size_mobile\";i:13;s:23:\"background_image_mobile\";i:5;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:8;s:24:\"background_overlay_color\";i:8;s:26:\"background_overlay_opacity\";i:4;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:171;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:171;s:5:\"align\";i:5;s:12:\"align_mobile\";i:91;s:11:\"header_size\";i:25;s:12:\"align_tablet\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:15:{s:11:\"title_color\";i:171;s:21:\"typography_typography\";i:171;s:22:\"typography_font_family\";i:171;s:20:\"typography_font_size\";i:168;s:22:\"typography_font_weight\";i:171;s:22:\"typography_line_height\";i:166;s:27:\"typography_font_size_tablet\";i:7;s:29:\"typography_line_height_tablet\";i:2;s:32:\"typography_letter_spacing_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:93;s:29:\"typography_line_height_mobile\";i:90;s:21:\"typography_font_style\";i:2;s:25:\"typography_letter_spacing\";i:10;s:32:\"typography_letter_spacing_mobile\";i:2;s:25:\"typography_text_transform\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:157;s:8:\"_padding\";i:72;s:14:\"_margin_mobile\";i:89;s:12:\"_css_classes\";i:1;s:15:\"_padding_mobile\";i:88;}s:17:\"_section_position\";a:3:{s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:89;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:8:{s:5:\"image\";i:89;s:5:\"align\";i:74;s:7:\"link_to\";i:30;s:4:\"link\";i:30;s:10:\"image_size\";i:54;s:12:\"align_mobile\";i:2;s:12:\"align_tablet\";i:2;s:22:\"image_custom_dimension\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:24;s:12:\"width_tablet\";i:13;s:12:\"width_mobile\";i:19;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:6:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:22;s:15:\"_padding_mobile\";i:16;s:7:\"_margin\";i:26;s:14:\"_margin_tablet\";i:11;s:8:\"_padding\";i:7;}s:17:\"_section_position\";a:1:{s:9:\"_position\";i:2;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:12;s:11:\"hide_mobile\";i:12;s:12:\"hide_desktop\";i:12;}}}}s:4:\"html\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"html\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:2;s:15:\"_padding_tablet\";i:2;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:66;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:66;}}s:5:\"style\";a:3:{s:18:\"section_icon_style\";a:4:{s:10:\"icon_color\";i:60;s:9:\"icon_size\";i:27;s:15:\"icon_self_align\";i:20;s:16:\"icon_color_hover\";i:32;}s:18:\"section_text_style\";a:10:{s:10:\"text_color\";i:66;s:26:\"icon_typography_typography\";i:66;s:27:\"icon_typography_font_family\";i:66;s:32:\"icon_typography_font_size_tablet\";i:1;s:27:\"icon_typography_font_weight\";i:66;s:34:\"icon_typography_line_height_tablet\";i:1;s:16:\"text_color_hover\";i:8;s:25:\"icon_typography_font_size\";i:33;s:27:\"icon_typography_line_height\";i:45;s:32:\"icon_typography_font_size_mobile\";i:32;}s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:38;s:10:\"icon_align\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:12:\"_css_classes\";i:7;s:7:\"_margin\";i:60;s:8:\"_padding\";i:57;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:12:\"align_mobile\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:11:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:2;s:22:\"typography_line_height\";i:2;s:25:\"typography_letter_spacing\";i:2;s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:13:\"border_radius\";i:2;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;s:8:\"_z_index\";i:2;s:12:\"_css_classes\";i:2;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:10;s:12:\"align_mobile\";i:2;s:12:\"align_tablet\";i:2;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:10;s:3:\"gap\";i:10;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:10;s:8:\"_padding\";i:10;}}}}s:15:\"navigation-menu\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:12:\"section_menu\";a:1:{s:14:\"schema_support\";i:2;}s:14:\"section_layout\";a:4:{s:6:\"layout\";i:2;s:13:\"navmenu_align\";i:2;s:10:\"resp_align\";i:2;s:8:\"dropdown\";i:2;}}s:5:\"style\";a:1:{s:23:\"section_style_main-menu\";a:10:{s:28:\"padding_horizontal_menu_item\";i:2;s:26:\"padding_vertical_menu_item\";i:2;s:18:\"menu_space_between\";i:2;s:26:\"menu_typography_typography\";i:2;s:27:\"menu_typography_font_family\";i:2;s:25:\"menu_typography_font_size\";i:2;s:27:\"menu_typography_font_weight\";i:2;s:27:\"menu_typography_line_height\";i:2;s:30:\"menu_typography_letter_spacing\";i:2;s:15:\"color_menu_item\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}}}}s:25:\"elementskit-contact-form7\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:11:\"section_tab\";a:1:{s:18:\"ekit_contact_form7\";i:6;}}s:5:\"style\";a:3:{s:35:\"ekit_contact_form_input_label_style\";a:10:{s:36:\"ekit_contact_form_input_label_margin\";i:6;s:51:\"ekit_contact_form_input_label_typography_typography\";i:1;s:52:\"ekit_contact_form_input_label_typography_font_family\";i:1;s:50:\"ekit_contact_form_input_label_typography_font_size\";i:1;s:52:\"ekit_contact_form_input_label_typography_font_weight\";i:1;s:55:\"ekit_contact_form_input_label_typography_text_transform\";i:1;s:51:\"ekit_contact_form_input_label_typography_font_style\";i:1;s:56:\"ekit_contact_form_input_label_typography_text_decoration\";i:1;s:52:\"ekit_contact_form_input_label_typography_line_height\";i:1;s:55:\"ekit_contact_form_input_label_typography_letter_spacing\";i:1;}s:29:\"ekit_contact_form_input_style\";a:24:{s:37:\"ekit_contact_form_input_style_padding\";i:5;s:36:\"ekit_contact_form_input_style_height\";i:6;s:43:\"ekit_contact_form_input_style_margin_bottom\";i:6;s:45:\"ekit_contact_form_input_typography_typography\";i:6;s:46:\"ekit_contact_form_input_typography_font_family\";i:6;s:46:\"ekit_contact_form_input_typography_font_weight\";i:6;s:46:\"ekit_contact_form_input_placeholder_font_color\";i:3;s:42:\"ekit_contact_form_input_style_width_tablet\";i:2;s:51:\"ekit_contact_form_input_typography_font_size_mobile\";i:2;s:53:\"ekit_contact_form_input_placeholder_font_color_mobile\";i:2;s:44:\"ekit_contact_form_input_typography_font_size\";i:2;s:36:\"ekit_contact_form_input_style_radius\";i:2;s:43:\"ekit_contact_form_input_style_border_border\";i:1;s:42:\"ekit_contact_form_input_style_border_width\";i:1;s:42:\"ekit_contact_form_input_style_border_color\";i:1;s:49:\"ekit_contact_form_input_hover_style_border_border\";i:1;s:48:\"ekit_contact_form_input_hover_style_border_width\";i:1;s:48:\"ekit_contact_form_input_hover_style_border_color\";i:1;s:49:\"ekit_contact_form_input_focus_style_border_border\";i:1;s:48:\"ekit_contact_form_input_focus_style_border_width\";i:1;s:48:\"ekit_contact_form_input_focus_style_border_color\";i:1;s:46:\"ekit_contact_form_input_typography_line_height\";i:1;s:40:\"ekit_contact_form_input_style_font_color\";i:2;s:45:\"ekit_contact_form_input_style_textarea_height\";i:1;}s:37:\"ekit_contact_form_button_style_holder\";a:22:{s:46:\"ekit_contact_form_button_typography_typography\";i:6;s:47:\"ekit_contact_form_button_typography_font_family\";i:6;s:45:\"ekit_contact_form_button_typography_font_size\";i:6;s:47:\"ekit_contact_form_button_typography_font_weight\";i:6;s:47:\"ekit_contact_form_button_typography_line_height\";i:4;s:37:\"ekit_contact_form_button_style_margin\";i:5;s:47:\"ekit_contact_form_button_style_use_width_height\";i:6;s:30:\"ekit_contact_form_button_width\";i:6;s:37:\"ekit_contact_form_button_style_height\";i:5;s:42:\"ekit_contact_form_button_style_line_height\";i:6;s:46:\"ekit_contact_form_button_background_background\";i:6;s:41:\"ekit_contact_form_button_background_color\";i:6;s:36:\"ekit_contact_form_button_color_hover\";i:5;s:52:\"ekit_contact_form_button_hover_background_background\";i:6;s:47:\"ekit_contact_form_button_hover_background_color\";i:6;s:41:\"ekit_contact_form_button_alignment_tablet\";i:2;s:37:\"ekit_contact_form_button_width_tablet\";i:2;s:50:\"ekit_contact_form_button_typography_letter_spacing\";i:1;s:38:\"ekit_contact_form_button_border_radius\";i:1;s:39:\"ekit_contact_form_button_border_padding\";i:1;s:30:\"ekit_contact_form_button_color\";i:1;s:44:\"ekit_contact_form_button_style_margin_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:4;s:14:\"_margin_mobile\";i:2;s:15:\"_padding_mobile\";i:2;s:14:\"_margin_tablet\";i:2;s:15:\"_padding_tablet\";i:2;}}}}s:24:\"elementskit-social-media\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:36:\"ekit_socialmedia_section_tab_content\";a:2:{s:34:\"ekit_socialmedai_list_align_mobile\";i:4;s:26:\"ekit_socialmedia_add_icons\";i:4;}}s:5:\"style\";a:1:{s:34:\"ekit_socialmedia_section_tab_style\";a:4:{s:38:\"ekit_socialmedai_list_icon_size_mobile\";i:4;s:43:\"ekit_socialmedai_list_typography_typography\";i:4;s:44:\"ekit_socialmedai_list_typography_font_family\";i:4;s:44:\"ekit_socialmedai_list_typography_font_weight\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:4;s:15:\"_padding_mobile\";i:2;}}}}s:21:\"elementskit-accordion\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:11:\"section_tab\";a:2:{s:20:\"ekit_accordion_items\";i:2;s:31:\"ekit_accordion_open_first_slide\";i:2;}s:30:\"ekit_accordion_section_setting\";a:1:{s:26:\"ekit_accordion_right_icons\";i:2;}}s:5:\"style\";a:4:{s:34:\"ekit_accordion_section_title_style\";a:21:{s:42:\"ekit_accordion_title_typography_typography\";i:2;s:43:\"ekit_accordion_title_typography_font_family\";i:2;s:48:\"ekit_accordion_title_typography_font_size_mobile\";i:2;s:43:\"ekit_accordion_title_typography_font_weight\";i:2;s:42:\"ekit_accordion_title_typography_font_style\";i:2;s:47:\"ekit_accordion_title_typography_text_decoration\";i:2;s:50:\"ekit_accordion_title_typography_line_height_mobile\";i:2;s:26:\"ekit_accordion_title_color\";i:2;s:36:\"ekit_accordion_background_background\";i:2;s:31:\"ekit_accordion_background_color\";i:2;s:45:\"ekit_accordion_title_border_open_width_mobile\";i:2;s:38:\"ekit_accordion_title_border_open_color\";i:2;s:32:\"ekit_accordion_title_color_close\";i:2;s:42:\"ekit_accordion_background_close_background\";i:2;s:37:\"ekit_accordion_background_close_color\";i:2;s:35:\"ekit_accordion_title_padding_mobile\";i:2;s:48:\"ekit_accordion_title_typography_font_size_tablet\";i:2;s:50:\"ekit_accordion_title_typography_line_height_tablet\";i:2;s:45:\"ekit_accordion_title_border_open_width_tablet\";i:2;s:46:\"ekit_accordion_border_radious_curve_shape_open\";i:2;s:41:\"ekit_accordion_title_margin_bottom_mobile\";i:1;}s:33:\"ekit_accordion_section_icon_style\";a:1:{s:41:\"ekit_accordion_section_icon_margin_mobile\";i:2;}s:36:\"ekit_accordion_section_content_style\";a:6:{s:28:\"ekit_accordion_content_color\";i:2;s:44:\"ekit_accordion_content_typography_typography\";i:2;s:45:\"ekit_accordion_content_typography_font_family\";i:2;s:50:\"ekit_accordion_content_typography_font_size_mobile\";i:2;s:45:\"ekit_accordion_content_typography_font_weight\";i:2;s:37:\"ekit_accordion_content_padding_mobile\";i:2;}s:35:\"ekit_accordion_section_border_style\";a:4:{s:33:\"ekit_accordion_border_open_border\";i:2;s:39:\"ekit_accordion_border_open_width_mobile\";i:2;s:39:\"ekit_accordion_border_open_width_tablet\";i:2;s:32:\"ekit_accordion_border_open_color\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:14:\"_margin_mobile\";i:2;s:15:\"_padding_mobile\";i:2;s:12:\"_css_classes\";i:2;s:14:\"_margin_tablet\";i:2;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:11;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:11;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:11;s:8:\"_padding\";i:11;}}}}s:10:\"page-title\";a:2:{s:5:\"count\";i:12;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:24:\"section_title_typography\";a:9:{s:27:\"title_typography_typography\";i:12;s:28:\"title_typography_font_family\";i:12;s:26:\"title_typography_font_size\";i:12;s:33:\"title_typography_font_size_mobile\";i:12;s:28:\"title_typography_font_weight\";i:12;s:28:\"title_typography_line_height\";i:12;s:35:\"title_typography_line_height_mobile\";i:12;s:11:\"title_color\";i:12;s:31:\"title_typography_letter_spacing\";i:12;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:14:\"_margin_tablet\";i:12;s:14:\"_margin_mobile\";i:12;s:15:\"_padding_mobile\";i:12;}}s:7:\"content\";a:1:{s:22:\"section_general_fields\";a:1:{s:11:\"heading_tag\";i:3;}}}}s:11:\"google_maps\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:2;s:12:\"space_mobile\";i:2;}}}}}s:7:\"wp-page\";a:15:{s:5:\"image\";a:2:{s:5:\"count\";i:108;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:8:{s:5:\"image\";i:108;s:5:\"align\";i:105;s:7:\"link_to\";i:48;s:4:\"link\";i:48;s:10:\"image_size\";i:26;s:12:\"align_tablet\";i:4;s:22:\"image_custom_dimension\";i:12;s:12:\"align_mobile\";i:11;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:7:{s:5:\"width\";i:84;s:12:\"width_tablet\";i:51;s:12:\"width_mobile\";i:67;s:6:\"height\";i:12;s:12:\"space_mobile\";i:8;s:13:\"height_mobile\";i:6;s:13:\"height_tablet\";i:2;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:8:{s:7:\"_margin\";i:33;s:8:\"_padding\";i:31;s:14:\"_margin_mobile\";i:22;s:15:\"_padding_mobile\";i:17;s:15:\"_padding_tablet\";i:4;s:14:\"_margin_tablet\";i:2;s:11:\"_element_id\";i:1;s:12:\"_css_classes\";i:1;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:16;s:11:\"hide_tablet\";i:8;s:11:\"hide_mobile\";i:7;}s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:6;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:479;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:11:{s:12:\"_inline_size\";i:479;s:19:\"_inline_size_tablet\";i:169;s:19:\"_inline_size_mobile\";i:189;s:23:\"content_position_tablet\";i:102;s:23:\"content_position_mobile\";i:58;s:12:\"align_tablet\";i:77;s:16:\"content_position\";i:43;s:21:\"space_between_widgets\";i:88;s:5:\"align\";i:40;s:8:\"html_tag\";i:4;s:28:\"space_between_widgets_mobile\";i:12;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:13:\"margin_mobile\";i:163;s:14:\"padding_mobile\";i:153;s:13:\"margin_tablet\";i:89;s:14:\"padding_tablet\";i:81;s:6:\"margin\";i:153;s:7:\"padding\";i:182;s:11:\"css_classes\";i:29;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:6:{s:21:\"background_background\";i:21;s:16:\"background_color\";i:8;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:13:\"border_radius\";i:4;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:55;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:55;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:8:{s:14:\"_margin_mobile\";i:26;s:14:\"_margin_tablet\";i:8;s:15:\"_padding_tablet\";i:6;s:7:\"_margin\";i:39;s:12:\"_css_classes\";i:13;s:8:\"_padding\";i:18;s:11:\"_element_id\";i:2;s:15:\"_padding_mobile\";i:11;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:2;s:12:\"hide_desktop\";i:2;s:11:\"hide_mobile\";i:2;}s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:15:{s:12:\"align_tablet\";i:19;s:5:\"align\";i:33;s:21:\"typography_typography\";i:49;s:22:\"typography_font_family\";i:49;s:20:\"typography_font_size\";i:49;s:22:\"typography_font_weight\";i:49;s:25:\"typography_text_transform\";i:13;s:26:\"typography_text_decoration\";i:13;s:22:\"typography_line_height\";i:42;s:12:\"align_mobile\";i:17;s:10:\"text_color\";i:44;s:25:\"typography_letter_spacing\";i:12;s:27:\"typography_font_size_mobile\";i:16;s:29:\"typography_line_height_mobile\";i:14;s:27:\"typography_font_size_tablet\";i:2;}}}}s:4:\"html\";a:2:{s:5:\"count\";i:57;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"html\";i:57;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:6:{s:14:\"_margin_tablet\";i:48;s:15:\"_padding_tablet\";i:48;s:7:\"_margin\";i:4;s:8:\"_padding\";i:4;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:2;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:316;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:10:{s:16:\"content_position\";i:147;s:8:\"html_tag\";i:152;s:6:\"layout\";i:128;s:6:\"height\";i:68;s:13:\"custom_height\";i:82;s:20:\"custom_height_mobile\";i:49;s:15:\"column_position\";i:65;s:3:\"gap\";i:25;s:20:\"custom_height_tablet\";i:4;s:13:\"content_width\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:97;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:10:{s:13:\"margin_tablet\";i:136;s:14:\"padding_tablet\";i:122;s:11:\"css_classes\";i:139;s:6:\"margin\";i:247;s:14:\"z_index_tablet\";i:47;s:7:\"padding\";i:226;s:13:\"margin_mobile\";i:139;s:11:\"_element_id\";i:56;s:14:\"padding_mobile\";i:134;s:14:\"z_index_mobile\";i:4;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:60;s:11:\"hide_mobile\";i:42;s:11:\"hide_tablet\";i:40;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:14:{s:21:\"background_background\";i:117;s:16:\"background_image\";i:45;s:19:\"background_position\";i:96;s:17:\"background_repeat\";i:90;s:15:\"background_size\";i:81;s:16:\"background_color\";i:67;s:26:\"background_position_mobile\";i:20;s:23:\"background_image_tablet\";i:12;s:23:\"background_image_mobile\";i:13;s:24:\"background_repeat_mobile\";i:12;s:22:\"background_size_mobile\";i:12;s:26:\"background_position_tablet\";i:6;s:24:\"background_repeat_tablet\";i:6;s:22:\"background_size_tablet\";i:6;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:186;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:6:{s:5:\"title\";i:186;s:11:\"header_size\";i:87;s:5:\"align\";i:74;s:12:\"align_tablet\";i:28;s:12:\"align_mobile\";i:94;s:4:\"size\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:14:{s:11:\"title_color\";i:155;s:21:\"typography_typography\";i:181;s:22:\"typography_font_family\";i:181;s:20:\"typography_font_size\";i:120;s:22:\"typography_font_weight\";i:181;s:25:\"typography_text_transform\";i:46;s:21:\"typography_font_style\";i:3;s:26:\"typography_text_decoration\";i:3;s:22:\"typography_line_height\";i:102;s:27:\"typography_font_size_tablet\";i:73;s:27:\"typography_font_size_mobile\";i:131;s:29:\"typography_line_height_tablet\";i:51;s:29:\"typography_line_height_mobile\";i:125;s:32:\"typography_letter_spacing_tablet\";i:43;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:7:{s:14:\"_margin_tablet\";i:6;s:15:\"_padding_tablet\";i:6;s:7:\"_margin\";i:40;s:14:\"_margin_mobile\";i:82;s:12:\"_css_classes\";i:48;s:8:\"_padding\";i:49;s:15:\"_padding_mobile\";i:27;}s:17:\"_section_position\";a:4:{s:9:\"_position\";i:4;s:9:\"_offset_x\";i:4;s:9:\"_offset_y\";i:4;s:21:\"_element_width_mobile\";i:4;}}}}s:25:\"elementskit-contact-form7\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:11:\"section_tab\";a:1:{s:18:\"ekit_contact_form7\";i:9;}}s:5:\"style\";a:3:{s:29:\"ekit_contact_form_input_style\";a:28:{s:43:\"ekit_contact_form_input_style_margin_bottom\";i:8;s:36:\"ekit_contact_form_input_style_radius\";i:4;s:43:\"ekit_contact_form_input_style_border_border\";i:8;s:42:\"ekit_contact_form_input_style_border_width\";i:8;s:42:\"ekit_contact_form_input_hover_style_radius\";i:4;s:49:\"ekit_contact_form_input_hover_style_border_border\";i:4;s:48:\"ekit_contact_form_input_hover_style_border_width\";i:4;s:42:\"ekit_contact_form_input_focus_style_radius\";i:4;s:49:\"ekit_contact_form_input_focus_style_border_border\";i:4;s:48:\"ekit_contact_form_input_focus_style_border_width\";i:4;s:45:\"ekit_contact_form_input_typography_typography\";i:9;s:46:\"ekit_contact_form_input_typography_font_family\";i:9;s:46:\"ekit_contact_form_input_typography_font_weight\";i:9;s:40:\"ekit_contact_form_input_style_font_color\";i:8;s:46:\"ekit_contact_form_input_placeholder_font_color\";i:9;s:43:\"ekit_contact_form_input_style_height_mobile\";i:8;s:37:\"ekit_contact_form_input_style_padding\";i:4;s:36:\"ekit_contact_form_input_style_height\";i:4;s:51:\"ekit_contact_form_input_style_background_background\";i:5;s:46:\"ekit_contact_form_input_style_background_color\";i:5;s:42:\"ekit_contact_form_input_style_border_color\";i:4;s:44:\"ekit_contact_form_input_typography_font_size\";i:4;s:46:\"ekit_contact_form_input_typography_line_height\";i:4;s:51:\"ekit_contact_form_input_style_placeholder_font_size\";i:4;s:42:\"ekit_contact_form_input_style_width_mobile\";i:4;s:42:\"ekit_contact_form_input_style_width_tablet\";i:4;s:50:\"ekit_contact_form_input_style_margin_bottom_mobile\";i:4;s:51:\"ekit_contact_form_input_typography_font_size_mobile\";i:4;}s:37:\"ekit_contact_form_button_style_holder\";a:23:{s:46:\"ekit_contact_form_button_typography_typography\";i:8;s:47:\"ekit_contact_form_button_typography_font_family\";i:8;s:45:\"ekit_contact_form_button_typography_font_size\";i:8;s:47:\"ekit_contact_form_button_typography_font_weight\";i:8;s:50:\"ekit_contact_form_button_typography_text_transform\";i:8;s:46:\"ekit_contact_form_button_typography_font_style\";i:4;s:51:\"ekit_contact_form_button_typography_text_decoration\";i:4;s:37:\"ekit_contact_form_button_style_margin\";i:4;s:47:\"ekit_contact_form_button_style_use_width_height\";i:8;s:30:\"ekit_contact_form_button_width\";i:8;s:42:\"ekit_contact_form_button_style_line_height\";i:8;s:46:\"ekit_contact_form_button_background_background\";i:8;s:41:\"ekit_contact_form_button_background_color\";i:8;s:52:\"ekit_contact_form_button_hover_background_background\";i:4;s:47:\"ekit_contact_form_button_hover_background_color\";i:4;s:44:\"ekit_contact_form_button_style_margin_mobile\";i:4;s:44:\"ekit_contact_form_button_style_height_mobile\";i:4;s:50:\"ekit_contact_form_button_typography_letter_spacing\";i:4;s:52:\"ekit_contact_form_button_typography_font_size_mobile\";i:4;s:37:\"ekit_contact_form_button_width_mobile\";i:4;s:49:\"ekit_contact_form_button_style_line_height_mobile\";i:4;s:37:\"ekit_contact_form_button_style_height\";i:4;s:46:\"ekit_contact_form_button_border_padding_mobile\";i:1;}s:35:\"ekit_contact_form_input_label_style\";a:4:{s:51:\"ekit_contact_form_input_label_typography_typography\";i:4;s:52:\"ekit_contact_form_input_label_typography_font_family\";i:4;s:57:\"ekit_contact_form_input_label_typography_font_size_mobile\";i:4;s:52:\"ekit_contact_form_input_label_typography_font_weight\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:8;s:8:\"_padding\";i:8;s:14:\"_margin_mobile\";i:4;s:15:\"_padding_mobile\";i:4;s:12:\"_css_classes\";i:1;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:4;s:17:\"_background_color\";i:4;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:77;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:77;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:4:{s:20:\"space_between_mobile\";i:24;s:17:\"icon_align_mobile\";i:22;s:13:\"space_between\";i:7;s:10:\"icon_align\";i:6;}s:18:\"section_icon_style\";a:5:{s:10:\"icon_color\";i:70;s:16:\"icon_color_hover\";i:22;s:16:\"icon_size_mobile\";i:24;s:9:\"icon_size\";i:2;s:15:\"icon_self_align\";i:1;}s:18:\"section_text_style\";a:16:{s:10:\"text_color\";i:76;s:16:\"text_color_hover\";i:53;s:11:\"text_indent\";i:30;s:26:\"icon_typography_typography\";i:77;s:27:\"icon_typography_font_family\";i:77;s:32:\"icon_typography_font_size_mobile\";i:26;s:27:\"icon_typography_font_weight\";i:77;s:32:\"icon_typography_font_size_tablet\";i:67;s:34:\"icon_typography_line_height_tablet\";i:67;s:25:\"icon_typography_font_size\";i:12;s:27:\"icon_typography_line_height\";i:9;s:30:\"icon_typography_letter_spacing\";i:4;s:34:\"icon_typography_line_height_mobile\";i:2;s:30:\"icon_typography_text_transform\";i:1;s:26:\"icon_typography_font_style\";i:1;s:31:\"icon_typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:7:{s:14:\"_margin_tablet\";i:43;s:15:\"_padding_tablet\";i:43;s:12:\"_css_classes\";i:7;s:14:\"_margin_mobile\";i:6;s:15:\"_padding_mobile\";i:5;s:7:\"_margin\";i:7;s:8:\"_padding\";i:5;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:2;s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:41;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:41;s:5:\"align\";i:41;s:4:\"link\";i:38;s:12:\"align_tablet\";i:34;s:4:\"size\";i:19;s:12:\"align_mobile\";i:14;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:16:{s:21:\"typography_typography\";i:41;s:22:\"typography_font_family\";i:41;s:20:\"typography_font_size\";i:41;s:22:\"typography_font_weight\";i:41;s:25:\"typography_text_transform\";i:40;s:22:\"typography_line_height\";i:41;s:25:\"typography_letter_spacing\";i:41;s:16:\"background_color\";i:36;s:29:\"button_background_hover_color\";i:32;s:13:\"border_radius\";i:41;s:27:\"typography_font_size_mobile\";i:28;s:29:\"typography_line_height_mobile\";i:22;s:32:\"typography_letter_spacing_mobile\";i:22;s:17:\"button_text_color\";i:12;s:11:\"hover_color\";i:10;s:19:\"text_padding_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:7:{s:14:\"_margin_mobile\";i:30;s:15:\"_padding_mobile\";i:28;s:12:\"_css_classes\";i:41;s:14:\"_margin_tablet\";i:4;s:7:\"_margin\";i:14;s:8:\"_padding\";i:10;s:15:\"_padding_tablet\";i:2;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:19;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:19;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:12:\"_css_classes\";i:3;s:7:\"_margin\";i:4;s:8:\"_padding\";i:4;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_mobile\";i:2;s:11:\"hide_tablet\";i:2;s:12:\"hide_desktop\";i:2;}}}}s:21:\"elementskit-accordion\";a:2:{s:5:\"count\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:11:\"section_tab\";a:3:{s:20:\"ekit_accordion_items\";i:14;s:31:\"ekit_accordion_open_first_slide\";i:14;s:20:\"ekit_accordion_style\";i:14;}s:30:\"ekit_accordion_section_setting\";a:3:{s:26:\"ekit_accordion_right_icons\";i:14;s:33:\"ekit_accordion_right_icon_actives\";i:10;s:33:\"ekit_accordion_display_loop_count\";i:4;}}s:5:\"style\";a:2:{s:34:\"ekit_accordion_section_title_style\";a:13:{s:28:\"ekit_accordion_title_padding\";i:14;s:42:\"ekit_accordion_background_close_background\";i:14;s:34:\"ekit_accordion_title_margin_bottom\";i:14;s:42:\"ekit_accordion_title_typography_typography\";i:14;s:43:\"ekit_accordion_title_typography_font_family\";i:14;s:41:\"ekit_accordion_title_typography_font_size\";i:14;s:43:\"ekit_accordion_title_typography_font_weight\";i:14;s:43:\"ekit_accordion_title_typography_line_height\";i:14;s:35:\"ekit_accordion_title_padding_mobile\";i:14;s:35:\"ekit_accordion_title_padding_tablet\";i:14;s:41:\"ekit_accordion_title_margin_bottom_tablet\";i:14;s:41:\"ekit_accordion_title_margin_bottom_mobile\";i:14;s:48:\"ekit_accordion_title_typography_font_size_mobile\";i:14;}s:36:\"ekit_accordion_section_content_style\";a:10:{s:30:\"ekit_accordion_content_padding\";i:14;s:44:\"ekit_accordion_content_typography_typography\";i:14;s:45:\"ekit_accordion_content_typography_font_family\";i:14;s:43:\"ekit_accordion_content_typography_font_size\";i:14;s:45:\"ekit_accordion_content_typography_line_height\";i:14;s:28:\"ekit_accordion_content_color\";i:14;s:50:\"ekit_accordion_content_typography_font_size_mobile\";i:14;s:37:\"ekit_accordion_content_border_radious\";i:10;s:37:\"ekit_accordion_content_padding_mobile\";i:14;s:28:\"ekit_accordion_content_width\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:14;s:15:\"_padding_mobile\";i:14;s:12:\"_css_classes\";i:14;s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:2;s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}}}s:4:\"tabs\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_tabs\";a:2:{s:4:\"tabs\";i:4;s:4:\"type\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_tabs_style\";a:19:{s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:9:\"tab_color\";i:4;s:16:\"tab_active_color\";i:4;s:25:\"tab_typography_typography\";i:4;s:26:\"tab_typography_font_family\";i:4;s:24:\"tab_typography_font_size\";i:4;s:26:\"tab_typography_font_weight\";i:4;s:26:\"tab_typography_line_height\";i:4;s:13:\"content_color\";i:4;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:31:\"tab_typography_font_size_mobile\";i:2;s:35:\"content_typography_font_size_mobile\";i:2;s:37:\"content_typography_line_height_mobile\";i:2;s:31:\"tab_typography_font_size_tablet\";i:2;s:33:\"tab_typography_line_height_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:14:\"_margin_tablet\";i:2;s:15:\"_padding_tablet\";i:2;s:14:\"_margin_mobile\";i:2;s:15:\"_padding_mobile\";i:2;}}}}s:9:\"site-logo\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:18:\"section_site_image\";a:2:{s:19:\"site_logo_size_size\";i:5;s:5:\"align\";i:5;}}}}s:10:\"page-title\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:24:\"section_title_typography\";a:8:{s:27:\"title_typography_typography\";i:7;s:28:\"title_typography_font_family\";i:7;s:26:\"title_typography_font_size\";i:7;s:33:\"title_typography_font_size_mobile\";i:7;s:28:\"title_typography_font_weight\";i:7;s:28:\"title_typography_line_height\";i:7;s:35:\"title_typography_line_height_mobile\";i:7;s:11:\"title_color\";i:7;}}s:7:\"content\";a:1:{s:22:\"section_general_fields\";a:1:{s:11:\"heading_tag\";i:5;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:4;s:12:\"space_mobile\";i:4;}}}}}s:7:\"section\";a:9:{s:5:\"image\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:5;s:5:\"align\";i:5;s:7:\"link_to\";i:4;s:4:\"link\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:3;s:12:\"width_tablet\";i:3;s:12:\"width_mobile\";i:4;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:14;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:9:{s:12:\"_inline_size\";i:14;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:9;s:23:\"content_position_tablet\";i:7;s:12:\"align_tablet\";i:3;s:23:\"content_position_mobile\";i:3;s:16:\"content_position\";i:2;s:5:\"align\";i:1;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:4;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:1;s:6:\"margin\";i:3;s:7:\"padding\";i:4;s:11:\"css_classes\";i:1;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_icon_style\";a:1:{s:10:\"icon_color\";i:2;}s:18:\"section_text_style\";a:7:{s:10:\"text_color\";i:2;s:26:\"icon_typography_typography\";i:2;s:27:\"icon_typography_font_family\";i:2;s:32:\"icon_typography_font_size_tablet\";i:2;s:27:\"icon_typography_font_weight\";i:2;s:34:\"icon_typography_line_height_tablet\";i:2;s:16:\"text_color_hover\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:2;s:15:\"_padding_tablet\";i:2;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:12:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:27:\"typography_font_size_tablet\";i:3;s:22:\"typography_font_weight\";i:4;s:29:\"typography_line_height_tablet\";i:3;s:32:\"typography_letter_spacing_tablet\";i:2;s:27:\"typography_font_size_mobile\";i:4;s:29:\"typography_line_height_mobile\";i:4;s:20:\"typography_font_size\";i:2;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:14:\"_margin_mobile\";i:1;s:8:\"_padding\";i:2;s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;}s:17:\"_section_position\";a:3:{s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}}}}s:4:\"html\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"html\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:3;s:15:\"_padding_tablet\";i:3;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:7:{s:16:\"content_position\";i:5;s:8:\"html_tag\";i:2;s:6:\"layout\";i:3;s:6:\"height\";i:2;s:13:\"custom_height\";i:1;s:20:\"custom_height_mobile\";i:1;s:15:\"column_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:9:{s:13:\"margin_tablet\";i:5;s:14:\"padding_tablet\";i:5;s:11:\"css_classes\";i:5;s:6:\"margin\";i:6;s:14:\"z_index_tablet\";i:3;s:13:\"margin_mobile\";i:5;s:14:\"padding_mobile\";i:5;s:7:\"padding\";i:4;s:11:\"_element_id\";i:3;}s:19:\"_section_responsive\";a:1:{s:12:\"hide_desktop\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:14:\"_margin_mobile\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:12:\"align_tablet\";i:1;}}}}s:11:\"google_maps\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:12:\"align_mobile\";i:1;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:11:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}}s:4:\"page\";a:16:{s:5:\"image\";a:2:{s:5:\"count\";i:144;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:8:{s:5:\"image\";i:144;s:5:\"align\";i:113;s:7:\"link_to\";i:13;s:4:\"link\";i:13;s:10:\"image_size\";i:21;s:12:\"align_mobile\";i:21;s:12:\"align_tablet\";i:1;s:22:\"image_custom_dimension\";i:13;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:2;s:12:\"hide_desktop\";i:5;}s:14:\"_section_style\";a:4:{s:14:\"_margin_mobile\";i:33;s:15:\"_padding_mobile\";i:5;s:7:\"_margin\";i:37;s:8:\"_padding\";i:30;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:12:\"width_mobile\";i:57;s:5:\"width\";i:118;s:12:\"width_tablet\";i:55;s:6:\"height\";i:3;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:676;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:10:{s:12:\"_inline_size\";i:676;s:19:\"_inline_size_tablet\";i:182;s:19:\"_inline_size_mobile\";i:272;s:23:\"content_position_tablet\";i:113;s:23:\"content_position_mobile\";i:108;s:12:\"align_tablet\";i:72;s:16:\"content_position\";i:83;s:21:\"space_between_widgets\";i:82;s:5:\"align\";i:80;s:8:\"html_tag\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:162;s:7:\"padding\";i:200;s:13:\"margin_tablet\";i:77;s:14:\"padding_tablet\";i:70;s:11:\"css_classes\";i:6;s:13:\"margin_mobile\";i:257;s:14:\"padding_mobile\";i:255;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:18;s:16:\"background_color\";i:7;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:441;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:10:{s:6:\"margin\";i:250;s:7:\"padding\";i:237;s:13:\"margin_mobile\";i:227;s:14:\"padding_mobile\";i:227;s:14:\"padding_tablet\";i:136;s:13:\"margin_tablet\";i:142;s:11:\"css_classes\";i:184;s:14:\"z_index_tablet\";i:55;s:11:\"_element_id\";i:71;s:14:\"z_index_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:62;s:11:\"hide_tablet\";i:8;s:11:\"hide_mobile\";i:8;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:10:{s:6:\"layout\";i:108;s:6:\"height\";i:75;s:13:\"custom_height\";i:105;s:15:\"column_position\";i:68;s:20:\"custom_height_mobile\";i:19;s:16:\"content_position\";i:271;s:8:\"html_tag\";i:45;s:3:\"gap\";i:36;s:20:\"custom_height_tablet\";i:6;s:15:\"stretch_section\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:160;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:14:{s:21:\"background_background\";i:161;s:16:\"background_image\";i:44;s:23:\"background_image_tablet\";i:4;s:23:\"background_image_mobile\";i:4;s:19:\"background_position\";i:129;s:26:\"background_position_mobile\";i:6;s:24:\"background_repeat_mobile\";i:4;s:22:\"background_size_mobile\";i:4;s:17:\"background_repeat\";i:121;s:15:\"background_size\";i:104;s:26:\"background_position_tablet\";i:2;s:24:\"background_repeat_tablet\";i:2;s:22:\"background_size_tablet\";i:2;s:16:\"background_color\";i:103;}s:21:\"section_shape_divider\";a:4:{s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:27:\"shape_divider_bottom_height\";i:3;s:29:\"shape_divider_bottom_negative\";i:2;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:10;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:10;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:8;s:8:\"_padding\";i:8;}}}}s:10:\"page-title\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:24:\"section_title_typography\";a:9:{s:27:\"title_typography_typography\";i:4;s:28:\"title_typography_font_family\";i:4;s:26:\"title_typography_font_size\";i:4;s:33:\"title_typography_font_size_mobile\";i:4;s:28:\"title_typography_font_weight\";i:4;s:28:\"title_typography_line_height\";i:4;s:35:\"title_typography_line_height_mobile\";i:4;s:11:\"title_color\";i:4;s:31:\"title_typography_letter_spacing\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:14:\"_margin_tablet\";i:2;s:14:\"_margin_mobile\";i:2;s:15:\"_padding_mobile\";i:2;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:107;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:107;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:10:\"text_color\";i:91;s:21:\"typography_typography\";i:105;s:22:\"typography_font_family\";i:105;s:20:\"typography_font_size\";i:105;s:22:\"typography_font_weight\";i:105;s:5:\"align\";i:40;s:22:\"typography_line_height\";i:63;s:25:\"typography_letter_spacing\";i:19;s:12:\"align_tablet\";i:10;s:25:\"typography_text_transform\";i:9;s:26:\"typography_text_decoration\";i:9;s:12:\"align_mobile\";i:8;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:37;s:8:\"_padding\";i:11;s:14:\"_margin_mobile\";i:9;s:14:\"_margin_tablet\";i:2;s:15:\"_padding_tablet\";i:2;s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_tablet\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:270;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:270;s:12:\"align_mobile\";i:134;s:11:\"header_size\";i:134;s:5:\"align\";i:84;s:12:\"align_tablet\";i:20;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:14:{s:11:\"title_color\";i:212;s:21:\"typography_typography\";i:270;s:22:\"typography_font_family\";i:270;s:20:\"typography_font_size\";i:149;s:27:\"typography_font_size_mobile\";i:204;s:22:\"typography_font_weight\";i:270;s:22:\"typography_line_height\";i:142;s:29:\"typography_line_height_mobile\";i:200;s:25:\"typography_text_transform\";i:62;s:21:\"typography_font_style\";i:7;s:26:\"typography_text_decoration\";i:7;s:27:\"typography_font_size_tablet\";i:71;s:29:\"typography_line_height_tablet\";i:60;s:32:\"typography_letter_spacing_tablet\";i:55;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:7:{s:7:\"_margin\";i:69;s:14:\"_margin_mobile\";i:58;s:15:\"_padding_mobile\";i:46;s:8:\"_padding\";i:56;s:14:\"_margin_tablet\";i:3;s:15:\"_padding_tablet\";i:3;s:12:\"_css_classes\";i:46;}s:17:\"_section_position\";a:3:{s:9:\"_position\";i:6;s:9:\"_offset_x\";i:6;s:9:\"_offset_y\";i:6;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:130;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:130;}}s:5:\"style\";a:3:{s:18:\"section_icon_style\";a:5:{s:10:\"icon_color\";i:117;s:9:\"icon_size\";i:5;s:15:\"icon_self_align\";i:5;s:16:\"icon_color_hover\";i:57;s:16:\"icon_size_mobile\";i:53;}s:18:\"section_text_style\";a:12:{s:10:\"text_color\";i:124;s:26:\"icon_typography_typography\";i:130;s:27:\"icon_typography_font_family\";i:130;s:25:\"icon_typography_font_size\";i:18;s:27:\"icon_typography_font_weight\";i:130;s:32:\"icon_typography_font_size_mobile\";i:58;s:27:\"icon_typography_line_height\";i:10;s:32:\"icon_typography_font_size_tablet\";i:66;s:34:\"icon_typography_line_height_tablet\";i:66;s:16:\"text_color_hover\";i:88;s:11:\"text_indent\";i:60;s:30:\"icon_typography_letter_spacing\";i:6;}s:17:\"section_icon_list\";a:4:{s:13:\"space_between\";i:11;s:20:\"space_between_mobile\";i:53;s:17:\"icon_align_mobile\";i:53;s:10:\"icon_align\";i:7;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:7:{s:7:\"_margin\";i:7;s:8:\"_padding\";i:7;s:14:\"_margin_tablet\";i:55;s:15:\"_padding_tablet\";i:55;s:12:\"_css_classes\";i:9;s:14:\"_margin_mobile\";i:6;s:15:\"_padding_mobile\";i:6;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:84;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:84;s:5:\"align\";i:84;s:4:\"size\";i:31;s:4:\"link\";i:17;s:12:\"align_tablet\";i:25;s:12:\"align_mobile\";i:21;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:15:{s:21:\"typography_typography\";i:84;s:22:\"typography_font_family\";i:84;s:20:\"typography_font_size\";i:84;s:22:\"typography_font_weight\";i:84;s:25:\"typography_text_transform\";i:83;s:22:\"typography_line_height\";i:84;s:25:\"typography_letter_spacing\";i:84;s:13:\"border_radius\";i:84;s:17:\"button_text_color\";i:15;s:16:\"background_color\";i:71;s:11:\"hover_color\";i:15;s:29:\"button_background_hover_color\";i:71;s:27:\"typography_font_size_mobile\";i:55;s:29:\"typography_line_height_mobile\";i:53;s:32:\"typography_letter_spacing_mobile\";i:53;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:21;s:8:\"_padding\";i:15;s:12:\"_css_classes\";i:40;s:14:\"_margin_mobile\";i:51;s:15:\"_padding_mobile\";i:51;s:14:\"_margin_tablet\";i:1;}}}}s:4:\"html\";a:2:{s:5:\"count\";i:62;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"html\";i:62;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:14:\"_margin_tablet\";i:55;s:15:\"_padding_tablet\";i:55;s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:25:\"elementskit-contact-form7\";a:2:{s:5:\"count\";i:11;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:11:\"section_tab\";a:1:{s:18:\"ekit_contact_form7\";i:11;}}s:5:\"style\";a:2:{s:29:\"ekit_contact_form_input_style\";a:25:{s:43:\"ekit_contact_form_input_style_margin_bottom\";i:10;s:36:\"ekit_contact_form_input_style_radius\";i:4;s:43:\"ekit_contact_form_input_style_border_border\";i:10;s:42:\"ekit_contact_form_input_style_border_width\";i:10;s:42:\"ekit_contact_form_input_hover_style_radius\";i:4;s:49:\"ekit_contact_form_input_hover_style_border_border\";i:4;s:48:\"ekit_contact_form_input_hover_style_border_width\";i:4;s:42:\"ekit_contact_form_input_focus_style_radius\";i:4;s:49:\"ekit_contact_form_input_focus_style_border_border\";i:4;s:48:\"ekit_contact_form_input_focus_style_border_width\";i:4;s:45:\"ekit_contact_form_input_typography_typography\";i:10;s:46:\"ekit_contact_form_input_typography_font_family\";i:10;s:46:\"ekit_contact_form_input_typography_font_weight\";i:10;s:40:\"ekit_contact_form_input_style_font_color\";i:10;s:46:\"ekit_contact_form_input_placeholder_font_color\";i:10;s:37:\"ekit_contact_form_input_style_padding\";i:6;s:36:\"ekit_contact_form_input_style_height\";i:6;s:51:\"ekit_contact_form_input_style_background_background\";i:6;s:46:\"ekit_contact_form_input_style_background_color\";i:6;s:42:\"ekit_contact_form_input_style_border_color\";i:6;s:44:\"ekit_contact_form_input_typography_font_size\";i:6;s:46:\"ekit_contact_form_input_typography_line_height\";i:6;s:51:\"ekit_contact_form_input_style_placeholder_font_size\";i:6;s:42:\"ekit_contact_form_input_style_width_mobile\";i:2;s:43:\"ekit_contact_form_input_style_height_mobile\";i:2;}s:37:\"ekit_contact_form_button_style_holder\";a:21:{s:46:\"ekit_contact_form_button_typography_typography\";i:10;s:47:\"ekit_contact_form_button_typography_font_family\";i:10;s:45:\"ekit_contact_form_button_typography_font_size\";i:10;s:47:\"ekit_contact_form_button_typography_font_weight\";i:10;s:50:\"ekit_contact_form_button_typography_text_transform\";i:10;s:46:\"ekit_contact_form_button_typography_font_style\";i:4;s:51:\"ekit_contact_form_button_typography_text_decoration\";i:4;s:37:\"ekit_contact_form_button_style_margin\";i:4;s:47:\"ekit_contact_form_button_style_use_width_height\";i:6;s:30:\"ekit_contact_form_button_width\";i:5;s:42:\"ekit_contact_form_button_style_line_height\";i:5;s:46:\"ekit_contact_form_button_background_background\";i:10;s:41:\"ekit_contact_form_button_background_color\";i:10;s:52:\"ekit_contact_form_button_hover_background_background\";i:4;s:47:\"ekit_contact_form_button_hover_background_color\";i:4;s:44:\"ekit_contact_form_button_style_margin_mobile\";i:1;s:50:\"ekit_contact_form_button_typography_letter_spacing\";i:6;s:52:\"ekit_contact_form_button_typography_font_size_mobile\";i:3;s:37:\"ekit_contact_form_button_width_mobile\";i:2;s:49:\"ekit_contact_form_button_style_line_height_mobile\";i:2;s:37:\"ekit_contact_form_button_style_height\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:10;s:8:\"_padding\";i:10;s:14:\"_margin_mobile\";i:2;s:15:\"_padding_mobile\";i:2;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:6;s:17:\"_background_color\";i:6;}}}}s:21:\"elementskit-accordion\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:11:\"section_tab\";a:3:{s:20:\"ekit_accordion_items\";i:3;s:31:\"ekit_accordion_open_first_slide\";i:3;s:20:\"ekit_accordion_style\";i:3;}s:30:\"ekit_accordion_section_setting\";a:2:{s:26:\"ekit_accordion_right_icons\";i:3;s:33:\"ekit_accordion_display_loop_count\";i:1;}}s:5:\"style\";a:2:{s:34:\"ekit_accordion_section_title_style\";a:9:{s:28:\"ekit_accordion_title_padding\";i:3;s:42:\"ekit_accordion_background_close_background\";i:3;s:34:\"ekit_accordion_title_margin_bottom\";i:3;s:42:\"ekit_accordion_title_typography_typography\";i:3;s:43:\"ekit_accordion_title_typography_font_family\";i:3;s:41:\"ekit_accordion_title_typography_font_size\";i:3;s:43:\"ekit_accordion_title_typography_font_weight\";i:3;s:43:\"ekit_accordion_title_typography_line_height\";i:3;s:35:\"ekit_accordion_title_padding_mobile\";i:3;}s:36:\"ekit_accordion_section_content_style\";a:7:{s:30:\"ekit_accordion_content_padding\";i:3;s:44:\"ekit_accordion_content_typography_typography\";i:3;s:45:\"ekit_accordion_content_typography_font_family\";i:3;s:43:\"ekit_accordion_content_typography_font_size\";i:3;s:45:\"ekit_accordion_content_typography_line_height\";i:3;s:28:\"ekit_accordion_content_color\";i:3;s:28:\"ekit_accordion_content_width\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:4:\"tabs\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_tabs\";a:2:{s:4:\"tabs\";i:6;s:4:\"type\";i:6;}}s:5:\"style\";a:1:{s:18:\"section_tabs_style\";a:14:{s:12:\"border_width\";i:6;s:12:\"border_color\";i:6;s:9:\"tab_color\";i:6;s:16:\"tab_active_color\";i:6;s:25:\"tab_typography_typography\";i:6;s:26:\"tab_typography_font_family\";i:6;s:24:\"tab_typography_font_size\";i:6;s:26:\"tab_typography_font_weight\";i:6;s:26:\"tab_typography_line_height\";i:6;s:13:\"content_color\";i:6;s:29:\"content_typography_typography\";i:6;s:30:\"content_typography_font_family\";i:6;s:28:\"content_typography_font_size\";i:6;s:30:\"content_typography_font_weight\";i:6;}}}}s:9:\"site-logo\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:18:\"section_site_image\";a:2:{s:19:\"site_logo_size_size\";i:1;s:5:\"align\";i:1;}}}}s:17:\"advanced-carousel\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"setting_section\";a:3:{s:6:\"spaces\";i:8;s:13:\"slide_visible\";i:8;s:4:\"tabs\";i:8;}s:15:\"navigation_area\";a:5:{s:5:\"arrow\";i:8;s:7:\"arrowbg\";i:8;s:9:\"arrowsize\";i:8;s:13:\"arrowposition\";i:8;s:7:\"dotsize\";i:8;}}s:5:\"style\";a:1:{s:14:\"carousel_style\";a:1:{s:10:\"list_items\";i:8;}}}}s:11:\"google_maps\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:5;s:4:\"zoom\";i:5;s:6:\"height\";i:5;}}}}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(36565, 'elementor_experiment-e_optimized_css_loading', 'default', 'yes'),
(36566, 'elementor_experiment-e_font_icon_svg', 'default', 'yes'),
(36567, 'elementor_experiment-additional_custom_breakpoints', 'default', 'yes'),
(36568, 'elementor_experiment-elements-color-picker', 'default', 'yes'),
(36569, 'elementor_experiment-admin-top-bar', 'default', 'yes'),
(37239, 'pand-0e4a32c89e5dcc36ccd7cf0cd7208bec', 'forever', 'no'),
(37706, '2nd_notice', 'second-time', 'yes'),
(37823, 'wp-smush-preset_configs', 'a:1:{i:0;a:5:{s:2:\"id\";i:1;s:4:\"name\";s:14:\"Default config\";s:11:\"description\";s:46:\"Recommended performance config for every site.\";s:7:\"default\";b:1;s:6:\"config\";a:2:{s:7:\"configs\";a:1:{s:8:\"settings\";a:22:{s:4:\"auto\";b:1;s:5:\"lossy\";b:1;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:0;s:8:\"original\";b:1;s:6:\"backup\";b:1;s:10:\"png_to_jpg\";b:1;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:10:\"js_builder\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;s:5:\"usage\";b:0;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:0;s:17:\"background_images\";b:1;s:16:\"rest_api_support\";b:0;s:8:\"webp_mod\";b:0;}}s:7:\"strings\";a:7:{s:10:\"bulk_smush\";a:1:{i:0;s:192:\"Automatic compression - Active\nSuper-Smush - Inactive\nMetadata - Active\nImage Resizing - Inactive\nOriginal Images - Inactive\nBackup Original Images - Inactive\nPNG to JPEG Conversion - Inactive\";}s:9:\"lazy_load\";a:1:{i:0;s:8:\"Inactive\";}s:3:\"cdn\";a:1:{i:0;s:8:\"Inactive\";}s:8:\"webp_mod\";a:1:{i:0;s:8:\"Inactive\";}s:12:\"integrations\";a:1:{i:0;s:109:\"Gutenberg Support - Inactive\nWPBakery Page Builder - Inactive\nAmazon S3 - Inactive\nNextGen Gallery - Inactive\";}s:5:\"tools\";a:1:{i:0;s:33:\"Image Resize Detection - Inactive\";}s:8:\"settings\";a:1:{i:0;s:88:\"Color Accessibility - Inactive\nUsage Tracking - Inactive\nKeep Data On Uninstall - Active\";}}}}}', 'no'),
(38461, 'optml-version', '3.1.3', 'yes'),
(38464, 'optimole_wp_install', '1632746270', 'yes'),
(38466, 'optml_notice_optin', 'yes', 'yes'),
(38721, 'perfmatters_options', 'a:28:{s:14:\"disable_emojis\";s:1:\"1\";s:17:\"disable_dashicons\";s:1:\"1\";s:14:\"disable_embeds\";s:1:\"1\";s:14:\"disable_xmlrpc\";s:1:\"1\";s:21:\"remove_jquery_migrate\";s:1:\"1\";s:15:\"hide_wp_version\";s:1:\"1\";s:23:\"remove_wlwmanifest_link\";s:1:\"1\";s:15:\"remove_rsd_link\";s:1:\"1\";s:16:\"remove_shortlink\";s:1:\"1\";s:17:\"disable_rss_feeds\";s:1:\"1\";s:17:\"remove_feed_links\";s:1:\"1\";s:22:\"disable_self_pingbacks\";s:1:\"1\";s:16:\"disable_rest_api\";s:0:\"\";s:21:\"remove_rest_api_links\";s:1:\"1\";s:30:\"disable_google_maps_exclusions\";s:0:\"\";s:17:\"disable_heartbeat\";s:0:\"\";s:19:\"heartbeat_frequency\";s:2:\"30\";s:20:\"limit_post_revisions\";s:0:\"\";s:17:\"autosave_interval\";s:0:\"\";s:9:\"login_url\";s:0:\"\";s:18:\"login_url_behavior\";s:0:\"\";s:17:\"login_url_message\";s:0:\"\";s:6:\"assets\";a:9:{s:13:\"js_exclusions\";s:0:\"\";s:8:\"delay_js\";s:1:\"1\";s:17:\"delay_js_behavior\";s:0:\"\";s:19:\"delay_js_inclusions\";s:0:\"\";s:19:\"delay_js_exclusions\";s:0:\"\";s:13:\"delay_timeout\";s:2:\"10\";s:11:\"header_code\";s:0:\"\";s:9:\"body_code\";s:0:\"\";s:11:\"footer_code\";s:0:\"\";}s:7:\"preload\";a:3:{s:7:\"preload\";a:0:{}s:10:\"preconnect\";a:0:{}s:12:\"dns_prefetch\";s:0:\"\";}s:8:\"lazyload\";a:2:{s:23:\"lazy_loading_exclusions\";s:0:\"\";s:9:\"threshold\";s:0:\"\";}s:5:\"fonts\";a:3:{s:12:\"display_swap\";s:1:\"1\";s:18:\"local_google_fonts\";s:1:\"1\";s:7:\"cdn_url\";s:0:\"\";}s:3:\"cdn\";a:3:{s:7:\"cdn_url\";s:0:\"\";s:15:\"cdn_directories\";s:0:\"\";s:14:\"cdn_exclusions\";s:0:\"\";}s:9:\"analytics\";a:5:{s:11:\"tracking_id\";s:0:\"\";s:22:\"tracking_code_position\";s:0:\"\";s:11:\"script_type\";s:0:\"\";s:20:\"adjusted_bounce_rate\";s:0:\"\";s:7:\"cdn_url\";s:0:\"\";}}', 'yes'),
(38722, 'perfmatters_tools', 'a:1:{s:8:\"database\";a:1:{s:17:\"optimize_schedule\";s:0:\"\";}}', 'yes'),
(38723, 'perfmatters_version', '1.7.8', 'no'),
(38818, 'flying_scripts_timeout', '10', 'yes'),
(38819, 'flying_scripts_include_list', 'a:0:{}', 'yes'),
(38820, 'flying_scripts_disabled_pages', 'a:0:{}', 'yes'),
(38821, 'FLYING_SCRIPTS_VERSION', '1.2.2', 'yes'),
(38926, 'wpr_rucss_resources_version', '20210429', 'yes'),
(38927, 'wpr_rucss_used_css_version', '20210401', 'yes'),
(38928, 'wp_rocket_settings', 'a:79:{s:17:\"analytics_enabled\";s:1:\"1\";s:12:\"cache_mobile\";i:1;s:23:\"do_caching_mobile_files\";i:1;s:19:\"purge_cron_interval\";i:10;s:15:\"purge_cron_unit\";s:15:\"HOUR_IN_SECONDS\";s:10:\"minify_css\";i:1;s:22:\"minify_concatenate_css\";i:1;s:11:\"exclude_css\";a:0:{}s:9:\"async_css\";i:1;s:12:\"critical_css\";s:0:\"\";s:26:\"remove_unused_css_safelist\";a:0:{}s:9:\"minify_js\";i:1;s:17:\"exclude_inline_js\";a:0:{}s:10:\"exclude_js\";a:0:{}s:12:\"defer_all_js\";i:1;s:16:\"exclude_defer_js\";a:1:{i:0;s:42:\"/jquery-?[0-9.]*(.min|.slim|.slim.min)?.js\";}s:8:\"delay_js\";i:1;s:19:\"delay_js_exclusions\";a:0:{}s:8:\"lazyload\";i:1;s:16:\"lazyload_iframes\";i:1;s:16:\"lazyload_youtube\";i:1;s:16:\"exclude_lazyload\";a:0:{}s:14:\"manual_preload\";i:1;s:8:\"sitemaps\";a:0:{}s:12:\"dns_prefetch\";a:0:{}s:13:\"preload_fonts\";a:0:{}s:16:\"cache_reject_uri\";a:0:{}s:20:\"cache_reject_cookies\";a:0:{}s:15:\"cache_reject_ua\";a:0:{}s:17:\"cache_purge_pages\";a:0:{}s:19:\"cache_query_strings\";a:0:{}s:18:\"database_revisions\";i:1;s:20:\"database_auto_drafts\";i:1;s:22:\"database_trashed_posts\";i:1;s:22:\"database_spam_comments\";i:1;s:25:\"database_trashed_comments\";i:1;s:27:\"database_expired_transients\";i:1;s:23:\"database_all_transients\";i:1;s:24:\"database_optimize_tables\";i:1;s:26:\"schedule_automatic_cleanup\";i:1;s:27:\"automatic_cleanup_frequency\";s:5:\"daily\";s:10:\"cdn_cnames\";a:0:{}s:8:\"cdn_zone\";a:0:{}s:16:\"cdn_reject_files\";a:0:{}s:17:\"control_heartbeat\";i:1;s:24:\"heartbeat_admin_behavior\";s:18:\"reduce_periodicity\";s:25:\"heartbeat_editor_behavior\";s:18:\"reduce_periodicity\";s:23:\"heartbeat_site_behavior\";s:18:\"reduce_periodicity\";s:18:\"cloudflare_api_key\";s:0:\"\";s:16:\"cloudflare_email\";s:0:\"\";s:18:\"cloudflare_zone_id\";s:0:\"\";s:18:\"sucury_waf_api_key\";s:0:\"\";s:12:\"consumer_key\";s:0:\"\";s:14:\"consumer_email\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:7:\"license\";s:10:\"1612367480\";s:16:\"secret_cache_key\";s:22:\"6152c5cfdfe62115890529\";s:14:\"minify_css_key\";s:22:\"62bbe828ef625936524977\";s:13:\"minify_js_key\";s:22:\"62bbe828ef62a640534509\";s:7:\"version\";s:5:\"3.9.4\";s:23:\"cloudflare_old_settings\";s:0:\"\";s:25:\"sitemap_preload_url_crawl\";s:6:\"500000\";s:9:\"cache_ssl\";i:1;s:19:\"minify_google_fonts\";i:1;s:5:\"emoji\";i:1;s:16:\"async_css_mobile\";s:1:\"1\";s:17:\"cache_logged_user\";i:0;s:21:\"minify_concatenate_js\";i:0;s:6:\"embeds\";i:0;s:15:\"sitemap_preload\";i:0;s:13:\"do_cloudflare\";i:0;s:18:\"cloudflare_devmode\";i:0;s:24:\"cloudflare_auto_settings\";i:0;s:27:\"cloudflare_protocol_rewrite\";i:0;s:21:\"sucury_waf_cache_sync\";i:0;s:3:\"cdn\";i:0;s:18:\"varnish_auto_purge\";i:0;s:16:\"image_dimensions\";i:0;s:17:\"remove_unused_css\";i:0;}', 'yes'),
(39549, 'wp-short-pixel-create-webp-markup', '0', 'yes'),
(39552, 'wp-short-pixel-activation-date', '1673588805', 'no'),
(39556, 'wp-short-pixel-compression', '1', 'yes'),
(39557, 'wp-short-process_thumbnails', '1', 'yes'),
(39558, 'wp-short-pixel_cmyk2rgb', '1', 'yes'),
(39559, 'wp-short-backup_images', '1', 'yes'),
(39560, 'wp-short-pixel-resize-images', '0', 'yes'),
(39561, 'wp-short-pixel-resize-width', '', 'yes'),
(39562, 'wp-short-pixel-resize-height', '', 'yes'),
(39565, 'wp-short-pixel-keep-exif', '0', 'yes'),
(39566, 'wp-short-create-webp', '1', 'yes'),
(39567, 'wp-short-create-avif', '0', 'yes'),
(39568, 'wp-short-pixel-optimize-retina', '1', 'yes'),
(39569, 'wp-short-pixel-optimize-unlisted', '0', 'yes'),
(39570, 'wp-short-pixel-resize-type', 'outer', 'yes'),
(39571, 'wp-short-pixel-site-auth-user', '', 'no'),
(39572, 'wp-short-pixel-site-auth-pass', '', 'no'),
(39573, 'wp-short-pixel-auto-media-library', '1', 'yes'),
(39574, 'wp-short-pixel-optimize-pdfs', '1', 'yes'),
(39575, 'wp-short-pixel-exclude-patterns', 'a:0:{}', 'no'),
(39576, 'wp-short-pixel-png2jpg', '0', 'yes'),
(39577, 'wp-short-pixel-excludeSizes', 'a:0:{}', 'no'),
(39578, 'wp-short-pixel-cloudflareAPIEmail', '', 'no'),
(39579, 'wp-short-pixel-cloudflareAuthKey', '', 'no'),
(39580, 'wp-short-pixel-cloudflareAPIZoneID', '', 'no'),
(39581, 'wp-short-pixel-cloudflareToken', '', 'no'),
(39582, 'wp-short-pixel-include-next-gen', '0', 'yes'),
(39583, 'wp-short-pixel-has-custom-folders', '', 'no'),
(39587, 'wp-short-pixel-fileCount', '705', 'yes'),
(39588, 'wp-short-pixel-thumbnail-count', '529', 'yes'),
(39589, 'wp-short-pixel-files-under-5-percent', '100', 'yes'),
(39590, 'wp-short-pixel-savedSpace', '21755098', 'yes'),
(39591, 'wp-short-pixel-api-retries', '1', 'yes'),
(39592, 'wp-short-pixel-total-optimized', '22122827', 'yes'),
(39593, 'wp-short-pixel-total-original', '43877925', 'yes'),
(39594, 'wp-short-pixel-quota-exceeded', '0', 'yes'),
(39595, 'wp-short-pixel-protocol', 'https', 'no'),
(39596, 'wp-short-pixel-download-protocol', 'http', 'yes'),
(39597, 'wp-short-pixel-download-archive', '5', 'yes'),
(39600, 'wp-short-pixel-view-mode', '1', 'yes'),
(39602, 'wp-short-pixel-converted-png2jpg', 'a:0:{}', 'no'),
(39889, 'imagify_optimize_media_batch_4a515e4b9ff05a7b5b4ea7b6093d1e32', 'a:1:{i:0;a:5:{s:2:\"id\";i:8358;s:5:\"sizes\";a:8:{i:0;s:25:\"medium_large@imagify-webp\";i:1;s:22:\"thumbnail@imagify-webp\";i:2;s:19:\"medium@imagify-webp\";i:3;s:17:\"full@imagify-webp\";i:4;s:4:\"full\";i:5;s:6:\"medium\";i:6;s:9:\"thumbnail\";i:7;s:12:\"medium_large\";}s:18:\"optimization_level\";i:1;s:13:\"process_class\";s:31:\"Imagify\\Optimization\\Process\\WP\";s:4:\"data\";a:1:{s:11:\"hook_suffix\";s:14:\"optimize_media\";}}}', 'no'),
(39895, 'wp-smush-hide-conflict-notice', '1', 'yes'),
(40338, 'rocket_analytics_notice_displayed', '1', 'yes'),
(40603, 'sbp_public_post_types', 'a:15:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:14:\"e-landing-page\";i:4;s:17:\"elementor_library\";i:5;s:19:\"elementskit_content\";i:6;s:20:\"elementskit_template\";i:7;s:18:\"elementskit_widget\";i:8;s:15:\"oceanwp_library\";i:9;s:12:\"elementor-hf\";i:10;s:16:\"iso_certificates\";i:11;s:20:\"our_clients_trust_us\";i:12;s:14:\"knowledge_base\";i:13;s:19:\"faq_question_answer\";i:14;s:12:\"certificates\";}', 'yes'),
(41994, 'external_updates-wp-optimize-premium', 'O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1675944011;s:14:\"checkedVersion\";s:6:\"3.1.12\";s:6:\"update\";O:8:\"stdClass\":13:{s:4:\"slug\";s:19:\"wp-optimize-premium\";s:7:\"version\";s:6:\"3.2.12\";s:12:\"download_url\";N;s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:18:\"https://getwpo.com\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";N;s:14:\"upgrade_notice\";N;s:5:\"icons\";a:0:{}s:8:\"filename\";s:35:\"wp-optimize-premium/wp-optimize.php\";s:24:\"x-spm-yourversion-tested\";s:3:\"5.8\";s:25:\"x-spm-subscription-active\";b:0;}s:11:\"updateClass\";s:23:\"Puc_v4p10_Plugin_Update\";s:15:\"updateBaseClass\";s:13:\"Plugin_Update\";}', 'no'),
(41996, 'udmanager_updater_sid', '2a808d82db2394a3ccd1f293f454e6c2', 'no'),
(42185, 'litespeed.conf._version', '4.4.2', 'yes'),
(42186, 'litespeed.conf.guest', '', 'yes'),
(42187, 'litespeed.conf.guest_optm', '1', 'yes'),
(42188, 'litespeed.conf.guest_uas', '[\"Lighthouse\",\"GTmetrix\",\"Google\",\"Pingdom\",\"bot\",\"PTST\",\"HeadlessChrome\"]', 'yes'),
(42189, 'litespeed.conf.guest_ips', '[\"208.70.247.157\",\"172.255.48.130\",\"172.255.48.131\",\"172.255.48.132\",\"172.255.48.133\",\"172.255.48.134\",\"172.255.48.135\",\"172.255.48.136\",\"172.255.48.137\",\"172.255.48.138\",\"172.255.48.139\",\"172.255.48.140\",\"172.255.48.141\",\"172.255.48.142\",\"172.255.48.143\",\"172.255.48.144\",\"172.255.48.145\",\"172.255.48.146\",\"172.255.48.147\",\"52.229.122.240\",\"104.214.72.101\",\"13.66.7.11\",\"13.85.24.83\",\"13.85.24.90\",\"13.85.82.26\",\"40.74.242.253\",\"40.74.243.13\",\"40.74.243.176\",\"104.214.48.247\",\"157.55.189.189\",\"104.214.110.135\",\"70.37.83.240\",\"65.52.36.250\",\"13.78.216.56\",\"52.162.212.163\",\"23.96.34.105\",\"65.52.113.236\",\"172.255.61.34\",\"172.255.61.35\",\"172.255.61.36\",\"172.255.61.37\",\"172.255.61.38\",\"172.255.61.39\",\"172.255.61.40\",\"104.41.2.19\",\"191.235.98.164\",\"191.235.99.221\",\"191.232.194.51\",\"52.237.235.185\",\"52.237.250.73\",\"52.237.236.145\",\"104.211.143.8\",\"104.211.165.53\",\"52.172.14.87\",\"40.83.89.214\",\"52.175.57.81\",\"20.188.63.151\",\"20.52.36.49\",\"52.246.165.153\",\"51.144.102.233\",\"13.76.97.224\",\"102.133.169.66\",\"52.231.199.170\",\"13.53.162.7\",\"40.123.218.94\"]', 'yes'),
(42190, 'litespeed.conf.optm-ucss_inline', '', 'yes'),
(42191, 'litespeed.conf.optm-ucss_whitelist', '[]', 'yes'),
(42192, 'litespeed.conf.optm-ucss_exc', '[]', 'yes'),
(42193, 'litespeed.conf.optm-html_lazy', '[]', 'yes'),
(42194, 'litespeed.conf.optm-ccss_per_url', '1', 'yes'),
(42195, 'litespeed.conf.optm-gm_js_exc', '[]', 'yes'),
(42196, 'litespeed.conf.optm-guest_only', '1', 'yes'),
(42197, 'litespeed.conf.media-add_missing_sizes', '', 'yes'),
(42405, 'litespeed.purge._summary', '[]', 'yes'),
(42411, 'litespeed.admin_display.messages', '[\"<div class=\\\"notice notice-success is-dismissible\\\"><p>Queue cleared successfully.<\\/p><\\/div>\",\"<div class=\\\"notice notice-success is-dismissible\\\"><p>Purged all caches successfully.<\\/p><\\/div>\"]', 'yes'),
(44943, 'preload_featured_images_option_name', 'a:1:{s:10:\"image_size\";s:4:\"full\";}', 'yes'),
(44963, 'hlfp_settings', 'a:4:{s:11:\"filter_type\";s:6:\"filter\";s:12:\"loading_type\";s:4:\"lazy\";s:13:\"decoding_type\";s:5:\"async\";s:19:\"iframe_loading_type\";s:4:\"lazy\";}', 'yes'),
(44964, 'hlfp_images', 'a:1:{s:9:\"hlfp_lqip\";s:4:\"lqip\";}', 'yes'),
(44965, 'hlfp_scripts', 'a:1:{s:14:\"passive_events\";s:2:\"on\";}', 'yes'),
(44966, 'hlfp_other_plugins', '', 'yes'),
(44967, 'hlfp_help', '', 'yes'),
(45365, 'loftloader_main_switch', 'on', 'yes'),
(45366, 'loftloader_show_range', 'homepage', 'yes'),
(45367, 'loftloader_bg_color', '#ffffff', 'yes'),
(45368, 'loftloader_bg_opacity', '85', 'yes'),
(45369, 'loftloader_bg_animation', 'fade', 'yes'),
(45370, 'loftloader_loader_type', 'imgloading', 'yes'),
(45371, 'loftloader_loader_color', '#248acc', 'yes'),
(45372, 'loftloader_custom_img', 'https://aegis.qa/wp-content/uploads/2021/01/Logo-01-without-background.png', 'yes'),
(45373, 'loftloader_img_width', '76', 'yes'),
(45374, 'loftloader_lite_version', '2.1.9', 'yes'),
(45376, 'loftloader_inline_js', 'inline', 'yes'),
(45377, 'loftloader_enable_any_page', 'on', 'yes'),
(45432, 'w3tc_pgcache_prime_offset', '0', 'no'),
(45818, 'wp-optimize-installed-for', '1632997727', 'yes'),
(45820, 'wp-optimize-schedule', 'false', 'yes'),
(45821, 'wp-optimize-last-optimized', 'Never', 'yes'),
(45822, 'wp-optimize-schedule-type', 'wpo_weekly', 'yes'),
(45823, 'wp-optimize-retention-enabled', 'false', 'yes'),
(45824, 'wp-optimize-retention-period', '2', 'yes'),
(45825, 'wp-optimize-enable-admin-menu', 'false', 'yes'),
(45826, 'wp-optimize-total-cleaned', '0', 'yes'),
(45827, 'wp-optimize-auto', 'a:0:{}', 'yes'),
(45828, 'wp-optimize-settings', 'a:13:{s:16:\"user-commentmeta\";s:4:\"true\";s:14:\"user-revisions\";s:4:\"true\";s:15:\"user-trackbacks\";s:4:\"true\";s:14:\"user-transient\";s:4:\"true\";s:10:\"user-trash\";s:4:\"true\";s:10:\"user-spams\";s:4:\"true\";s:11:\"user-drafts\";s:4:\"true\";s:15:\"user-orphandata\";s:4:\"true\";s:14:\"user-pingbacks\";s:4:\"true\";s:13:\"user-optimize\";s:5:\"false\";s:13:\"user-postmeta\";s:4:\"true\";s:15:\"user-unapproved\";s:4:\"true\";s:13:\"last_saved_in\";s:6:\"3.1.12\";}', 'yes'),
(45829, 'wpo_minify_config', 'a:51:{s:5:\"debug\";b:0;s:19:\"enabled_css_preload\";b:0;s:18:\"enabled_js_preload\";b:0;s:11:\"hpreconnect\";s:0:\"\";s:8:\"hpreload\";s:2:\"[]\";s:7:\"loadcss\";b:0;s:10:\"remove_css\";b:0;s:17:\"critical_path_css\";s:0:\"\";s:31:\"critical_path_css_is_front_page\";s:0:\"\";s:30:\"preserve_settings_on_uninstall\";b:1;s:22:\"disable_when_logged_in\";b:0;s:16:\"default_protocol\";s:7:\"dynamic\";s:17:\"html_minification\";b:1;s:16:\"clean_header_one\";b:0;s:13:\"emoji_removal\";b:1;s:18:\"merge_google_fonts\";b:1;s:19:\"enable_display_swap\";b:1;s:18:\"remove_googlefonts\";b:0;s:13:\"gfonts_method\";s:5:\"async\";s:15:\"fawesome_method\";s:7:\"exclude\";s:10:\"enable_css\";b:1;s:23:\"enable_css_minification\";b:1;s:21:\"enable_merging_of_css\";b:1;s:23:\"remove_print_mediatypes\";b:1;s:10:\"inline_css\";b:1;s:9:\"enable_js\";b:1;s:22:\"enable_js_minification\";b:1;s:20:\"enable_merging_of_js\";b:0;s:15:\"enable_defer_js\";s:10:\"individual\";s:13:\"defer_js_type\";s:14:\"async_using_js\";s:12:\"defer_jquery\";b:1;s:18:\"enable_js_trycatch\";b:1;s:19:\"exclude_defer_login\";b:1;s:7:\"cdn_url\";s:0:\"\";s:9:\"cdn_force\";b:0;s:9:\"async_css\";s:0:\"\";s:8:\"async_js\";s:0:\"\";s:24:\"disable_css_inline_merge\";b:1;s:6:\"ualist\";a:8:{i:0;s:12:\"x11.*fox\\/54\";i:1;s:20:\"oid\\s4.*xus.*ome\\/62\";i:2;s:12:\"x11.*ome\\/62\";i:3;s:5:\"oobot\";i:4;s:5:\"ighth\";i:5;s:5:\"tmetr\";i:6;s:6:\"eadles\";i:7;s:5:\"ingdo\";}s:9:\"blacklist\";a:0:{}s:11:\"ignore_list\";a:0:{}s:10:\"exclude_js\";s:44:\"/wp-content/plugins/wp-smushit/app/assets/js\";s:11:\"exclude_css\";s:0:\"\";s:23:\"edit_default_exclutions\";b:0;s:18:\"merge_allowed_urls\";s:0:\"\";s:7:\"enabled\";b:1;s:17:\"last-cache-update\";i:1675944037;s:14:\"plugin_version\";s:5:\"0.0.0\";s:14:\"cache_lifespan\";i:30;s:25:\"merge_inline_extra_css_js\";b:1;s:19:\"include_ui_elements\";b:1;}', 'yes'),
(45830, 'wp-optimize-premium_updater_options', 'a:1:{s:20:\"wp55_option_migrated\";b:1;}', 'yes'),
(45831, 'wpo_update_version', '3.1.12', 'yes'),
(45835, 'updraft_unlocked_wpo_cache_preloader_creating_tasks', '1', 'no'),
(45836, 'updraft_last_lock_time_wpo_cache_preloader_creating_tasks', '2021-09-30 10:29:07', 'no'),
(45837, 'updraft_semaphore_wpo_cache_preloader_creating_tasks', '0', 'no'),
(45838, 'wp-optimize-is_gzip_compression_enabled', 'gzip', 'yes'),
(45841, 'wp-optimize-corrupted-tables-count', '0', 'yes'),
(45845, 'wpo_cache_config', 'a:18:{s:19:\"enable_page_caching\";b:0;s:23:\"page_cache_length_value\";i:1;s:22:\"page_cache_length_unit\";s:5:\"hours\";s:17:\"page_cache_length\";i:3600;s:20:\"cache_exception_urls\";a:1:{i:0;s:0:\"\";}s:23:\"cache_exception_cookies\";a:1:{i:0;s:0:\"\";}s:30:\"cache_exception_browser_agents\";a:1:{i:0;s:0:\"\";}s:22:\"enable_sitemap_preload\";b:0;s:23:\"enable_schedule_preload\";s:1:\"0\";s:21:\"preload_schedule_type\";s:22:\"wpo_use_cache_lifespan\";s:21:\"enable_mobile_caching\";s:1:\"1\";s:19:\"enable_user_caching\";s:1:\"0\";s:8:\"site_url\";s:17:\"https://aegis.qa/\";s:24:\"enable_cache_per_country\";b:0;s:26:\"enable_user_specific_cache\";s:1:\"0\";s:17:\"wpo_cache_cookies\";a:0:{}s:25:\"wpo_cache_query_variables\";a:0:{}s:14:\"default_values\";a:0:{}}', 'yes'),
(45847, 'wp-optimize-compression_server', 'resmushit', 'yes'),
(45848, 'wp-optimize-back_up_original', '1', 'yes'),
(45849, 'wp-optimize-back_up_delete_after', '1', 'yes'),
(45850, 'wp-optimize-back_up_delete_after_days', '', 'yes'),
(45851, 'wp-optimize-image_quality', '90', 'yes'),
(45852, 'wp-optimize-show_smush_metabox', 'hide', 'yes'),
(45854, 'wp-optimize-install-or-update-notice-version', '1.1', 'yes'),
(45913, 'wp-optimize-lazyload', 'a:4:{s:12:\"skip_classes\";s:0:\"\";s:6:\"images\";s:1:\"0\";s:11:\"backgrounds\";s:1:\"0\";s:7:\"iframes\";s:1:\"0\";}', 'yes'),
(45920, 'wp-optimize-lossy_compression', '1', 'yes'),
(49055, 'ampforwp_plugin_info', 'a:1:{s:15:\"activation_data\";i:1633420412;}', 'yes'),
(49061, 'widget_ampforwp_amp_code_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(49063, 'ampforwp_rewrite_flush_option', 'true', 'yes'),
(49065, 'ampforwp_cpt_generated_post_types', 'a:12:{s:14:\"e-landing-page\";s:13:\"Landing Pages\";s:17:\"elementor_library\";s:12:\"My Templates\";s:19:\"elementskit_content\";s:17:\"ElementsKit items\";s:20:\"elementskit_template\";s:9:\"Templates\";s:18:\"elementskit_widget\";s:7:\"Widgets\";s:15:\"oceanwp_library\";s:10:\"My Library\";s:12:\"elementor-hf\";s:33:\"Elementor Header & Footer Builder\";s:16:\"iso_certificates\";s:16:\"Iso certificates\";s:20:\"our_clients_trust_us\";s:20:\"Our_clients_trust_us\";s:14:\"knowledge_base\";s:14:\"Knowledge bank\";s:19:\"faq_question_answer\";s:19:\"Faq_question_answer\";s:12:\"certificates\";s:12:\"Certificates\";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(49066, 'redux_builder_amp', 'a:730:{s:30:\"ampforwp-setup-ux-website-type\";s:0:\"\";s:9:\"opt-media\";a:1:{s:3:\"url\";s:54:\"https://aegis.qa/wp-content/uploads/2021/01/logo-1.png\";}s:31:\"ampforwp-custom-logo-dimensions\";i:0;s:39:\"ampforwp-custom-logo-dimensions-options\";s:8:\"flexible\";s:38:\"ampforwp-custom-logo-dimensions-slider\";s:3:\"100\";s:15:\"opt-media-width\";s:3:\"190\";s:16:\"opt-media-height\";s:2:\"36\";s:24:\"amp-on-off-for-all-posts\";i:1;s:24:\"amp-on-off-for-all-pages\";i:1;s:32:\"ampforwp-homepage-on-off-support\";s:1:\"1\";s:27:\"amp-frontpage-select-option\";i:0;s:33:\"amp-frontpage-select-option-pages\";s:1:\"2\";s:28:\"ampforwp-title-on-front-page\";i:0;s:24:\"ampforwp-archive-support\";s:1:\"1\";s:28:\"ampforwp-archive-support-cat\";s:1:\"1\";s:28:\"ampforwp-archive-support-tag\";s:1:\"1\";s:21:\"ampforwp-amp-takeover\";s:1:\"0\";s:16:\"enable-amp-ads-1\";i:0;s:21:\"enable-amp-ads-type-1\";s:7:\"adsense\";s:23:\"enable-amp-ads-select-1\";s:1:\"2\";s:34:\"enable-amp-ads-text-feild-client-1\";s:0:\"\";s:32:\"enable-amp-ads-text-feild-slot-1\";s:0:\"\";s:21:\"enable-amp-ads-resp-1\";i:0;s:25:\"enable-amp-ads-mgid-width\";s:0:\"\";s:26:\"enable-amp-ads-mgid-height\";s:0:\"\";s:34:\"enable-amp-ads-mgid-field-data-pub\";s:0:\"\";s:37:\"enable-amp-ads-mgid-field-data-widget\";s:0:\"\";s:34:\"enable-amp-ads-mgid-field-data-con\";s:0:\"\";s:28:\"enable-amp-ads-mgid-flexible\";i:0;s:16:\"enable-amp-ads-2\";i:0;s:21:\"enable-amp-ads-type-2\";s:7:\"adsense\";s:23:\"enable-amp-ads-select-2\";s:1:\"2\";s:34:\"enable-amp-ads-text-feild-client-2\";s:0:\"\";s:32:\"enable-amp-ads-text-feild-slot-2\";s:0:\"\";s:21:\"enable-amp-ads-resp-2\";i:0;s:27:\"enable-amp-ads-mgid-width-2\";s:0:\"\";s:28:\"enable-amp-ads-mgid-height-2\";s:0:\"\";s:36:\"enable-amp-ads-mgid-field-data-pub-2\";s:0:\"\";s:39:\"enable-amp-ads-mgid-field-data-widget-2\";s:0:\"\";s:36:\"enable-amp-ads-mgid-field-data-con-2\";s:0:\"\";s:30:\"enable-amp-ads-mgid-flexible-2\";i:0;s:16:\"enable-amp-ads-3\";i:0;s:21:\"enable-amp-ads-type-3\";s:7:\"adsense\";s:20:\"made-amp-ad-3-global\";s:1:\"1\";s:23:\"enable-amp-ads-select-3\";s:1:\"2\";s:34:\"enable-amp-ads-text-feild-client-3\";s:0:\"\";s:32:\"enable-amp-ads-text-feild-slot-3\";s:0:\"\";s:21:\"enable-amp-ads-resp-3\";i:0;s:27:\"enable-amp-ads-mgid-width-3\";s:0:\"\";s:28:\"enable-amp-ads-mgid-height-3\";s:0:\"\";s:36:\"enable-amp-ads-mgid-field-data-pub-3\";s:0:\"\";s:39:\"enable-amp-ads-mgid-field-data-widget-3\";s:0:\"\";s:36:\"enable-amp-ads-mgid-field-data-con-3\";s:0:\"\";s:30:\"enable-amp-ads-mgid-flexible-3\";i:0;s:16:\"enable-amp-ads-4\";i:0;s:21:\"enable-amp-ads-type-4\";s:7:\"adsense\";s:23:\"enable-amp-ads-select-4\";s:1:\"2\";s:34:\"enable-amp-ads-text-feild-client-4\";s:0:\"\";s:32:\"enable-amp-ads-text-feild-slot-4\";s:0:\"\";s:21:\"enable-amp-ads-resp-4\";i:0;s:27:\"enable-amp-ads-mgid-width-4\";s:0:\"\";s:28:\"enable-amp-ads-mgid-height-4\";s:0:\"\";s:36:\"enable-amp-ads-mgid-field-data-pub-4\";s:0:\"\";s:39:\"enable-amp-ads-mgid-field-data-widget-4\";s:0:\"\";s:36:\"enable-amp-ads-mgid-field-data-con-4\";s:0:\"\";s:30:\"enable-amp-ads-mgid-flexible-4\";i:0;s:16:\"enable-amp-ads-5\";i:0;s:21:\"enable-amp-ads-type-5\";s:7:\"adsense\";s:23:\"enable-amp-ads-select-5\";s:1:\"2\";s:34:\"enable-amp-ads-text-feild-client-5\";s:0:\"\";s:32:\"enable-amp-ads-text-feild-slot-5\";s:0:\"\";s:21:\"enable-amp-ads-resp-5\";i:0;s:27:\"enable-amp-ads-mgid-width-5\";s:0:\"\";s:28:\"enable-amp-ads-mgid-height-5\";s:0:\"\";s:36:\"enable-amp-ads-mgid-field-data-pub-5\";s:0:\"\";s:39:\"enable-amp-ads-mgid-field-data-widget-5\";s:0:\"\";s:36:\"enable-amp-ads-mgid-field-data-con-5\";s:0:\"\";s:30:\"enable-amp-ads-mgid-flexible-5\";i:0;s:16:\"enable-amp-ads-6\";i:0;s:21:\"enable-amp-ads-type-6\";s:7:\"adsense\";s:23:\"enable-amp-ads-select-6\";s:1:\"2\";s:34:\"enable-amp-ads-text-feild-client-6\";s:0:\"\";s:32:\"enable-amp-ads-text-feild-slot-6\";s:0:\"\";s:21:\"enable-amp-ads-resp-6\";i:0;s:27:\"enable-amp-ads-mgid-width-6\";s:0:\"\";s:28:\"enable-amp-ads-mgid-height-6\";s:0:\"\";s:36:\"enable-amp-ads-mgid-field-data-pub-6\";s:0:\"\";s:39:\"enable-amp-ads-mgid-field-data-widget-6\";s:0:\"\";s:36:\"enable-amp-ads-mgid-field-data-con-6\";s:0:\"\";s:30:\"enable-amp-ads-mgid-flexible-6\";i:0;s:34:\"ampforwp-ads-data-loading-strategy\";i:0;s:24:\"ampforwp-ads-sponsorship\";i:0;s:30:\"ampforwp-ads-sponsorship-label\";s:0:\"\";s:33:\"ampforwp-ads-sponsorship-position\";s:1:\"2\";s:22:\"ampforwp-seo-meta-desc\";i:1;s:25:\"ampforwp-seo-og-meta-tags\";i:0;s:22:\"ampforwp-seo-selection\";s:5:\"yoast\";s:27:\"ampforwp-seo-rank_math-meta\";s:1:\"1\";s:29:\"ampforwp-seo-rank_math-schema\";s:1:\"1\";s:32:\"ampforwp-seo-rank_math-canonical\";s:1:\"1\";s:23:\"ampforwp-seo-yoast-meta\";s:1:\"1\";s:30:\"ampforwp-seo-yoast-description\";i:0;s:28:\"ampforwp-seo-yoast-canonical\";i:0;s:26:\"ampforwp-yoast-bread-crumb\";b:0;s:25:\"ampforwp-seo-yoast-schema\";i:0;s:27:\"ampforwp-yoast-seo-analysis\";i:1;s:29:\"ampforwp-seo-aioseo-canonical\";i:0;s:28:\"amp-paginated-pages-indexing\";i:0;s:19:\"amp-inspection-tool\";i:1;s:42:\"ampforwp-robots-archive-sub-pages-sitewide\";i:0;s:36:\"ampforwp-robots-archive-author-pages\";i:1;s:34:\"ampforwp-robots-archive-date-pages\";i:1;s:38:\"ampforwp-robots-archive-category-pages\";i:1;s:33:\"ampforwp-robots-archive-tag-pages\";i:1;s:20:\"ampforwp-pagebuilder\";b:1;s:29:\"ampforwp-elementor-pb-for-amp\";b:0;s:28:\"ampforwp_cache_minimize_mode\";i:1;s:38:\"ampforwp_leverage_browser_caching_mode\";i:0;s:41:\"ampforwp_leverage_browser_caching_expires\";s:2:\"90\";s:25:\"ampforwp_css_tree_shaking\";i:0;s:27:\"amp-analytics-select-option\";s:1:\"1\";s:18:\"ampforwp-ga-switch\";b:0;s:8:\"ga-feild\";s:10:\"UA-XXXXX-Y\";s:29:\"ampforwp-ga-field-anonymizeIP\";i:1;s:24:\"ampforwp-ga-field-linker\";i:0;s:24:\"ampforwp-ga-field-author\";i:0;s:30:\"ampforwp-ga-field-author-index\";s:0:\"\";s:32:\"ampforwp-ga-field-advance-switch\";i:0;s:25:\"ampforwp-ga-field-advance\";s:257:\"{\n    \"vars\" : {\n      \"gtag_id\": \"UA-xxxxxxx-x\",\n      \"config\" : {\n        \"UA-xxxxxxx-x\": { \"groups\": \"default\" }\n      }\n    },\n    \"triggers\": {\n        \"trackPageview\": {\n            \"on\": \"visible\",\n            \"request\": \"pageview\"\n        }\n    }\n}\";s:18:\"amp-use-gtm-option\";i:0;s:10:\"amp-gtm-id\";s:0:\"\";s:22:\"amp-gtm-analytics-code\";s:0:\"\";s:33:\"ampforwp-gtm-field-advance-switch\";i:0;s:26:\"ampforwp-gtm-field-advance\";s:61:\"{\n                      \"vars\": { \"account\": \"UA-XXXXXX-Y\"}\n}\";s:30:\"ampforwp-gtm-field-anonymizeIP\";i:1;s:42:\"ampforwp-analytics-conversion-goals-switch\";i:0;s:12:\"amp-fb-pixel\";i:0;s:15:\"amp-fb-pixel-id\";s:0:\"\";s:23:\"ampforwp-Segment-switch\";b:0;s:8:\"sa-feild\";s:17:\"SEGMENT-WRITE-KEY\";s:21:\"ampforwp-Piwik-switch\";b:0;s:8:\"pa-feild\";s:0:\"\";s:25:\"ampforwp-Quantcast-switch\";b:0;s:28:\"amp-quantcast-analytics-code\";s:0:\"\";s:24:\"ampforwp-comScore-switch\";b:0;s:30:\"amp-comscore-analytics-code-c1\";s:0:\"\";s:30:\"amp-comscore-analytics-code-c2\";s:0:\"\";s:25:\"ampforwp-Effective-switch\";b:0;s:9:\"eam-feild\";s:1:\"#\";s:27:\"ampforwp-StatCounter-switch\";b:0;s:8:\"sc-feild\";s:1:\"#\";s:23:\"ampforwp-Histats-switch\";b:0;s:13:\"histats-field\";s:0:\"\";s:22:\"ampforwp-Yandex-switch\";b:0;s:33:\"amp-Yandex-Metrika-analytics-code\";s:0:\"\";s:25:\"ampforwp-Chartbeat-switch\";b:0;s:28:\"amp-Chartbeat-analytics-code\";s:0:\"\";s:21:\"ampforwp-Alexa-switch\";b:0;s:22:\"ampforwp-alexa-account\";s:0:\"\";s:21:\"ampforwp-alexa-domain\";s:0:\"\";s:29:\"ampforwp-afs-analytics-switch\";b:0;s:19:\"ampforwp-afs-siteid\";s:0:\"\";s:17:\"amp-clicky-switch\";i:0;s:24:\"ampforwp-callrail-switch\";i:0;s:22:\"ampforwp-iotech-switch\";i:0;s:26:\"ampforwp-dotmetrics-switch\";i:0;s:25:\"ampforwp-topmailru-switch\";i:0;s:25:\"ampforwp-plausible-switch\";i:0;s:18:\"ampforwp-sd-switch\";i:1;s:22:\"ampforwp-sd-type-posts\";s:11:\"BlogPosting\";s:22:\"ampforwp-sd-type-pages\";s:11:\"BlogPosting\";s:29:\"ampforwp-sd-navigation-schema\";i:1;s:24:\"amp-structured-data-logo\";a:1:{s:3:\"url\";s:54:\"https://aegis.qa/wp-content/uploads/2021/01/logo-1.png\";}s:27:\"ampforwp-sd-logo-dimensions\";i:0;s:22:\"ampforwp-sd-logo-width\";s:3:\"600\";s:23:\"ampforwp-sd-logo-height\";s:2:\"60\";s:37:\"amp-structured-data-placeholder-image\";a:1:{s:3:\"url\";s:88:\"https://aegis.qa/wp-content/plugins/accelerated-mobile-pages/images/SD-default-image.png\";}s:43:\"amp-structured-data-placeholder-image-width\";s:4:\"1280\";s:44:\"amp-structured-data-placeholder-image-height\";s:3:\"720\";s:39:\"amporwp-structured-data-video-thumb-url\";a:1:{s:3:\"url\";s:88:\"https://aegis.qa/wp-content/plugins/accelerated-mobile-pages/images/SD-default-image.png\";}s:27:\"ampforwp-sd-multiple-images\";i:0;s:24:\"amp-enable-notifications\";s:0:\"\";s:21:\"amp-notification-text\";s:26:\"This website uses cookies.\";s:22:\"amp-accept-button-text\";s:6:\"Accept\";s:16:\"amp-enable-links\";s:0:\"\";s:34:\"amp-notice-bar-select-privacy-page\";s:1:\"#\";s:39:\"amp-notice-bar-privacy-page-button-text\";s:9:\"Read More\";s:31:\"ampforwp-notifications-nofollow\";i:0;s:26:\"amp-gdpr-compliance-switch\";i:0;s:9:\"gdpr-type\";s:1:\"1\";s:23:\"amp-gdpr-type2-position\";s:1:\"1\";s:33:\"amp-gdpr-compliance-headline-text\";s:8:\"Headline\";s:28:\"amp-gdpr-compliance-textarea\";s:0:\"\";s:31:\"amp-gdpr-compliance-accept-text\";s:6:\"Accept\";s:31:\"amp-gdpr-compliance-reject-text\";s:6:\"Reject\";s:33:\"amp-gdpr-compliance-settings-text\";s:16:\"Privacy Settings\";s:41:\"amp-gdpr-compliance-for-more-privacy-info\";s:34:\"For More information about Privacy\";s:39:\"amp-gdpr-compliance-select-privacy-page\";i:0;s:44:\"amp-gdpr-compliance-privacy-page-button-text\";s:10:\"Click Here\";s:27:\"amp-quantcast-notice-switch\";i:0;s:17:\"ampforwp-web-push\";s:1:\"0\";s:27:\"ampforwp-web-push-onesignal\";s:1:\"1\";s:41:\"ampforwp-web-push-onesignal-below-content\";i:1;s:41:\"ampforwp-web-push-onesignal-above-content\";i:0;s:40:\"ampforwp-web-push-truepush-below-content\";i:1;s:40:\"ampforwp-web-push-truepush-above-content\";i:0;s:33:\"ampforwp-web-push-onesignal-popup\";i:0;s:39:\"ampforwp-onesignal-translator-subscribe\";s:20:\"Subscribe to updates\";s:41:\"ampforwp-onesignal-translator-unsubscribe\";s:24:\"Unsubscribe from updates\";s:38:\"ampforwp-truepush-translator-subscribe\";s:26:\"Subscribe to Notifications\";s:28:\"ampforwp-onesignal-http-site\";i:0;s:22:\"amp-enable-contactform\";s:0:\"\";s:31:\"amp-enable-gravityforms_support\";s:0:\"\";s:30:\"amp-enable-ninja-forms-support\";s:0:\"\";s:25:\"ampforwp-display-on-pages\";i:1;s:25:\"ampforwp-display-on-posts\";i:1;s:26:\"wordpress-comments-support\";i:1;s:27:\"ampforwp-number-of-comments\";i:10;s:23:\"ampforwp-display-avatar\";i:1;s:29:\"ampforwp-nofollow-comment-btn\";i:1;s:32:\"ampforwp-disqus-comments-support\";i:0;s:29:\"ampforwp-disqus-comments-name\";s:0:\"\";s:29:\"ampforwp-disqus-host-position\";i:1;s:22:\"ampforwp-disqus-layout\";s:10:\"responsive\";s:22:\"ampforwp-disqus-height\";s:3:\"420\";s:34:\"ampforwp-facebook-comments-support\";i:0;s:29:\"ampforwp-fb-moderation-app-id\";s:0:\"\";s:31:\"ampforwp-fb-moderation-admin-id\";s:0:\"\";s:32:\"ampforwp-facebook-comments-title\";s:15:\"Leave a Comment\";s:36:\"ampforwp-number-of-fb-no-of-comments\";i:10;s:25:\"ampforwp-fb-comments-lang\";s:5:\"en_US\";s:32:\"ampforwp-vuukle-comments-support\";i:0;s:31:\"ampforwp-vuukle-comments-apiKey\";s:0:\"\";s:30:\"ampforwp-vuukle-comments-emoji\";i:1;s:32:\"ampforwp-spotim-comments-support\";i:0;s:31:\"ampforwp-spotim-comments-apiKey\";s:0:\"\";s:25:\"fb-instant-article-switch\";i:0;s:27:\"fb-instant-article-order-by\";s:1:\"1\";s:33:\"ampforwp-fb-instant-article-posts\";s:2:\"50\";s:36:\"ampforwp-instant-article-author-meta\";i:1;s:35:\"ampforwp-instant-article-author-bio\";i:0;s:28:\"ampforwp-ia-related-articles\";i:0;s:22:\"fb-instant-article-ads\";i:0;s:26:\"fb-instant-article-ad-type\";s:1:\"1\";s:35:\"fb-instant-article-ad-density-setup\";s:7:\"default\";s:28:\"fb-instant-article-analytics\";i:0;s:21:\"fbia-header-text-area\";s:0:\"\";s:19:\"fbia-body-text-area\";s:0:\"\";s:21:\"fbia-footer-text-area\";s:0:\"\";s:22:\"amp-pages-meta-default\";s:4:\"show\";s:22:\"ampforwp-query-monitor\";i:1;s:22:\"amp-mobile-redirection\";i:0;s:29:\"amp-mob-redirection-pres-link\";i:0;s:22:\"amp-tablet-redirection\";i:1;s:25:\"amp-server-side-rendering\";i:0;s:22:\"amp-redirection-search\";i:1;s:23:\"amp-desktop-redirection\";i:0;s:35:\"convert-internal-nonamplinks-to-amp\";i:0;s:28:\"hide-amp-version-from-source\";i:0;s:24:\"ampforwp-cat-description\";i:1;s:35:\"ampforwp-smooth-scrolling-for-links\";i:0;s:18:\"amp-core-end-point\";i:0;s:26:\"ampforwp-amp-convert-to-wp\";i:0;s:28:\"ampforwp-right-click-disable\";b:0;s:22:\"ampforwp-meta-viewport\";i:0;s:29:\"amp-header-text-area-for-html\";s:0:\"\";s:18:\"amp-body-text-area\";s:0:\"\";s:29:\"amp-footer-text-area-for-html\";s:0:\"\";s:27:\"ampforwp-auto-amp-menu-link\";i:0;s:35:\"ampforwp-category-base-removel-link\";i:0;s:30:\"ampforwp-tag-base-removal-link\";i:0;s:44:\"ampforwp-custom-fields-featured-image-switch\";i:0;s:37:\"ampforwp-custom-fields-featured-image\";s:0:\"\";s:36:\"ampforwp-featured-image-from-content\";i:0;s:33:\"ampforwp-duplicate-featured-image\";i:0;s:31:\"ampforwp_default_fallback_image\";a:1:{s:3:\"url\";s:88:\"https://aegis.qa/wp-content/plugins/accelerated-mobile-pages/images/SD-default-image.png\";}s:22:\"ampforwp-retina-images\";i:0;s:26:\"ampforwp-retina-images-res\";s:1:\"2\";s:20:\"amp-meta-permissions\";s:3:\"all\";s:25:\"ampforwp-development-mode\";i:0;s:20:\"ampforwp-wptexturize\";i:0;s:26:\"ampforwp-role-based-access\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:28:\"ampforwp-delete-on-uninstall\";i:0;s:22:\"amp-enable-woocommerce\";s:0:\"\";s:15:\"amp-edd-support\";s:0:\"\";s:11:\"amp-use-pot\";i:0;s:40:\"amp-translator-breadcrumbs-homepage-text\";s:8:\"Homepage\";s:25:\"amp-translator-fourohfour\";s:36:\"Oops! That page can&#039;t be found.\";s:35:\"amp-translator-show-more-posts-text\";s:15:\"Show more Posts\";s:39:\"amp-translator-show-previous-posts-text\";s:19:\"Show previous Posts\";s:23:\"amp-translator-top-text\";s:3:\"Top\";s:32:\"amp-translator-non-amp-page-text\";s:20:\"View Non-AMP Version\";s:27:\"amp-translator-related-text\";s:12:\"Related Post\";s:37:\"amp-translator-incontent-related-text\";s:12:\"Related Post\";s:26:\"amp-translator-recent-text\";s:12:\"Recent Posts\";s:28:\"amp-translator-navigate-text\";s:8:\"Navigate\";s:22:\"amp-translator-on-text\";s:2:\"On\";s:24:\"amp-translator-next-text\";s:4:\"Next\";s:28:\"amp-translator-previous-text\";s:8:\"Previous\";s:24:\"amp-translator-page-text\";s:4:\"Page\";s:28:\"amp-translator-archives-text\";s:8:\"Archives\";s:38:\"amp-translator-breadcrumbs-search-text\";s:18:\"Search results for\";s:26:\"amp-translator-footer-text\";s:19:\"All Rights Reserved\";s:30:\"amp-translator-categories-text\";s:12:\"Categories: \";s:24:\"amp-translator-tags-text\";s:6:\"Tags: \";s:22:\"amp-translator-by-text\";s:2:\"By\";s:27:\"amp-translator-published-by\";s:12:\"Published by\";s:29:\"amp-translator-in-designthree\";s:2:\"in\";s:33:\"amp-translator-view-comments-text\";s:13:\"View Comments\";s:35:\"amp-translator-leave-a-comment-text\";s:15:\"Leave a Comment\";s:30:\"amp-translator-comments-closed\";s:20:\"Comments are closed.\";s:22:\"amp-translator-at-text\";s:2:\"at\";s:24:\"amp-translator-says-text\";s:4:\"says\";s:24:\"amp-translator-Edit-text\";s:4:\"Edit\";s:28:\"amp-translator-ago-date-text\";s:3:\"ago\";s:34:\"amp-translator-published-date-text\";s:27:\"This post was published on \";s:33:\"amp-translator-modified-date-text\";s:31:\"This post was last modified on \";s:31:\"amp-translator-archive-cat-text\";s:10:\"Category: \";s:31:\"amp-translator-archive-tag-text\";s:5:\"Tag: \";s:29:\"amp-translator-show-more-text\";s:15:\"View More Posts\";s:29:\"amp-translator-next-read-text\";s:11:\"Next Read: \";s:24:\"amp-translator-read-more\";s:9:\"Read More\";s:23:\"amp-translator-via-text\";s:3:\"via\";s:25:\"amp-translator-share-text\";s:5:\"Share\";s:26:\"amp-translator-search-text\";s:19:\" You searched for: \";s:30:\"amp-translator-search-no-found\";s:59:\" It seems we can&#039;t find what you&#039;re looking for. \";s:23:\"amp-translator-and-text\";s:5:\" and \";s:27:\"ampforwp-search-placeholder\";s:9:\"Type Here\";s:28:\"ampforwp-search-widget-label\";s:11:\"Search for:\";s:21:\"ampforwp-search-label\";s:38:\"Type your search query and hit enter: \";s:19:\"amp-design-selector\";s:1:\"4\";s:18:\"swift-color-scheme\";a:1:{s:5:\"color\";s:7:\"#005be2\";}s:24:\"swift-hover-color-scheme\";a:1:{s:5:\"color\";s:7:\"#005be2\";}s:28:\"swift-btn-hover-color-scheme\";a:1:{s:5:\"color\";s:4:\"#fff\";}s:30:\"amp-opt-color-rgba-colorscheme\";a:1:{s:5:\"color\";s:7:\"#AD0B15\";}s:23:\"amp-opt-color-rgba-font\";a:1:{s:5:\"color\";s:4:\"#fff\";}s:23:\"amp-opt-color-rgba-link\";a:1:{s:5:\"color\";s:7:\"#AD0B15\";}s:31:\"amp-opt-color-rgba-link-design2\";a:1:{s:5:\"color\";s:7:\"#0a89c0\";}s:31:\"amp-opt-color-rgba-link-design1\";a:1:{s:5:\"color\";s:7:\"#0a89c0\";}s:35:\"amp-opt-color-rgba-colorscheme-call\";a:1:{s:5:\"color\";s:7:\"#0a89c0\";}s:18:\"mobile-theme-color\";i:0;s:25:\"mobile-theme-color-picker\";a:1:{s:5:\"color\";s:7:\"#ffffff\";}s:16:\"ampforwp-d1-font\";b:1;s:27:\"ampforwp-google-font-switch\";b:1;s:19:\"google_font_api_key\";s:0:\"\";s:17:\"amp_font_selector\";s:0:\"\";s:13:\"amp_font_type\";s:0:\"\";s:24:\"google_current_font_data\";s:0:\"\";s:26:\"content-font-family-enable\";s:1:\"0\";s:32:\"amp_font_selector_content_single\";s:0:\"\";s:28:\"amp_font_type_content_single\";s:0:\"\";s:39:\"google_current_font_data_content_single\";s:0:\"\";s:26:\"ampforwp-local-font-switch\";s:0:\"\";s:26:\"ampforwp-local-font-upload\";s:0:\"\";s:12:\"gnrl-sidebar\";i:0;s:11:\"gbl-sidebar\";i:0;s:13:\"swift-sidebar\";i:0;s:12:\"page_sidebar\";s:1:\"0\";s:15:\"sidebar-bgcolor\";a:1:{s:5:\"color\";s:7:\"#f7f7f7\";}s:17:\"sbr-heading-color\";a:1:{s:5:\"color\";s:4:\"#333\";}s:14:\"sbr-text-color\";a:1:{s:5:\"color\";s:4:\"#333\";}s:24:\"ampforwp-infinite-scroll\";b:0;s:29:\"ampforwp-infinite-scroll-home\";b:1;s:31:\"ampforwp-infinite-scroll-single\";b:1;s:40:\"ampforwp-infinite-scroll-single-category\";b:0;s:35:\"ampforwp-infinite-scroll-single-tag\";b:0;s:18:\"ampforwp_font_icon\";s:11:\"swift-icons\";s:10:\"css_editor\";s:0:\"\";s:11:\"header-type\";s:1:\"1\";s:23:\"ampforwp-amp-menu-swift\";s:1:\"1\";s:9:\"menu-type\";s:1:\"1\";s:11:\"menu-search\";s:1:\"1\";s:22:\"menu-search-after-menu\";s:1:\"1\";s:23:\"menu-search-before-menu\";s:1:\"0\";s:19:\"amp-swift-menu-cprt\";s:1:\"1\";s:12:\"primary-menu\";s:1:\"1\";s:28:\"primary-menu-padding-control\";a:5:{s:11:\"padding-top\";s:4:\"12px\";s:13:\"padding-right\";s:4:\"25px\";s:14:\"padding-bottom\";s:4:\"12px\";s:12:\"padding-left\";s:4:\"25px\";s:5:\"units\";s:2:\"px\";}s:24:\"primary-menu-text-scheme\";a:1:{s:4:\"rgba\";s:18:\"rgba(53, 53, 53,1)\";}s:30:\"primary-menu-background-scheme\";a:1:{s:4:\"rgba\";s:21:\"rgba(239, 239, 239,1)\";}s:7:\"drp-dwn\";i:0;s:13:\"signin-button\";s:1:\"1\";s:18:\"signin-button-text\";s:12:\"Sign up free\";s:18:\"signin-button-link\";s:1:\"#\";s:33:\"ampforwp-header-cta-link-nofollow\";i:0;s:19:\"signin-button-style\";s:1:\"0\";s:21:\"signin-button-new-tab\";s:1:\"1\";s:25:\"signin-button-border-line\";s:1:\"2\";s:24:\"signin-button-text-color\";a:1:{s:5:\"color\";s:4:\"#000\";}s:26:\"signin-button-border-color\";a:1:{s:5:\"color\";s:4:\"#000\";}s:11:\"border-type\";s:1:\"1\";s:13:\"border-radius\";s:2:\"10\";s:19:\"cta-responsive-view\";s:1:\"1\";s:17:\"ampforwp-amp-menu\";i:1;s:26:\"header-overlay-position-d1\";s:1:\"1\";s:26:\"header-overlay-position-d2\";s:1:\"1\";s:26:\"header-overlay-position-d3\";s:1:\"1\";s:23:\"ampforwp-callnow-button\";i:0;s:27:\"enable-amp-call-numberfield\";s:0:\"\";s:40:\"amp-on-off-support-for-non-amp-home-page\";i:0;s:19:\"amp-opt-sticky-head\";s:1:\"0\";s:27:\"amp-design-3-search-feature\";s:1:\"1\";s:27:\"amp-design-2-search-feature\";s:1:\"0\";s:27:\"amp-design-1-search-feature\";s:1:\"0\";s:24:\"amp-swift-search-feature\";s:1:\"1\";s:17:\"amp-sticky-header\";i:0;s:23:\"amp-d1-background-color\";a:1:{s:5:\"color\";s:7:\"#04415D\";}s:21:\"amp-d1-elements-color\";a:1:{s:5:\"color\";s:7:\"#ffffff\";}s:23:\"amp-d2-background-color\";a:1:{s:5:\"color\";s:7:\"#0074A7\";}s:21:\"amp-d2-elements-color\";a:1:{s:5:\"color\";s:7:\"#ffffff\";}s:30:\"amp-opt-color-rgba-headercolor\";a:1:{s:5:\"color\";s:7:\"#FFFFFF\";}s:33:\"amp-opt-color-rgba-headerelements\";a:1:{s:5:\"color\";s:4:\"#333\";}s:23:\"swift-background-scheme\";a:1:{s:5:\"color\";s:4:\"#fff\";}s:27:\"swift-element-color-control\";a:1:{s:5:\"color\";s:4:\"#333\";}s:20:\"amp-d1-sidebar-color\";a:1:{s:5:\"color\";s:7:\"#efefef\";}s:20:\"amp-d1-menu-bg-color\";a:1:{s:5:\"color\";s:7:\"#fafafa\";}s:17:\"amp-d1-menu-color\";a:1:{s:5:\"color\";s:7:\"#0a89c0\";}s:23:\"amp-d1-submenu-bg-color\";a:1:{s:5:\"color\";s:7:\"#ffffff\";}s:22:\"amp-d1-menu-brdr-color\";a:1:{s:5:\"color\";s:7:\"#efefef\";}s:22:\"amp-d1-menu-icon-color\";a:1:{s:5:\"color\";s:4:\"#ccc\";}s:22:\"amp-d1-cross-btn-color\";a:1:{s:5:\"color\";s:7:\"#ffffff\";}s:21:\"amp-d1-cross-bg-color\";a:1:{s:4:\"rgba\";s:19:\"rgba(0, 0, 0, 0.25)\";}s:24:\"amp-d1-cross-hover-color\";a:1:{s:4:\"rgba\";s:19:\"rgba(0, 0, 0, 0.45)\";}s:20:\"amp-d2-sidebar-color\";a:1:{s:5:\"color\";s:7:\"#efefef\";}s:20:\"amp-d2-menu-bg-color\";a:1:{s:5:\"color\";s:7:\"#fafafa\";}s:17:\"amp-d2-menu-color\";a:1:{s:5:\"color\";s:7:\"#0a89c0\";}s:23:\"amp-d2-submenu-bg-color\";a:1:{s:5:\"color\";s:7:\"#ffffff\";}s:22:\"amp-d2-menu-brdr-color\";a:1:{s:5:\"color\";s:7:\"#efefef\";}s:22:\"amp-d2-menu-icon-color\";a:1:{s:5:\"color\";s:4:\"#ccc\";}s:22:\"amp-d2-cross-btn-color\";a:1:{s:5:\"color\";s:7:\"#ffffff\";}s:21:\"amp-d2-cross-bg-color\";a:1:{s:4:\"rgba\";s:19:\"rgba(0, 0, 0, 0.25)\";}s:24:\"amp-d2-cross-hover-color\";a:1:{s:4:\"rgba\";s:19:\"rgba(0, 0, 0, 0.45)\";}s:32:\"amp-opt-color-rgba-menu-bg-color\";a:1:{s:5:\"color\";s:7:\"#131313\";}s:38:\"amp-opt-color-rgba-menu-elements-color\";a:1:{s:5:\"color\";s:7:\"#eeeeee\";}s:34:\"amp-opt-color-rgba-submenu-bgcolor\";a:1:{s:5:\"color\";s:7:\"#666666\";}s:40:\"amp-opt-color-rgba-submenu-hover-bgcolor\";a:1:{s:5:\"color\";s:7:\"#666666\";}s:35:\"amp-opt-color-rgba-menu-label-color\";a:1:{s:5:\"color\";s:4:\"#aaa\";}s:34:\"amp-opt-color-rgba-menu-brdr-color\";a:1:{s:5:\"color\";s:7:\"#555555\";}s:17:\"customize-options\";i:0;s:19:\"swift-width-control\";s:6:\"1100px\";s:20:\"swift-height-control\";s:4:\"60px\";s:22:\"margin-padding-options\";i:0;s:21:\"swift-padding-control\";a:5:{s:11:\"padding-top\";s:3:\"0px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:3:\"0px\";s:5:\"units\";s:2:\"px\";}s:20:\"swift-margin-control\";a:5:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:5:\"units\";s:2:\"px\";}s:11:\"border-line\";i:0;s:25:\"swift-border-line-control\";s:1:\"1\";s:26:\"swift-border-color-control\";a:1:{s:4:\"rgba\";s:16:\"rgba(0,0,0,0.12)\";}s:32:\"swift-boxshadow-checkbox-control\";i:0;s:20:\"swift-header-overlay\";a:1:{s:4:\"rgba\";s:21:\"rgba(20, 20, 22, 0.9)\";}s:35:\"swift-element-overlay-color-control\";a:1:{s:4:\"rgba\";s:24:\"rgba(255, 255, 255, 0.8)\";}s:31:\"swift-element-menu-border-color\";a:1:{s:4:\"rgba\";s:18:\"rgb(47, 47, 47, 1)\";}s:20:\"header-position-type\";s:1:\"1\";s:20:\"header-overlay-width\";s:3:\"90%\";s:28:\"amp-design-3-featured-slider\";s:1:\"1\";s:29:\"amp-design-3-featured-content\";s:1:\"1\";s:32:\"ampforwp-featur-slider-num-posts\";s:1:\"4\";s:28:\"ampforwp-featur-slider-autop\";s:1:\"1\";s:34:\"ampforwp-featur-slider-autop-delay\";s:4:\"4000\";s:14:\"excerpt-option\";s:1:\"1\";s:20:\"amp-design-1-excerpt\";s:2:\"20\";s:23:\"excerpt-option-design-1\";s:1:\"0\";s:26:\"ampforwp-design1-cats-home\";s:1:\"0\";s:20:\"amp-design-2-excerpt\";s:2:\"20\";s:23:\"excerpt-option-design-2\";s:1:\"0\";s:20:\"amp-design-3-excerpt\";s:2:\"15\";s:23:\"excerpt-option-design-3\";s:1:\"0\";s:21:\"amp-swift-excerpt-len\";s:2:\"20\";s:23:\"excerpt-option-design-4\";s:1:\"0\";s:26:\"amp-design-1-featured-time\";s:1:\"1\";s:26:\"amp-design-3-featured-time\";s:1:\"1\";s:27:\"ampforwp-homepage-loop-type\";s:4:\"post\";s:36:\"ampforwp-homepage-loop-readmore-link\";i:0;s:41:\"ampforwp-homepage-posts-image-modify-size\";i:0;s:40:\"ampforwp-homepage-posts-design-1-2-width\";i:100;s:41:\"ampforwp-homepage-posts-design-1-2-height\";i:75;s:38:\"ampforwp-design-3-homepage-posts-width\";i:300;s:39:\"ampforwp-design-3-homepage-posts-height\";i:300;s:35:\"ampforwp-swift-homepage-posts-width\";i:346;s:36:\"ampforwp-swift-homepage-posts-height\";i:188;s:47:\"ampforwp-homepage-posts-first-image-modify-size\";i:0;s:28:\"amforwp-homepage-date-switch\";i:1;s:30:\"amforwp-homepage-author-switch\";i:0;s:18:\"single-design-type\";s:1:\"1\";s:19:\"swift-featued-image\";i:1;s:24:\"swift-featued-image-type\";s:1:\"1\";s:24:\"swift-featued-image-size\";s:4:\"full\";s:15:\"amp-author-name\";s:1:\"1\";s:23:\"amp-author-name-display\";i:0;s:10:\"swift-date\";i:1;s:26:\"amp-published-date-display\";i:0;s:20:\"ampforwp-bread-crumb\";s:1:\"1\";s:25:\"ampforwp-bread-crumb-type\";s:8:\"category\";s:25:\"ampforwp-bread-crumb-post\";s:1:\"0\";s:20:\"ampforwp-cats-single\";s:1:\"1\";s:28:\"ampforwp-cats-single-primary\";s:1:\"0\";s:20:\"ampforwp-tags-single\";s:1:\"1\";s:31:\"ampforwp-cats-tags-links-single\";s:1:\"1\";s:21:\"enable-excerpt-single\";i:0;s:23:\"enable-single-next-prev\";i:1;s:26:\"single-next-prev-to-nonamp\";i:0;s:22:\"amp-author-description\";s:1:\"1\";s:19:\"amp-author-bio-name\";s:1:\"1\";s:20:\"amp-author-bio-image\";s:1:\"1\";s:26:\"amp-author-bio-image-width\";s:2:\"60\";s:27:\"amp-author-bio-image-height\";s:2:\"60\";s:26:\"amp-author-box-description\";s:1:\"1\";s:24:\"ampforwp-author-page-url\";s:1:\"0\";s:14:\"amp-pagination\";i:1;s:26:\"ampforwp-pagination-select\";s:1:\"1\";s:29:\"ampforwp-pagination-link-type\";s:1:\"0\";s:27:\"ampforwp-swift-recent-posts\";i:1;s:30:\"amforwp-recentpost-date-switch\";i:1;s:31:\"amforwp-recentpost-image-switch\";i:1;s:33:\"amforwp-recentpost-excerpt-switch\";i:1;s:32:\"amp-swift-recentpost-excerpt-len\";s:2:\"15\";s:30:\"ampforwp-recentpost-posts-link\";i:0;s:31:\"ampforwp-number-of-recent-posts\";s:1:\"6\";s:40:\"ampforwp-recent-post-utm-tracking-switch\";i:0;s:34:\"ampforwp-recent-posts-utm-tracking\";s:0:\"\";s:36:\"ampforwp-single-related-posts-switch\";i:1;s:14:\"rp_design_type\";s:1:\"1\";s:38:\"ampforwp-single-select-type-of-related\";s:1:\"2\";s:35:\"ampforwp-single-related-posts-image\";i:1;s:47:\"ampforwp-single-related-posts-change-image-size\";i:0;s:41:\"ampforwp-single-related-posts-image-width\";i:346;s:42:\"ampforwp-single-related-posts-image-height\";i:188;s:37:\"ampforwp-single-related-posts-excerpt\";i:0;s:35:\"enable-excerpt-single-related-posts\";i:15;s:23:\"excerpt-option-small-rp\";s:1:\"0\";s:27:\"excerpt-option-rp-read-more\";s:1:\"0\";s:34:\"ampforwp-single-related-posts-link\";i:0;s:38:\"ampforwp-single-order-of-related-posts\";i:0;s:32:\"ampforwp-number-of-related-posts\";s:1:\"3\";s:34:\"ampforwp-related-posts-days-switch\";i:0;s:32:\"ampforwp-related-posts-days-text\";s:1:\"7\";s:41:\"ampforwp-related-post-utm-tracking-switch\";i:0;s:35:\"ampforwp-related-posts-utm-tracking\";s:0:\"\";s:29:\"ampforwp-design3-recent-posts\";i:0;s:38:\"amforwp-design3-recentpost-date-switch\";i:1;s:39:\"amforwp-design3-recentpost-image-switch\";i:1;s:41:\"amforwp-design3-recentpost-excerpt-switch\";i:1;s:34:\"amp-design3-recentpost-excerpt-len\";s:2:\"15\";s:39:\"ampforwp-design3-number-of-recent-posts\";s:1:\"6\";s:29:\"ampforwp-inline-related-posts\";i:0;s:34:\"ampforwp-inline-related-posts-type\";s:1:\"2\";s:35:\"ampforwp-inline-related-posts-order\";i:0;s:40:\"ampforwp-incontent-related-posts-excerpt\";i:1;s:39:\"ampforwp-number-of-inline-related-posts\";s:1:\"3\";s:42:\"ampforwp-inline-related-posts-display-type\";s:6:\"middle\";s:49:\"ampforwp-related-posts-after-number-of-paragraphs\";s:1:\"3\";s:45:\"ampforwp-in-content-related-posts-days-switch\";i:0;s:43:\"ampforwp-in-content-related-posts-days-text\";s:1:\"7\";s:25:\"ampforwp-amp-img-lightbox\";s:1:\"0\";s:27:\"ampforwp-amp-video-lightbox\";s:1:\"0\";s:26:\"ampforwp-amp-video-docking\";i:0;s:16:\"ampforwp-dropcap\";s:1:\"0\";s:21:\"ampforwp-dropcap-font\";s:2:\"75\";s:22:\"ampforwp-dropcap-color\";a:1:{s:5:\"color\";s:4:\"#000\";}s:9:\"swift_cnt\";i:0;s:12:\"swift_cnt_h1\";i:0;s:11:\"swift_h1_sz\";s:4:\"28px\";s:12:\"swift_cnt_h2\";i:0;s:11:\"swift_h2_sz\";s:4:\"25px\";s:12:\"swift_cnt_h3\";i:0;s:11:\"swift_h3_sz\";s:4:\"22px\";s:12:\"swift_cnt_h4\";i:0;s:11:\"swift_h4_sz\";s:4:\"19px\";s:12:\"swift_cnt_h5\";i:0;s:11:\"swift_h5_sz\";s:4:\"17px\";s:12:\"swift_cnt_h6\";i:0;s:11:\"swift_h6_sz\";s:4:\"15px\";s:19:\"single-new-features\";i:0;s:17:\"breadcrumb-border\";i:0;s:32:\"ampforwp-underline-content-links\";i:0;s:28:\"ampforwp-gallery-design-type\";s:1:\"1\";s:25:\"ampforwp-gallery-lightbox\";i:1;s:18:\"content-sneak-peek\";i:0;s:25:\"content-sneak-peek-height\";s:5:\"600px\";s:27:\"content-sneak-peek-btn-text\";s:17:\"Show Full Article\";s:28:\"content-sneak-peek-txt-color\";a:1:{s:5:\"color\";s:4:\"#fff\";}s:28:\"content-sneak-peek-btn-color\";a:1:{s:5:\"color\";s:4:\"#000\";}s:11:\"footer-type\";s:1:\"1\";s:10:\"swift-menu\";i:1;s:28:\"amp-footer-link-non-amp-page\";i:1;s:38:\"amp-footer-link-non-amp-page-alternate\";i:0;s:19:\"ampforwp-footer-top\";i:1;s:24:\"amp-design-3-credit-link\";s:1:\"1\";s:29:\"ampforwp-nofollow-view-nonamp\";i:0;s:34:\"ampforwp-footer-background-color-1\";a:1:{s:5:\"color\";s:7:\"#FFFFFF\";}s:20:\"d1-footer-hdng-color\";a:1:{s:5:\"color\";s:7:\"#353535\";}s:19:\"d1-footer-txt-color\";a:1:{s:5:\"color\";s:7:\"#353535\";}s:20:\"d1-footer-link-color\";a:1:{s:5:\"color\";s:7:\"#04415D\";}s:24:\"d1-footer-link-hvr-color\";a:1:{s:5:\"color\";s:7:\"#353535\";}s:20:\"d1-footer-brdr-color\";a:1:{s:5:\"color\";s:7:\"#c2c2c2\";}s:19:\"d1-footer-cpr-color\";a:1:{s:5:\"color\";s:7:\"#696969\";}s:34:\"ampforwp-footer-background-color-2\";a:1:{s:5:\"color\";s:7:\"#FFFFFF\";}s:20:\"d2-footer-hdng-color\";a:1:{s:5:\"color\";s:7:\"#222222\";}s:19:\"d2-footer-txt-color\";a:1:{s:5:\"color\";s:7:\"#222222\";}s:20:\"d2-footer-link-color\";a:1:{s:5:\"color\";s:7:\"#0074A7\";}s:20:\"d2-footer-brdr-color\";a:1:{s:5:\"color\";s:7:\"#eeeeee\";}s:34:\"ampforwp-footer-background-color-3\";a:1:{s:5:\"color\";s:7:\"#151515\";}s:20:\"d3-footer-hdng-color\";a:1:{s:5:\"color\";s:7:\"#aaaaaa\";}s:19:\"d3-footer-txt-color\";a:1:{s:5:\"color\";s:7:\"#eeeeee\";}s:20:\"d3-footer-link-color\";a:1:{s:5:\"color\";s:7:\"#ffffff\";}s:20:\"d3-footer-brdr-color\";a:1:{s:5:\"color\";s:7:\"#3c3c3c\";}s:19:\"d3-footer-cpr-color\";a:1:{s:5:\"color\";s:7:\"#ffffff\";}s:20:\"d3-footer-pwrd-color\";a:1:{s:5:\"color\";s:7:\"#cac8c8\";}s:24:\"footer-customize-options\";i:0;s:20:\"swift-footer-txt-clr\";a:1:{s:5:\"color\";s:7:\"#888888\";}s:21:\"swift-footer-link-clr\";a:1:{s:5:\"color\";s:7:\"#fcc118\";}s:21:\"swift-footer-link-hvr\";a:1:{s:5:\"color\";s:7:\"#888888\";}s:15:\"swift-footer-bg\";a:1:{s:5:\"color\";s:7:\"#182733\";}s:12:\"ftr1-gapping\";a:5:{s:11:\"padding-top\";s:4:\"70px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:4:\"70px\";s:12:\"padding-left\";s:3:\"0px\";s:5:\"units\";s:2:\"px\";}s:22:\"swift-footer1-cntnsize\";s:4:\"14px\";s:15:\"swift-head-size\";s:4:\"12px\";s:18:\"swift-head-fntwgth\";s:3:\"500\";s:24:\"swift-footer-heading-clr\";a:1:{s:5:\"color\";s:4:\"#999\";}s:16:\"swift-footer2-bg\";a:1:{s:5:\"color\";s:7:\"#2e2b2e\";}s:12:\"ftr2-gapping\";a:5:{s:11:\"padding-top\";s:4:\"50px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:4:\"50px\";s:12:\"padding-left\";s:3:\"0px\";s:5:\"units\";s:2:\"px\";}s:21:\"swift-footer2-fntsize\";s:4:\"12px\";s:20:\"swift-footer-brdrclr\";a:1:{s:5:\"color\";s:4:\"#eee\";}s:21:\"footer2-position-type\";s:1:\"1\";s:20:\"ampforwp_pages_title\";s:1:\"1\";s:25:\"featured_image_swift_page\";s:1:\"0\";s:33:\"featured_image_swift_page_builder\";s:1:\"1\";s:26:\"ampforwp_pages_breadcrumbs\";s:1:\"0\";s:9:\"meta_page\";s:1:\"0\";s:22:\"ampforwp_subpages_list\";s:1:\"0\";s:20:\"ampforwp-page-social\";s:1:\"0\";s:27:\"ampforwp-page-sticky-social\";s:1:\"0\";s:21:\"ampforwp-social-share\";i:1;s:21:\"swift-social-position\";s:7:\"default\";s:25:\"ampforwp-social-share-amp\";i:0;s:25:\"ampforwp-social-no-follow\";i:0;s:27:\"ampforwp-social-no-referrer\";i:0;s:25:\"ampforwp-social-no-opener\";i:0;s:22:\"enable-add-this-option\";b:1;s:22:\"addthis-floating-share\";s:1:\"0\";s:20:\"addthis-inline-share\";s:1:\"1\";s:23:\"swift-add-this-position\";s:13:\"below-content\";s:24:\"swift-layout-addthis-pos\";s:13:\"below-content\";s:26:\"swift-layout-6-addthis-pos\";s:13:\"above-content\";s:24:\"design-1-2-3-addthis-pos\";s:13:\"below-content\";s:15:\"add-this-pub-id\";s:19:\"ra-5cc8551aa4f16f5c\";s:18:\"add-this-widget-id\";s:4:\"cwgj\";s:26:\"enable-single-social-icons\";s:1:\"1\";s:29:\"ampforwp-facebook-like-button\";i:0;s:34:\"ampforwp-facebook-like-data-action\";i:0;s:28:\"ampforwp-facebook-like-width\";s:3:\"140\";s:28:\"enable-single-facebook-share\";i:0;s:19:\"amp-facebook-app-id\";s:0:\"\";s:38:\"enable-single-facebook-share-messenger\";i:0;s:29:\"amp-facebook-app-id-messenger\";s:0:\"\";s:27:\"enable-single-twitter-share\";i:1;s:34:\"enable-single-twitter-share-handle\";s:0:\"\";s:32:\"enable-single-twitter-share-link\";i:0;s:25:\"enable-single-email-share\";i:1;s:29:\"enable-single-pinterest-share\";i:1;s:28:\"enable-single-linkedin-share\";i:1;s:28:\"enable-single-whatsapp-share\";i:1;s:24:\"enable-single-line-share\";i:1;s:22:\"enable-single-vk-share\";i:0;s:33:\"enable-single-odnoklassniki-share\";i:0;s:26:\"enable-single-reddit-share\";i:0;s:26:\"enable-single-tumblr-share\";i:0;s:28:\"enable-single-telegram-share\";i:0;s:31:\"enable-single-stumbleupon-share\";i:0;s:26:\"enable-single-wechat-share\";i:0;s:25:\"enable-single-viber-share\";i:0;s:30:\"enable-single-hatena-bookmarks\";i:0;s:26:\"enable-single-pocket-share\";i:0;s:26:\"enable-single-yummly-share\";i:0;s:24:\"enable-single-mewe-share\";i:0;s:29:\"enable-single-flipboard-share\";i:0;s:11:\"menu-social\";i:0;s:7:\"enbl-fb\";i:1;s:16:\"enbl-fb-prfl-url\";s:1:\"#\";s:7:\"enbl-tw\";i:1;s:16:\"enbl-tw-prfl-url\";s:1:\"#\";s:8:\"enbl-gol\";i:1;s:17:\"enbl-gol-prfl-url\";s:1:\"#\";s:7:\"enbl-lk\";i:1;s:16:\"enbl-lk-prfl-url\";s:1:\"#\";s:7:\"enbl-pt\";i:0;s:16:\"enbl-pt-prfl-url\";s:1:\"#\";s:7:\"enbl-yt\";i:0;s:16:\"enbl-yt-prfl-url\";s:1:\"#\";s:9:\"enbl-inst\";i:0;s:18:\"enbl-inst-prfl-url\";s:1:\"#\";s:7:\"enbl-vk\";i:0;s:16:\"enbl-vk-prfl-url\";s:1:\"#\";s:7:\"enbl-rd\";i:0;s:16:\"enbl-rd-prfl-url\";s:1:\"#\";s:8:\"enbl-tbl\";i:0;s:17:\"enbl-tbl-prfl-url\";s:1:\"#\";s:13:\"enbl-telegram\";i:0;s:22:\"enbl-telegram-prfl-url\";s:1:\"#\";s:30:\"enable-single-twittter-profile\";i:1;s:34:\"enable-single-twittter-profile-url\";s:1:\"#\";s:30:\"enable-single-facebook-profile\";i:1;s:34:\"enable-single-facebook-profile-url\";s:1:\"#\";s:30:\"enable-single-pintrest-profile\";i:1;s:34:\"enable-single-pintrest-profile-url\";s:1:\"#\";s:33:\"enable-single-google-plus-profile\";i:0;s:37:\"enable-single-google-plus-profile-url\";s:0:\"\";s:29:\"enable-single-linkdin-profile\";i:0;s:33:\"enable-single-linkdin-profile-url\";s:0:\"\";s:29:\"enable-single-youtube-profile\";i:1;s:33:\"enable-single-youtube-profile-url\";s:1:\"#\";s:31:\"enable-single-instagram-profile\";i:0;s:35:\"enable-single-instagram-profile-url\";s:0:\"\";s:31:\"enable-single-VKontakte-profile\";i:0;s:35:\"enable-single-VKontakte-profile-url\";s:0:\"\";s:28:\"enable-single-reddit-profile\";i:0;s:32:\"enable-single-reddit-profile-url\";s:0:\"\";s:30:\"enable-single-snapchat-profile\";i:0;s:34:\"enable-single-snapchat-profile-url\";s:0:\"\";s:28:\"enable-single-Tumblr-profile\";i:0;s:32:\"enable-single-Tumblr-profile-url\";s:0:\"\";s:30:\"enable-single-telegram-profile\";i:0;s:34:\"enable-single-telegram-profile-url\";s:1:\"#\";s:25:\"amp-design-3-date-feature\";s:1:\"0\";s:25:\"ampforwp-post-date-global\";s:1:\"1\";s:25:\"ampforwp-post-date-format\";s:1:\"1\";s:30:\"ampforwp-post-date-format-text\";s:10:\"% days ago\";s:18:\"ampforwp-post-time\";s:1:\"1\";s:18:\"post-modified-date\";i:0;s:30:\"ampforwp-post-date-notice-type\";s:8:\"modified\";s:30:\"ampforwp-post-date-notice-time\";i:1;s:21:\"amp-rtl-select-option\";i:0;s:31:\"ampforwp-sub-categories-support\";s:1:\"0\";}', 'yes'),
(49067, 'redux_builder_amp-transients', 'a:2:{s:14:\"changed_values\";a:0:{}s:9:\"last_save\";i:1633420416;}', 'yes'),
(49069, 'ampforwp_default_pages_to', 'show', 'yes'),
(49071, 'ampforwp_option_panel_view_type', '2', 'yes'),
(49072, 'ampforwp_feedback_remove_notice', 'remove', 'yes'),
(49315, 'speedien_cdnurl', '<pre class=\"cake-error\"><a href=\"javascript:void(0);\" onclick=\"document.getElementById(\'cakeErr615d75011c04e-trace\').style.display = (document.getElementById(\'cakeErr615d75011c04e-trace\').style.display == \'none\' ? \'\' : \'none\');\"><b>Notice</b> (8)</a>: Undefined index: api_key [<b>APP/Controller/PageprocessController.php</b>, line <b>109</b>]<div id=\"cakeErr615d75011c04e-trace\" class=\"cake-stack-trace\" style=\"display: none;\"><a href=\"javascript:void(0);\" onclick=\"document.getElementById(\'cakeErr615d75011c04e-code\').style.display = (document.getElementById(\'cakeErr615d75011c04e-code\').style.display == \'none\' ? \'\' : \'none\')\">Code</a> <a href=\"javascript:void(0);\" onclick=\"document.getElementById(\'cakeErr615d75011c04e-context\').style.display = (document.getElementById(\'cakeErr615d75011c04e-context\').style.display == \'none\' ? \'\' : \'none\')\">Context</a><pre id=\"cakeErr615d75011c04e-code\" class=\"cake-code-dump\" style=\"display: none;\"><code><span style=\"color: #000000\"><span style=\"color: #0000BB\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style=\"color: #007700\">if&nbsp;(</span><span style=\"color: #0000BB\">$this</span><span style=\"color: #007700\">-&gt;</span><span style=\"color: #0000BB\">request</span><span style=\"color: #007700\">-&gt;</span><span style=\"color: #0000BB\">is</span><span style=\"color: #007700\">(</span><span style=\"color: #DD0000\">\'post\'</span><span style=\"color: #007700\">))</span></span></code>\n<code><span style=\"color: #000000\"><span style=\"color: #0000BB\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style=\"color: #007700\">{&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></span></code>\n<span class=\"code-highlight\"><code><span style=\"color: #000000\"><span style=\"color: #0000BB\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$apikey&nbsp;</span><span style=\"color: #007700\">=&nbsp;</span><span style=\"color: #0000BB\">$this</span><span style=\"color: #007700\">-&gt;</span><span style=\"color: #0000BB\">request</span><span style=\"color: #007700\">-&gt;</span><span style=\"color: #0000BB\">data</span><span style=\"color: #007700\">[</span><span style=\"color: #DD0000\">\'api_key\'</span><span style=\"color: #007700\">];</span></span></code></span></pre><pre class=\"stack-trace\">PageprocessController::cdnurl() - APP/Controller/PageprocessController.php, line 109\nReflectionMethod::invokeArgs() - [internal], line ??\nController::invokeAction() - CORE/Cake/Controller/Controller.php, line 491\nDispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193\nDispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167\n[main] - APP/webroot/index.php, line 117</pre></div></pre><pre class=\"cake-error\"><a href=\"javascript:void(0);\" onclick=\"document.getElementById(\'cakeErr615d75011c240-trace\').style.display = (document.getElementById(\'cakeErr615d75011c240-trace\').style.display == \'none\' ? \'\' : \'none\');\"><b>Notice</b> (8)</a>: Undefined index: site_id [<b>APP/Controller/PageprocessController.php</b>, line <b>110</b>]<div id=\"cakeErr615d75011c240-trace\" class=\"cake-stack-trace\" style=\"display: none;\"><a href=\"javascript:void(0);\" onclick=\"document.getElementById(\'cakeErr615d75011c240-code\').style.display = (document.getElementById(\'cakeErr615d75011c240-code\').style.display == \'none\' ? \'\' : \'none\')\">Code</a> <a href=\"javascript:void(0);\" onclick=\"document.getElementById(\'cakeErr615d75011c240-context\').style.display = (document.getElementById(\'cakeErr615d75011c240-context\').style.display == \'none\' ? \'\' : \'none\')\">Context</a><pre id=\"cakeErr615d75011c240-code\" class=\"cake-code-dump\" style=\"display: none;\"><code><span style=\"color: #000000\"><span style=\"color: #0000BB\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style=\"color: #007700\">{&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></span></code>\n<code><span style=\"color: #000000\"><span style=\"color: #0000BB\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$apikey&nbsp;</span><span style=\"color: #007700\">=&nbsp;</span><span style=\"color: #0000BB\">$this</span><span style=\"color: #007700\">-&gt;</span><span style=\"color: #0000BB\">request</span><span style=\"color: #007700\">-&gt;</span><span style=\"color: #0000BB\">data</span><span style=\"color: #007700\">[</span><span style=\"color: #DD0000\">\'api_key\'</span><span style=\"color: #007700\">];</span></span></code>\n<span class=\"code-highlight\"><code><span style=\"color: #000000\"><span style=\"color: #0000BB\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$siteid&nbsp;</span><span style=\"color: #007700\">=&nbsp;</span><span style=\"color: #0000BB\">$this</span><span style=\"color: #007700\">-&gt;</span><span style=\"color: #0000BB\">request</span><span style=\"color: #007700\">-&gt;</span><span style=\"color: #0000BB\">data</span><span style=\"color: #007700\">[</span><span style=\"color: #DD0000\">\'site_id\'</span><span style=\"color: #007700\">];</span></span></code></span></pre><pre id=\"cakeErr615d75011c240-context\" class=\"cake-context\" style=\"display: none;\">$apikey = null</pre><pre class=\"stack-trace\">PageprocessController::cdnurl() - APP/Controller/PageprocessController.php, line 110\nReflectionMethod::invokeArgs() - [internal], line ??\nController::invokeAction() - CORE/Cake/Controller/Controller.php, line 491\nDispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193\nDispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167\n[main] - APP/webroot/index.php, line 117</pre></div></pre>', 'yes'),
(49334, 'speedien_options', 'a:2:{s:22:\"speedien_field_site_id\";s:32:\"7f45d5ba3d92b2aa543754dcd19adcb3\";s:22:\"speedien_field_api_key\";s:32:\"7cf03f52425d51000ec95c40fb039d84\";}', 'yes'),
(49337, 'speedien_preload_status', '', 'yes'),
(50001, 'ub-route-cache', 'a:1:{s:8:\"aegis.qa\";a:6:{s:17:\"proxyable_url_set\";a:0:{}s:22:\"proxyable_url_set_etag\";N;s:28:\"proxyable_url_set_fetched_at\";i:1676005598;s:11:\"last_status\";s:4:\"NONE\";s:31:\"proxyable_url_set_cache_timeout\";s:2:\"10\";s:15:\"failure_message\";s:171:\"An error occurred while retrieving routes;\n                    HTTP code: \'0\';\n                    Error: Operation timed out after 5000 milliseconds with 0 bytes received\";}}', 'no'),
(50002, 'ub-page-server-domain', 'wp.unbounce.com', 'yes'),
(50003, 'ub-api-url', 'https://api.unbounce.com', 'yes'),
(50004, 'ub-api-client-id', '660a311881321b9d4e777993e50875dec5da9cc4ef44369d121544b21da52b92', 'yes'),
(50005, 'ub-authorized-domains', 'a:1:{i:0;s:8:\"aegis.qa\";}', 'yes'),
(50006, 'ub-has-authorized', '1', 'yes'),
(50007, 'ub-user-id', '4197671', 'yes'),
(50008, 'ub-domain-id', '5326081', 'yes'),
(50009, 'ub-client-id', '4626801', 'yes'),
(50010, 'ub-proxy-error-message', '', 'yes'),
(50011, 'ub-allow-public-address-x-forwarded-for', '0', 'yes'),
(50012, 'ub-use-curl', '1', 'yes'),
(50013, 'ub-plugin-version', '1.0.49', 'yes'),
(51024, 'eps_redirects_version', '2.72', 'yes'),
(51025, 'eps_pointers', 'a:0:{}', 'yes'),
(51028, 'eps_redirects_redirects', 'a:0:{}', 'yes'),
(51029, 'eps_redirects_404s', 'a:0:{}', 'yes'),
(51030, 'eps_redirects_import-export', 'a:0:{}', 'yes'),
(51031, 'eps_redirects_support', 'a:0:{}', 'yes'),
(51032, 'eps_redirects_pro', 'a:0:{}', 'yes'),
(51033, '301-redirects-notices', 'a:1:{s:22:\"dismiss_auto_pro_modal\";b:1;}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(51064, 'eps_redirects_404_log', 'a:50:{i:0;a:3:{s:9:\"timestamp\";i:1676005599;s:3:\"url\";s:27:\"/ite/bqk39157bqmp82a8e.html\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:1;a:3:{s:9:\"timestamp\";i:1676005586;s:3:\"url\";s:26:\"/items/uoe6858bzodtid.html\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:2;a:3:{s:9:\"timestamp\";i:1676005570;s:3:\"url\";s:28:\"/getidm155/loy47981colaitems\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:3;a:3:{s:9:\"timestamp\";i:1676005535;s:3:\"url\";s:23:\"/e383ac/hkj1983fzakitem\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:4;a:3:{s:9:\"timestamp\";i:1676005533;s:3:\"url\";s:28:\"/getidm312/klm21330colaitems\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:5;a:3:{s:9:\"timestamp\";i:1676005482;s:3:\"url\";s:26:\"/getidm94/xoh4391luhoitems\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:6;a:3:{s:9:\"timestamp\";i:1676005465;s:3:\"url\";s:26:\"/get/xoi41415nvtoitems.htm\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:7;a:3:{s:9:\"timestamp\";i:1676005462;s:3:\"url\";s:30:\"/e5beb3e6a/ebr8428bqmpitem.htm\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:8;a:3:{s:9:\"timestamp\";i:1676005460;s:3:\"url\";s:19:\"/shop/beKuN4tZqHfPy\";s:10:\"user_agent\";s:145:\"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36\";}i:9;a:3:{s:9:\"timestamp\";i:1676005451;s:3:\"url\";s:23:\"/geti/pdd16135mugditems\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:10;a:3:{s:9:\"timestamp\";i:1676005449;s:3:\"url\";s:32:\"/item/qsb9272smfl82afe383ac.html\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:11;a:3:{s:9:\"timestamp\";i:1676005445;s:3:\"url\";s:27:\"/getidm570/hgu9029mggzitems\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:12;a:3:{s:9:\"timestamp\";i:1676005429;s:3:\"url\";s:31:\"/ELL32-e38/iiy32638ssiuitem.htm\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:13;a:3:{s:9:\"timestamp\";i:1676005420;s:3:\"url\";s:29:\"/getidm7/wuf1556utigitems.htm\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:14;a:3:{s:9:\"timestamp\";i:1676005414;s:3:\"url\";s:32:\"/ite/xjj28519rfdjtidm183426.html\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:15;a:3:{s:9:\"timestamp\";i:1676005402;s:3:\"url\";s:27:\"/e697a/fgh43685lgyditem.htm\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:16;a:3:{s:9:\"timestamp\";i:1676005377;s:3:\"url\";s:34:\"/items/vcf21393gcittidm534590.html\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:17;a:3:{s:9:\"timestamp\";i:1676005376;s:3:\"url\";s:27:\"/getidm37/zkb15105skcyitems\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:18;a:3:{s:9:\"timestamp\";i:1676005369;s:3:\"url\";s:18:\"/shop/HCIAD6Pkcd79\";s:10:\"user_agent\";s:145:\"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36\";}i:19;a:3:{s:9:\"timestamp\";i:1676005342;s:3:\"url\";s:20:\"/shop/PkYA00nStkiBE2\";s:10:\"user_agent\";s:145:\"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36\";}i:20;a:3:{s:9:\"timestamp\";i:1676005337;s:3:\"url\";s:20:\"/shop/MocmgpfmgHHy9j\";s:10:\"user_agent\";s:145:\"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36\";}i:21;a:3:{s:9:\"timestamp\";i:1676005333;s:3:\"url\";s:21:\"/shop/xEymturWNO3XL5p\";s:10:\"user_agent\";s:145:\"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36\";}i:22;a:3:{s:9:\"timestamp\";i:1676005298;s:3:\"url\";s:31:\"/getidm95/ouy24376upayitems.htm\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:23;a:3:{s:9:\"timestamp\";i:1676005290;s:3:\"url\";s:29:\"/item/lzn40207hwuz82a8e3.html\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:24;a:3:{s:9:\"timestamp\";i:1676005286;s:3:\"url\";s:19:\"/shop/BmJODXUAHaaKS\";s:10:\"user_agent\";s:145:\"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36\";}i:25;a:3:{s:9:\"timestamp\";i:1676005280;s:3:\"url\";s:29:\"/getidm3523/fjp27929zjniitems\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:26;a:3:{s:9:\"timestamp\";i:1676005271;s:3:\"url\";s:23:\"/e3839/cxs33230crxwitem\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:27;a:3:{s:9:\"timestamp\";i:1676005258;s:3:\"url\";s:28:\"/getid/rha38549vhdhitems.htm\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:28;a:3:{s:9:\"timestamp\";i:1676005258;s:3:\"url\";s:20:\"/shop/JAWq0uKv2E75rs\";s:10:\"user_agent\";s:145:\"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36\";}i:29;a:3:{s:9:\"timestamp\";i:1676005256;s:3:\"url\";s:29:\"/item/nlp41431vabl81ade3.html\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:30;a:3:{s:9:\"timestamp\";i:1676005249;s:3:\"url\";s:31:\"/items/lsw19589psnutidm107.html\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:31;a:3:{s:9:\"timestamp\";i:1676005247;s:3:\"url\";s:32:\"/getidm141/tov35639whooitems.htm\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:32;a:3:{s:9:\"timestamp\";i:1676005222;s:3:\"url\";s:32:\"/getidm874/rae19621daxeitems.htm\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:33;a:3:{s:9:\"timestamp\";i:1676005221;s:3:\"url\";s:29:\"/e382b0e/ych40532csauitem.htm\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:34;a:3:{s:9:\"timestamp\";i:1676005213;s:3:\"url\";s:27:\"/items/mdw46578nodwtid.html\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:35;a:3:{s:9:\"timestamp\";i:1676005193;s:3:\"url\";s:22:\"/get/cbe38196bfevitems\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:36;a:3:{s:9:\"timestamp\";i:1676005181;s:3:\"url\";s:33:\"/items/uuw35458mluftidm52998.html\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:37;a:3:{s:9:\"timestamp\";i:1676005170;s:3:\"url\";s:30:\"/getidm65/pzz6463mggzitems.htm\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:38;a:3:{s:9:\"timestamp\";i:1676005167;s:3:\"url\";s:23:\"/getid/jjs9837zjniitems\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:39;a:3:{s:9:\"timestamp\";i:1676005141;s:3:\"url\";s:29:\"/getidm2739/tlt31297klnyitems\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:40;a:3:{s:9:\"timestamp\";i:1676005114;s:3:\"url\";s:22:\"/shop/RPmRybsToLPauoCr\";s:10:\"user_agent\";s:145:\"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36\";}i:41;a:3:{s:9:\"timestamp\";i:1676005104;s:3:\"url\";s:25:\"/item/edg4996dcpotid.html\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:42;a:3:{s:9:\"timestamp\";i:1676005093;s:3:\"url\";s:26:\"/get/hut47483nmluitems.htm\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:43;a:3:{s:9:\"timestamp\";i:1676005090;s:3:\"url\";s:26:\"/getidm5/fkq12277ckgoitems\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:44;a:3:{s:9:\"timestamp\";i:1676005090;s:3:\"url\";s:17:\"/shop/Sw71vBUlRhd\";s:10:\"user_agent\";s:145:\"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36\";}i:45;a:3:{s:9:\"timestamp\";i:1676005089;s:3:\"url\";s:20:\"/shop/FakuX6MzXdBa0O\";s:10:\"user_agent\";s:145:\"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36\";}i:46;a:3:{s:9:\"timestamp\";i:1676005088;s:3:\"url\";s:25:\"/ite/knm16780nodwtid.html\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:47;a:3:{s:9:\"timestamp\";i:1676005084;s:3:\"url\";s:18:\"/shop/dVoEdb4CBOLD\";s:10:\"user_agent\";s:145:\"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36\";}i:48;a:3:{s:9:\"timestamp\";i:1676005072;s:3:\"url\";s:28:\"/getidm458/olc22036luhoitems\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}i:49;a:3:{s:9:\"timestamp\";i:1676005065;s:3:\"url\";s:27:\"/e383a/wih12528ixkwitem.htm\";s:10:\"user_agent\";s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}}', 'yes'),
(51203, 'external_updates-updraftplus', 'O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1674051177;s:14:\"checkedVersion\";s:10:\"2.16.59.25\";s:6:\"update\";O:8:\"stdClass\":13:{s:4:\"slug\";s:11:\"updraftplus\";s:7:\"version\";s:9:\"2.22.25.0\";s:12:\"download_url\";N;s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:23:\"https://updraftplus.com\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";N;s:14:\"upgrade_notice\";N;s:5:\"icons\";a:0:{}s:8:\"filename\";s:27:\"updraftplus/updraftplus.php\";s:24:\"x-spm-yourversion-tested\";s:3:\"5.8\";s:25:\"x-spm-subscription-active\";b:0;}s:11:\"updateClass\";s:23:\"Puc_v4p10_Plugin_Update\";s:15:\"updateBaseClass\";s:13:\"Plugin_Update\";}', 'no'),
(51214, 'updraft_lock_e3bd8ef57ffd', '0', 'no'),
(61256, 'category_children', 'a:0:{}', 'yes'),
(110032, '_transient_rocket_database_optimization_process_complete', 'a:1:{s:23:\"database_all_transients\";i:22;}', 'yes'),
(110382, '_transient_health-check-site-status-result', '{\"good\":14,\"recommended\":4,\"critical\":2}', 'yes'),
(114198, 'rewrite_rules', 'a:259:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:19:\"iso_certificates/?$\";s:36:\"index.php?post_type=iso_certificates\";s:49:\"iso_certificates/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=iso_certificates&feed=$matches[1]\";s:44:\"iso_certificates/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=iso_certificates&feed=$matches[1]\";s:36:\"iso_certificates/page/([0-9]{1,})/?$\";s:54:\"index.php?post_type=iso_certificates&paged=$matches[1]\";s:23:\"our_clients_trust_us/?$\";s:40:\"index.php?post_type=our_clients_trust_us\";s:53:\"our_clients_trust_us/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?post_type=our_clients_trust_us&feed=$matches[1]\";s:48:\"our_clients_trust_us/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?post_type=our_clients_trust_us&feed=$matches[1]\";s:40:\"our_clients_trust_us/page/([0-9]{1,})/?$\";s:58:\"index.php?post_type=our_clients_trust_us&paged=$matches[1]\";s:17:\"knowledge_bank/?$\";s:34:\"index.php?post_type=knowledge_base\";s:47:\"knowledge_bank/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=knowledge_base&feed=$matches[1]\";s:42:\"knowledge_bank/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=knowledge_base&feed=$matches[1]\";s:34:\"knowledge_bank/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=knowledge_base&paged=$matches[1]\";s:22:\"faq_question_answer/?$\";s:39:\"index.php?post_type=faq_question_answer\";s:52:\"faq_question_answer/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=faq_question_answer&feed=$matches[1]\";s:47:\"faq_question_answer/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=faq_question_answer&feed=$matches[1]\";s:39:\"faq_question_answer/page/([0-9]{1,})/?$\";s:57:\"index.php?post_type=faq_question_answer&paged=$matches[1]\";s:15:\"certificates/?$\";s:32:\"index.php?post_type=certificates\";s:45:\"certificates/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=certificates&feed=$matches[1]\";s:40:\"certificates/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=certificates&feed=$matches[1]\";s:32:\"certificates/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=certificates&paged=$matches[1]\";s:34:\"wpcode/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"wpcode/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"wpcode/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpcode/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpcode/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"wpcode/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"wpcode/([^/]+)/embed/?$\";s:39:\"index.php?wpcode=$matches[1]&embed=true\";s:27:\"wpcode/([^/]+)/trackback/?$\";s:33:\"index.php?wpcode=$matches[1]&tb=1\";s:35:\"wpcode/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?wpcode=$matches[1]&paged=$matches[2]\";s:42:\"wpcode/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?wpcode=$matches[1]&cpage=$matches[2]\";s:31:\"wpcode/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?wpcode=$matches[1]&page=$matches[2]\";s:23:\"wpcode/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"wpcode/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"wpcode/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"wpcode/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"wpcode/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"wpcode/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"wpcode_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?wpcode_type=$matches[1]&feed=$matches[2]\";s:47:\"wpcode_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?wpcode_type=$matches[1]&feed=$matches[2]\";s:28:\"wpcode_type/([^/]+)/embed/?$\";s:44:\"index.php?wpcode_type=$matches[1]&embed=true\";s:40:\"wpcode_type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wpcode_type=$matches[1]&paged=$matches[2]\";s:22:\"wpcode_type/([^/]+)/?$\";s:33:\"index.php?wpcode_type=$matches[1]\";s:56:\"wpcode_location/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?wpcode_location=$matches[1]&feed=$matches[2]\";s:51:\"wpcode_location/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?wpcode_location=$matches[1]&feed=$matches[2]\";s:32:\"wpcode_location/([^/]+)/embed/?$\";s:48:\"index.php?wpcode_location=$matches[1]&embed=true\";s:44:\"wpcode_location/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?wpcode_location=$matches[1]&paged=$matches[2]\";s:26:\"wpcode_location/([^/]+)/?$\";s:37:\"index.php?wpcode_location=$matches[1]\";s:52:\"wpcode_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?wpcode_tags=$matches[1]&feed=$matches[2]\";s:47:\"wpcode_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?wpcode_tags=$matches[1]&feed=$matches[2]\";s:28:\"wpcode_tags/([^/]+)/embed/?$\";s:44:\"index.php?wpcode_tags=$matches[1]&embed=true\";s:40:\"wpcode_tags/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wpcode_tags=$matches[1]&paged=$matches[2]\";s:22:\"wpcode_tags/([^/]+)/?$\";s:33:\"index.php?wpcode_tags=$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:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"elementskit-content/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"elementskit-content/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"elementskit-content/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"elementskit-content/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"elementskit-content/(.+?)/embed/?$\";s:52:\"index.php?elementskit_content=$matches[1]&embed=true\";s:38:\"elementskit-content/(.+?)/trackback/?$\";s:46:\"index.php?elementskit_content=$matches[1]&tb=1\";s:46:\"elementskit-content/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&paged=$matches[2]\";s:53:\"elementskit-content/(.+?)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&cpage=$matches[2]\";s:42:\"elementskit-content/(.+?)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementskit_content=$matches[1]&page=$matches[2]\";s:40:\"elementor-hf/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"elementor-hf/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"elementor-hf/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"elementor-hf/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"elementor-hf/([^/]+)/embed/?$\";s:45:\"index.php?elementor-hf=$matches[1]&embed=true\";s:33:\"elementor-hf/([^/]+)/trackback/?$\";s:39:\"index.php?elementor-hf=$matches[1]&tb=1\";s:41:\"elementor-hf/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&paged=$matches[2]\";s:48:\"elementor-hf/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&cpage=$matches[2]\";s:37:\"elementor-hf/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?elementor-hf=$matches[1]&page=$matches[2]\";s:29:\"elementor-hf/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"elementor-hf/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"elementor-hf/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"elementor-hf/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"iso_certificates/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"iso_certificates/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"iso_certificates/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"iso_certificates/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"iso_certificates/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"iso_certificates/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"iso_certificates/(.+?)/embed/?$\";s:49:\"index.php?iso_certificates=$matches[1]&embed=true\";s:35:\"iso_certificates/(.+?)/trackback/?$\";s:43:\"index.php?iso_certificates=$matches[1]&tb=1\";s:55:\"iso_certificates/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?iso_certificates=$matches[1]&feed=$matches[2]\";s:50:\"iso_certificates/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?iso_certificates=$matches[1]&feed=$matches[2]\";s:43:\"iso_certificates/(.+?)/page/?([0-9]{1,})/?$\";s:56:\"index.php?iso_certificates=$matches[1]&paged=$matches[2]\";s:50:\"iso_certificates/(.+?)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?iso_certificates=$matches[1]&cpage=$matches[2]\";s:39:\"iso_certificates/(.+?)(?:/([0-9]+))?/?$\";s:55:\"index.php?iso_certificates=$matches[1]&page=$matches[2]\";s:46:\"our_clients_trust_us/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"our_clients_trust_us/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"our_clients_trust_us/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"our_clients_trust_us/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"our_clients_trust_us/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"our_clients_trust_us/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"our_clients_trust_us/(.+?)/embed/?$\";s:53:\"index.php?our_clients_trust_us=$matches[1]&embed=true\";s:39:\"our_clients_trust_us/(.+?)/trackback/?$\";s:47:\"index.php?our_clients_trust_us=$matches[1]&tb=1\";s:59:\"our_clients_trust_us/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?our_clients_trust_us=$matches[1]&feed=$matches[2]\";s:54:\"our_clients_trust_us/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?our_clients_trust_us=$matches[1]&feed=$matches[2]\";s:47:\"our_clients_trust_us/(.+?)/page/?([0-9]{1,})/?$\";s:60:\"index.php?our_clients_trust_us=$matches[1]&paged=$matches[2]\";s:54:\"our_clients_trust_us/(.+?)/comment-page-([0-9]{1,})/?$\";s:60:\"index.php?our_clients_trust_us=$matches[1]&cpage=$matches[2]\";s:43:\"our_clients_trust_us/(.+?)(?:/([0-9]+))?/?$\";s:59:\"index.php?our_clients_trust_us=$matches[1]&page=$matches[2]\";s:40:\"knowledge_bank/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"knowledge_bank/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"knowledge_bank/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"knowledge_bank/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"knowledge_bank/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"knowledge_bank/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"knowledge_bank/(.+?)/embed/?$\";s:47:\"index.php?knowledge_base=$matches[1]&embed=true\";s:33:\"knowledge_bank/(.+?)/trackback/?$\";s:41:\"index.php?knowledge_base=$matches[1]&tb=1\";s:53:\"knowledge_bank/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?knowledge_base=$matches[1]&feed=$matches[2]\";s:48:\"knowledge_bank/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?knowledge_base=$matches[1]&feed=$matches[2]\";s:41:\"knowledge_bank/(.+?)/page/?([0-9]{1,})/?$\";s:54:\"index.php?knowledge_base=$matches[1]&paged=$matches[2]\";s:48:\"knowledge_bank/(.+?)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?knowledge_base=$matches[1]&cpage=$matches[2]\";s:37:\"knowledge_bank/(.+?)(?:/([0-9]+))?/?$\";s:53:\"index.php?knowledge_base=$matches[1]&page=$matches[2]\";s:45:\"faq_question_answer/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"faq_question_answer/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"faq_question_answer/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"faq_question_answer/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"faq_question_answer/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"faq_question_answer/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"faq_question_answer/(.+?)/embed/?$\";s:52:\"index.php?faq_question_answer=$matches[1]&embed=true\";s:38:\"faq_question_answer/(.+?)/trackback/?$\";s:46:\"index.php?faq_question_answer=$matches[1]&tb=1\";s:58:\"faq_question_answer/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?faq_question_answer=$matches[1]&feed=$matches[2]\";s:53:\"faq_question_answer/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?faq_question_answer=$matches[1]&feed=$matches[2]\";s:46:\"faq_question_answer/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?faq_question_answer=$matches[1]&paged=$matches[2]\";s:53:\"faq_question_answer/(.+?)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?faq_question_answer=$matches[1]&cpage=$matches[2]\";s:42:\"faq_question_answer/(.+?)(?:/([0-9]+))?/?$\";s:58:\"index.php?faq_question_answer=$matches[1]&page=$matches[2]\";s:38:\"certificates/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"certificates/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"certificates/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"certificates/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"certificates/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"certificates/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"certificates/(.+?)/embed/?$\";s:45:\"index.php?certificates=$matches[1]&embed=true\";s:31:\"certificates/(.+?)/trackback/?$\";s:39:\"index.php?certificates=$matches[1]&tb=1\";s:51:\"certificates/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?certificates=$matches[1]&feed=$matches[2]\";s:46:\"certificates/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?certificates=$matches[1]&feed=$matches[2]\";s:39:\"certificates/(.+?)/page/?([0-9]{1,})/?$\";s:52:\"index.php?certificates=$matches[1]&paged=$matches[2]\";s:46:\"certificates/(.+?)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?certificates=$matches[1]&cpage=$matches[2]\";s:35:\"certificates/(.+?)(?:/([0-9]+))?/?$\";s:51:\"index.php?certificates=$matches[1]&page=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=5963&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'yes'),
(116436, 'njt_fs_first_time_active', '1', 'yes'),
(116437, 'njt_fs_review', '1673848508', 'yes'),
(116438, 'njt_popup_filebird_cross', '1667406573', 'yes'),
(116439, 'njt_notification_filebird_cross', '1667406573', 'yes'),
(116440, 'njt_fs_version', '1.7.6', 'yes'),
(116441, 'njt_fs_settings', 'a:1:{s:28:\"njt_fs_file_manager_settings\";a:2:{s:16:\"root_folder_path\";s:25:\"/home1/k5v9tnlo/aegis.qa/\";s:15:\"root_folder_url\";s:16:\"https://aegis.qa\";}}', 'yes'),
(116442, 'njt_fs_selector_themes', 'a:1:{s:13:\"administrator\";a:1:{s:11:\"themesValue\";s:7:\"Default\";}}', 'yes'),
(116445, 'mcredirect', 'no', 'no'),
(116446, 'bvActivateTime', '1667320756', 'no'),
(116448, 'bvLastRecvTime', '1676005135', 'no'),
(116449, 'bvAccountsList', 'a:1:{s:32:\"31f9eb411f2378eb3b7dd6d4b9061ea0\";a:7:{s:6:\"secret\";s:32:\"1887ed9b04545e1b74997605d1abe04c\";s:11:\"account_gid\";s:8:\"LKw4uLoP\";s:14:\"lastbackuptime\";i:1675944643;s:7:\"malcare\";b:1;s:12:\"account_type\";s:7:\"malcare\";s:3:\"url\";s:16:\"https://aegis.qa\";s:5:\"email\";s:20:\"yqia******@gmail.com\";}}', 'no'),
(116450, 'bvApiPublic', '31f9eb411f2378eb3b7dd6d4b9061ea0', 'no'),
(116451, 'mcbrand', 'a:12:{s:4:\"name\";s:7:\"MalCare\";s:5:\"title\";s:7:\"MalCare\";s:11:\"description\";s:43:\"Complete protection for your WordPress site\";s:9:\"pluginuri\";s:23:\"https://www.malcare.com\";s:6:\"author\";s:7:\"MalCare\";s:10:\"authorname\";s:7:\"MalCare\";s:9:\"authoruri\";s:23:\"https://www.malcare.com\";s:8:\"menuname\";s:7:\"MalCare\";s:4:\"logo\";s:17:\"../img/mclogo.png\";s:7:\"webpage\";s:19:\"https://malcare.com\";s:6:\"appurl\";s:23:\"https://app.malcare.com\";s:19:\"hide_plugin_details\";b:1;}', 'no'),
(116452, 'bvwatchtime', '1676005140', 'no'),
(116453, 'mcconfig', 'a:7:{s:8:\"services\";a:2:{i:0;s:12:\"activity_log\";i:1;s:7:\"protect\";}s:12:\"activity_log\";a:2:{s:14:\"ignored_events\";a:2:{s:10:\"post_types\";a:1:{i:0;s:13:\"wppf_property\";}s:16:\"post_types_regex\";a:0:{}}s:9:\"ip_header\";a:2:{s:3:\"hdr\";s:11:\"REMOTE_ADDR\";s:3:\"pos\";i:0;}}s:7:\"protect\";a:5:{s:8:\"ipheader\";a:2:{s:3:\"hdr\";s:11:\"REMOTE_ADDR\";s:3:\"pos\";i:0;}s:9:\"brandname\";s:7:\"MalCare\";s:7:\"confkey\";s:32:\"d9d35d2b7ff67d14d2df7da574ec1641\";s:2:\"fw\";a:14:{s:4:\"mode\";i:3;s:16:\"reqprofilingmode\";i:2;s:11:\"bypasslevel\";i:2;s:10:\"cookiemode\";i:2;s:11:\"loggingmode\";i:1;s:15:\"admincookiemode\";i:1;s:12:\"ipcookiemode\";i:2;s:11:\"customroles\";a:0:{}s:9:\"cookiekey\";s:32:\"f2527f2774fcf99b3ddc85ecefe63e06\";s:10:\"cookiepath\";s:0:\"\";s:12:\"cookiedomain\";s:0:\"\";s:9:\"rulesmode\";i:3;s:27:\"cansetcachepreventioncookie\";b:0;s:13:\"isgeoblocking\";b:0;}s:2:\"lp\";a:8:{s:6:\"ptplug\";s:7:\"malcare\";s:4:\"mode\";i:3;s:12:\"captchalimit\";i:10;s:14:\"tempblocklimit\";i:15;s:13:\"blockalllimit\";i:100;s:14:\"failedlogingap\";i:1800;s:15:\"successlogingap\";i:3600;s:13:\"allblockedgap\";i:1800;}}s:10:\"db_version\";s:1:\"3\";s:7:\"abspath\";s:25:\"/home1/k5v9tnlo/aegis.qa/\";s:7:\"siteurl\";s:16:\"https://aegis.qa\";s:14:\"siteurl_scheme\";s:5:\"https\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(116454, 'bvruleset', 'a:20:{i:0;a:5:{s:2:\"id\";i:1;s:7:\"actions\";a:1:{i:0;a:1:{s:4:\"type\";s:7:\"INSPECT\";}}s:19:\"min_rule_engine_ver\";d:0.1000000000000000055511151231257827021181583404541015625;s:10:\"rule_logic\";a:3:{s:4:\"type\";s:2:\"OR\";s:12:\"left_operand\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:5:\"match\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:12:\"/phar:\\/\\//i\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:13:\"getPostParams\";s:4:\"args\";a:0:{}}}}s:13:\"right_operand\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:5:\"match\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:12:\"/phar:\\/\\//i\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:12:\"getGetParams\";s:4:\"args\";a:0:{}}}}}s:5:\"level\";N;}i:1;a:5:{s:2:\"id\";i:2;s:7:\"actions\";a:1:{i:0;a:1:{s:4:\"type\";s:7:\"INSPECT\";}}s:19:\"min_rule_engine_ver\";d:0.1000000000000000055511151231257827021181583404541015625;s:10:\"rule_logic\";a:3:{s:4:\"type\";s:2:\"OR\";s:12:\"left_operand\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:11:\"greaterThan\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"NUMBER\";s:5:\"value\";i:0;}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:10:\"matchCount\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:36:\"/(^|;|{|})O:+?\\+*[0-9]+:\"WP_Theme\"/i\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:13:\"getPostParams\";s:4:\"args\";a:0:{}}}}}}s:13:\"right_operand\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:11:\"greaterThan\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"NUMBER\";s:5:\"value\";i:0;}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:10:\"matchCount\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:36:\"/(^|;|{|})O:+?\\+*[0-9]+:\"WP_Theme\"/i\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:12:\"getGetParams\";s:4:\"args\";a:0:{}}}}}}}s:5:\"level\";N;}i:2;a:5:{s:2:\"id\";i:4;s:7:\"actions\";a:2:{i:0;a:1:{s:4:\"type\";s:7:\"INSPECT\";}i:1;a:1:{s:4:\"type\";s:5:\"BLOCK\";}}s:19:\"min_rule_engine_ver\";d:0.1000000000000000055511151231257827021181583404541015625;s:10:\"rule_logic\";a:3:{s:4:\"type\";s:2:\"OR\";s:12:\"left_operand\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:5:\"match\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:43:\"/(^|\\/|\\\\)(\\.\\.?(\\\\|\\/)+)+wp\\-config\\.php/i\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:13:\"getPostParams\";s:4:\"args\";a:0:{}}}}s:13:\"right_operand\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:5:\"match\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:43:\"/(^|\\/|\\\\)(\\.\\.?(\\\\|\\/)+)+wp\\-config\\.php/i\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:12:\"getGetParams\";s:4:\"args\";a:0:{}}}}}s:5:\"level\";N;}i:3;a:5:{s:2:\"id\";i:5;s:7:\"actions\";a:2:{i:0;a:1:{s:4:\"type\";s:7:\"INSPECT\";}i:1;a:1:{s:4:\"type\";s:5:\"BLOCK\";}}s:19:\"min_rule_engine_ver\";d:0.1000000000000000055511151231257827021181583404541015625;s:10:\"rule_logic\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:5:\"match\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:94:\"/\\.(p(h(pt?|t(ml?)?|ar)[0-9]?|l|y)|(j|a)sp|aspx|sh|shtml|html?|cgi|htaccess|user\\.ini)($|\\.)/i\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:12:\"getFileNames\";s:4:\"args\";a:0:{}}}}s:5:\"level\";N;}i:4;a:5:{s:2:\"id\";i:6;s:7:\"actions\";a:2:{i:0;a:1:{s:4:\"type\";s:7:\"INSPECT\";}i:1;a:1:{s:4:\"type\";s:5:\"BLOCK\";}}s:19:\"min_rule_engine_ver\";d:0.1000000000000000055511151231257827021181583404541015625;s:10:\"rule_logic\";a:3:{s:4:\"type\";s:2:\"OR\";s:12:\"left_operand\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:5:\"match\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:60:\"/^\\/(?:\\.\\/)*(?:var|home|usr|mnt|media|etc|tmp|dev|proc)\\//i\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:13:\"getPostParams\";s:4:\"args\";a:0:{}}}}s:13:\"right_operand\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:5:\"match\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:60:\"/^\\/(?:\\.\\/)*(?:var|home|usr|mnt|media|etc|tmp|dev|proc)\\//i\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:12:\"getGetParams\";s:4:\"args\";a:0:{}}}}}s:5:\"level\";N;}i:5;a:5:{s:2:\"id\";i:7;s:7:\"actions\";a:1:{i:0;a:1:{s:4:\"type\";s:7:\"INSPECT\";}}s:19:\"min_rule_engine_ver\";d:0.1000000000000000055511151231257827021181583404541015625;s:10:\"rule_logic\";a:3:{s:4:\"type\";s:2:\"OR\";s:12:\"left_operand\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:5:\"match\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:48:\"/<\\!(?:DOCTYPE|ENTITY)\\s+(?:%\\s*)?\\w+\\s+SYSTEM/i\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:13:\"getPostParams\";s:4:\"args\";a:0:{}}}}s:13:\"right_operand\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:5:\"match\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:48:\"/<\\!(?:DOCTYPE|ENTITY)\\s+(?:%\\s*)?\\w+\\s+SYSTEM/i\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:12:\"getGetParams\";s:4:\"args\";a:0:{}}}}}s:5:\"level\";N;}i:6;a:5:{s:2:\"id\";i:8;s:7:\"actions\";a:2:{i:0;a:1:{s:4:\"type\";s:7:\"INSPECT\";}i:1;a:1:{s:4:\"type\";s:5:\"BLOCK\";}}s:19:\"min_rule_engine_ver\";d:0.1000000000000000055511151231257827021181583404541015625;s:10:\"rule_logic\";a:3:{s:4:\"type\";s:2:\"OR\";s:12:\"left_operand\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:5:\"match\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:22:\"/(^|\\/|\\\\)\\.\\.(\\\\|\\/)/\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:13:\"getPostParams\";s:4:\"args\";a:0:{}}}}s:13:\"right_operand\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:5:\"match\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:22:\"/(^|\\/|\\\\)\\.\\.(\\\\|\\/)/\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:12:\"getGetParams\";s:4:\"args\";a:0:{}}}}}s:5:\"level\";N;}i:7;a:5:{s:2:\"id\";i:10;s:7:\"actions\";a:2:{i:0;a:1:{s:4:\"type\";s:7:\"INSPECT\";}i:1;a:1:{s:4:\"type\";s:5:\"BLOCK\";}}s:19:\"min_rule_engine_ver\";d:0.1000000000000000055511151231257827021181583404541015625;s:10:\"rule_logic\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:5:\"match\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:5:\"CONST\";s:5:\"value\";s:14:\"BVFW::XSSREGEX\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:12:\"getGetParams\";s:4:\"args\";a:0:{}}}}s:5:\"level\";N;}i:8;a:5:{s:2:\"id\";i:11;s:7:\"actions\";a:1:{i:0;a:1:{s:4:\"type\";s:7:\"INSPECT\";}}s:19:\"min_rule_engine_ver\";d:0.1000000000000000055511151231257827021181583404541015625;s:10:\"rule_logic\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:5:\"match\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:5:\"CONST\";s:5:\"value\";s:14:\"BVFW::XSSREGEX\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:10:\"getHeaders\";s:4:\"args\";a:0:{}}}}s:5:\"level\";N;}i:9;a:5:{s:2:\"id\";i:12;s:7:\"actions\";a:2:{i:0;a:1:{s:4:\"type\";s:7:\"INSPECT\";}i:1;a:1:{s:4:\"type\";s:5:\"BLOCK\";}}s:19:\"min_rule_engine_ver\";d:0.1000000000000000055511151231257827021181583404541015625;s:10:\"rule_logic\";a:3:{s:4:\"type\";s:2:\"OR\";s:12:\"left_operand\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:5:\"match\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:51:\"/union(\\s|\\/\\*.*\\*\\/)(all(\\s|\\/\\*.*\\*\\/)|)select/ix\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:13:\"getPostParams\";s:4:\"args\";a:0:{}}}}s:13:\"right_operand\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:5:\"match\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:51:\"/union(\\s|\\/\\*.*\\*\\/)(all(\\s|\\/\\*.*\\*\\/)|)select/ix\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:12:\"getGetParams\";s:4:\"args\";a:0:{}}}}}s:5:\"level\";N;}i:10;a:5:{s:2:\"id\";i:13;s:7:\"actions\";a:2:{i:0;a:1:{s:4:\"type\";s:7:\"INSPECT\";}i:1;a:1:{s:4:\"type\";s:5:\"BLOCK\";}}s:19:\"min_rule_engine_ver\";d:0.1000000000000000055511151231257827021181583404541015625;s:10:\"rule_logic\";a:3:{s:4:\"type\";s:2:\"OR\";s:12:\"left_operand\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:5:\"match\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:51:\"/order(\\s|\\/\\*.*\\*\\/)by(\\s|\\/\\*.*\\*\\/).*(\\-\\-.|#)/i\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:13:\"getPostParams\";s:4:\"args\";a:0:{}}}}s:13:\"right_operand\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:5:\"match\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:51:\"/order(\\s|\\/\\*.*\\*\\/)by(\\s|\\/\\*.*\\*\\/).*(\\-\\-.|#)/i\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:12:\"getGetParams\";s:4:\"args\";a:0:{}}}}}s:5:\"level\";N;}i:11;a:5:{s:2:\"id\";i:14;s:7:\"actions\";a:2:{i:0;a:1:{s:4:\"type\";s:7:\"INSPECT\";}i:1;a:1:{s:4:\"type\";s:5:\"BLOCK\";}}s:19:\"min_rule_engine_ver\";d:0.1000000000000000055511151231257827021181583404541015625;s:10:\"rule_logic\";a:3:{s:4:\"type\";s:2:\"OR\";s:12:\"left_operand\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:5:\"match\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:22:\"/information_schema/ix\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:13:\"getPostParams\";s:4:\"args\";a:0:{}}}}s:13:\"right_operand\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:5:\"match\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:22:\"/information_schema/ix\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:12:\"getGetParams\";s:4:\"args\";a:0:{}}}}}s:5:\"level\";N;}i:12;a:5:{s:2:\"id\";i:15;s:7:\"actions\";a:2:{i:0;a:1:{s:4:\"type\";s:7:\"INSPECT\";}i:1;a:1:{s:4:\"type\";s:5:\"BLOCK\";}}s:19:\"min_rule_engine_ver\";d:0.1000000000000000055511151231257827021181583404541015625;s:10:\"rule_logic\";a:3:{s:4:\"type\";s:2:\"OR\";s:12:\"left_operand\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:5:\"match\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:1810:\"/(\\s|\\.)(wp_actionscheduler_actions|wp_actionscheduler_claims|wp_actionscheduler_groups|wp_actionscheduler_logs|wp_bpspro_db_backup|wp_bpspro_login_security|wp_bpspro_mscan|wp_bpspro_seclog_ignore|wp_bv_activities_store|wp_bv_fw_requests|wp_bv_ip_store|wp_bv_lp_requests|wp_cf7_vdata|wp_cf7_vdata_entry|wp_commentmeta|wp_comments|wp_content_tabs_ultimate_list|wp_content_tabs_ultimate_style|wp_db7_forms|wp_e_events|wp_itsec_bans|wp_itsec_dashboard_events|wp_itsec_distributed_storage|wp_itsec_fingerprints|wp_itsec_geolocation_cache|wp_itsec_lockouts|wp_itsec_logs|wp_itsec_mutexes|wp_itsec_opaque_tokens|wp_itsec_temp|wp_itsec_user_groups|wp_links|wp_options|wp_oxi_div_import|wp_postmeta|wp_posts|wp_redirect_404_hp_cp_log|wp_redirects|wp_revslider_css|wp_revslider_css_bkp|wp_revslider_layer_animations|wp_revslider_layer_animations_bkp|wp_revslider_navigations|wp_revslider_navigations_bkp|wp_revslider_sliders|wp_revslider_sliders_bkp|wp_revslider_slides|wp_revslider_slides_bkp|wp_revslider_static_slides|wp_revslider_static_slides_bkp|wp_shortpixel_folders|wp_shortpixel_meta|wp_shortpixel_postmeta|wp_smush_dir_images|wp_swift_performance_image_optimizer|wp_swift_performance_warmup|wp_term_relationships|wp_term_taxonomy|wp_termmeta|wp_terms|wp_tm_taskmeta|wp_tm_tasks|wp_usermeta|wp_users|wp_wfblockediplog|wp_wfblocks7|wp_wfconfig|wp_wfcrawlers|wp_wffilechanges|wp_wffilemods|wp_wfhits|wp_wfhoover|wp_wfissues|wp_wfknownfilelist|wp_wflivetraffichuman|wp_wflocs|wp_wflogins|wp_wfls_2fa_secrets|wp_wfls_settings|wp_wfnotifications|wp_wfpendingissues|wp_wfreversecache|wp_wfsnipcache|wp_wfstatus|wp_wftrafficrates|wp_wpfm_backup|wp_wpr_rucss_resources|wp_wpr_rucss_used_css|wp_yoast_indexable|wp_yoast_indexable_hierarchy|wp_yoast_migrations|wp_yoast_primary_term|wp_yoast_seo_links)(\\b|\\.|\\-\\-\\s|#)/i\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:13:\"getPostParams\";s:4:\"args\";a:0:{}}}}s:13:\"right_operand\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:5:\"match\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:1810:\"/(\\s|\\.)(wp_actionscheduler_actions|wp_actionscheduler_claims|wp_actionscheduler_groups|wp_actionscheduler_logs|wp_bpspro_db_backup|wp_bpspro_login_security|wp_bpspro_mscan|wp_bpspro_seclog_ignore|wp_bv_activities_store|wp_bv_fw_requests|wp_bv_ip_store|wp_bv_lp_requests|wp_cf7_vdata|wp_cf7_vdata_entry|wp_commentmeta|wp_comments|wp_content_tabs_ultimate_list|wp_content_tabs_ultimate_style|wp_db7_forms|wp_e_events|wp_itsec_bans|wp_itsec_dashboard_events|wp_itsec_distributed_storage|wp_itsec_fingerprints|wp_itsec_geolocation_cache|wp_itsec_lockouts|wp_itsec_logs|wp_itsec_mutexes|wp_itsec_opaque_tokens|wp_itsec_temp|wp_itsec_user_groups|wp_links|wp_options|wp_oxi_div_import|wp_postmeta|wp_posts|wp_redirect_404_hp_cp_log|wp_redirects|wp_revslider_css|wp_revslider_css_bkp|wp_revslider_layer_animations|wp_revslider_layer_animations_bkp|wp_revslider_navigations|wp_revslider_navigations_bkp|wp_revslider_sliders|wp_revslider_sliders_bkp|wp_revslider_slides|wp_revslider_slides_bkp|wp_revslider_static_slides|wp_revslider_static_slides_bkp|wp_shortpixel_folders|wp_shortpixel_meta|wp_shortpixel_postmeta|wp_smush_dir_images|wp_swift_performance_image_optimizer|wp_swift_performance_warmup|wp_term_relationships|wp_term_taxonomy|wp_termmeta|wp_terms|wp_tm_taskmeta|wp_tm_tasks|wp_usermeta|wp_users|wp_wfblockediplog|wp_wfblocks7|wp_wfconfig|wp_wfcrawlers|wp_wffilechanges|wp_wffilemods|wp_wfhits|wp_wfhoover|wp_wfissues|wp_wfknownfilelist|wp_wflivetraffichuman|wp_wflocs|wp_wflogins|wp_wfls_2fa_secrets|wp_wfls_settings|wp_wfnotifications|wp_wfpendingissues|wp_wfreversecache|wp_wfsnipcache|wp_wfstatus|wp_wftrafficrates|wp_wpfm_backup|wp_wpr_rucss_resources|wp_wpr_rucss_used_css|wp_yoast_indexable|wp_yoast_indexable_hierarchy|wp_yoast_migrations|wp_yoast_primary_term|wp_yoast_seo_links)(\\b|\\.|\\-\\-\\s|#)/i\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:12:\"getGetParams\";s:4:\"args\";a:0:{}}}}}s:5:\"level\";N;}i:13;a:5:{s:2:\"id\";i:16;s:7:\"actions\";a:2:{i:0;a:1:{s:4:\"type\";s:7:\"INSPECT\";}i:1;a:1:{s:4:\"type\";s:5:\"BLOCK\";}}s:19:\"min_rule_engine_ver\";d:0.1000000000000000055511151231257827021181583404541015625;s:10:\"rule_logic\";a:3:{s:4:\"type\";s:3:\"AND\";s:12:\"left_operand\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:5:\"match\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:5:\"CONST\";s:5:\"value\";s:14:\"BVFW::XSSREGEX\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:13:\"getPostParams\";s:4:\"args\";a:0:{}}}}s:13:\"right_operand\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:8:\"notMatch\";s:4:\"args\";a:2:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:71:\"/rocket_saas_warmup|rocket_rucss_warmup_resource_fetcher|fpd_product/ix\";}i:1;a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:13:\"getPostParams\";s:4:\"args\";a:0:{}}}}}s:5:\"level\";N;}i:14;a:5:{s:2:\"id\";i:17;s:7:\"actions\";a:1:{i:0;a:1:{s:4:\"type\";s:7:\"INSPECT\";}}s:19:\"min_rule_engine_ver\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"rule_logic\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:11:\"addWPAction\";s:4:\"args\";a:5:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:11:\"delete_user\";}i:1;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:13:\"preDeleteUser\";}i:2;a:2:{s:4:\"type\";s:6:\"NUMBER\";s:5:\"value\";i:10;}i:3;a:2:{s:4:\"type\";s:6:\"NUMBER\";s:5:\"value\";i:3;}i:4;a:2:{s:4:\"type\";s:4:\"HASH\";s:5:\"value\";a:1:{s:7:\"rule_id\";i:17;}}}}s:5:\"level\";i:2;}i:15;a:5:{s:2:\"id\";i:20;s:7:\"actions\";a:1:{i:0;a:1:{s:4:\"type\";s:7:\"INSPECT\";}}s:19:\"min_rule_engine_ver\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"rule_logic\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:11:\"addWPFilter\";s:4:\"args\";a:5:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:28:\"wp_insert_post_empty_content\";}i:1;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:19:\"preInsertUpdatePost\";}i:2;a:2:{s:4:\"type\";s:6:\"NUMBER\";s:5:\"value\";i:10;}i:3;a:2:{s:4:\"type\";s:6:\"NUMBER\";s:5:\"value\";i:2;}i:4;a:2:{s:4:\"type\";s:4:\"HASH\";s:5:\"value\";a:2:{s:7:\"rule_id\";i:20;s:17:\"posts_to_consider\";a:2:{i:0;s:4:\"page\";i:1;s:4:\"post\";}}}}}s:5:\"level\";i:2;}i:16;a:5:{s:2:\"id\";i:21;s:7:\"actions\";a:1:{i:0;a:1:{s:4:\"type\";s:7:\"INSPECT\";}}s:19:\"min_rule_engine_ver\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"rule_logic\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:11:\"addWPAction\";s:4:\"args\";a:5:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:13:\"delete_option\";}i:1;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:15:\"preDeleteOption\";}i:2;a:2:{s:4:\"type\";s:6:\"NUMBER\";s:5:\"value\";i:10;}i:3;a:2:{s:4:\"type\";s:6:\"NUMBER\";s:5:\"value\";i:1;}i:4;a:2:{s:4:\"type\";s:4:\"HASH\";s:5:\"value\";a:2:{s:7:\"rule_id\";i:21;s:19:\"options_to_consider\";a:10:{i:0;s:4:\"home\";i:1;s:8:\"blogname\";i:2;s:15:\"blogdescription\";i:3;s:18:\"users_can_register\";i:4;s:11:\"admin_email\";i:5;s:16:\"mailserver_login\";i:6;s:14:\"mailserver_url\";i:7;s:15:\"mailserver_pass\";i:8;s:15:\"mailserver_port\";i:9;s:13:\"wp_user_roles\";}}}}}s:5:\"level\";i:2;}i:17;a:5:{s:2:\"id\";i:22;s:7:\"actions\";a:1:{i:0;a:1:{s:4:\"type\";s:7:\"INSPECT\";}}s:19:\"min_rule_engine_ver\";d:0.40000000000000002220446049250313080847263336181640625;s:10:\"rule_logic\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:11:\"addWPFilter\";s:4:\"args\";a:5:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:17:\"pre_update_option\";}i:1;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:15:\"preUpdateOption\";}i:2;a:2:{s:4:\"type\";s:6:\"NUMBER\";s:5:\"value\";i:10;}i:3;a:2:{s:4:\"type\";s:6:\"NUMBER\";s:5:\"value\";i:3;}i:4;a:2:{s:4:\"type\";s:4:\"HASH\";s:5:\"value\";a:2:{s:7:\"rule_id\";i:22;s:19:\"options_to_consider\";a:9:{i:0;s:4:\"home\";i:1;s:8:\"blogname\";i:2;s:15:\"blogdescription\";i:3;s:18:\"users_can_register\";i:4;s:11:\"admin_email\";i:5;s:16:\"mailserver_login\";i:6;s:14:\"mailserver_url\";i:7;s:15:\"mailserver_pass\";i:8;s:15:\"mailserver_port\";}}}}}s:5:\"level\";i:2;}i:18;a:5:{s:2:\"id\";i:23;s:7:\"actions\";a:1:{i:0;a:1:{s:4:\"type\";s:7:\"INSPECT\";}}s:19:\"min_rule_engine_ver\";d:0.40000000000000002220446049250313080847263336181640625;s:10:\"rule_logic\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:11:\"addWPFilter\";s:4:\"args\";a:5:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:15:\"pre_delete_post\";}i:1;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:15:\"preDeletePostV2\";}i:2;a:2:{s:4:\"type\";s:6:\"NUMBER\";s:5:\"value\";i:10;}i:3;a:2:{s:4:\"type\";s:6:\"NUMBER\";s:5:\"value\";i:2;}i:4;a:2:{s:4:\"type\";s:4:\"HASH\";s:5:\"value\";a:2:{s:7:\"rule_id\";i:23;s:17:\"posts_to_consider\";a:2:{i:0;a:2:{i:0;s:4:\"page\";i:1;s:7:\"publish\";}i:1;a:2:{i:0;s:4:\"post\";i:1;s:7:\"publish\";}}}}}}s:5:\"level\";i:2;}i:19;a:5:{s:2:\"id\";i:24;s:7:\"actions\";a:1:{i:0;a:1:{s:4:\"type\";s:7:\"INSPECT\";}}s:19:\"min_rule_engine_ver\";d:0.40000000000000002220446049250313080847263336181640625;s:10:\"rule_logic\";a:3:{s:4:\"type\";s:8:\"FUNCTION\";s:4:\"name\";s:11:\"addWPFilter\";s:4:\"args\";a:5:{i:0;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:16:\"insert_user_meta\";}i:1;a:2:{s:4:\"type\";s:6:\"STRING\";s:5:\"value\";s:17:\"preUserCreationV2\";}i:2;a:2:{s:4:\"type\";s:6:\"NUMBER\";s:5:\"value\";i:10;}i:3;a:2:{s:4:\"type\";s:6:\"NUMBER\";s:5:\"value\";i:4;}i:4;a:2:{s:4:\"type\";s:4:\"HASH\";s:5:\"value\";a:2:{s:7:\"rule_id\";i:24;s:17:\"roles_not_allowed\";a:4:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";}}}}}s:5:\"level\";i:2;}}', 'no'),
(117311, 'classic-editor-replace', 'classic', 'yes'),
(117312, 'classic-editor-allow-users', 'disallow', 'yes'),
(119282, 'wordfence_ls_version', '1.0.12', 'yes'),
(119283, 'wfls_last_role_change', '1670143019', 'no'),
(119284, 'wordfence_version', '7.8.2', 'yes'),
(119285, 'wordfence_case', '1', 'yes'),
(119286, 'wordfence_installed', '1', 'yes'),
(119287, 'wordfenceActivated', '1', 'yes'),
(119290, 'wf_plugin_act_error', '', 'yes'),
(119336, 'wordfence_syncAttackDataAttempts', '0', 'no'),
(119337, 'wordfence_syncingAttackData', '0', 'no'),
(119338, 'wordfence_lastSyncAttackData', '1674039241', 'no'),
(119505, 'eps_redirects_link-scanner', 'a:0:{}', 'yes'),
(119518, 'hotjar_version', '1.0.14', 'yes'),
(119528, 'ihaf_activated', 'a:2:{s:6:\"wpcode\";i:1670228515;s:7:\"version\";s:5:\"2.0.7\";}', 'yes'),
(119529, 'wpcode_snippets', 'a:1:{s:15:\"after_paragraph\";a:0:{}}', 'yes'),
(119530, 'wpcode_admin_notices', 'a:1:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1670228515;s:9:\"dismissed\";b:0;}}', 'yes'),
(119534, 'wp-smush-show_upgrade_modal', '1', 'no'),
(119541, 'ub-response-headers-forwarded', 'a:3:{i:0;s:17:\"x-unbounce-pageid\";i:1;s:18:\"x-unbounce-variant\";i:2;s:20:\"x-unbounce-visitorid\";}', 'yes'),
(119547, 'ocean_notifications', 'a:3:{s:6:\"update\";i:1675929181;s:13:\"notifications\";a:0:{}s:7:\"blocked\";a:0:{}}', 'yes'),
(119555, 'elementor_events_db_version', '1.0.0', 'no'),
(119570, 'user_count', '2', 'no'),
(119580, 'can_compress_scripts', '0', 'no'),
(119859, 'wp-smush-dismissed-notices', 'a:1:{s:15:\"plugin-conflict\";b:1;}', 'yes'),
(120178, 'wp-optimize-dismiss_dash_notice_until', '1701858585', 'yes'),
(120208, 'itsec_user_encryption_test', '$t1$7kNoGDcf1Y2psvFsr6kGU+x2X8YvlXEJWa8K4OEMmU8fGtX9rvBRY4Ug2TJnL6xGJ14S', 'no'),
(120217, 'itsec_cron', 'a:2:{s:6:\"single\";a:0:{}s:9:\"recurring\";a:7:{s:17:\"purge-log-entries\";a:1:{s:4:\"data\";a:0:{}}s:19:\"identify-server-ips\";a:1:{s:4:\"data\";a:0:{}}s:28:\"dashboard-consolidate-events\";a:1:{s:4:\"data\";a:0:{}}s:11:\"clear-locks\";a:1:{s:4:\"data\";a:0:{}}s:12:\"clear-tokens\";a:1:{s:4:\"data\";a:0:{}}s:14:\"purge-lockouts\";a:1:{s:4:\"data\";a:0:{}}s:11:\"flush-files\";a:1:{s:4:\"data\";a:0:{}}}}', 'no'),
(120233, 'itsec-storage', 'a:3:{s:6:\"global\";a:35:{s:11:\"write_files\";b:1;s:10:\"nginx_file\";s:35:\"/home1/k5v9tnlo/aegis.qa/nginx.conf\";s:14:\"lockout_period\";i:15;s:16:\"blacklist_period\";i:7;s:9:\"blacklist\";b:1;s:15:\"blacklist_count\";i:3;s:15:\"lockout_message\";s:5:\"error\";s:20:\"user_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:25:\"community_lockout_message\";s:77:\"Your IP address has been flagged as a threat by the iThemes Security network.\";s:19:\"automatic_temp_auth\";b:1;s:18:\"lockout_white_list\";a:0:{}s:8:\"log_type\";s:8:\"database\";s:12:\"log_rotation\";i:60;s:17:\"file_log_rotation\";i:180;s:12:\"log_location\";s:65:\"/home1/k5v9tnlo/aegis.qa/wp-content/uploads/ithemes-security/logs\";s:5:\"proxy\";s:9:\"automatic\";s:12:\"proxy_header\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"allow_tracking\";b:0;s:14:\"hide_admin_bar\";b:0;s:16:\"show_error_codes\";b:0;s:19:\"enable_grade_report\";b:0;s:5:\"build\";i:4126;s:13:\"initial_build\";i:4126;s:20:\"activation_timestamp\";i:1670236464;s:11:\"cron_status\";i:1;s:8:\"use_cron\";b:1;s:14:\"cron_test_time\";i:1670378365;s:10:\"server_ips\";a:1:{i:0;s:14:\"162.144.18.151\";}s:24:\"licensed_hostname_prompt\";b:0;s:16:\"onboard_complete\";b:0;s:13:\"enabled_tools\";a:0:{}s:18:\"enable_remote_help\";b:0;s:13:\"feature_flags\";a:0:{}s:8:\"log_info\";s:0:\"\";s:12:\"manage_group\";a:0:{}}s:10:\"__extended\";a:0:{}s:19:\"notification-center\";a:8:{s:9:\"last_sent\";a:1:{s:6:\"digest\";i:1670322887;}s:9:\"resend_at\";a:0:{}s:4:\"data\";a:1:{s:6:\"digest\";a:0:{}}s:15:\"last_mail_error\";s:0:\"\";s:10:\"from_email\";s:0:\"\";s:18:\"default_recipients\";a:1:{s:9:\"user_list\";a:1:{i:0;s:18:\"role:administrator\";}}s:13:\"notifications\";a:3:{s:6:\"digest\";a:5:{s:8:\"schedule\";s:5:\"daily\";s:7:\"subject\";N;s:7:\"enabled\";b:1;s:9:\"user_list\";a:1:{i:0;s:18:\"role:administrator\";}s:14:\"recipient_type\";s:7:\"default\";}s:7:\"lockout\";a:4:{s:7:\"subject\";N;s:7:\"enabled\";b:1;s:9:\"user_list\";a:1:{i:0;s:18:\"role:administrator\";}s:14:\"recipient_type\";s:7:\"default\";}s:6:\"backup\";a:2:{s:7:\"subject\";N;s:10:\"email_list\";a:1:{i:0;s:23:\"testing@technoarray.com\";}}}s:12:\"admin_emails\";a:0:{}}}', 'yes'),
(120235, 'itsec_temp_whitelist_ip', 'a:3:{s:13:\"67.205.172.75\";i:1670328639;s:11:\"59.91.252.7\";i:1670340222;s:13:\"45.77.151.230\";i:1670415012;}', 'no'),
(120247, 'bulletproof_security_options_mscan_patterns', 'a:2:{s:25:\"mscan_pattern_match_files\";a:1:{s:25:\"mscan_pattern_match_files\";a:4:{s:11:\"js_patterns\";s:549:\"/(\\|MakeFrameEx\\||\\|yahoo_api\\||\\|exec\\||ww=window|ww\\.document|visibility:hidden|rotatingtext\\[\\d\\]=\\\"I\\sMISS\\sYOU\\\"|\\(!l1l&&!ll1&&!lll\\)|s(\\W){2,6}c(\\W){2,6}r|(\'|\")i(\'|\")(\\.|\\+|\\s)(\\+|\'|\"|\\.)(\\s|f)(\'|\")(f|\\+|\\.)|scr(\"|\')(|\\s)\\+(|\\s)(\"|\')ipt|(\\\\x(\\d|\\w[^a])(\\d[^0]|\\w))+|((%\\d(\\w|\\d){1})+%)|%\\d(\\w|\\d){3}|\\(\'hideme\'\\)|\\[\"style\"\\]\\[\"visibility\"\\]|useragent\\.match\\(\\/(\\^(\\w|\\d){1,}\\.\\*\\|)+|xtrackPageview|document\\.write\\(\'<\'\\+x\\[\\d\\]\\+\'>|\\\\u00(\\d|\\w){5,}|(\\\\x22(.*)\\\\x22)+|(\\$(\\d){2}){2}|(0|1){8}|_0x(\\d|\\w){4}|lave(\\(|\\))|(\\(|\\))lave|\\|iframe\\|)/i\";s:17:\"htaccess_patterns\";s:316:\"/(RewriteCond\\s%\\{HTTP_REFERER\\}\\s(.*)[^!](google|yahoo|aol|bing|ask|facebook|twitter|msn)|ErrorDocument\\s(400|403|404)\\s(http|https|):|(RewriteCond\\s%\\{HTTP_USER_AGENT\\}(.*\\]\\s*)){4}|RewriteRule(.*)(\\w|\\d){1,8}\\.php\\?(\\w|\\d){1,6}=(\\$|)(\\s|\\d){1,3}|RewriteRule(.*)\\(htm\\|pdf\\|jar\\)|RewriteRule(.*)\\{QUERY_STRING\\})/i\";s:12:\"php_patterns\";s:1282:\"/(base64_decode\\(|edoced_46esab|base\'\\.\\(\\d{1,3}(|\\s)(\\*|\\/)(|\\s)\\d{1,3}\\)\\.\'_de\'\\.\'code|(\"|\')base(.*)\\.(.*)64(.*)(_|\\.|)decode(\"|\')|gzinflate\\(|O0|ev(\"|\')(.*)\\.(\"|\')al\\(|lave(\\(|\\))|(\\(|\\))lave|preg_replace\\((\"|\')(\\/(\\w{1,}|\\.\\*))\\/e|(\\\\x(\\d|\\w){2,3}\\\\x(\\d|\\w){2,3})|__halt_compiler|k2ll33d|\\(!l1l&&!ll1&&!lll\\)|\\|iframe\\||\\|MakeFrameEx\\||\\|yahoo_api\\||ww=window|ww\\.document|ekibastos|scr(\"|\')(|\\s)\\+(|\\s)(\"|\')ipt|\\(\'hideme\'\\)|\\[\"style\"\\]\\[\"visibility\"\\]|useragent\\.match\\(\\/(\\^(\\w|\\d){1,}\\.\\*\\|)+|xtrackPageview|\\$_COOKIE(|\\s)\\[str_replace\\(.*\\$_SERVER\\[\'HTTP_HOST\'\\]\\)\\]|\\$_\\w___\\w|\'Windows-1251\'|document\\.write\\(\'<\'\\+x\\[\\d\\]\\+\'>|\\+(|\\s)(\'|\")\\w(\'|\")(|\\s)\\+|(\\\\x22(.*)\\\\x22)+|(|\\[)_0x(\\w|\\d){1,6}\\[\\d{1,3}\\]{1,2}|\\\\142\\\\141\\\\x73|\\\\u00(\\d|\\w){5,}|(\'|\")i(\'|\")(\\.|\\+|\\s)(\\+|\'|\"|\\.)(\\s|f)(\'|\")(f|\\+|\\.)|s(\\W){2,6}c(\\W){2,6}r|(\\$\\w{1,3}\\{\\d{1,2}\\}(|\\s)\\.(|\\s)){3}|\\$<(\\d|\\w){2}>|\\$_(\\/\\*)|%3C%21|%3Cscript%3E|%253C|(%\\d(\\w|\\d)){5}|\\$(\\d|\\w){1,}\\[\'(\\d|\\w){1,}\'\\]\\[(\\d){1,3}\\](\\s\\.|\\.)(\\$|\\s\\$)|(\\$(\\w){2}\\[\\d{1,2}\\]\\.)+|(0|1){8}|_0x(\\d|\\w){4}|\\(64\\)(\\s|)\\.(\\s|)(\'|\")_(\'|\")|([a-z0-9]){40,}\\+|\\$_REQUEST\\[\'cmd\'\\]|\\$_GET\\[\'cmd\'\\]|system\\(|shell_exec\\(|passthru\\(|exec\\(|eval\\(|ALREADY_RUN_|hastebin|((chr\\()\\d+\\)\\.){1,}|((\\\\|\\\\\\\\)\\d+[a-z]+([0-9]|)){1,}|\\$([a-z0-9])+\\{\\d+\\}(\\,|\\.){1,})/i\";s:14:\"image_patterns\";s:337:\"/(<\\?php|eval\\(|exec\\(|popen\\(|create_function\\(|passthru\\(|shell_exec\\(|proc_open\\(|pcntl_exec\\(|fopen\\(|fputs\\(|file_put_contents\\(|fwrite\\(|gzinflate\\(|base64_decode\\(|isset|\\$_REQUEST|\\$_FILES|\\$_GET|\\$_POST|\\$_SERVER|\\$_SESSION|system\\(|\'cmd\'|__halt_compiler|<script|javascript|function|createElement|<html>|visibility:|<textarea)/i\";}}s:22:\"mscan_pattern_match_db\";a:1:{s:22:\"mscan_pattern_match_db\";a:13:{s:7:\"search1\";s:5:\"eval(\";s:7:\"search2\";s:5:\"(lave\";s:7:\"search3\";s:13:\"base64_decode\";s:7:\"search4\";s:13:\"edoced_46esab\";s:7:\"search5\";s:7:\"<script\";s:7:\"search6\";s:7:\"<iframe\";s:7:\"search7\";s:9:\"<noscript\";s:7:\"search8\";s:8:\"display:\";s:7:\"search9\";s:11:\"visibility:\";s:10:\"eval_match\";s:18:\"/(eval\\(|\\(lave)/i\";s:16:\"b64_decode_match\";s:32:\"/(base64_decode|edoced_46esab)/i\";s:9:\"eval_text\";s:14:\"eval( or (lave\";s:15:\"b64_decode_text\";s:30:\"base64_decode or edoced_46esab\";}}}', 'yes'),
(120248, 'bulletproof_security_options_db_backup', 'a:12:{s:13:\"bps_db_backup\";s:2:\"On\";s:25:\"bps_db_backup_description\";s:0:\"\";s:20:\"bps_db_backup_folder\";s:70:\"/home1/k5v9tnlo/aegis.qa/wp-content/bps-backup/backups_7zqlsv8fn5gtour\";s:27:\"bps_db_backup_download_link\";s:63:\"https://aegis.qa/wp-content/bps-backup/backups_7zqlsv8fn5gtour/\";s:22:\"bps_db_backup_job_type\";s:0:\"\";s:23:\"bps_db_backup_frequency\";s:0:\"\";s:29:\"bps_db_backup_start_time_hour\";s:0:\"\";s:32:\"bps_db_backup_start_time_weekday\";s:0:\"\";s:35:\"bps_db_backup_start_time_month_date\";s:0:\"\";s:23:\"bps_db_backup_email_zip\";s:0:\"\";s:20:\"bps_db_backup_delete\";s:0:\"\";s:28:\"bps_db_backup_status_display\";s:13:\"No DB Backups\";}', 'yes'),
(120249, 'bulletproof_security_options_wizard_autofix', 'a:1:{s:18:\"bps_wizard_autofix\";s:2:\"On\";}', 'yes'),
(120258, 'bulletproof_security_options_apache_modules', 'a:2:{s:23:\"bps_apache_mod_ifmodule\";s:3:\"Yes\";s:19:\"bps_apache_mod_time\";s:10:\"1670237558\";}', 'yes'),
(120259, 'bulletproof_security_options_htaccess_files', 'a:1:{s:18:\"bps_htaccess_files\";s:7:\"enabled\";}', 'yes'),
(120260, 'bulletproof_security_options_mod_security', 'a:1:{s:22:\"bps_mod_security_check\";s:1:\"1\";}', 'yes'),
(120263, 'bulletproof_security_options_wizard_free', 'a:1:{s:15:\"bps_wizard_free\";s:6:\"manual\";}', 'yes'),
(120264, 'bulletproof_security_options_MScan', 'a:11:{s:14:\"bps_mscan_dirs\";a:6:{s:4:\".tmb\";s:1:\"1\";s:22:\"bureauveritas.aegis.qa\";s:1:\"1\";s:12:\"try.aegis.qa\";s:1:\"1\";s:8:\"wp-admin\";s:1:\"1\";s:10:\"wp-content\";s:1:\"1\";s:11:\"wp-includes\";s:1:\"1\";}s:19:\"mscan_max_file_size\";s:4:\"1000\";s:20:\"mscan_max_time_limit\";s:3:\"300\";s:19:\"mscan_scan_database\";s:2:\"On\";s:17:\"mscan_scan_images\";s:3:\"Off\";s:24:\"mscan_scan_skipped_files\";s:3:\"Off\";s:27:\"mscan_scan_delete_tmp_files\";s:3:\"Off\";s:20:\"mscan_scan_frequency\";s:3:\"Off\";s:18:\"mscan_exclude_dirs\";s:0:\"\";s:23:\"mscan_exclude_tmp_files\";s:1:\"\n\";s:28:\"mscan_file_size_limit_hidden\";s:2:\"14\";}', 'yes'),
(120279, 'bulletproof_security_options_login_security', 'a:11:{s:14:\"bps_max_logins\";s:1:\"3\";s:20:\"bps_lockout_duration\";s:2:\"15\";s:27:\"bps_manual_lockout_duration\";s:2:\"60\";s:23:\"bps_max_db_rows_display\";s:0:\"\";s:24:\"bps_login_security_OnOff\";s:2:\"On\";s:26:\"bps_login_security_logging\";s:11:\"logLockouts\";s:25:\"bps_login_security_errors\";s:8:\"wpErrors\";s:28:\"bps_login_security_remaining\";s:2:\"On\";s:27:\"bps_login_security_pw_reset\";s:6:\"enable\";s:23:\"bps_login_security_sort\";s:9:\"ascending\";s:26:\"bps_enable_lsm_woocommerce\";s:0:\"\";}', 'yes'),
(120350, 'bulletproof_security_options_login_security_jtc', 'a:27:{s:23:\"bps_tooltip_captcha_key\";s:3:\"jtc\";s:30:\"bps_tooltip_captcha_hover_text\";s:15:\"Type/Enter: jtc\";s:25:\"bps_tooltip_captcha_title\";s:33:\"Hover or click the text box below\";s:27:\"bps_tooltip_captcha_logging\";s:3:\"Off\";s:18:\"bps_jtc_login_form\";s:1:\"1\";s:21:\"bps_jtc_register_form\";s:0:\"\";s:25:\"bps_jtc_lostpassword_form\";s:0:\"\";s:20:\"bps_jtc_comment_form\";s:0:\"\";s:24:\"bps_jtc_mu_register_form\";s:0:\"\";s:32:\"bps_jtc_buddypress_register_form\";s:0:\"\";s:31:\"bps_jtc_buddypress_sidebar_form\";s:0:\"\";s:21:\"bps_jtc_administrator\";s:0:\"\";s:14:\"bps_jtc_editor\";s:0:\"\";s:14:\"bps_jtc_author\";s:0:\"\";s:19:\"bps_jtc_contributor\";s:0:\"\";s:18:\"bps_jtc_subscriber\";s:0:\"\";s:26:\"bps_jtc_comment_form_error\";s:115:\"<strong>ERROR</strong>: Incorrect JTC CAPTCHA Entered. Click your Browser back button and re-enter the JTC CAPTCHA.\";s:26:\"bps_jtc_comment_form_label\";s:82:\"position:relative;top:0px;left:0px;padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;\";s:26:\"bps_jtc_comment_form_input\";s:82:\"position:relative;top:0px;left:0px;padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;\";s:20:\"bps_jtc_custom_roles\";a:0:{}s:26:\"bps_enable_jtc_woocommerce\";s:0:\"\";s:25:\"bps_jtc_custom_form_error\";s:50:\"<strong>ERROR</strong>: Incorrect CAPTCHA Entered.\";s:31:\"bps_tooltip_captcha_title_after\";s:0:\"\";s:30:\"bps_tooltip_captcha_title_bold\";s:0:\"\";s:36:\"bps_tooltip_captcha_title_after_bold\";s:0:\"\";s:32:\"bps_tooltip_captcha_title_hidden\";s:0:\"\";s:38:\"bps_tooltip_captcha_title_after_hidden\";s:0:\"\";}', 'yes'),
(120428, 'new_admin_email', 'testing@technoarray.com', 'yes'),
(120429, 'whl_page', 'hadeel', 'yes'),
(120430, 'whl_redirect_admin', '404', 'yes'),
(302391, '_transient_timeout_shortpixel_update_notice_5.1.6', '1673675142', 'no'),
(302415, 'wp-short-pixel-currentVersion', '5.1.6', 'yes'),
(302422, '_transient_timeout_bdp_pro_buy_notice', '1676180942', 'no'),
(302423, '_transient_bdp_pro_buy_notice', '1', 'no'),
(302426, 'ShortPixel-notices', 'a:2:{i:0;O:30:\"ShortPixel\\Notices\\NoticeModel\":15:{s:7:\"message\";s:412:\"The following plugins are not compatible with ShortPixel and may cause unexpected results: <ul class=\"sp-conflict-plugins\"><li class=\"sp-conflict-plugins-list\"><strong>WP Smush - Image Optimization</strong><a href=\"https://aegis.qa/wp-admin/admin-post.php?action=shortpixel_deactivate_conflict_plugin&amp;plugin=wp-smushit%2Fwp-smush.php&amp;_wpnonce=1d778d3bcf\" class=\"button button-primary\">Deactivate</a></ul>\";s:7:\"details\";a:0:{}s:4:\"code\";N;s:34:\"\0ShortPixel\\Notices\\NoticeModel\0id\";s:10:\"MSG_COMPAT\";s:9:\"\0*\0viewed\";b:1;s:16:\"\0*\0is_persistent\";b:1;s:15:\"\0*\0is_dismissed\";b:0;s:17:\"\0*\0suppress_until\";N;s:18:\"\0*\0suppress_period\";i:31536000;s:18:\"\0*\0include_screens\";a:0:{}s:18:\"\0*\0exclude_screens\";a:0:{}s:12:\"is_removable\";b:1;s:11:\"messageType\";i:4;s:13:\"notice_action\";s:18:\"ShortPixel-notices\";s:11:\"\0*\0callback\";N;}i:1;O:30:\"ShortPixel\\Notices\\NoticeModel\":15:{s:7:\"message\";s:543:\"<p> With ShortPixel you can now <a href=\"https://shortpixel.com/knowledge-base/article/182-what-is-smart-cropping\" target=\"_blank\">smartly crop</a> thumbnails on your website. This is especially useful for eCommerce websites <a href=\"https://shortpixel.com/blog/how-to-smart-crop-wordpress-images/#how-to-crop-wordpress-images-automatically-smart-solution\" target=\"_blank\">(read more)</a>. </p> <p> Enable the option on the <a href=\"https://aegis.qa/wp-admin/options-general.php?page=wp-shortpixel-settings\" >ShortPixel Settings</a> page. </p>\";s:7:\"details\";a:0:{}s:4:\"code\";N;s:34:\"\0ShortPixel\\Notices\\NoticeModel\0id\";s:21:\"MSG_FEATURE_SMARTCROP\";s:9:\"\0*\0viewed\";b:1;s:16:\"\0*\0is_persistent\";b:1;s:15:\"\0*\0is_dismissed\";b:0;s:17:\"\0*\0suppress_until\";N;s:18:\"\0*\0suppress_period\";i:31536000;s:18:\"\0*\0include_screens\";a:0:{}s:18:\"\0*\0exclude_screens\";a:1:{i:0;s:36:\"settings_page_wp-shortpixel-settings\";}s:12:\"is_removable\";b:1;s:11:\"messageType\";i:1;s:13:\"notice_action\";s:18:\"ShortPixel-notices\";s:11:\"\0*\0callback\";N;}}', 'yes'),
(302439, 'wp-optimize-enable-auto-backup', 'false', 'yes'),
(302440, 'wp-optimize-enable-auto-backup-1', 'true', 'yes'),
(302442, 'wp-optimize-dismiss_review_notice', '1680846872', 'yes'),
(302443, 'wp-optimize-revisions-retention-enabled', 'false', 'yes'),
(302444, 'wp-optimize-auto-innodb', 'false', 'yes'),
(302445, 'wp-optimize-auto-updated', 'a:0:{}', 'yes'),
(302446, 'wp-optimize-purge-cache-permissions', 'a:1:{i:0;s:13:\"administrator\";}', 'yes'),
(302447, 'wp-optimize-logging', '', 'yes'),
(302448, 'wp-optimize-logging-additional', '', 'yes'),
(302449, 'wp-optimize-enable-auto-backup-scheduled', 'false', 'yes'),
(302450, 'wp-optimize-enable-auto-backup-2', 'false', 'yes'),
(302451, 'wp-optimize-enable-auto-backup-3', 'false', 'yes'),
(302452, 'wp-optimize-enable-db-force-optimize', 'false', 'yes'),
(320417, '_transient_timeout_elementskit-lite-go-pro-noti2ce', '1699774294', 'no'),
(320418, '_transient_elementskit-lite-go-pro-noti2ce', '1', 'no'),
(327470, 'wp_calendar_block_has_published_posts', '1', 'yes'),
(332325, 'updraft_combine_jobs_around', '1674092350', 'yes'),
(436436, '_transient_timeout_gf_4e56ff6ced79b02185c62387da1f2b31_ttf', '1676008274', 'no'),
(436437, '_transient_gf_4e56ff6ced79b02185c62387da1f2b31_ttf', '@font-face {\n  font-family: \'Montserrat\';\n  font-style: italic;\n  font-weight: 100;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8WXh0ow.ttf) format(\'truetype\');\n}\n@font-face {\n  font-family: \'Montserrat\';\n  font-style: italic;\n  font-weight: 200;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9WXh0ow.ttf) format(\'truetype\');\n}\n@font-face {\n  font-family: \'Montserrat\';\n  font-style: italic;\n  font-weight: 300;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9WXh0ow.ttf) format(\'truetype\');\n}\n@font-face {\n  font-family: \'Montserrat\';\n  font-style: italic;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXh0ow.ttf) format(\'truetype\');\n}\n@font-face {\n  font-family: \'Montserrat\';\n  font-style: italic;\n  font-weight: 500;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9WXh0ow.ttf) format(\'truetype\');\n}\n@font-face {\n  font-family: \'Montserrat\';\n  font-style: italic;\n  font-weight: 600;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6WXh0ow.ttf) format(\'truetype\');\n}\n@font-face {\n  font-family: \'Montserrat\';\n  font-style: italic;\n  font-weight: 700;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6WXh0ow.ttf) format(\'truetype\');\n}\n@font-face {\n  font-family: \'Montserrat\';\n  font-style: italic;\n  font-weight: 800;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6WXh0ow.ttf) format(\'truetype\');\n}\n@font-face {\n  font-family: \'Montserrat\';\n  font-style: italic;\n  font-weight: 900;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16WXh0ow.ttf) format(\'truetype\');\n}\n@font-face {\n  font-family: \'Montserrat\';\n  font-style: normal;\n  font-weight: 100;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Xw5aX8.ttf) format(\'truetype\');\n}\n@font-face {\n  font-family: \'Montserrat\';\n  font-style: normal;\n  font-weight: 200;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Hw5aX8.ttf) format(\'truetype\');\n}\n@font-face {\n  font-family: \'Montserrat\';\n  font-style: normal;\n  font-weight: 300;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw5aX8.ttf) format(\'truetype\');\n}\n@font-face {\n  font-family: \'Montserrat\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format(\'truetype\');\n}\n@font-face {\n  font-family: \'Montserrat\';\n  font-style: normal;\n  font-weight: 500;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aX8.ttf) format(\'truetype\');\n}\n@font-face {\n  font-family: \'Montserrat\';\n  font-style: normal;\n  font-weight: 600;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aX8.ttf) format(\'truetype\');\n}\n@font-face {\n  font-family: \'Montserrat\';\n  font-style: normal;\n  font-weight: 700;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf) format(\'truetype\');\n}\n@font-face {\n  font-family: \'Montserrat\';\n  font-style: normal;\n  font-weight: 800;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr73w5aX8.ttf) format(\'truetype\');\n}\n@font-face {\n  font-family: \'Montserrat\';\n  font-style: normal;\n  font-weight: 900;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w5aX8.ttf) format(\'truetype\');\n}\n', 'no'),
(436813, '_transient_timeout_wpseo_total_unindexed_posts', '1676015516', 'no'),
(436814, '_transient_wpseo_total_unindexed_posts', '287', 'no'),
(436815, '_transient_timeout_wpseo_total_unindexed_terms', '1676015516', 'no'),
(436816, '_transient_wpseo_total_unindexed_terms', '4', 'no'),
(436817, '_transient_timeout_wpseo_total_unindexed_post_type_archives', '1676015516', 'no'),
(436818, '_transient_wpseo_total_unindexed_post_type_archives', '0', 'no'),
(436819, '_transient_timeout_wpseo_total_unindexed_general_items', '1676015516', 'no'),
(436820, '_transient_wpseo_total_unindexed_general_items', '0', 'no'),
(436821, '_transient_timeout_wpseo_unindexed_post_link_count', '1676015516', 'no'),
(436822, '_transient_wpseo_unindexed_post_link_count', '0', 'no'),
(436823, '_transient_timeout_wpseo_unindexed_term_link_count', '1676015516', 'no'),
(436824, '_transient_wpseo_unindexed_term_link_count', '0', 'no'),
(436825, '_site_transient_timeout_browser_894dc60a4e148f4652615ed246d3e298', '1676533917', 'no'),
(436826, '_site_transient_browser_894dc60a4e148f4652615ed246d3e298', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"109.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";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'),
(436827, '_transient_timeout_elementor_remote_info_api_data_3.10.0', '1675972319', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(436828, '_transient_elementor_remote_info_api_data_3.10.0', 'a:4:{s:9:\"timestamp\";s:10:\"1675925738\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:64:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:5;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:6;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:16;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:19;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:20;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:21;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:23;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:24;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:25;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:27;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:28;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:29;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:30;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:31;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:32;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:33;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:34;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:35;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:36;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:37;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:38;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:39;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:40;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:41;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:42;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:43;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:44;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:45;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:46;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:47;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:48;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:49;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:51;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:53;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:54;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:55;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:56;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:58;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:59;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:60;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:61;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:62;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:63;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}', 'no'),
(436855, 'elementor-custom-breakpoints-files', 'a:2:{s:26:\"custom-frontend-legacy.min\";a:1:{s:4:\"time\";i:1675929451;}s:19:\"custom-frontend.min\";a:1:{s:4:\"time\";i:1675929451;}}', 'yes'),
(436856, '_elementor_global_css', 'a:6:{s:4:\"time\";i:1675929452;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}', 'yes'),
(436862, '_transient_timeout_wpo_minify_get_cached_files', '1676016376', 'no'),
(436863, '_transient_wpo_minify_get_cached_files', 'a:7:{s:2:\"js\";a:0:{}s:3:\"css\";a:0:{}s:5:\"stamp\";i:0;s:9:\"cachesize\";s:17:\"0 bytes (0 files)\";s:16:\"total_cache_size\";s:21:\"33.40 MB (2736 files)\";s:9:\"cacheTime\";s:26:\"February 9, 2023 @ 8:06 am\";s:9:\"cachePath\";s:70:\"/home1/k5v9tnlo/aegis.qa/wp-content/cache/wpo-minify/1675929976/assets\";}', 'no'),
(436949, '_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447', '1676536242', 'no'),
(436950, '_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(437296, '_site_transient_timeout_browser_b9cbd8dc13f19f9e7eb854f472bfa274', '1676542279', 'no'),
(437297, '_site_transient_browser_b9cbd8dc13f19f9e7eb854f472bfa274', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"109.0.0.0\";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'),
(437682, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1675954820', 'no'),
(437683, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:5962;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4807;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2783;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2652;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2046;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1904;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1900;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1622;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1560;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1543;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1543;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1516;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1502;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1461;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1356;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1316;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1267;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1176;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1156;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1137;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1041;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1013;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:994;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:963;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:900;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:872;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:870;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:869;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:865;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:863;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:862;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:815;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:790;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:779;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:770;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:770;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:764;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:758;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:732;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:728;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:720;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:719;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:717;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:682;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:682;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:681;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:674;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:666;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:629;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:620;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:612;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:607;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:606;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:604;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:594;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:590;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:587;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:585;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:574;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:568;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:567;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:561;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:552;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:551;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:542;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:539;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:539;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:529;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:528;}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:525;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:519;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:514;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:510;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:509;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:507;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:499;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:476;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:475;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:467;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:465;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:450;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:448;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:444;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:435;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:430;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:426;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:425;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:421;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:418;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:416;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:414;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:414;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:410;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:401;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:401;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:397;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:394;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:391;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:390;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:386;}}', 'no'),
(437691, 'ai1wm_secret_key', '3J3Q7skaZ2G0', 'yes'),
(437692, '_transient_timeout_wp-smush-conflict_check', '1675947722', 'no'),
(437693, '_transient_wp-smush-conflict_check', 'a:0:{}', 'no'),
(437730, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1675970425;s:7:\"checked\";a:2:{s:13:\"oceanwp-child\";s:3:\"1.0\";s:7:\"oceanwp\";s:5:\"3.4.1\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:7:\"oceanwp\";a:6:{s:5:\"theme\";s:7:\"oceanwp\";s:11:\"new_version\";s:5:\"3.4.1\";s:3:\"url\";s:37:\"https://wordpress.org/themes/oceanwp/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/oceanwp.3.4.1.zip\";s:8:\"requires\";s:3:\"5.6\";s:12:\"requires_php\";s:3:\"7.2\";}}s:12:\"translations\";a:0:{}}', 'no'),
(437731, '_site_transient_ai1wm_last_check_for_updates', '1675944666', 'no'),
(437732, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.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-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1675970424;s:15:\"version_checked\";s:5:\"6.1.1\";s:12:\"translations\";a:0:{}}', 'no'),
(437741, 'ai1wm_status', 'a:2:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:278:\"<a href=\"https://aegis.qa/wp-content/ai1wm-backups/aegis.qa-20230209-124600-d5bm62.wpress\" class=\"ai1wm-button-green ai1wm-emphasize ai1wm-button-download\" title=\"aegis.qa\" download=\"aegis.qa-20230209-124600-d5bm62.wpress\"><span>Download aegis.qa</span><em>Size: 240 MB</em></a>\";}', 'yes'),
(439257, '_site_transient_timeout_theme_roots', '1675972225', 'no'),
(439258, '_site_transient_theme_roots', 'a:2:{s:13:\"oceanwp-child\";s:7:\"/themes\";s:7:\"oceanwp\";s:7:\"/themes\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(439259, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1675970425;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:29:{s:39:\"eps-301-redirects/eps-301-redirects.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/eps-301-redirects\";s:4:\"slug\";s:17:\"eps-301-redirects\";s:6:\"plugin\";s:39:\"eps-301-redirects/eps-301-redirects.php\";s:11:\"new_version\";s:4:\"2.72\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/eps-301-redirects/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/eps-301-redirects.2.72.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/eps-301-redirects/assets/icon-256x256.png?rev=2413221\";s:2:\"1x\";s:70:\"https://ps.w.org/eps-301-redirects/assets/icon-128x128.png?rev=2413221\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/eps-301-redirects/assets/banner-1544x500.png?rev=2049908\";s:2:\"1x\";s:72:\"https://ps.w.org/eps-301-redirects/assets/banner-772x250.png?rev=2049908\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.6\";}s:35:\"advanced-cf7-db/advanced-cf7-db.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/advanced-cf7-db\";s:4:\"slug\";s:15:\"advanced-cf7-db\";s:6:\"plugin\";s:35:\"advanced-cf7-db/advanced-cf7-db.php\";s:11:\"new_version\";s:5:\"1.9.2\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/advanced-cf7-db/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/advanced-cf7-db.1.9.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/advanced-cf7-db/assets/icon-256x256.jpg?rev=1696186\";s:2:\"1x\";s:68:\"https://ps.w.org/advanced-cf7-db/assets/icon-128x128.jpg?rev=1696186\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/advanced-cf7-db/assets/banner-1544x500.jpg?rev=1696186\";s:2:\"1x\";s:70:\"https://ps.w.org/advanced-cf7-db/assets/banner-772x250.jpg?rev=1696186\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:36:\"w.org/plugins/advanced-custom-fields\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:5:\"6.0.7\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.6.0.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png?rev=1082746\";s:2:\"1x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-128x128.png?rev=1082746\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";s:2:\"1x\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.70\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.70.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2837281\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2837281\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";}s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:49:\"w.org/plugins/all-in-one-wp-security-and-firewall\";s:4:\"slug\";s:35:\"all-in-one-wp-security-and-firewall\";s:6:\"plugin\";s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";s:11:\"new_version\";s:5:\"5.1.4\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/all-in-one-wp-security-and-firewall.5.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/all-in-one-wp-security-and-firewall/assets/icon-256x256.png?rev=2798307\";s:2:\"1x\";s:88:\"https://ps.w.org/all-in-one-wp-security-and-firewall/assets/icon-128x128.png?rev=2798307\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/all-in-one-wp-security-and-firewall/assets/banner-1544x500.png?rev=2798307\";s:2:\"1x\";s:90:\"https://ps.w.org/all-in-one-wp-security-and-firewall/assets/banner-772x250.png?rev=2798307\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:41:\"blog-designer-pack/blog-designer-pack.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/blog-designer-pack\";s:4:\"slug\";s:18:\"blog-designer-pack\";s:6:\"plugin\";s:41:\"blog-designer-pack/blog-designer-pack.php\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/blog-designer-pack/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/blog-designer-pack.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/blog-designer-pack/assets/icon-128x128.png?rev=1917237\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/blog-designer-pack/assets/banner-772x250.png?rev=1958290\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.7.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.7.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:29:\"custom-fonts/custom-fonts.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/custom-fonts\";s:4:\"slug\";s:12:\"custom-fonts\";s:6:\"plugin\";s:29:\"custom-fonts/custom-fonts.php\";s:11:\"new_version\";s:5:\"1.3.7\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/custom-fonts/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/custom-fonts.1.3.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/custom-fonts/assets/icon-256x256.png?rev=1816364\";s:2:\"1x\";s:65:\"https://ps.w.org/custom-fonts/assets/icon-128x128.png?rev=1816364\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/custom-fonts/assets/banner-1544x500.png?rev=1816364\";s:2:\"1x\";s:67:\"https://ps.w.org/custom-fonts/assets/banner-772x250.png?rev=1816364\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}s:32:\"duplicate-page/duplicatepage.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-page\";s:4:\"slug\";s:14:\"duplicate-page\";s:6:\"plugin\";s:32:\"duplicate-page/duplicatepage.php\";s:11:\"new_version\";s:5:\"4.5.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-page/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/duplicate-page.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-page/assets/icon-128x128.jpg?rev=1412874\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-page/assets/banner-772x250.jpg?rev=1410328\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.10.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=2622511\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:51:\"header-footer-elementor/header-footer-elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/header-footer-elementor\";s:4:\"slug\";s:23:\"header-footer-elementor\";s:6:\"plugin\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:11:\"new_version\";s:6:\"1.6.13\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/header-footer-elementor/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/header-footer-elementor.1.6.13.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:68:\"https://ps.w.org/header-footer-elementor/assets/icon.svg?rev=2813167\";s:3:\"svg\";s:68:\"https://ps.w.org/header-footer-elementor/assets/icon.svg?rev=2813167\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-elementor/assets/banner-1544x500.jpg?rev=2813167\";s:2:\"1x\";s:78:\"https://ps.w.org/header-footer-elementor/assets/banner-772x250.jpg?rev=2813167\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}s:37:\"elementskit-lite/elementskit-lite.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/elementskit-lite\";s:4:\"slug\";s:16:\"elementskit-lite\";s:6:\"plugin\";s:37:\"elementskit-lite/elementskit-lite.php\";s:11:\"new_version\";s:5:\"2.8.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/elementskit-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/elementskit-lite.2.8.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-256x256.gif?rev=2518175\";s:2:\"1x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-128x128.gif?rev=2518175\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/elementskit-lite/assets/banner-1544x500.png?rev=2118488\";s:2:\"1x\";s:71:\"https://ps.w.org/elementskit-lite/assets/banner-772x250.png?rev=2118488\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:31:\"filester/ninja-file-manager.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:22:\"w.org/plugins/filester\";s:4:\"slug\";s:8:\"filester\";s:6:\"plugin\";s:31:\"filester/ninja-file-manager.php\";s:11:\"new_version\";s:5:\"1.7.6\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/filester/\";s:7:\"package\";s:51:\"https://downloads.wordpress.org/plugin/filester.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/filester/assets/icon-256x256.gif?rev=2305540\";s:2:\"1x\";s:61:\"https://ps.w.org/filester/assets/icon-256x256.gif?rev=2305540\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/filester/assets/banner-1544x500.png?rev=2349992\";s:2:\"1x\";s:63:\"https://ps.w.org/filester/assets/banner-772x250.png?rev=2307875\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";}s:21:\"flamingo/flamingo.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:22:\"w.org/plugins/flamingo\";s:4:\"slug\";s:8:\"flamingo\";s:6:\"plugin\";s:21:\"flamingo/flamingo.php\";s:11:\"new_version\";s:3:\"2.3\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/flamingo/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/flamingo.2.3.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/flamingo/assets/icon-128x128.png?rev=1540977\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:62:\"https://ps.w.org/flamingo/assets/banner-772x250.png?rev=544829\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";}s:29:\"health-check/health-check.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/health-check\";s:4:\"slug\";s:12:\"health-check\";s:6:\"plugin\";s:29:\"health-check/health-check.php\";s:11:\"new_version\";s:5:\"1.5.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/health-check/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/health-check.1.5.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:65:\"https://ps.w.org/health-check/assets/icon-256x256.png?rev=1823210\";s:2:\"1x\";s:57:\"https://ps.w.org/health-check/assets/icon.svg?rev=1828244\";s:3:\"svg\";s:57:\"https://ps.w.org/health-check/assets/icon.svg?rev=1828244\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/health-check/assets/banner-1544x500.png?rev=1823210\";s:2:\"1x\";s:67:\"https://ps.w.org/health-check/assets/banner-772x250.png?rev=1823210\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}s:17:\"hotjar/hotjar.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:20:\"w.org/plugins/hotjar\";s:4:\"slug\";s:6:\"hotjar\";s:6:\"plugin\";s:17:\"hotjar/hotjar.php\";s:11:\"new_version\";s:6:\"1.0.14\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/hotjar/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/hotjar.1.0.14.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/hotjar/assets/icon-256x256.png?rev=2617027\";s:2:\"1x\";s:59:\"https://ps.w.org/hotjar/assets/icon-256x256.png?rev=2617027\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/hotjar/assets/banner-1544x500.jpg?rev=2617027\";s:2:\"1x\";s:61:\"https://ps.w.org/hotjar/assets/banner-772x250.jpg?rev=2617027\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:53:\"ht-easy-google-analytics/ht-easy-google-analytics.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"w.org/plugins/ht-easy-google-analytics\";s:4:\"slug\";s:24:\"ht-easy-google-analytics\";s:6:\"plugin\";s:53:\"ht-easy-google-analytics/ht-easy-google-analytics.php\";s:11:\"new_version\";s:5:\"1.0.6\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/ht-easy-google-analytics/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/ht-easy-google-analytics.1.0.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/ht-easy-google-analytics/assets/icon-256x256.png?rev=2447705\";s:2:\"1x\";s:77:\"https://ps.w.org/ht-easy-google-analytics/assets/icon-128x128.png?rev=2447705\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/ht-easy-google-analytics/assets/banner-1544x500.png?rev=2447705\";s:2:\"1x\";s:79:\"https://ps.w.org/ht-easy-google-analytics/assets/banner-772x250.png?rev=2447705\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:28:\"malcare-security/malcare.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/malcare-security\";s:4:\"slug\";s:16:\"malcare-security\";s:6:\"plugin\";s:28:\"malcare-security/malcare.php\";s:11:\"new_version\";s:4:\"4.87\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/malcare-security/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/malcare-security.4.87.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/malcare-security/assets/icon-256x256.png?rev=2297655\";s:2:\"1x\";s:69:\"https://ps.w.org/malcare-security/assets/icon-128x128.png?rev=2297655\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/malcare-security/assets/banner-1544x500.png?rev=2297655\";s:2:\"1x\";s:71:\"https://ps.w.org/malcare-security/assets/banner-772x250.png?rev=2297655\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:37:\"ultimate-addons-for-elementor/uae.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:43:\"w.org/plugins/ultimate-addons-for-elementor\";s:4:\"slug\";s:29:\"ultimate-addons-for-elementor\";s:6:\"plugin\";s:37:\"ultimate-addons-for-elementor/uae.php\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:60:\"https://wordpress.org/plugins/ultimate-addons-for-elementor/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/ultimate-addons-for-elementor.1.8.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:82:\"https://ps.w.org/ultimate-addons-for-elementor/assets/icon-128x128.png?rev=2295996\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:84:\"https://ps.w.org/ultimate-addons-for-elementor/assets/banner-772x250.jpg?rev=1954133\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";}s:35:\"menu-duplicator/menu-duplicator.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/menu-duplicator\";s:4:\"slug\";s:15:\"menu-duplicator\";s:6:\"plugin\";s:35:\"menu-duplicator/menu-duplicator.php\";s:11:\"new_version\";s:3:\"0.6\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/menu-duplicator/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/menu-duplicator.0.6.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:59:\"https://s.w.org/plugins/geopattern-icon/menu-duplicator.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:27:\"ocean-extra/ocean-extra.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/ocean-extra\";s:4:\"slug\";s:11:\"ocean-extra\";s:6:\"plugin\";s:27:\"ocean-extra/ocean-extra.php\";s:11:\"new_version\";s:5:\"2.1.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/ocean-extra/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/ocean-extra.2.1.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:64:\"https://ps.w.org/ocean-extra/assets/icon-256x256.png?rev=2814940\";s:2:\"1x\";s:56:\"https://ps.w.org/ocean-extra/assets/icon.svg?rev=2814940\";s:3:\"svg\";s:56:\"https://ps.w.org/ocean-extra/assets/icon.svg?rev=2814940\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/ocean-extra/assets/banner-1544x500.png?rev=2814940\";s:2:\"1x\";s:66:\"https://ps.w.org/ocean-extra/assets/banner-772x250.png?rev=2814940\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";}s:39:\"permalink-manager/permalink-manager.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/permalink-manager\";s:4:\"slug\";s:17:\"permalink-manager\";s:6:\"plugin\";s:39:\"permalink-manager/permalink-manager.php\";s:11:\"new_version\";s:5:\"2.3.0\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/permalink-manager/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/permalink-manager.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:70:\"https://ps.w.org/permalink-manager/assets/icon-256x256.png?rev=2625166\";s:2:\"1x\";s:62:\"https://ps.w.org/permalink-manager/assets/icon.svg?rev=2625166\";s:3:\"svg\";s:62:\"https://ps.w.org/permalink-manager/assets/icon.svg?rev=2625166\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/permalink-manager/assets/banner-1544x500.png?rev=2625164\";s:2:\"1x\";s:72:\"https://ps.w.org/permalink-manager/assets/banner-772x250.png?rev=2625164\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.4.0\";}s:57:\"prevent-landscape-rotation/prevent-landscape-rotation.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/prevent-landscape-rotation\";s:4:\"slug\";s:26:\"prevent-landscape-rotation\";s:6:\"plugin\";s:57:\"prevent-landscape-rotation/prevent-landscape-rotation.php\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/prevent-landscape-rotation/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/prevent-landscape-rotation.2.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/prevent-landscape-rotation/assets/icon-256x256.jpg?rev=2263606\";s:2:\"1x\";s:79:\"https://ps.w.org/prevent-landscape-rotation/assets/icon-128x128.jpg?rev=2263606\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/prevent-landscape-rotation/assets/banner-772x250.jpg?rev=2263606\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.3\";}s:23:\"wp-smushit/wp-smush.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/wp-smushit\";s:4:\"slug\";s:10:\"wp-smushit\";s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:11:\"new_version\";s:6:\"3.12.4\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-smushit/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-smushit.3.12.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-256x256.png?rev=2746115\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-128x128.png?rev=2746115\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wp-smushit/assets/banner-1544x500.png?rev=2624292\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-smushit/assets/banner-772x250.png?rev=2624292\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:26:\"unbounce/Unbounce-Page.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:22:\"w.org/plugins/unbounce\";s:4:\"slug\";s:8:\"unbounce\";s:6:\"plugin\";s:26:\"unbounce/Unbounce-Page.php\";s:11:\"new_version\";s:6:\"1.0.49\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/unbounce/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/unbounce.1.0.49.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:61:\"https://ps.w.org/unbounce/assets/icon-256x256.png?rev=2823212\";s:2:\"1x\";s:53:\"https://ps.w.org/unbounce/assets/icon.svg?rev=2823212\";s:3:\"svg\";s:53:\"https://ps.w.org/unbounce/assets/icon.svg?rev=2823212\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/unbounce/assets/banner-1544x500.png?rev=1221056\";s:2:\"1x\";s:63:\"https://ps.w.org/unbounce/assets/banner-772x250.png?rev=1221056\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.1.5\";}s:35:\"insert-headers-and-footers/ihaf.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/insert-headers-and-footers\";s:4:\"slug\";s:26:\"insert-headers-and-footers\";s:6:\"plugin\";s:35:\"insert-headers-and-footers/ihaf.php\";s:11:\"new_version\";s:5:\"2.0.7\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/insert-headers-and-footers/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/insert-headers-and-footers.2.0.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-256x256.png?rev=2758516\";s:2:\"1x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-128x128.png?rev=2758516\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/insert-headers-and-footers/assets/banner-1544x500.png?rev=2758516\";s:2:\"1x\";s:81:\"https://ps.w.org/insert-headers-and-footers/assets/banner-772x250.png?rev=2758516\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:33:\"wps-hide-login/wps-hide-login.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/wps-hide-login\";s:4:\"slug\";s:14:\"wps-hide-login\";s:6:\"plugin\";s:33:\"wps-hide-login/wps-hide-login.php\";s:11:\"new_version\";s:5:\"1.9.8\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wps-hide-login/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wps-hide-login.1.9.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wps-hide-login/assets/icon-256x256.png?rev=1820667\";s:2:\"1x\";s:67:\"https://ps.w.org/wps-hide-login/assets/icon-128x128.png?rev=1820667\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wps-hide-login/assets/banner-1544x500.jpg?rev=1820667\";s:2:\"1x\";s:69:\"https://ps.w.org/wps-hide-login/assets/banner-772x250.jpg?rev=1820667\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"20.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2643727\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"6.0\";}}s:7:\"checked\";a:31:{s:39:\"eps-301-redirects/eps-301-redirects.php\";s:4:\"2.72\";s:35:\"advanced-cf7-db/advanced-cf7-db.php\";s:5:\"1.9.2\";s:30:\"advanced-custom-fields/acf.php\";s:5:\"6.0.7\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"7.70\";s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";s:5:\"5.1.4\";s:41:\"blog-designer-pack/blog-designer-pack.php\";s:3:\"3.3\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.2\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.7.3\";s:29:\"custom-fonts/custom-fonts.php\";s:5:\"1.3.7\";s:32:\"duplicate-page/duplicatepage.php\";s:5:\"4.5.1\";s:23:\"elementor/elementor.php\";s:6:\"3.10.2\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:6:\"1.6.13\";s:37:\"elementskit-lite/elementskit-lite.php\";s:5:\"2.8.1\";s:31:\"filester/ninja-file-manager.php\";s:5:\"1.7.6\";s:21:\"flamingo/flamingo.php\";s:3:\"2.3\";s:29:\"health-check/health-check.php\";s:5:\"1.5.1\";s:17:\"hotjar/hotjar.php\";s:6:\"1.0.14\";s:53:\"ht-easy-google-analytics/ht-easy-google-analytics.php\";s:5:\"1.0.6\";s:28:\"malcare-security/malcare.php\";s:4:\"4.87\";s:37:\"ultimate-addons-for-elementor/uae.php\";s:3:\"1.8\";s:35:\"menu-duplicator/menu-duplicator.php\";s:3:\"0.6\";s:27:\"ocean-extra/ocean-extra.php\";s:5:\"2.1.2\";s:39:\"permalink-manager/permalink-manager.php\";s:5:\"2.3.0\";s:57:\"prevent-landscape-rotation/prevent-landscape-rotation.php\";s:3:\"2.0\";s:23:\"wp-smushit/wp-smush.php\";s:6:\"3.12.4\";s:26:\"unbounce/Unbounce-Page.php\";s:6:\"1.0.49\";s:73:\"webmasters-core-web-vitals-checker/webmasters-core-web-vitals-checker.php\";s:3:\"1.5\";s:35:\"wp-optimize-premium/wp-optimize.php\";s:6:\"3.1.12\";s:35:\"insert-headers-and-footers/ihaf.php\";s:5:\"2.0.7\";s:33:\"wps-hide-login/wps-hide-login.php\";s:5:\"1.9.8\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"20.1\";}}', 'no'),
(441253, '_transient_timeout_wpseo_total_unindexed_posts_limited', '1676005854', 'no'),
(441254, '_transient_wpseo_total_unindexed_posts_limited', '26', 'no'),
(441255, '_transient_timeout_elementor_remote_info_api_data_3.10.2', '1676048157', 'no'),
(441256, '_transient_elementor_remote_info_api_data_3.10.2', 'a:4:{s:9:\"timestamp\";s:10:\"1676003345\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:64:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:5;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:6;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:16;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:19;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:20;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:21;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:23;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:24;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:25;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:27;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:28;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:29;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:30;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:31;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:32;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:33;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:34;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:35;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:36;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:37;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:38;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:39;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:40;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:41;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:42;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:43;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:44;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:45;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:46;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:47;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:48;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:49;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:51;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:53;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:54;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:55;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:56;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:58;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:59;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:60;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:61;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:62;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:63;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}', 'no'),
(441257, '_transient_timeout_feed_c8dc84948ab55424f034a4ced348e013', '1676048158', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(441258, '_transient_feed_c8dc84948ab55424f034a4ced348e013', '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:52:\"\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:3:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"OceanWP\";s: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:19:\"https://oceanwp.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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Free Multi-Purpose 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Feb 2023 19:07: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: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:30:\"https://wordpress.org/?v=6.0.3\";s: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:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\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:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://oceanwp.org/wp-content/uploads/2016/10/cropped-favicon-150x150.png\";s: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:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"OceanWP\";s: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:19:\"https://oceanwp.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:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s: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: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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"OceanWP 2023 Special Delight – Create a Custom eCommerce Website!\";s: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:73:\"https://oceanwp.org/blog/oceanwp-special-create-custom-ecommerce-website/\";s: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:81:\"https://oceanwp.org/blog/oceanwp-special-create-custom-ecommerce-website/#respond\";s: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, 06 Feb 2023 04:05: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:12:\"Announcement\";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:\"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://oceanwp.org/?p=639421\";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:1203:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/oceanwp-special-create-custom-ecommerce-website/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2023/01/ocean-ecomm-treasure-box-custom-ecommerce-website-announcement.jpg\" width=\"1200\" height=\"700\" title=\"OceanWP 2023 Special Delight &#8211; Create a Custom eCommerce Website!\" alt=\"OceanWP 2023 Special Delight &#8211; Create a Custom eCommerce Website!\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">Now it&#8217;s official! It is with great happiness that we announce that your dream custom eCommerce website with OceanWP and an in-house tool is now a reality! If you&#8217;ve been...<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/oceanwp-special-create-custom-ecommerce-website/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Lior Zelering\";s: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:37699:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/oceanwp-special-create-custom-ecommerce-website/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2023/01/ocean-ecomm-treasure-box-custom-ecommerce-website-announcement.jpg\" width=\"1200\" height=\"700\" title=\"OceanWP 2023 Special Delight &#8211; Create a Custom eCommerce Website!\" alt=\"OceanWP 2023 Special Delight &#8211; Create a Custom eCommerce Website!\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">\n<p class=\"has-medium-font-size\">Now it&#8217;s official!</p>\n\n\n\n<p class=\"has-medium-font-size\">It is with great happiness that we announce that <strong>your dream custom eCommerce website with OceanWP and an in-house tool is now a reality</strong>!</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2023/01/ocean-ecomm-announcement-1024x538.png\" alt=\"OceanWP\'s custom eCommerce website tool announcement banner for Ocean eComm Treasure Box Addon for WooCommerce\" class=\"wp-image-639897\" width=\"768\" height=\"404\" srcset=\"//oceanwp.org/wp-content/uploads/2023/01/ocean-ecomm-announcement-1024x538.png 1024w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecomm-announcement-300x158.png 300w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecomm-announcement-768x403.png 768w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecomm-announcement.png 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure></div>\n\n\n<p>If you&#8217;ve been following our progress during 2022, you know <a href=\"https://oceanwp.org/blog/oceanwp-update-elementor-sections-libarary/\">we have been announcing a brand new premium plugin since August</a>. In the meantime, and as it so often happens, we actually started working on two new plugins.</p>\n\n\n\n<p>However, the <strong>one plugin we have been anticipating, probably as much as you did, has been officially released</strong>. Please allow us to introduce you to the <strong>Ocean eComm Treasure Box premium addon for WooCommerce</strong>.</p>\n\n\n\n<h2>Ocean eComm Treasure Box</h2>\n\n\n\n<p><a href=\"https://oceanwp.org/ocean-ecomm-treasure-box-premium-plugin/\"><strong>Ocean eComm Treasure Box</strong> &#8211; or just <strong>Ocean eCommerce</strong> for short &#8211; is the latest premium addon by OceanWP</a> that enables you to<strong> build, style, customize and optimize your online store as you wish</strong>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img width=\"722\" height=\"250\" src=\"https://oceanwp.org/wp-content/uploads/2023/01/ocean-ecomm-banner-large.png\" alt=\"Ocean eComm Treasure Box addon for WooCommerce banner\" class=\"wp-image-639847\" srcset=\"//oceanwp.org/wp-content/uploads/2023/01/ocean-ecomm-banner-large.png 722w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecomm-banner-large-300x104.png 300w\" sizes=\"(max-width: 722px) 100vw, 722px\" /></figure></div>\n\n\n<p>The Ocean eComm Treasure Box <strong>empowers all website owners to build their dream custom ecommerce website with OceanWP and WooCommerce</strong>.</p>\n\n\n\n<h3>Ocean eCommerce Lead Advantages</h3>\n\n\n\n<p>There&#8217;s actually a stack of advantages when designing and building a custom eCommerce website with OceanWP and Ocean eComm Treasure Box. </p>\n\n\n\n<p>Besides <strong>combining the already amazing WooCommerce styling features that come included with the OceanWP WordPress theme</strong>, the key advantages are:</p>\n\n\n\n<ul><li><strong>Levels of controls</strong>: you control the entire process of the design and decide which pages should make use of custom templates.</li><li><strong>Styling and optimization</strong>: make use of the inbuilt OceanWP WooCommerce Styling or style from scratch and optimize until perfection.</li><li><strong>Unlimited A / B testing</strong>: every online shop has their target audience. With Ocean eCommerce you can build as many templates as you like and perform unlimited tests to see which magic formula works for your products and your customers.</li></ul>\n\n\n\n<h2>Build a Custom eCommerce Website with OceanWP, WooCommerce and Ocean eComm Treasure Box</h2>\n\n\n\n<p><strong>Ocean eCommerce enables WordPress users to create a 100% custom eCommerce website based on WooCommerce</strong>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-custom-ecommerce-website-addon-woocommerce-1024x1024.png\" alt=\"Ocean eComm Treasure Box addon for WooCommerce enables you to create custom eCommerce websites\" class=\"wp-image-639820\" width=\"512\" height=\"512\" srcset=\"//oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-custom-ecommerce-website-addon-woocommerce-1024x1024.png 1024w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-custom-ecommerce-website-addon-woocommerce-300x300.png 300w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-custom-ecommerce-website-addon-woocommerce-150x150.png 150w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-custom-ecommerce-website-addon-woocommerce-768x768.png 768w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-custom-ecommerce-website-addon-woocommerce-600x600.png 600w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-custom-ecommerce-website-addon-woocommerce-128x128.png 128w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-custom-ecommerce-website-addon-woocommerce-256x256.png 256w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-custom-ecommerce-website-addon-woocommerce.png 1400w\" sizes=\"(max-width: 512px) 100vw, 512px\" /></figure></div>\n\n\n<p><a href=\"https://wordpress.org/plugins/woocommerce/\" target=\"_blank\" rel=\"noreferrer noopener\">WooCommerce is the world&#8217;s most popular eCommerce solution</a>. It&#8217;s not only free, but also allows you full freedom, meaning that you and only you are the owner of all your online store&#8217;s content and data forever.</p>\n\n\n\n<p>If you&#8217;re new to WordPress, OceanWP or WooCommerce, but would like to see if running an eCommerce  website is the right solution for your business, you can always <a href=\"https://wordpress.org/themes/oceanwp/\" target=\"_blank\" rel=\"noreferrer noopener\">start free with OceanWP</a>. The <strong>OceanWP WordPress theme bundles an enormous amount of styling options and features for WooCommerce</strong>. Most importantly, all <strong>customization options are only a click away</strong> by making use of the OceanWP Customizer and its live preview options.</p>\n\n\n\n<p><a href=\"https://oceanwp.org/core-extensions-bundle/\" data-type=\"page\" data-id=\"36995\">OceanWP Premium</a> users have also been enjoying the variety of <a href=\"https://oceanwp.org/demos/\">prebuilt full website templates for eCommerce websites</a>. Now, <strong>the time has come to raise the bar</strong> and take the custom eCommerce website experience onto another level with Ocean eComm Treasure Box.</p>\n\n\n\n<h3>Ocean eCommerce Builder Support</h3>\n\n\n\n<p>For the initial release, the<strong> </strong><a href=\"https://oceanwp.org/ocean-ecomm-treasure-box-features/#otb-elementor-widgets\"><strong>Ocean eComm Treasure Box plugin supports free Elementor</strong> page builder</a>. Of course, you can also combine it with the pro version, but it&#8217;s important to emphasize that <strong>no third-party premium plugins are necessary to run or operate any of the OceanWP free or premium plugins</strong>.</p>\n\n\n\n<p>Additional builder methods are planned <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<h3>Custom eCommerce Website Templates Support</h3>\n\n\n\n<p><strong>Ocean eComm Treasure Box enables you to create custom templates for 14 default WooCommerce pages</strong>.</p>\n\n\n\n<p>Those default WooCommerce pages include but are not limited to:</p>\n\n\n\n<ul><li>Shop page,</li><li>Single Product page,</li><li>Thank You page,</li><li>Checkout page,</li><li>Cart page &amp; more.</li></ul>\n\n\n\n<p>Check out the <a href=\"https://oceanwp.org/ocean-ecomm-treasure-box-features/#otb-custom-templates-support\">full list of default WooCommerce pages supported by custom templates</a>.</p>\n\n\n\n<h3>How Do Custom Page Templates Work</h3>\n\n\n\n<p>By default, <strong>your eCommerce website is making use of all the default WooCommerce pages</strong>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-woo-templates-tab-1024x1024.png\" alt=\"\" class=\"wp-image-639813\" width=\"512\" height=\"512\" srcset=\"//oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-woo-templates-tab-1024x1024.png 1024w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-woo-templates-tab-300x300.png 300w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-woo-templates-tab-150x150.png 150w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-woo-templates-tab-768x768.png 768w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-woo-templates-tab-600x600.png 600w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-woo-templates-tab-128x128.png 128w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-woo-templates-tab-256x256.png 256w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-woo-templates-tab.png 1400w\" sizes=\"(max-width: 512px) 100vw, 512px\" /></figure></div>\n\n\n<p>Thanks to the<strong> vast OceanWP inbuilt customization options for WooCommerce</strong> (and, while we&#8217;re at it, these are 100% free), you can <strong>style and customize these pages directly through your Customizer</strong>: Customize &gt; WooCommerce.</p>\n\n\n\n<p><strong>Besides the existing loop builders</strong> (elements display and positioning) for WooCommerce archives and single product pages, <strong>multiple and different styling options</strong> (for example the page layout, thumbnails layout, tabs layout and more), <strong>sometimes you just need to offer your customers something different</strong>. Sometimes you need to <strong>go further and offer more</strong>. Sometimes you just need a custom page template.</p>\n\n\n\n<p>And that&#8217;s where the Ocean eComm Treasure Box addon steps in.</p>\n\n\n\n<p><strong>Go above and beyond and come up with the perfect template</strong> for a single product page or checkout, and <strong>optimize your online store for fast ROI and increased revenue</strong>.</p>\n\n\n\n<p>Once you <strong>create a custom page template</strong>, you can mark it as the default template directly from the Templates section or through your eCommerce OTB dashboard &gt; Woo Templates.</p>\n\n\n\n<p>All other pages, that are not making use of the custom templates, will remain as is and you can style them directly through the Customizer.</p>\n\n\n\n<h2>Budget Control, Unlimited A/B Tests and ROI for Custom eCommerce websites</h2>\n\n\n\n<p><strong>Ready-to-use eCommerce platforms</strong> (outside of WordPress) do look quite handy but <strong>are limited in functionality</strong>.</p>\n\n\n\n<p><strong>Each time you&#8217;d like to change the template or design, you need to be ready to inject more cash</strong> into that venture. <strong>WordPress, WooCommerce and Ocean eComm Treasure Box function differently</strong>.</p>\n\n\n\n<p>You can <strong>create as many templates as you like</strong> and as you see fit. Whenever you wish to <strong>change a template, it costs you nothing</strong>.</p>\n\n\n\n<p>This <strong>freedom and ability to perform unlimited A/B testing work wonders for your budget</strong>, but also <strong>empowers you to get to the perfect sells-on-its-own eCommerce solution</strong> for your online store. In return, you&#8217;ll get a <strong>more converting eCommerce website and a fast ROI</strong> (return on investment).</p>\n\n\n\n<p>Did we hear you say <strong>high-conversion, fast ROI and budget control are the essential for any business</strong>? Because you are right and the chance is yours to grab it!</p>\n\n\n\n<p>Though, <strong>there&#8217;s more to this success formula than just templates</strong>. Let us show you the other features as well.</p>\n\n\n\n<h2>Ocean eComm Treasure Box Combines Multiple Features at Once</h2>\n\n\n\n<p>Running new features would not be such a joy and pleasure without making sure your life gets easier with the process which is the reason <strong>Ocean eComm Treasure Box addon for WooCommerce combines multiple features at once</strong>.</p>\n\n\n\n<h3>Old Features In a New Way</h3>\n\n\n\n<p>When it comes to eCommerce websites, two of the most used premium Ocean features are by far:</p>\n\n\n\n<ul><li><strong>Ocean Sticky Header</strong> (makes your website&#8217;s header sticky on scroll) and</li><li><strong>Ocean Woo Popup</strong> (helps increase conversion rate by displaying a popup on Add to Cart action. Content controlled by you).</li></ul>\n\n\n\n<p><strong>Both of these premium plugins are a part of the OceanWP Core Extensions Bundle</strong> (aka The Bundle, aka Ocean Bundle, aka OceanWP Pro, you get the idea <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> ).</p>\n\n\n\n<p>To <strong>save your time</strong>, as well as to <strong>reduce the plugin number</strong>, <strong>we added both of these features directly into the new Ocean eComm Treasure Box</strong> addon for WooCommerce.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-components-tab-1024x1024.png\" alt=\"screenshot of the Ocean eCommerce premium plugin dashboard displaying most significant points of the Components tab\" class=\"wp-image-639814\" width=\"512\" height=\"512\" srcset=\"//oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-components-tab-1024x1024.png 1024w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-components-tab-300x300.png 300w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-components-tab-150x150.png 150w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-components-tab-768x768.png 768w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-components-tab-600x600.png 600w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-components-tab-128x128.png 128w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-components-tab-256x256.png 256w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-components-tab.png 1400w\" sizes=\"(max-width: 512px) 100vw, 512px\" /></figure></div>\n\n\n<p>This means that &#8211; <a href=\"https://oceanwp.org/core-extensions-bundle/\" data-type=\"page\" data-id=\"36995\">regardless of your OceanWP Bundle license status</a> and whether you have a Bundle license or not &#8211; <strong>you will be able to use the Sticky Header and Woo Popup features if you have the Ocean eCommerce license</strong>.</p>\n\n\n\n<p>Likewise, if you already have the Bundle but would just like to reduce the number of plugins since you&#8217;ll be already running Ocean eCommerce on your website, <strong>you can remove these plugins and activate the new options directly from your Ocean eCommerce dashboard, Components tab</strong>.</p>\n\n\n\n<p><strong>As far as the functionality goes</strong> &#8211; everything remains the same. If you&#8217;re an OceanWP premium user and have been working with Ocean Sticky Header or Ocean Woo Popup (or both) in the past, <strong>there won&#8217;t be any learning curves</strong>.</p>\n\n\n\n<p>But, there&#8217;s more!</p>\n\n\n\n<h3>The Checkout Fields Manager</h3>\n\n\n\n<p>Now, full process control and optimization would be incomplete without such a nifty feature, wouldn&#8217;t it? Most importantly, you<strong> don&#8217;t need to use third-party plugins to achieve this functionality anymore</strong>.</p>\n\n\n\n<p><strong>Ocean eComm Treasure Box premium addon for WooCommerce allows you to completely customize your checkout</strong>.</p>\n\n\n\n<p>The Checkout Fields Manager allows you to <strong>customize and optimize</strong>:</p>\n\n\n\n<ul><li>the <strong>billing field</strong>,</li><li>the <strong>shipping field</strong>, and</li><li>the <strong>additional info field</strong>.</li></ul>\n\n\n\n<p>What exactly <strong>can you do with the Checkout Fields Manager</strong>? Well, <strong>everything</strong>!</p>\n\n\n\n<p>Some of the Checkout Fields Manager options include:</p>\n\n\n\n<ul><li>decide which fields will be mandatory,</li><li>remove existing fields,</li><li>add brand new fields,</li><li>rename or repurpose existing options,</li><li>control default values,</li><li>control placeholder text,</li><li>enable validation, etc.</li></ul>\n\n\n\n<p>And, did we also tell you that <strong>the new Checkout Fields Manager supports the loop builder</strong>?</p>\n\n\n\n<p>Exactly! <strong>Besides controlling the fields and content, you can also change their order of appearance for 100% optimization</strong>.</p>\n\n\n\n<p>Check out the <a href=\"https://docs.oceanwp.org/article/852-how-to-use-checkout-fields-manager\">support documentation on how to use the new Checkout Fields Manager</a>.</p>\n\n\n\n<h3>Product Swatches</h3>\n\n\n\n<p>The <strong>Checkout Fields Manager is not the only new feature</strong> we bring to your custom eCommerce websites. <strong>We also have the Product Swatches feature for you</strong>!</p>\n\n\n\n<p>Though the <strong>OceanWP theme</strong> did <strong>always support default WooCommerce product swatches</strong>, <strong>one thing was missing</strong> &#8211; the<strong> option to customize and style product swatches</strong>.</p>\n\n\n\n<p>What does the Product Swatches module for Ocean eComm Treasure Box bring to the table?</p>\n\n\n\n<p>On top of the fact that from now on <strong>you won&#8217;t need to use third-party plugins to achieve this functionality</strong>, <strong>the Product Swatches module enables you to create 4 different swatches types and display them in an eye-catching way</strong>:</p>\n\n\n\n<ul><li>colors,</li><li>images,</li><li>buttons,</li><li>radio.</li></ul>\n\n\n\n<p>Check out the <a href=\"https://docs.oceanwp.org/article/853-how-to-use-product-swatches\">support documentation on how to use the new Product Swatches module</a>.</p>\n\n\n\n<h2>What Makes Ocean eComm Treasure Box Different</h2>\n\n\n\n<p>Custom eCommerce websites are definitely not a novelty. However, <strong>we&#8217;d like to change your experience with custom eCommerce sites</strong>, whether you&#8217;re a developer, freelancer or a small business owner.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-5star-dashboard-1024x1024.png\" alt=\"screenshot of the new Ocean eCommerce premium plugin dashboard in light and dark mode\" class=\"wp-image-639805\" width=\"512\" height=\"512\" srcset=\"//oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-5star-dashboard-1024x1024.png 1024w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-5star-dashboard-300x300.png 300w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-5star-dashboard-150x150.png 150w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-5star-dashboard-768x768.png 768w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-5star-dashboard-600x600.png 600w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-5star-dashboard-128x128.png 128w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-5star-dashboard-256x256.png 256w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-5star-dashboard.png 1400w\" sizes=\"(max-width: 512px) 100vw, 512px\" /></figure></div>\n\n\n<p>Thanks to the feedback from our users and customers, we&#8217;ve come up with <strong>a short list of items that makes Ocean eComm Treasure Box addon for WooCommerce different</strong>.</p>\n\n\n\n<h3>Author Reliability</h3>\n\n\n\n<p>The Ocean eComm Treasure Box addon is brought to you by <strong>the OceanWP team</strong> &#8211; the team that&#8217;s been handling the <a href=\"https://wordpress.org/themes/oceanwp/\" target=\"_blank\" rel=\"noreferrer noopener\">OceanWP free WordPress theme</a>, free and premium Ocean plugins for WordPress for you <strong>since 2016</strong>. With<strong> 700K+ active installs</strong>, and <a href=\"https://wordpress.org/support/theme/oceanwp/reviews/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>over 5400 WordPress reviews</strong></a>, the <strong>OceanWP theme is the best and top-rated free WordPress theme</strong>.</p>\n\n\n\n<p><strong>OceanWP is a registered trademark</strong> within the United States Patent and Trademark Office.</p>\n\n\n\n<h3>Product Stability</h3>\n\n\n\n<p>Product quality is our priority. <strong>Stable products enable you to</strong> <strong>worry less</strong> about your sites and <strong>dedicate your time to your business alone</strong>.</p>\n\n\n\n<p>Are we perfect? As about everybody else. But are we always going to strive to do more and do better? Yes.</p>\n\n\n\n<h3>Customer Support Quality</h3>\n\n\n\n<p>The <strong>OceanWP tech support team</strong> is rated as one of the <strong>most dedicated, friendliest and fastest support teams</strong> there is. Whether you&#8217;re a free or premium user, <strong>you can always count on support for OceanWP products</strong>.</p>\n\n\n\n<h3>Customer Success Oriented</h3>\n\n\n\n<p>Your success is our success. On top of the dedicated support, we&#8217;re also involved in <strong>helping you beat all obstacles surrounding WordPress or websites through <a href=\"https://oceanwp.org/oceanwp-academy/\" data-type=\"page\" data-id=\"629178\">various webinars, workshops and courses</a></strong>.</p>\n\n\n\n<p>OceanWP products are specifically designed for you and <a href=\"https://oceanwp.org/feature-requests/\" data-type=\"page\" data-id=\"611644\">we&#8217;re always open to listen to your suggestions and ideas for improvements and new features</a>.</p>\n\n\n\n<h3>Combining the Best OceanWP Features for WooCommerce With the New Ocean eComm Treasure Box Addon</h3>\n\n\n\n<p>The<strong> OceanWP theme is one of the top choices for small business owners and developers</strong> thanks to its <strong>various customization and styling options features for WooCommerce which are 100% free</strong>.</p>\n\n\n\n<p>Such free OceanWP WooCommerce customization features include but are not limited to: </p>\n\n\n\n<ul><li><strong>archive and single product loop builders</strong>,</li><li><strong>multi-step checkout</strong>,</li><li><strong>menu cart</strong> and <strong>mini cart</strong>,</li><li><strong>dedicated WooCommerce sidebar</strong>,</li><li><strong>conditional logic for pricing and Add to Cart</strong>,</li><li><strong>Ajax Add to Cart</strong>,</li><li><strong>sticky Add to Cart</strong> (Floating Bar) and more. </li></ul>\n\n\n\n<p>This means that absolutely everyone is able to build a complete and functional eCommerce website by just running the OceanWP theme. <strong>Now we&#8217;re equipping you to do even more</strong>.</p>\n\n\n\n<p class=\"has-white-color has-text-color has-background\" style=\"background-color:#001a5d\">Check out all OceanWP WooCommerce customization options for free. <a style=\"color:white;\" href=\"https://oceanwp.org/core-extensions-bundle/\" data-type=\"page\" data-id=\"36995\">Download OceanWP, install WooCommerce, access the Customizer and fire away</a>.</p>\n\n\n\n<h2>How You Benefit From a Custom eCommerce Website</h2>\n\n\n\n<p>If you&#8217;re reading this post, it means you&#8217;re already considering a custom eCommerce website and your reasons are more than valid.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/11/hero-img-001.jpg\" alt=\"build custom eCommerce website with OceanWP and WooCommerce\" class=\"wp-image-638620\" width=\"480\" height=\"480\" srcset=\"//oceanwp.org/wp-content/uploads/2022/11/hero-img-001.jpg 960w, //oceanwp.org/wp-content/uploads/2022/11/hero-img-001-300x300.jpg 300w, //oceanwp.org/wp-content/uploads/2022/11/hero-img-001-150x150.jpg 150w, //oceanwp.org/wp-content/uploads/2022/11/hero-img-001-768x768.jpg 768w, //oceanwp.org/wp-content/uploads/2022/11/hero-img-001-600x600.jpg 600w, //oceanwp.org/wp-content/uploads/2022/11/hero-img-001-128x128.jpg 128w, //oceanwp.org/wp-content/uploads/2022/11/hero-img-001-256x256.jpg 256w\" sizes=\"(max-width: 480px) 100vw, 480px\" /></figure></div>\n\n\n<p>While <strong>dedicated eCommerce platforms do appear like a perfect solution at first glance</strong>, you already know that option is not only a <strong>foe to your budget</strong>, but also <strong>not a long-term solution</strong> which is what you need, whether you&#8217;re a freelancer, agency designer or a small business owner.</p>\n\n\n\n<p>Just in case you need a little bit more reassurance, <strong>here are our top reasons on how you or your clients will benefit from a custom eCommerce website</strong>.</p>\n\n\n\n<h3>Search Engine Ranking</h3>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2023/01/custom-ecommerce-website-perfect-seo.jpeg\" alt=\"custom ecommerce website enables you to optimize your website perfectly for search engines and rank higher on search result pages\" class=\"wp-image-639842\" width=\"600\" height=\"400\" srcset=\"//oceanwp.org/wp-content/uploads/2023/01/custom-ecommerce-website-perfect-seo.jpeg 800w, //oceanwp.org/wp-content/uploads/2023/01/custom-ecommerce-website-perfect-seo-300x200.jpeg 300w, //oceanwp.org/wp-content/uploads/2023/01/custom-ecommerce-website-perfect-seo-768x512.jpeg 768w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></figure></div>\n\n\n<p>Absolutely <strong>each and every website made with WordPress has a 100% more chance</strong> (and options) to not only <strong>rank their custom eCommerce website for search engines</strong>, but also optimize it for higher ranking scores.</p>\n\n\n\n<p><strong>WordPress</strong> started out as a blogging platform and its <strong>ranking capabilities are undisputed</strong>. Posting, even small articles, on a regular basis will help you <strong>establish and reinforce authority and expertise through an information architecture</strong> thanks to specialized SEO.</p>\n\n\n\n<p>Obviously, we don&#8217;t need to inform you that t<strong>he better your SEO</strong> scores are, <strong>the better the chances for increased sales, revenue and growth</strong>.</p>\n\n\n\n<h3>Immediate Cost Reduction and Affordability on Long-Run</h3>\n\n\n\n<p>While you&#8217;ll definitely need to invest in hosting and some premium tools and perhaps even expert services that will help you get a tailored custom eCommerce website, all these options are not only cheaper to begin with but also more affordable on a long-run.</p>\n\n\n\n<p>With dedicated custom eCommerce platforms, you need to be sure what you want and be sure now. Sadly, every little change will cost you additionally. On top of the unfortunate event of not being able to control your budget, let&#8217;s not forget additional sales fees.</p>\n\n\n\n<p>A <strong>custom eCommerce website puts you and only you in full control over your budget</strong> while offering you<strong> millions of customization options, content ownership, customer data insights and reports, design freedom, unlimited experiments and A/B testing</strong>. Plus, <strong>the entire revenue is yours</strong> and only yours.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2023/01/custom-ecommerce-website-budget-control.jpeg\" alt=\"image depicting how custom ecommerce website put you in control of your budget, ensure a fast return on investment and increase revenue while being the most affordable long-term solution\" class=\"wp-image-639844\" width=\"600\" height=\"400\" srcset=\"//oceanwp.org/wp-content/uploads/2023/01/custom-ecommerce-website-budget-control.jpeg 800w, //oceanwp.org/wp-content/uploads/2023/01/custom-ecommerce-website-budget-control-300x200.jpeg 300w, //oceanwp.org/wp-content/uploads/2023/01/custom-ecommerce-website-budget-control-768x512.jpeg 768w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></figure></div>\n\n\n<h3>Meet Unique Business Requirements</h3>\n\n\n\n<p>Sure. Some products are more or less the same, but<strong> each business</strong> behind those products<strong> is unique</strong>.</p>\n\n\n\n<p>Naturally, a <strong>unique business has its own unique needs and requirements</strong> which only a custom eCommerce website can meet.</p>\n\n\n\n<p>Besides <strong>branding</strong>, custom online shops allow you to <strong>grow along with your business growth</strong>. And in order for your business to grow, you have no other option but to <strong>meet unique market and customer demands</strong>.</p>\n\n\n\n<p><strong>Custom eCommerce sites</strong> do not only enable you to <strong>create a custom storefront design specifically tailored for your business</strong>, but also empower you to <strong>provide your customers with a one-of-a-kind shopping experience</strong> through full process control.</p>\n\n\n\n<p>And just how do you provide customers with such experience? Well, there are numerous options, but the ones you should definitely put an emphasis is a <strong>stunning presentation</strong>, <strong>seamless checkout</strong>, <strong>custom shipping rules</strong>, <strong>variety of payment options</strong> and a <strong>buying process control</strong>.</p>\n\n\n\n<h3>Customization, Scalability and Optimization</h3>\n\n\n\n<p>Needless to say, a <strong>custom eCommerce website enables you to customize, scale and optimize your online store in every possible way</strong> &#8211; each and every time. Of course, <strong>without blowing your budget</strong>.</p>\n\n\n\n<p>Only custom eCommerce websites provide <strong>genuinely customizable options and diverse opportunities for scaling</strong>. This means that your online store can be a top-notch mobile-friendly out-of-this-world place that fulfills customer needs.</p>\n\n\n\n<p><strong>A scalable and flexible eCommerce website</strong> that&#8217;s ready to answer (modern-age) challenges and meet customer needs can only promise a few good things: f<strong>ast return on investment</strong>, <strong>business growth and revenue increase</strong> &#8211; all of which on a budget you control.</p>\n\n\n\n<h2>Launch Your Custom eCommerce Website</h2>\n\n\n\n<p>Ready to launch an online store and build a custom eCommerce website? Perfect!</p>\n\n\n\n<p>If you want to try and build a custom online shop on your own or design custom eComm sites for clients, then <a href=\"https://oceanwp.org/ocean-custom-ecommerce-website-premium-plans/\">choose your Ocean eCommerce Premium Plan and get started</a>.</p>\n\n\n\n<p>On the other hand, if you want a custom storefront but feel like you need a little bit of expert help, don&#8217;t dwell on it and <a href=\"https://oceanwp.org/oceanwp-expert-partners/\">check in with OceanWP Experts</a>.</p>\n\n\n\n<h3>Ocean eCommerce Premium Plans</h3>\n\n\n\n<p>Ocean eComm Treasure Box Addon for WooCommerce is available under four different premium plans:</p>\n\n\n\n<ul><li>Store,</li><li>Entrepreneur,</li><li>Shopping Plus, and</li><li>Shopping Mall.</li></ul>\n\n\n\n<p><strong>Each of the premium plans comes with its own benefits</strong>. Naturally, this is just the start and more features are planned and coming <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2023/01/oceanwp-premium-ecommerce-plans-launch-promo-1024x277.png\" alt=\"screenshot of the Ocean eCommerce premium plans for the Ocean eComm Treasure Box addon for WooCommerce for custom eCommerce websites\" class=\"wp-image-639898\" width=\"768\" height=\"208\" srcset=\"//oceanwp.org/wp-content/uploads/2023/01/oceanwp-premium-ecommerce-plans-launch-promo-1024x277.png 1024w, //oceanwp.org/wp-content/uploads/2023/01/oceanwp-premium-ecommerce-plans-launch-promo-300x81.png 300w, //oceanwp.org/wp-content/uploads/2023/01/oceanwp-premium-ecommerce-plans-launch-promo-768x208.png 768w, //oceanwp.org/wp-content/uploads/2023/01/oceanwp-premium-ecommerce-plans-launch-promo-1536x415.png 1536w, //oceanwp.org/wp-content/uploads/2023/01/oceanwp-premium-ecommerce-plans-launch-promo.png 1850w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure></div>\n\n\n<p><strong>Ocean eComm Treasure Box Addon for WooCommerce is not and will not be a part of the Bundle</strong>.</p>\n\n\n\n<p>But don&#8217;t you think for one second we&#8217;ve forgotten about all our users. <strong>If you have an active Bundle license</strong>, you can<strong> immediately </strong><a href=\"https://oceanwp.org/oceanwp-special-discount-application/\"><strong>apply for a special loyalty award bonus</strong> and <strong>get any of the available Ocean eCommerce plans at an insanely discounted price</strong></a>!</p>\n\n\n\n<p>If you&#8217;re <strong>new to OceanWP or custom eCommerce websites</strong>, hurry up and<strong> <a href=\"https://oceanwp.org/ocean-custom-ecommerce-website-premium-plans/\">make use of the exceptional early promo to celebrate the launch of our latest product &#8211; Ocean eComm Treasure Box</a></strong>.</p>\n\n\n\n<h3>There&#8217;s a Groovy Treat!</h3>\n\n\n\n<p><strong>Get any of the Ocean eCommerce premium plans during the eComm Launch Party promo and secure automated renewal fees at the same price</strong>!</p>\n\n\n\n<p>You read that right. Not only will you enjoy our usual price-lock, but <strong>you&#8217;ll also be relishing the discounted price-lock</strong>. General OceanWP price-lock terms are applied and your price-lock is ensured and secure as long as you have an active subscription that has never been cancelled (for the annual plans).</p>\n\n\n\n<p>Lifetime plans are really, and we do mean really, lifetime plans. Once you get a lifetime plan, you&#8217;re secured for life with a one-time payment only.</p>\n\n\n\n<p class=\"has-medium-font-size\">Let&#8217;s get this party started!</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/ocean-custom-ecommerce-website-premium-plans/\"><img src=\"https://oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-launch-party-promo-banner-1024x366.png\" alt=\"custom ecommerce website addon for WooCommerce by OceanWP promo banner\" class=\"wp-image-639887\" width=\"768\" height=\"275\" srcset=\"//oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-launch-party-promo-banner-1024x366.png 1024w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-launch-party-promo-banner-300x107.png 300w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-launch-party-promo-banner-768x274.png 768w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-launch-party-promo-banner.png 1400w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p style=\"font-size:19px\"><a href=\"https://oceanwp.org/ocean-custom-ecommerce-website-premium-plans/\">Choose your Ocean eComm plan and build a custom eCommerce website with WooCommerce and Ocean eComm Treasure Box in a way you&#8217;ve always dreamed about</a>.</p>\n\n\n\n<p>Wait! There&#8217;s more <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<h2>Meet Ocean eComm Treasure Box Live</h2>\n\n\n\n<p>On Thursday, February 23rd 2023 6PM UK time, we&#8217;ll be holding a live presentation &amp; workshop for the Ocean eComm Treasure Box. </p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https://us06web.zoom.us/meeting/register/tZckdOutrjkpGN1p-yp9o0m2FJDSMumKqJGf\" target=\"_blank\" rel=\"noopener\"><img src=\"https://oceanwp.org/wp-content/uploads/2023/02/ecomm-webinar-presentation-banner-819x1024.png\" alt=\"\" class=\"wp-image-640046\" width=\"614\" height=\"768\" srcset=\"//oceanwp.org/wp-content/uploads/2023/02/ecomm-webinar-presentation-banner-819x1024.png 819w, //oceanwp.org/wp-content/uploads/2023/02/ecomm-webinar-presentation-banner-240x300.png 240w, //oceanwp.org/wp-content/uploads/2023/02/ecomm-webinar-presentation-banner-768x960.png 768w, //oceanwp.org/wp-content/uploads/2023/02/ecomm-webinar-presentation-banner.png 1080w\" sizes=\"(max-width: 614px) 100vw, 614px\" /></a></figure></div>\n\n\n<p>Join us while we unwrap the eComm Treasure Box features for you and show you how you can customize and optimize your eCommerce website. <a href=\"https://us06web.zoom.us/meeting/register/tZckdOutrjkpGN1p-yp9o0m2FJDSMumKqJGf\" target=\"_blank\" rel=\"noreferrer noopener\">Register for the Unpacking eComm Treasure Box presentation now</a> or use this <a href=\"https://www.timeanddate.com/worldclock/converter.html?iso=20230223T180000&amp;p1=136&amp;p2=137&amp;p3=64&amp;p4=179&amp;p5=37&amp;p6=26&amp;p7=166&amp;p8=176&amp;p9=33&amp;p10=240\" target=\"_blank\" rel=\"noreferrer noopener\">online time and zone converter</a> and save the date.</p>\n\n\n\n<p>Happy Custom eCommerce!</p>\n<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/oceanwp-special-create-custom-ecommerce-website/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://oceanwp.org/blog/oceanwp-special-create-custom-ecommerce-website/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:1:\"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:\"\";}}}}}i:1;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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"OceanWP Northern Star Update: Welcome Adobe Fonts!\";s: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:74:\"https://oceanwp.org/blog/oceanwp-northern-star-update-welcome-adobe-fonts/\";s: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:82:\"https://oceanwp.org/blog/oceanwp-northern-star-update-welcome-adobe-fonts/#respond\";s: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, 02 Jan 2023 06:08: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Introducing\";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:6:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"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://oceanwp.org/?p=639392\";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:1160:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/oceanwp-northern-star-update-welcome-adobe-fonts/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/12/oceanwp-northern-star-update-adobe-fonts-integration-featured-image.jpg\" width=\"1200\" height=\"700\" title=\"OceanWP Northern Star Update: Welcome Adobe Fonts!\" alt=\"OceanWP Northern Star Update: Welcome Adobe Fonts!\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">Throughout history, mariners have used the Northern Star aka Polaris as a reliable beacon that would guide them home. If you believe in Santa Clause, then you know this jolly...<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/oceanwp-northern-star-update-welcome-adobe-fonts/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Lior Zelering\";s: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:23400:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/oceanwp-northern-star-update-welcome-adobe-fonts/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/12/oceanwp-northern-star-update-adobe-fonts-integration-featured-image.jpg\" width=\"1200\" height=\"700\" title=\"OceanWP Northern Star Update: Welcome Adobe Fonts!\" alt=\"OceanWP Northern Star Update: Welcome Adobe Fonts!\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">\n<p class=\"has-medium-font-size\">Throughout history, mariners have used the Northern Star aka Polaris as a reliable beacon that would guide them home. If you believe in Santa Clause, then you know this jolly ol&#8217; fellow in red still uses it for navigation to ensure he&#8217;s on the right path <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> </p>\n\n\n\n<p class=\"has-medium-font-size\">As for OceanWP, we&#8217;ve chosen to name this update release Northern Star not only because of the Holidays or because the Polaris itself leaves you speechless &#8211; but because it also represents guidance, hope and inspiration. And we all hope the year 2023 will be fulfilling and inspirational for all of you.</p>\n\n\n\n<p>Thinking about 2022, we had an amazing year in which we introduced a lot of features and improvements that helped you build better websites faster.</p>\n\n\n\n<p>For example: Options to host Google fonts locally and make your website GDPR friendly, which was released with the <a href=\"https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/\">OceanWP Breeze Update</a>; A new and better OceanWP Panel for improved user experience with lots of new features, released with the <a href=\"https://oceanwp.org/blog/oceanwp-theme-panel-makeover/\">OceanWP Starboard Update</a>, or the welcoming of OceanWP Elementor Sections Library, released with the <a href=\"https://oceanwp.org/blog/oceanwp-update-elementor-sections-libarary/\">OceanWP High Tide Update</a>.</p>\n\n\n\n<p>But, as already mentioned in the <a href=\"https://oceanwp.org/blog/oceanwp-year-2022-review-2023-plans/\" data-type=\"post\" data-id=\"639169\">OceanWP 2022 in review article</a>, our work is never done and there&#8217;s always lots to do!</p>\n\n\n\n<p>That being said, and without further ado, let&#8217;s welcome the <strong>first OceanWP update release of the year</strong> &#8211; <strong>OceanWP Northern Star Update</strong>.</p>\n\n\n\n<h2>Table of Content:</h2>\n\n\n\n<ul id=\"ocean-extra\"><li><a href=\"#oceanwp\">OceanWP 3.4.0</a></li><li><a href=\"#ocean-extra\">Ocean Extra 2.1.0</a></li><li><a href=\"#update-preparations\">How to prepare your website for updates</a></li></ul>\n\n\n\n<h2 id=\"oceanwp\">OceanWP 3.4.0 Update Release</h2>\n\n\n\n<h3>Scroll Effect Feature Changes</h3>\n\n\n\n<p>As of OceanWP 3.4.0, you will be<strong> able to disable the Scroll Effect script which is included in the OceanWP theme</strong>.</p>\n\n\n\n<p><strong>The Scroll Effect script is used for smooth scrolling with various options</strong>. For example, <strong>anchor links and basically any &#8220;animation&#8221; present within the theme which involves the automated scrolling effect</strong>.</p>\n\n\n\n<p>Some of you prefer using third-party plugins for the smooth scroll effect, and those scripts did not play along with the inbuilt OceanWP scroll feature. If you&#8217;re still a fan of third-party plugins or don&#8217;t use any of the features that require smooth automated scrolling on your website, <strong>from now on you can disable the Scroll Effect script</strong>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img width=\"329\" height=\"451\" src=\"https://oceanwp.org/wp-content/uploads/2022/12/image-3.png\" alt=\"OceanWP Northern Star update release brings a new option to disable the smooth scroll effect included in the OceanWP theme or add custom offset to it. This is a screenshot of OceanWP Customizer settings that allow users to enable or disable the Scroll Effect script per need or add custom offset\" class=\"wp-image-639398\" srcset=\"//oceanwp.org/wp-content/uploads/2022/12/image-3.png 329w, //oceanwp.org/wp-content/uploads/2022/12/image-3-219x300.png 219w\" sizes=\"(max-width: 329px) 100vw, 329px\" /></figure></div>\n\n\n<p>After the update, <strong>navigate to Customize &gt; General Options &gt; Performance</strong>, and you&#8217;ll see a new option called <strong>Scroll Effect</strong>. Disable or enable the script per need. <strong>By default, the Scroll Effect script is enabled</strong>.</p>\n\n\n\n<p>If you love the inbuilt OceanWP scroll effect, you can now tweak it a little bit thanks to a new option.</p>\n\n\n\n<p>We&#8217;d also like to use this opportunity and give <strong>a special shoutout to Herbert Grun for his invaluable feedback on the existing scroll feature and potential challenges</strong>, which eventually <strong>lead to adding these improvements.</strong></p>\n\n\n\n<h4>Scroll Effect Custom Offset</h4>\n\n\n\n<p>New changes also allow users to <strong>add custom offset for the smooth scroll OceanWP feature</strong>.</p>\n\n\n\n<p>What does this mean?</p>\n\n\n\n<p>Well, <strong>if you&#8217;re using anchor links on your website and you want to add a bit more space before the area that is linked</strong>, you can now<strong> add custom offset value</strong> in the respective <strong>Scroll Effect &#8211; Custom Offset area</strong> in the Customizer.</p>\n\n\n\n<h2>Improved User Experience &#8211; Tweaks to the SEO Settings Section</h2>\n\n\n\n<p>For an improved user experience, we&#8217;ve made some <strong>changes to the SEO Settings section in the Customizer &gt; General Options</strong>.</p>\n\n\n\n<p><strong>All existing features related to SEO are now grouped in this section</strong>:</p>\n\n\n\n<ul><li>Option to enable or disable the inbuilt OceanWP Schema Markup,</li><li>Opeangraph settings,</li><li>and a link to the Breadcrumbs configuration option respectively.</li></ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/12/image-4.png\" alt=\"\" class=\"wp-image-639402\" width=\"251\" height=\"695\" srcset=\"//oceanwp.org/wp-content/uploads/2022/12/image-4.png 335w, //oceanwp.org/wp-content/uploads/2022/12/image-4-108x300.png 108w\" sizes=\"(max-width: 251px) 100vw, 251px\" /></figure></div>\n\n\n<p>At this moment, no additional SEO features have been added to the OceanWP theme.</p>\n\n\n\n<h2>Ocean Extra 2.1.0</h2>\n\n\n\n<h3>Adobe Fonts (TypeKit) Integration for Free</h3>\n\n\n\n<p>As of OceanWP 3.4.0 and Ocean Extra 2.1.0, you will be able to <strong>add and use your favorite Adobe Fonts with your OceanWP projects &#8211; for free!</strong></p>\n\n\n\n<p>Most importantly, with OceanWP you will also be able to use Adobe Fonts with Elementor as well without any additional plugins or upgrades.</p>\n\n\n\n<p>Once you update OceanWP and Ocean Extra to their latest versions, if you wish to use the Adobe Fonts (TypeKit) integration, navigate to <strong>OceanWP Panel &gt; Integrations</strong>, and scroll down to the <strong>Adobe Fonts (TypeKit) section</strong>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/12/image-1024x673.png\" alt=\"OceanWP Northern Star update release brings Adobe Fonts TypeKit integration. This image is a screenshot of the OceanWP Panel settings where you can integrate your Adobe Fonts project with your OceanWP theme\" class=\"wp-image-639395\" width=\"768\" height=\"505\" srcset=\"//oceanwp.org/wp-content/uploads/2022/12/image-1024x673.png 1024w, //oceanwp.org/wp-content/uploads/2022/12/image-300x197.png 300w, //oceanwp.org/wp-content/uploads/2022/12/image-768x505.png 768w, //oceanwp.org/wp-content/uploads/2022/12/image.png 1405w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure></div>\n\n\n<p>Check out our <a href=\"https://docs.oceanwp.org/article/849-how-to-add-adobe-fonts-typekit\" target=\"_blank\" rel=\"noreferrer noopener\">full support document to learn how to add fonts to your Adobe Project and integrate that project with your OceanWP theme</a>.</p>\n\n\n\n<p>A lot of you have requested the Adobe Fonts feature, but <strong>we&#8217;ll mention those few whose arguments for adding Adobe Fonts support were the most persuasive ones</strong> &#8211; <strong>thank you Janine Lazarova, Sharon Schanzer, Mark Dickman and Rob Daly</strong>! We hope the wait was worthwhile <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<h3>Performance Improvement &#8211; Disable Widgets Stylesheet</h3>\n\n\n\n<p>The Northern Star update also brings more control over the scripts you want to use on your website.</p>\n\n\n\n<p>After the update, <strong>navigate to Customize &gt; General Options &gt; Performance</strong>, and you will find a new option to disable <strong>Widgets Stylesheet Load</strong>.</p>\n\n\n\n<p>When disabled, your website will no longer load the widgets.css stylesheet included in the Ocean Extra plugin.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img width=\"335\" height=\"449\" src=\"https://oceanwp.org/wp-content/uploads/2022/12/image-1.png\" alt=\"OceanWP Northern Star update brings a new feature that enables users to disable the widgets stylesheet from loading on their websites. This is a screenshot of the new Widgets Stylesheet Load settings option in the OceanWP theme Customizer\" class=\"wp-image-639396\" srcset=\"//oceanwp.org/wp-content/uploads/2022/12/image-1.png 335w, //oceanwp.org/wp-content/uploads/2022/12/image-1-224x300.png 224w\" sizes=\"(max-width: 335px) 100vw, 335px\" /></figure></div>\n\n\n<p>And now the question that emerges is &#8211; <strong>when should you use this option and disable the widgets.css stylesheet from loading</strong>?</p>\n\n\n\n<p>It&#8217;s quite simple, so no stress!</p>\n\n\n\n<p><strong>If you&#8217;re not using any of the Ocean Extra WordPress widgets on your website</strong> (for example, About Me, Custom Links, Business Hours, etc), or actually don&#8217;t use any WordPress widgets at all on your site (<strong>Appearance &gt; Widgets</strong>), you can disable this script from loading.</p>\n\n\n\n<p>For convenience, <strong>all Ocean Extra WordPress widget names start with a double arrow</strong>. Examples:</p>\n\n\n\n<ul><li>&gt;&gt; Business Hours,</li><li>&gt;&gt; About Me,</li><li>&gt;&gt; Latest Posts, etc.</li></ul>\n\n\n\n<p><strong>To double-check whether or not you&#8217;re using any of the Ocean Extra widgets</strong>, navigate to your WP dashboard, <strong>Appearance &gt; Widgets</strong>, and just <strong>check the names of widgets / blocks added in their respective areas</strong>.</p>\n\n\n\n<p>It&#8217;s <strong>important to emphasize that the new option will only disable the widgets.css stylesheet included in the Ocean Extra plugin &#8211; nothing more</strong>. Meaning, additional scripts included within WordPress or third-party plugins may still load on your website.</p>\n\n\n\n<p>The <strong>widgets.css styleesheet is enabled to load on your websites by default</strong>.</p>\n\n\n\n<h3>More Performance! Preload Locally-Hosted Google Fonts</h3>\n\n\n\n<p>As mentioned in the beginning of this article, the option to make your website GDPR friendly and host Google fonts locally with a single click from the Customizer has been introduced with the OceanWP Breeze Update Release.</p>\n\n\n\n<p>The initial feature included support for the OceanWP theme, all Ocean plugins, plugins that inherit theme fonts and Elementor.</p>\n\n\n\n<p>With time, <strong>we&#8217;ve also included the option to choose the font format for the locally-hosted Google fonts</strong> which allows you to choose between ttf, woff and woff2 font formats.</p>\n\n\n\n<p>Our latest addition includes the <strong>option to also preload your locally-hosted Google fonts without any additional plugins</strong>.</p>\n\n\n\n<p>After the update, all you need to do is <strong>navigate to Customize &gt; Typography &gt; General</strong>, and check the option to <strong>Preload Local Google Fonts</strong>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img width=\"334\" height=\"539\" src=\"https://oceanwp.org/wp-content/uploads/2022/12/image-2.png\" alt=\"OceanWP Northern Star Update brings a new feature related to local Google fonts existing feature which allows users to preload their locally hosted Google fonts. This is a screenshot of the OceanWP Customizer settings where users can enable the new preload local Google fonts feature\" class=\"wp-image-639397\" srcset=\"//oceanwp.org/wp-content/uploads/2022/12/image-2.png 334w, //oceanwp.org/wp-content/uploads/2022/12/image-2-186x300.png 186w\" sizes=\"(max-width: 334px) 100vw, 334px\" /></figure></div>\n\n\n<p>This new feature is disabled by default.</p>\n\n\n\n<p>We&#8217;d also like to use this opportunity and give <strong>a special shoutout to Stefan Kontrus for his invaluable feedback  on the local Google fonts feature</strong>, which eventually <strong>lead to more improvements</strong>, including the font format and preload options.</p>\n\n\n\n<h3>And More Performance! The New Preloader Option</h3>\n\n\n\n<p><strong>Website preloader</strong> is also <strong>a new option</strong> that comes with the latest OceanWP Northern Star update release.</p>\n\n\n\n<p>The <strong>Preloader cannot speed up your website</strong> (no preloader can do this), but here&#8217;s<strong> how you can benefit from using the new Preloader feature</strong>:</p>\n\n\n\n<ul><li><strong>website branding</strong> &#8211; you&#8217;re allowed to fully customize the new preloader option.</li><li>more <strong>professional look and feel</strong>.</li><li><strong>reduce bounce rate</strong> because the preloader indicates to your site visitors that the content is loading in the backend.</li></ul>\n\n\n\n<figure class=\"wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<p class=\"responsive-video-wrap clr\"><iframe title=\"OceanWP Website Preloader Feature\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/BoElIuChvuA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></p>\n</div></figure>\n\n\n\n<p>When enabled, <strong>the Preloader animation will automatically disappear from your site once the entire content and all your site scripts have been loaded in full</strong>. The new Preloader feature is<strong> extremely useful for heavy websites with lots of content</strong> (videos, heavy images etc) <strong>or websites running on slower hosting</strong>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img width=\"339\" height=\"825\" src=\"https://oceanwp.org/wp-content/uploads/2022/12/image-9.png\" alt=\"the OceanWP Northern Star update release includes a brand new feature called website preloader, which is an animation that is displayed on the frontend while your website content is loading. This is a screenshot of the OceanWP Preloader Customizer settings\" class=\"wp-image-639464\" srcset=\"//oceanwp.org/wp-content/uploads/2022/12/image-9.png 339w, //oceanwp.org/wp-content/uploads/2022/12/image-9-123x300.png 123w\" sizes=\"(max-width: 339px) 100vw, 339px\" /></figure></div>\n\n\n<p>To make use of the new Preloader option, <strong>navigate to Customize &gt; General Options &gt; Preloader</strong>, and fire away.</p>\n\n\n\n<p>You can choose between multiple default styles (animations), add an image, your logo, add custom text or even create a custom template from scratch.</p>\n\n\n\n<p>Check out <a href=\"https://docs.oceanwp.org/article/851-oceanwp-website-preloader\" target=\"_blank\" rel=\"noreferrer noopener\">support documentation and learn more about OceanWP Preloader feature and its settings</a>.</p>\n\n\n\n<h2 id=\"update-preparations\">OceanWP Update: How to Prepare Your Website</h2>\n\n\n\n<p>The OceanWP Northern Star update release is not major but, as always, <strong>we recommend the same update procedure and precaution measures</strong>.</p>\n\n\n\n<p><strong>Why are precaution measures necessary</strong>? Well, there a few things you have to consider:</p>\n\n\n\n<ul><li><strong>developers do not control the auto-update sequence order.</strong> Even though we always release the theme update first and then plugins, it depends on WordPress when those latest updates will become available.</li><li>your <strong>auto-updates</strong>, just as regular updates, <strong>may be interrupted due to temporary server issue or interrupted connection between your website and WordPress dot org,</strong> which leaves you with an incomplete installation.</li><li><strong>auto-updates deny you the opportunity to test compatibility</strong> of new releases with your environment (PHP, WordPress), including all other plugins.</li></ul>\n\n\n\n<p>That being said, <strong>if you&#8217;re serious about your website &#8211; disable auto-updates no matter what setup you&#8217;re running</strong>.</p>\n\n\n\n<p><strong>The correct update order is:</strong></p>\n\n\n\n<ol><li><strong>Update OceanWP</strong>&nbsp;via Appearance &gt; Themes, then</li><li><strong>Update all Ocean plugin</strong>s via Plugins &gt; Installed Plugins, by making sure you update Ocean Extra first.</li></ol>\n\n\n\n<p><strong>Before you update, make sure you have taken necessary precaution measures.</strong></p>\n\n\n\n<h3>Test the Update Before Updating Your Live Site</h3>\n\n\n\n<p>The&nbsp;<strong>best practice is to test new changes on localhost, test or staging environments.</strong></p>\n\n\n\n<p>If you&nbsp;<strong>don’t have the option to test the updates anywhere, do not update immediately</strong>. Wait for a couple of days or even a week, until we’ve gathered feedback and made sure it’s safe for you to update.</p>\n\n\n\n<p>Remember, even if everything is fine, something can always go wrong during updates &#8211; like your website losing connection to WordPress and interrupting the update process. After all, the bad thing about software is – it’s software.</p>\n\n\n\n<p><strong>Make sure to backup your websites properly</strong>. Do not rely on hosting backups alone. Instead,&nbsp;<strong><a href=\"https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/\" target=\"_blank\" rel=\"noreferrer noopener\">take manual backups as well</a></strong>&nbsp;and store data in a safe place. If you’re using the&nbsp;<a href=\"https://oceanwp.org/blog/how-to-reset-wordpress-website-fix-mistakes/\">WordPress Reset plugin (not to be confused with WordPress Database Reset), you can also create website snapshots</a>.</p>\n\n\n\n<p><strong>Important: remember to purge cache thoroughly</strong>&nbsp;after the update, multiple times if necessary. The same goes for the CDN (cloud) cache.</p>\n\n\n\n<h3>Updating a Live Website</h3>\n\n\n\n<p><strong>Website update preparation To-Do list</strong>:</p>\n\n\n\n<ol><li>Before updating the theme,&nbsp;<strong><a href=\"https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/\" target=\"_blank\" rel=\"noreferrer noopener\">create a backup of your website</a></strong>.</li><li>Place your website in the<strong>&nbsp;Maintenance mode</strong>.</li><li><strong>Update OceanWP theme</strong>&nbsp;to its latest version via&nbsp;<strong>Appearance &gt; Themes</strong>.</li><li><strong>Update all Ocean plugins</strong> to their latest versions via <strong>Plugins &gt; Installed Plugins</strong>.</li><li><strong>Clear browser, website or CDN (cloud) cache</strong>.</li><li><strong>Inspect</strong> your website.</li><li>If everything is in order, <strong>deactivate the Maintenance mode</strong>.</li><li><strong>Enjoy </strong>all new OceanWP updates and features!</li></ol>\n\n\n\n<p>In case you need to roll back, you can <a href=\"https://docs.oceanwp.org/article/797-oceanwp-rollback-versions\" target=\"_blank\" rel=\"noreferrer noopener\">download older versions of the OceanWP theme</a>, as well as the <a href=\"https://docs.oceanwp.org/article/800-ocean-extra-rollback-versions\" target=\"_blank\" rel=\"noreferrer noopener\">older versions of the Ocean Extra plugin</a>.</p>\n\n\n\n<p class=\"has-medium-font-size\">New to OceanWP?<a href=\"https://wordpress.org/themes/oceanwp/\" target=\"_blank\" rel=\"noreferrer noopener\"> Download the latest version directly from WordPress entirely for free</a>.</p>\n\n\n\n<h2 id=\"oceanwp-next\">What&#8217;s Next for OceanWP?</h2>\n\n\n\n<p>Holidays are now over and besides the OceanWP Northern Star update release, you can also expect a brand new premium plugin we announced in August 2022. More details about it in a separate article <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>Not only that &#8211; but in the meantime, we also started working on an additional premium plugin and honestly we can&#8217;t wait to show you all the things we did <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>Besides the premium plugins, we plan to add more GDPR friendly options, work further on accessibility and user experience improvements, improve existing features, redesign the oceanwp website, design new section and templates for you and more.</p>\n\n\n\n<p>If you haven&#8217;t noticed with all the shoutouts in this article, we&#8217;re here to listen to all your ideas and suggestions. Think there&#8217;s a feature, document, demo or a video OceanWP users would really need? Let us know about it by <a href=\"https://oceanwp.org/feature-requests/\" data-type=\"page\" data-id=\"611644\">filling out the OceanWP feature request form</a>.</p>\n\n\n\n<p>And remember, if you&#8217;re an <a href=\"https://oceanwp.org/oceanwp-partner-program/\" data-type=\"page\" data-id=\"631293\">Agency Bundle license owner, you can also influence our plans and collaborate with us more closely</a>.</p>\n\n\n\n<h2>LOS; INR. (Long or Short, I Never Read):</h2>\n\n\n\n<p>We are&nbsp;<strong>releasing updates</strong>.</p>\n\n\n\n<p><strong>Take website backups, including manual backup, before updating OceanWP and Ocean plugins</strong> (or any other theme / plugin combination).</p>\n\n\n\n<p>The&nbsp;<strong>best practice is to test all updates on test, localhost or staging environments</strong>. If you don’t have the opportunity to test the updates, do not update immediately. Wait with the updates a couple of days until we’ve gathered feedback.</p>\n\n\n\n<p>In case of any problems or issues, inform us about possible bugs or submit tickets.</p>\n\n\n\n<p>Now, let&#8217;s talk about features you&#8217;d like to see in OceanWP <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/oceanwp-northern-star-update-welcome-adobe-fonts/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://oceanwp.org/blog/oceanwp-northern-star-update-welcome-adobe-fonts/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:1:\"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:\"\";}}}}}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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"OceanWP: The Year 2022 in Review\";s: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:61:\"https://oceanwp.org/blog/oceanwp-year-2022-review-2023-plans/\";s: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:69:\"https://oceanwp.org/blog/oceanwp-year-2022-review-2023-plans/#respond\";s: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, 29 Dec 2022 10:44: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Reviews\";s: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://oceanwp.org/?p=639169\";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:1084:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/oceanwp-year-2022-review-2023-plans/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/12/oceanwp-2022-review-featured-image.png\" width=\"1200\" height=\"700\" title=\"OceanWP: The Year 2022 in Review\" alt=\"OceanWP: The Year 2022 in Review\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">It&#8217;s common knowledge &#8211; here at OceanWP we don&#8217;t look back otherwise we wouldn&#8217;t be able to move forward. But, reflecting on the soon-to-be past year helps shed light on...<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/oceanwp-year-2022-review-2023-plans/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Lior Zelering\";s: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:23471:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/oceanwp-year-2022-review-2023-plans/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/12/oceanwp-2022-review-featured-image.png\" width=\"1200\" height=\"700\" title=\"OceanWP: The Year 2022 in Review\" alt=\"OceanWP: The Year 2022 in Review\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">\n<p class=\"has-medium-font-size\">It&#8217;s common knowledge &#8211; here at OceanWP we don&#8217;t look back otherwise we wouldn&#8217;t be able to move forward.</p>\n\n\n\n<p class=\"has-medium-font-size\">But, reflecting on the soon-to-be past year helps shed light on the most significant moments and make headway towards better features and products for OceanWP WordPress theme users.</p>\n\n\n\n<p class=\"has-medium-font-size\">That being said, <strong>in this article we&#8217;re going to review the highlights of all features and changes that have marked the year 2022 and forged a path for a better, brighter and delightful 2023</strong>.</p>\n\n\n\n<h2>OceanWP + Freepik and Flaticon Co-op</h2>\n\n\n\n<figure class=\"wp-container-2 wp-block-gallery-1 wp-block-gallery has-nested-images columns-default is-cropped\">\n<figure class=\"wp-block-image size-large\"><img width=\"512\" height=\"160\" data-id=\"631683\"  src=\"https://oceanwp.org/wp-content/uploads/2022/04/freepik-logo.png\" alt=\"Freepik official logo\" class=\"wp-image-631683\" srcset=\"//oceanwp.org/wp-content/uploads/2022/04/freepik-logo.png 512w, //oceanwp.org/wp-content/uploads/2022/04/freepik-logo-300x94.png 300w\" sizes=\"(max-width: 512px) 100vw, 512px\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img width=\"512\" height=\"160\" data-id=\"631684\"  src=\"https://oceanwp.org/wp-content/uploads/2022/04/flaticon-logo.png\" alt=\"Flaticon official logo\" class=\"wp-image-631684\" srcset=\"//oceanwp.org/wp-content/uploads/2022/04/flaticon-logo.png 512w, //oceanwp.org/wp-content/uploads/2022/04/flaticon-logo-300x94.png 300w\" sizes=\"(max-width: 512px) 100vw, 512px\" /></figure>\n</figure>\n\n\n\n<p>April 2022 we announced the finalization of our partnership with <a href=\"https://freepik.com\" target=\"_blank\" rel=\"noreferrer noopener\">Freepik</a> and <a href=\"https://flaticon.com\" target=\"_blank\" rel=\"noreferrer noopener\">Flaticon</a>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/12/image-6-1024x603.png\" alt=\"screenshot of the OceanWP images and icons import settings that allow users to import images from Freepik and icons from Flaticon as one of the highlights of the 2022 year in review article\" class=\"wp-image-639414\" width=\"768\" height=\"452\" srcset=\"//oceanwp.org/wp-content/uploads/2022/12/image-6-1024x603.png 1024w, //oceanwp.org/wp-content/uploads/2022/12/image-6-300x177.png 300w, //oceanwp.org/wp-content/uploads/2022/12/image-6-768x452.png 768w, //oceanwp.org/wp-content/uploads/2022/12/image-6.png 1492w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure></div>\n\n\n<p>If you haven&#8217;t paid too much attention to this announcement, here&#8217;s a short list of <strong>how you benefit from this cooperation</strong>:</p>\n\n\n\n<ul><li><strong>100% real royalty-free images with full website and section templates</strong> you can use on your OceanWP websites. No baits, no traps, no fine prints, no attribution, no legal consequences you have to worry about.</li><li><strong>direct image and icon import for Business and Agency plan OceanWP Premium Bundle license owners</strong>. Great images are key for a successful design but it also takes away too much time. Working hard and being efficient at the same time is possible. <strong>Get more things done faster thanks to OceanWP and Freepik cooperation</strong>.</li></ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/12/image-7-1024x530.png\" alt=\"screenshot of the OceanWP icons import functionality which is added to the WordPress Media Library\" class=\"wp-image-639415\" width=\"768\" height=\"398\" srcset=\"//oceanwp.org/wp-content/uploads/2022/12/image-7-1024x530.png 1024w, //oceanwp.org/wp-content/uploads/2022/12/image-7-300x155.png 300w, //oceanwp.org/wp-content/uploads/2022/12/image-7-768x398.png 768w, //oceanwp.org/wp-content/uploads/2022/12/image-7-1536x795.png 1536w, //oceanwp.org/wp-content/uploads/2022/12/image-7.png 1607w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure></div>\n\n\n<p>You can read the <a href=\"https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/\">full article on OceanWP Breeze Update release</a> or check out <a href=\"https://oceanwp.org/royalty-free-images-and-icons-with-oceanwp/\" data-type=\"page\" data-id=\"631749\">the details on OceanWP Freepik partnership</a>.</p>\n\n\n\n<h2>OceanWP Panel aka the Theme Panel Makeover</h2>\n\n\n\n<p>Talk about epic moments in 2022 review &#8211; <strong>the OceanWP Panel is possibly the greatest highlight of all the things we did this year</strong>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/12/image-8-1024x562.png\" alt=\"screenshot of the new OceanWP Panel design as a highlight of the 2022 OceanWP year in review\" class=\"wp-image-639416\" width=\"768\" height=\"422\" srcset=\"//oceanwp.org/wp-content/uploads/2022/12/image-8-1024x562.png 1024w, //oceanwp.org/wp-content/uploads/2022/12/image-8-300x165.png 300w, //oceanwp.org/wp-content/uploads/2022/12/image-8-768x421.png 768w, //oceanwp.org/wp-content/uploads/2022/12/image-8.png 1333w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure></div>\n\n\n<p>While the main goal was to keep the focal and essential functionality of the old Theme Panel, there were a few specific tasks the new OceanWP Panel had to fulfil (besides looking good, obviously):</p>\n\n\n\n<ul><li><strong>improved user experience</strong>. Noticeably, this was already done just by changing the name from &#8220;Theme Panel&#8221; to OceanWP Panel and placing the option at the top of the WordPress dashboard, but there&#8217;s a lot more to it. Like, for example, grouping similar options (Customizer, Admin Settings, etc) in an intuitive manner for a smoother ride.</li><li><a href=\"https://docs.oceanwp.org/article/806-customizer-search\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Customizer Search</strong> option</a>,</li><li><a href=\"https://docs.oceanwp.org/article/807-customizer-reset\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Customizer Reset</strong> option</a>,</li><li><strong><a href=\"https://docs.oceanwp.org/article/818-elementor-widgets-oceanwp-panel\" target=\"_blank\" rel=\"noreferrer noopener\">options to disable or enable Ocean Elementor Widgets&#8217; specific widgets</a></strong> from loading in the panel,</li><li><strong><a href=\"https://docs.oceanwp.org/article/819-extra-settings-oceanwp-panel\" target=\"_blank\" rel=\"noreferrer noopener\">options to disable or enable Ocean Extra WordPress widgets</a></strong>,</li><li><strong><a href=\"https://docs.oceanwp.org/article/812-customizer-oceanwp-panel\" target=\"_blank\" rel=\"noreferrer noopener\">options to disable or enable Customizer sections for some or all OceanWP plugins</a></strong>, including premium plugins, for a faster Customizer loading time,</li><li><strong><a href=\"https://docs.oceanwp.org/article/820-system-info-oceanwp-panel\" target=\"_blank\" rel=\"noreferrer noopener\">System Info</a></strong>, and many more.</li></ul>\n\n\n\n<p>So, what were those OceanWP Panel tasks we mentioned in this review? Well,<strong> more control for OceanWP users and more lightweight but extremely helpful features that used to require additional plugins and/or codes in the past</strong>.</p>\n\n\n\n<p>If you want to know more about the OceanWP Panel, make sure to check out our <a href=\"https://oceanwp.org/blog/oceanwp-theme-panel-makeover/\">article on OceanWP Starboard Update release</a>.</p>\n\n\n\n<p>To learn everything about the OceanWP Panel, make sure to <a href=\"https://docs.oceanwp.org/category/809-oceanwp-panel\" target=\"_blank\" rel=\"noreferrer noopener\">check our OceanWP Panel documentation</a>.</p>\n\n\n\n<h2>OceanWP Sections Template Library for Elementor</h2>\n\n\n\n<p><a href=\"https://oceanwp.org/demos/\">OceanWP full website templates</a> are awesome and you guys are very fond of them. But sometimes, only full site templates are not enough.</p>\n\n\n\n<p>Sometimes, you&#8217;d like to create a new amazing page on an existing website and you don&#8217;t want to risk importing a full site template and ending up with a mixed content. Sometimes, you just want to build a website from scratch but lack the inspiration or content to start with. And that&#8217;s were the OceanWP section templates come into the spotlight.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/demos/\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/12/image-5-1024x543.png\" alt=\"screenshot that represents OceanWP section and full website templates for WordPress for the 2022 year in review article\" class=\"wp-image-639413\" width=\"768\" height=\"407\" srcset=\"//oceanwp.org/wp-content/uploads/2022/12/image-5-1024x543.png 1024w, //oceanwp.org/wp-content/uploads/2022/12/image-5-300x159.png 300w, //oceanwp.org/wp-content/uploads/2022/12/image-5-768x407.png 768w, //oceanwp.org/wp-content/uploads/2022/12/image-5-1536x815.png 1536w, //oceanwp.org/wp-content/uploads/2022/12/image-5.png 1636w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p><strong>Build your page, section by section, create a custom footer, CTA, newsletter subscription or just about anything</strong>.</p>\n\n\n\n<p>The <strong>OceanWP section templates support the free Elementor page builder</strong> (will work with PRO as well) and are a <strong>part of the Ocean Pro Demos premium plugin</strong>. However, the<strong> templates are only available to the Bundle license owners</strong>.</p>\n\n\n\n<p>At the moment of writing, the <strong>templates section counts over 100 various templates</strong>.</p>\n\n\n\n<h2>YouTube Tutorials and Webinars</h2>\n\n\n\n<p>To us, <strong>it&#8217;s essential that you feel confident using OceanWP products</strong>, even if you&#8217;re completely new to OceanWP or WordPress. Naturally, <strong>this requires some training, videos or document tutorials</strong>.</p>\n\n\n\n<p><strong>If you&#8217;re just starting out and reading this</strong> &#8211; trust us, <strong>nothing comes over night and even the &#8220;gods of WordPress&#8221; did have to learn it the same way you do</strong>. So hang in there, because we got you.</p>\n\n\n\n<p><a href=\"https://youtube.com/@oceanwp\" target=\"_blank\" rel=\"noreferrer noopener\">The OceanWP official YouTube channel</a> already has some nifty and great videos on both free and pro OceanWP plugins, OceanWP theme customization options, WordPress basics, etc. Of course, we tend to cover all our products with new tutorials so that you can be up to speed with the latest features and options.</p>\n\n\n\n<p>But,<strong> our intention is not for you to only learn OceanWP, but WordPress as well</strong>.</p>\n\n\n\n<p>The same goes for everything else involving websites, like<strong> SEO, typography, design and more</strong>. <strong>Your overall experience matters to us</strong>. And the more we can do to help you on your way to greatness, the happier we are we were able to take part in your growth.</p>\n\n\n\n<p>That&#8217;s also the reason <strong>we organize live webinars and workshops on a regular basis</strong>. For example, we had a <a href=\"https://oceanwp.org/blog/oceanwp-2022-web-design-fest/\" data-type=\"post\" data-id=\"637160\">Hollywood celebrity as a guest speaker in this year&#8217;s Web Design Fest</a>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1.png\" alt=\"OceanWP Web Design Summit banner\" class=\"wp-image-637138\" width=\"500\" height=\"500\" srcset=\"//oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1.png 1000w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-300x300.png 300w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-150x150.png 150w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-768x768.png 768w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-600x600.png 600w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-128x128.png 128w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-256x256.png 256w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure></div>\n\n\n<p>The bottom line is &#8211; <strong>if you want to learn it, we want to teach it</strong>. Likewise, there are many things you can teach us during webinars, by asking the right questions for example <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> If you don&#8217;t mind learning some new things, <a href=\"https://oceanwp.org/newsletter-subscription/\" data-type=\"page\" data-id=\"633584\">subscribe to our newsletter</a> and wait for our next webinar invitation.</p>\n\n\n\n<h2>Hold On, There&#8217;s More to Mention in This 2022 Review!</h2>\n\n\n\n<p>Though we&#8217;ve focused on the main highlights in this article, a lot more has been done.</p>\n\n\n\n<p>Here are some of the examples of additional features and improvements that serve to empower you to deliver better websites and projects:</p>\n\n\n\n<ul><li><a href=\"https://docs.oceanwp.org/article/808-host-google-fonts-locally\" target=\"_blank\" rel=\"noreferrer noopener\">Host Google fonts locally with a single-click</a>,</li><li><a href=\"https://docs.oceanwp.org/article/835-host-elementor-google-fonts-locally-with-oceanwp\">Use locally-hosted Google fonts with Elementor</a>,</li><li><a href=\"https://docs.oceanwp.org/article/90-sample-child-theme\" target=\"_blank\" rel=\"noreferrer noopener\">One-click OceanWP Child Theme installation</a>,</li><li>SVG files support for your media library,</li><li>Make column clickable option for Elementor (part of Ocean Elementor Widgets),</li><li>Out-of-the-box Magazine widgets (Ocean Elementor Widgets),</li><li>Block editor support for OceanWP Templates (My Library),</li><li>Block editor support for Ocean Hooks,</li><li>PHP codes support for Ocean Hooks,</li><li>New advanced filter for Ocean Portfolio,</li><li>Constant accessibility (code-wise) improvements,</li><li>Less dependency on third-party plugins,</li><li>More user control over features and options (disable everything you don&#8217;t need or don&#8217;t want to use), and much, much, much more.</li></ul>\n\n\n\n<p>Not using OceanWP WordPress theme yet? <a href=\"https://wordpress.org/themes/oceanwp/\" target=\"_blank\" rel=\"noreferrer noopener\">Download OceanWP now directly from WordPress and 100% for free</a>!</p>\n\n\n\n<h3>What do OceanWP team members think about the year 2022 in review</h3>\n\n\n\n<p>As you can expect, <strong>we absolutely love all the features we released in 2022</strong>. But our goal is not just to bring inventions or invest  in your experience we believe you should have.</p>\n\n\n\n<p>You are the ones working with websites on a daily basis, so <strong>it&#8217;s equally important to us to follow your ideas, suggestions and critiques, because OceanWP is built for you</strong>. That being said, if you have ideas to share, please feel free to <a href=\"https://oceanwp.org/feature-requests/\" data-type=\"page\" data-id=\"611644\">fill out or feature suggestions form</a>.</p>\n\n\n\n<p>Here&#8217;s how OceanWP team members you know best see the year 2022 and their thoughts on features they give advantage to.</p>\n\n\n\n<p><strong>Amit</strong>, OceanWP developer and a team member since 2018, voted for the OceanWP Panel makeover, Freepik and Flaticons import integration, Block editor support (for templates) and OceanWP performance improvements.</p>\n\n\n\n<p><strong>Abhishek</strong>, OceanWP tech support expert, voted for the new OceanWP single post header styles, OceanWP Panel makeover and all its supported features, and is really looking forward to the release of one of our upcoming premium plugins.</p>\n\n\n\n<p><strong>Shahin</strong>, OceanWP tech support expert, voted for the new Elementor Sections Library, new OceanWP single post header styles and options to host Google fonts locally.</p>\n\n\n\n<h2>2023 Kick-Off &#8211; Performance and Features</h2>\n\n\n\n<p>Here at OceanWP <strong>we plan to start 2023</strong> (early January) <strong>with a brand new features release</strong> &#8211; OceanWP Northern Star, as well as <strong>the release of a new premium plugin</strong>.</p>\n\n\n\n<p><strong>Spoiler alert</strong>! We have been announcing one plugin, but we actually <strong>started working on two new premium plugins</strong>.</p>\n\n\n\n<p>Though we&#8217;ll dedicate an article to each of these here&#8217;s what you can prepare yourself for:</p>\n\n\n\n<ul><li>option to preload local Google fonts,</li><li>more performance features (options to disable unused scripts),</li><li>option to add custom offset for the Scroll Effect script (for anchor links, etc),</li><li>Adobe Fonts integration for OceanWP and Elementor, and more.</li></ul>\n\n\n\n<h3>2023 Promo &#8211; Save 50% on All Plans!</h3>\n\n\n\n<p>The year behind us has been tough on so many levels, but that shouldn&#8217;t stop you from having a website of your dreams.</p>\n\n\n\n<p>We&#8217;ve decided to <strong>say Goodbyes to 2022 and Welcome 2023 with<a href=\"https://oceanwp.org/core-extensions-bundle/\" data-type=\"page\" data-id=\"36995\"> a final 50% Off promotion on all OceanWP Bundle plans</a></strong>, annual and lifetime.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https://oceanwp.org/core-extensions-bundle/\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/12/oceanwp-new-year-promo-banner.jpg\" alt=\"OceanWP 2022 / 2023 New Year Sales promo banner\" class=\"wp-image-639389\" width=\"600\" height=\"600\" srcset=\"//oceanwp.org/wp-content/uploads/2022/12/oceanwp-new-year-promo-banner.jpg 800w, //oceanwp.org/wp-content/uploads/2022/12/oceanwp-new-year-promo-banner-300x300.jpg 300w, //oceanwp.org/wp-content/uploads/2022/12/oceanwp-new-year-promo-banner-150x150.jpg 150w, //oceanwp.org/wp-content/uploads/2022/12/oceanwp-new-year-promo-banner-768x768.jpg 768w, //oceanwp.org/wp-content/uploads/2022/12/oceanwp-new-year-promo-banner-600x600.jpg 600w, //oceanwp.org/wp-content/uploads/2022/12/oceanwp-new-year-promo-banner-128x128.jpg 128w, //oceanwp.org/wp-content/uploads/2022/12/oceanwp-new-year-promo-banner-256x256.jpg 256w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a></figure></div>\n\n\n<p>Make it count and <strong>start 2023 the right way by ensuring access to all the upcoming features, new plugins as well as discounts for the brand new plugin coming right up in January</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>And we have more!</p>\n\n\n\n<p>Our partners at <a href=\"https://www.mastersdesignlab.com\" target=\"_blank\" rel=\"noreferrer noopener\">Masters Design Lab</a> are <strong>gifting you as an OceanWP user with a free webinar lecture on Logo Design 101</strong>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https://us06web.zoom.us/meeting/register/tZUvc-6urj0oGdX_Y64HMFT34xG17wHJ7yna\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/12/MDL-Logo-Design-Webinar.png\" alt=\"free Logo Design webinar hosted by Masters Design Lab banner\" class=\"wp-image-639522\" width=\"600\" height=\"600\" srcset=\"//oceanwp.org/wp-content/uploads/2022/12/MDL-Logo-Design-Webinar.png 1000w, //oceanwp.org/wp-content/uploads/2022/12/MDL-Logo-Design-Webinar-300x300.png 300w, //oceanwp.org/wp-content/uploads/2022/12/MDL-Logo-Design-Webinar-150x150.png 150w, //oceanwp.org/wp-content/uploads/2022/12/MDL-Logo-Design-Webinar-768x768.png 768w, //oceanwp.org/wp-content/uploads/2022/12/MDL-Logo-Design-Webinar-600x600.png 600w, //oceanwp.org/wp-content/uploads/2022/12/MDL-Logo-Design-Webinar-128x128.png 128w, //oceanwp.org/wp-content/uploads/2022/12/MDL-Logo-Design-Webinar-256x256.png 256w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a></figure></div>\n\n\n<p>The Logo Design 101 lecture will be <strong>hosted by Mamen Morillas</strong>,  a multidisciplinary artist and designer, with a passion for narrative and storytelling. Graduated in graphic design, and illustration by Massana Art School, holds a MA in Motion Graphics by LABASAD (Barcelona). Since then she has collaborated with multiple publications, brands and events bringing a very personal style that characterizes all her work, combining dosis of humor, naiveté, criticism, darkness and fantasy.</p>\n\n\n\n<p>The <strong>Logo Design 101 live webinar</strong> is scheduled for <strong>January 6th, 2023 at 6PM UK</strong>. </p>\n\n\n\n<p><a href=\"https://us06web.zoom.us/meeting/register/tZUvc-6urj0oGdX_Y64HMFT34xG17wHJ7yna\" target=\"_blank\" rel=\"noreferrer noopener\">Register now to attend the Logo Design webinar for free</a> or use this <a href=\"https://www.timeanddate.com/worldclock/converter.html?iso=20230106T180000&amp;p1=136&amp;p2=224&amp;p3=64&amp;p4=197&amp;p5=179&amp;p6=37&amp;p7=195\" target=\"_blank\" rel=\"noreferrer noopener\">time and zone converter for your convenience</a> first.</p>\n\n\n\n<h2>Wrapping the 2022 Review Up</h2>\n\n\n\n<p>The <strong>OceanWP 2022 was a good year</strong> in lots of ways &#8211; <strong>new partnerships, new features, new projects</strong>, <strong>new friends</strong>. But our work is never done.</p>\n\n\n\n<p>For the 2023, <strong>our main goals are to work even closer with all of you</strong> on new features and that&#8217;s the reason we always encourage you to submit your ideas. Not only that, but <strong>we also plan to help you master WordPress and all that magic called websites</strong> through further tutorials, webinars and workshops.</p>\n\n\n\n<p>Most importantly, we <strong>plan to bedazzle you with new plugins that&#8217;ll help bring your visions to life</strong>, make your sites more GDPR and accessibility friendly, but also enable you to handle projects easier and faster through smart tools.</p>\n\n\n\n<p>And last but not least, <strong>we want to thank all of you beautiful people for building with OceanWP and forging a more than a simple customer-developer relationships with you</strong>. If it&#8217;s still unclear, <strong>you&#8217;re the ones that make OceanWP special</strong>, so cheers to all of you and thank you for being our friends.</p>\n\n\n\n<p>On behalf of the entire OceanWP team, <strong>we would like to wish you a happier, healthier and more successful year in 2023</strong> &#8211; may all your dreams come true and may you always have something new to dream about!</p>\n\n\n\n<p><strong>Happy Holidays and a Happy New Year!</strong></p>\n<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/oceanwp-year-2022-review-2023-plans/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://oceanwp.org/blog/oceanwp-year-2022-review-2023-plans/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:1:\"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:\"\";}}}}}i:3;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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WordPress BFCM 2022: Best Deals &amp; News for OceanWP Users\";s: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:75:\"https://oceanwp.org/blog/wordpress-bfcm-2022-best-deals-news-oceanwp-users/\";s: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:83:\"https://oceanwp.org/blog/wordpress-bfcm-2022-best-deals-news-oceanwp-users/#respond\";s: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, 15 Nov 2022 08:27:39 +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:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"Promotions\";s: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://oceanwp.org/?p=638342\";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:1131:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/wordpress-bfcm-2022-best-deals-news-oceanwp-users/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/11/bfcm-featured-image.png\" width=\"1200\" height=\"700\" title=\"WordPress BFCM 2022: Best Deals &#038; News for OceanWP Users\" alt=\"WordPress BFCM 2022: Best Deals &#038; News for OceanWP Users\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">Holidays are coming! But, before that, Black Friday and Cyber Monday deals are in order because the only thing better than Black Friday is Black Friday every day 😉 In...<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/wordpress-bfcm-2022-best-deals-news-oceanwp-users/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Lior Zelering\";s: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:23670:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/wordpress-bfcm-2022-best-deals-news-oceanwp-users/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/11/bfcm-featured-image.png\" width=\"1200\" height=\"700\" title=\"WordPress BFCM 2022: Best Deals &#038; News for OceanWP Users\" alt=\"WordPress BFCM 2022: Best Deals &#038; News for OceanWP Users\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">\n<p class=\"has-medium-font-size\">Holidays are coming! But, before that, Black Friday and Cyber Monday deals are in order because the only thing better than Black Friday is Black Friday every day <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>In this year&#8217;s BFCM presentation, we&#8217;ve gathered all season deals offered by OceanWP partners. <strong>Upgrade hosting or get the tools you need to enhance your WordPress website to the max.</strong> </p>\n\n\n\n<p>As always, we&#8217;ll start with yours truly, the Ocean Core Extensions Bundle.</p>\n\n\n\n<h2>1 Ocean Core Extensions Bundle &#8211; Get Excited &amp; Upgrade</h2>\n\n\n\n<p>Get the Ocean Core Extensions Bundle during the Black Friday / Cyber Monday Sale Bash and <strong>save 50% on ALL plans</strong>! </p>\n\n\n\n<p>The <strong>OceanWP BFCM promo is open to all users</strong>, old and new, and covers all plans, both annual and lifetime.</p>\n\n\n\n<p>Get yourself an early treat and polish up your website using the existing new features that we released with the <a href=\"https://oceanwp.org/blog/oceanwp-catamaran-update-new-sections-widgets/\" data-type=\"post\" data-id=\"638062\">OceanWP Catamaran Update</a>.</p>\n\n\n\n<p>The OceanWP expert support team will have your back all the way. The upgrade gives you access to 200+ premium full website templates (<a href=\"https://oceanwp.org/royalty-free-images-and-icons-with-oceanwp/\" data-type=\"page\" data-id=\"631749\">royalty-free images included</a>), Elementor Sections Library with over 100 items, Webinars &amp; Workshops (we had a Hollywood celebrity in our <a href=\"https://oceanwp.org/blog/oceanwp-2022-web-design-fest/\" data-type=\"post\" data-id=\"637160\">September 2022 Web Design Fest</a>).</p>\n\n\n\n<p>And let&#8217;s stack up the presents! We&#8217;ll throw in a free OceanWP + WooCommerce course on Udemy for free + a 30% OFF deal for Freepik&#8217;s annual subscription to maximize your experience &#8211; woot!</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/11/oceanwp-bfcm-horizontal-4-1-1024x348.png\" alt=\"oceanwp bfcm sales banner promo\" class=\"wp-image-638345\" width=\"768\" height=\"261\" srcset=\"//oceanwp.org/wp-content/uploads/2022/11/oceanwp-bfcm-horizontal-4-1-1024x348.png 1024w, //oceanwp.org/wp-content/uploads/2022/11/oceanwp-bfcm-horizontal-4-1-300x102.png 300w, //oceanwp.org/wp-content/uploads/2022/11/oceanwp-bfcm-horizontal-4-1-768x261.png 768w, //oceanwp.org/wp-content/uploads/2022/11/oceanwp-bfcm-horizontal-4-1.png 1470w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure></div>\n\n\n<p><strong>Sale Start Date</strong>: November 22nd 2022.</p>\n\n\n\n<p><strong>Sale End Date:</strong> December 4th 2022 (midnight between Dec 4th and 5th 2022).</p>\n\n\n\n<p><a href=\"https://oceanwp.org/core-extensions-bundle/\">All discounts calculated automatically at the checkout page</a>. For all other purchase stops, use the promo code: <strong>BFCM2022</strong></p>\n\n\n\n<p>In case you&#8217;d like to renew or upgrade your current license using this promotion, you can do that too! If you have any questions about specific details of your renewal / upgrade, <a href=\"https://oceanwp.org/support/\">make sure to send us a ticket.</a></p>\n\n\n\n<h2>2 Crocoblock &#8211; Get up to 40% Discount</h2>\n\n\n\n<p>The Crocoblock team never disappoints!</p>\n\n\n\n<p>This BFCM, <a href=\"https://crocoblock.com/pricing/?ref=3457&amp;utm_source=oceanwp&amp;utm_medium=referral&amp;utm_campaign=black-friday-2022\" target=\"_blank\" rel=\"noreferrer noopener sponsored\">you can purchase individual Crocoblock plugins at a 40% discount</a>. Yearly All-inclusive subscription plans come with 20 JetPlugins, 14 dynamic templates, 47 design templates, and 50 interactive popups and are on sale with 35% discounts.</p>\n\n\n\n<p>Finally, <strong>there’s a 30% discount on a Lifetime all-inclusive subscription plans</strong> during the Black Friday period.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https://crocoblock.com/pricing/?ref=3457&amp;utm_source=oceanwp&amp;utm_medium=referral&amp;utm_campaign=black-friday-2022\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/11/1200х628-Crocoblock-Black-Friday-1024x536.png\" alt=\"crocoblock bfcm sales banner\" class=\"wp-image-638346\" width=\"768\" height=\"402\" srcset=\"//oceanwp.org/wp-content/uploads/2022/11/1200х628-Crocoblock-Black-Friday-1024x536.png 1024w, //oceanwp.org/wp-content/uploads/2022/11/1200х628-Crocoblock-Black-Friday-300x157.png 300w, //oceanwp.org/wp-content/uploads/2022/11/1200х628-Crocoblock-Black-Friday-768x402.png 768w, //oceanwp.org/wp-content/uploads/2022/11/1200х628-Crocoblock-Black-Friday.png 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p><strong>Sale Start Date</strong>: November 22nd 2022.</p>\n\n\n\n<p><strong>Sale End Date:</strong> November 30th 2022.</p>\n\n\n\n<p><strong>Promo Code:</strong> BFCROCO22 (<a href=\"https://crocoblock.com/pricing/?ref=3457&amp;utm_source=oceanwp&amp;utm_medium=referral&amp;utm_campaign=black-friday-2022\" target=\"_blank\" rel=\"noreferrer noopener sponsored\">promo code must be applied manually on the Crocoblock checkout page</a>).</p>\n\n\n\n<h2>3 Visual Composer &#8211; November Sale: 30% OFF &amp; Awesome Changes</h2>\n\n\n\n<p><a href=\"https://visualcomposer.com/november-sale/\" target=\"_blank\" rel=\"noreferrer noopener\">Visual Composer</a> has some made moves that you really, really don&#8217;t want to miss.</p>\n\n\n\n<p>Raitis Sevelis, Visual Composer Product Manager, said: </p>\n\n\n\n<p>&#8220;We are happy to announce that Visual Composer plans have changed to support your professional growth in this crazy time of inflation and rising living costs. To be specific, we&#8217;ve removed the Growth plan and reduced the price on our Agency plan &#8211; which now comes with 1000 website licenses for just $349 (previously valued at $849).</p>\n\n\n\n<p>Get a   at accomplishing your goals for 2023 and secure the website-building toolkit you and your clients will love. So if you&#8217;re interested in learning more about our pricing plan changes head over to our website and see what plan fits best with your needs!&#8221;</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https://visualcomposer.com/november-sale/\" target=\"_blank\" rel=\"noopener\"><img width=\"800\" height=\"350\" src=\"https://oceanwp.org/wp-content/uploads/2022/11/visual-composer-november-sale-800x350-1.png\" alt=\"visual composer bfcm sale banner\" class=\"wp-image-638554\" srcset=\"//oceanwp.org/wp-content/uploads/2022/11/visual-composer-november-sale-800x350-1.png 800w, //oceanwp.org/wp-content/uploads/2022/11/visual-composer-november-sale-800x350-1-300x131.png 300w, //oceanwp.org/wp-content/uploads/2022/11/visual-composer-november-sale-800x350-1-768x336.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /></a></figure></div>\n\n\n<p>But that&#8217;s not the only good news, since Visual Composer plans a great BFCM sale for a limited time period:</p>\n\n\n\n<p><strong>Sale Start Date</strong>: November 23rd 2022.</p>\n\n\n\n<p><strong>Sale End Date:</strong> November 30th 2022.</p>\n\n\n\n<p><a href=\"http://visualcomposer.com/pricing\" target=\"_blank\" rel=\"noreferrer noopener\">All November Sale discounts applied at the Visual Composer checkout automatically</a>.</p>\n\n\n\n<h2>4 Cloudways &#8211; Unleash the Cloud. Not Budgets</h2>\n\n\n\n<p>Looking for reliable hosting? Look no further because <a href=\"https://platform.cloudways.com/signup?coupon=BFCM4030&amp;id=253176\" target=\"_blank\" rel=\"noreferrer noopener sponsored\">Cloudawys is here with a tempting BFCM offer</a>: <strong>Get 40% OFF during 4 months plus up to 30 (yes, thirty) free website migrations!</strong></p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https://platform.cloudways.com/signup?coupon=BFCM4030&amp;id=253176\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/11/cloudways-bfcm-promo-1024x970.jpg\" alt=\"cloudways bfcm promo banner\" class=\"wp-image-638568\" width=\"768\" height=\"728\" srcset=\"//oceanwp.org/wp-content/uploads/2022/11/cloudways-bfcm-promo-1024x970.jpg 1024w, //oceanwp.org/wp-content/uploads/2022/11/cloudways-bfcm-promo-300x284.jpg 300w, //oceanwp.org/wp-content/uploads/2022/11/cloudways-bfcm-promo-768x728.jpg 768w, //oceanwp.org/wp-content/uploads/2022/11/cloudways-bfcm-promo.jpg 1125w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p>And what do you get besides the cool discount? Well, free SSL, fully integrated CDN, built-in caching, 24/7 support and more, more, more (like with the song).</p>\n\n\n\n<p><strong>Sale Start Date</strong>: Already active.</p>\n\n\n\n<p><strong>Sale End Date:</strong> November 30th 2022.</p>\n\n\n\n<p><a href=\"https://platform.cloudways.com/signup?coupon=BFCM4030&amp;id=253176\" target=\"_blank\" rel=\"noreferrer noopener sponsored\">The BFCM promo at Cloudways has the promo code already applied on their signup page</a>.</p>\n\n\n\n<h2>5 CartFlows &#8211; Up to 55% OFF and a MacBook Air Giveaway</h2>\n\n\n\n<p>CartFlows is a sales funnel builder that turns your online store into a profit-making sales machine.</p>\n\n\n\n<p>The user-friendly sales funnel builder is designed to help generate leads and turn visitors into customers. Increase sales and the average cart value by including upsells, order bumps, cross-sells and a whole lot more. You also get to use A/B split testing built in, to identify which of your offers and products lead to higher conversions.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https://cartflows.com/pricing\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/11/CartFlows.png\" alt=\"cartflows bfcm banner\" class=\"wp-image-638607\" width=\"768\" height=\"405\" srcset=\"//oceanwp.org/wp-content/uploads/2022/11/CartFlows.png 1024w, //oceanwp.org/wp-content/uploads/2022/11/CartFlows-300x158.png 300w, //oceanwp.org/wp-content/uploads/2022/11/CartFlows-768x405.png 768w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p><strong>Sale Start Date</strong>: Already active.</p>\n\n\n\n<p><strong>Sale End Date:</strong> December 2nd 2022.</p>\n\n\n\n<p><a href=\"https://cartflows.com/pricing\" target=\"_blank\" rel=\"noreferrer noopener\">The CartFlows BFCM discount is already applied on the pricing page</a>.</p>\n\n\n\n<h2>6 Presto Player &#8211; Up to 50% OFF</h2>\n\n\n\n<p>Presto Player is a feature-rich video player built for WordPress websites that offers all the industry-standard features. Engage your website visitors with video, add a call to action, include an overlay image, track performance and more with Presto Player.&nbsp;</p>\n\n\n\n<p>You can play videos that are either hosted on your site or from popular video hosting platforms, including YouTube and BunnyNet.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https://prestoplayer.com/pricing/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/11/PrestoPlayer.png\" alt=\"presto player bfcm banner\" class=\"wp-image-638608\" width=\"768\" height=\"405\" srcset=\"//oceanwp.org/wp-content/uploads/2022/11/PrestoPlayer.png 1024w, //oceanwp.org/wp-content/uploads/2022/11/PrestoPlayer-300x158.png 300w, //oceanwp.org/wp-content/uploads/2022/11/PrestoPlayer-768x405.png 768w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p><strong>Sale Start Date</strong>: Already active.</p>\n\n\n\n<p><strong>Sale End Date:</strong> December 2nd 2022.</p>\n\n\n\n<p><a href=\"https://prestoplayer.com/pricing/\" target=\"_blank\" rel=\"noreferrer noopener\">Presto Player BFCM discount automatically applied at the checkout page</a>.</p>\n\n\n\n<h2>Additional WordPress Plugins / Services to Use with OceanWP</h2>\n\n\n\n<p>The following partners currently do not offer any BFCM deals, but that doesn&#8217;t make their offers any less interesting. On the contrary.</p>\n\n\n\n<p>We bring you the latest news and features from the OceanWP WordPress partners&#8217; world.</p>\n\n\n\n<h3>1 Weglot &#8211; A different take on BFCM</h3>\n\n\n\n<p><a href=\"https://weglot.com/?fp_ref=oceanwp\" target=\"_blank\" rel=\"noreferrer noopener sponsored\">Weglot</a> is a WordPress translation plugin that allows you to create a multilingual website in minutes, thanks to its automated translation feature. Every one of your team members can use this plugin without any previous knowledge, that&#8217;s how simplified the entire process is. Did we also mention it&#8217;s used by major brands like IBM, Tupperware and HBO?</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https://weglot.com/?fp_ref=oceanwp\" target=\"_blank\" rel=\"noopener\"><img width=\"800\" height=\"350\" src=\"https://oceanwp.org/wp-content/uploads/2022/10/Weglot-WP-Banner.png\" alt=\"weglot wordpress plugin halloween banner\" class=\"wp-image-637814\" srcset=\"//oceanwp.org/wp-content/uploads/2022/10/Weglot-WP-Banner.png 800w, //oceanwp.org/wp-content/uploads/2022/10/Weglot-WP-Banner-300x131.png 300w, //oceanwp.org/wp-content/uploads/2022/10/Weglot-WP-Banner-768x336.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /></a></figure></div>\n\n\n<p>This BFCM, Weglot will be taking a different approach. Instead of running deals, they will donate 50% of their revenue during Black Friday / Cyber Monday to various charity organizations. Follow up on this <a href=\"https://weglot.com/blog/black-friday-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">BFCM charity action on Weglot&#8217;s website</a>, as you&#8217;ll be able to translate your website and make someone happy.</p>\n\n\n\n<h3>2 Kinsta</h3>\n\n\n\n<p>When it comes to holiday deals or coupons, <a href=\"https://kinsta.com/?kaid=RIQOJFZECGUH\" target=\"_blank\" rel=\"noreferrer noopener sponsored\">Kinsta</a> takes a different approach. Instead of providing short term deals, they prefer adding long-term value for their customers. </p>\n\n\n\n<p>Some features they rolled in past years for no extra cost are<strong> Cloudflare enterprise level integration</strong> ($200/mo value), <strong>Kinsta Application Performance Monitoring tool for identifying and fixing code level issues</strong>, fastest&nbsp; latest generation <strong>C2-type servers powered by Google Cloud</strong> and it’s premium-tier global network. The available global data centers you can choose from is 35 and counting.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img width=\"600\" height=\"301\" src=\"https://oceanwp.org/wp-content/uploads/2022/10/600x300-optimized-dark.jpeg\" alt=\"Kinta managed wordpress hosting banner\" class=\"wp-image-637822\" srcset=\"//oceanwp.org/wp-content/uploads/2022/10/600x300-optimized-dark.jpeg 600w, //oceanwp.org/wp-content/uploads/2022/10/600x300-optimized-dark-300x151.jpeg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></figure></div>\n\n\n<p>This year they rolled out <strong>a neat new feature for all users (free of charge)</strong>; the <a href=\"https://kinsta.com/feature-updates/site-preview-tool/?kaid=RIQOJFZECGUH\" target=\"_blank\" rel=\"noreferrer noopener sponsored\">site preview tool.</a> The edge caching solution will be released to all customers soon further speeding up client websites!</p>\n\n\n\n<p>Kinsta offers a 30-day money-back guarantee and an <a href=\"https://kinsta.com/plans/?plan=visits-business1&amp;interval=year&amp;kaid=RIQOJFZECGUH\" target=\"_blank\" rel=\"noreferrer noopener sponsored\">all-time two months’ hosting discount on annual WordPress hosting plans</a>.</p>\n\n\n\n<p>Besides the new feature, new services come too! Kinsta’s rolling out <a href=\"https://kinsta.com/application-hosting/\" target=\"_blank\" rel=\"noreferrer noopener sponsored\">application hosting and database hosting</a> soon!</p>\n\n\n\n<p>Take advantage of Kinsta&#8217;s free migration service and get started today!</p>\n\n\n\n<h3>3 WPML</h3>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https://wpml.org/\" target=\"_blank\" rel=\"noopener\"><img width=\"600\" height=\"283\" src=\"https://oceanwp.org/wp-content/uploads/2021/09/wpml-logo-tag-line.png\" alt=\"WPML logo\" class=\"wp-image-619676\" srcset=\"//oceanwp.org/wp-content/uploads/2021/09/wpml-logo-tag-line.png 600w, //oceanwp.org/wp-content/uploads/2021/09/wpml-logo-tag-line-300x142.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a></figure></div>\n\n\n<p>WPML has recently introduced a free, standalone version of their&nbsp;<a href=\"https://wpml.org/documentation/related-projects/woocommerce-multilingual/\" target=\"_blank\" rel=\"noreferrer noopener\">WooCommerce Multilingual &amp; Multicurrency</a>&nbsp;module. </p>\n\n\n\n<p>This plugin allows you to easily add complete&nbsp;<a href=\"https://wpml.org/documentation/related-projects/woocommerce-multilingual/multi-currency-support-woocommerce/\" target=\"_blank\" rel=\"noreferrer noopener\">multicurrency features</a>&nbsp;to your WooCommerce site. You can set up and display products in multiple currencies, add currency switchers to your sites, set up exchange rates, and more. And if you want to have your whole store in multiple languages, you can just add WPML to it.</p>\n\n\n\n<p>This would unlock additional features such as translating all products, translating categories and attributes, automatic translation, and more.</p>\n\n\n\n<figure class=\"wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<p class=\"responsive-video-wrap clr\"><iframe title=\"WooCommerce Multilingual &amp; Multicurrency\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/NxkzEywVZSA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></p>\n</div></figure>\n\n\n\n<h3>4 iThemes</h3>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https://stellarwp.pxf.io/c/3689112/708559/9639\" target=\"_blank\" rel=\"noopener\"><img width=\"750\" height=\"252\" src=\"https://oceanwp.org/wp-content/uploads/2022/10/ithemes-logo-white.png\" alt=\"iThemes logo banner\" class=\"wp-image-637847\" srcset=\"//oceanwp.org/wp-content/uploads/2022/10/ithemes-logo-white.png 750w, //oceanwp.org/wp-content/uploads/2022/10/ithemes-logo-white-300x101.png 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a></figure></div>\n\n\n<p>The one stop shop for WordPress security. As the threat of online/web hacking grows and becomes more common, <a href=\"https://stellarwp.pxf.io/c/3689112/708564/9639\" target=\"_blank\" rel=\"noreferrer noopener sponsored\">iThemes Security</a> locks down and protects your site from hackers and keeps you safe from online threats.</p>\n\n\n\n<p>With features like &#8220;Brute force detection&#8221; to protect against password guessing, malware scanning and &#8220;away mode&#8221; to set times periods of access restriction and prevent admin access and many more, your site couldn&#8217;t be in better hands.</p>\n\n\n\n<h3>5 BackupBuddy</h3>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https://stellarwp.pxf.io/c/3689112/708562/9639\" target=\"_blank\" rel=\"noopener\"><img width=\"600\" height=\"300\" src=\"https://oceanwp.org/wp-content/uploads/2022/10/backupbuddy.png\" alt=\"BackupBuddy logo banner\" class=\"wp-image-637848\" srcset=\"//oceanwp.org/wp-content/uploads/2022/10/backupbuddy.png 600w, //oceanwp.org/wp-content/uploads/2022/10/backupbuddy-300x150.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a></figure></div>\n\n\n<p>WordPress doesn&#8217;t include built-in backups. <a href=\"https://stellarwp.pxf.io/c/3689112/708562/9639\" target=\"_blank\" rel=\"noreferrer noopener sponsored\">BackupBuddy</a> was built in 2010 to meet the need for a solid WordPress backup solution.</p>\n\n\n\n<p>Other WordPress security issues include hacks, malware, user error, deleted files and running bad commands. All of these things can completely wipe out your WordPress site forever. Having a current backup of your WordPress website is critical for protecting your website. BackupBuddy is here to help.</p>\n\n\n\n<h3>6 HubSpot</h3>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https://www.hubspot.com/products/wordpress\" target=\"_blank\" rel=\"noopener\"><img width=\"672\" height=\"261\" src=\"https://oceanwp.org/wp-content/uploads/2021/10/hubspotlogo-web-color.png\" alt=\"HubSpot logo\" class=\"wp-image-621233\" srcset=\"//oceanwp.org/wp-content/uploads/2021/10/hubspotlogo-web-color.png 672w, //oceanwp.org/wp-content/uploads/2021/10/hubspotlogo-web-color-300x117.png 300w\" sizes=\"(max-width: 672px) 100vw, 672px\" /></a></figure></div>\n\n\n<p><strong><a href=\"https://www.hubspot.com/products/wordpress\" target=\"_blank\" rel=\"noreferrer noopener\">HubSpot is a leading CRM platform</a></strong> that brings a ton of value with its all-in-one WordPress plugin. Over 200k+ users trust HubSpot’s WordPress plugin for adding live chat, forms, CRM, email marketing, and reporting to their WordPress sites.</p>\n\n\n\n<h3>7 Toolset</h3>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https://toolset.com/\" target=\"_blank\" rel=\"noopener\"><img width=\"600\" height=\"200\" src=\"https://oceanwp.org/wp-content/uploads/2021/05/Toolset-logo-png.png\" alt=\"\" class=\"wp-image-613165\" srcset=\"//oceanwp.org/wp-content/uploads/2021/05/Toolset-logo-png.png 600w, //oceanwp.org/wp-content/uploads/2021/05/Toolset-logo-png-300x100.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a></figure></div>\n\n\n<p><a href=\"https://toolset.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Toolset</a> makes it easier and quicker for you to build a professional website without complex coding. Whether you are a WordPress beginner or expert you can quickly add advanced features including custom post types, custom search, Maps and front-end forms.</p>\n\n\n\n<h2>BFCM 2022 Deals Summary</h2>\n\n\n\n<p>The WordPress community knows the secret &#8211; the Black Friday / Cyber Monday deals are usually better than the upcoming Christmas or New Year deals, but that depends from company to company.</p>\n\n\n\n<p>In the meantime,<a href=\"https://oceanwp.org/core-extensions-bundle/\"> you know we offer 50% off on all plans</a> so treat yourself knowing that besides awesome features you&#8217;ll always have a team you can count on.</p>\n\n\n\n<p>In case of any changes and updates from our partners, we&#8217;ll update the content accordingly.</p>\n\n\n\n<p>The OceanWP Team wishes you lots of amazing deals and a great beginning of the Festive season.</p>\n<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/wordpress-bfcm-2022-best-deals-news-oceanwp-users/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://oceanwp.org/blog/wordpress-bfcm-2022-best-deals-news-oceanwp-users/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:1:\"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:\"\";}}}}}i:4;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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"OceanWP Catamaran Update: New Elementor Sections, Widgets &amp; More!\";s: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:71:\"https://oceanwp.org/blog/oceanwp-catamaran-update-new-sections-widgets/\";s: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:80:\"https://oceanwp.org/blog/oceanwp-catamaran-update-new-sections-widgets/#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:\"Sun, 06 Nov 2022 21:01:13 +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:11:\"Introducing\";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:6:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"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://oceanwp.org/?p=638062\";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:1168:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/oceanwp-catamaran-update-new-sections-widgets/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/11/oceanwp-catamaran-update-release-featured.png\" width=\"1280\" height=\"700\" title=\"OceanWP Catamaran Update: New Elementor Sections, Widgets &#038; More!\" alt=\"OceanWP Catamaran Update: New Elementor Sections, Widgets &#038; More!\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">You don&#8217;t need to be a captain to know catamarans are not only good-looking, but also very safe and stable vessels. And that&#8217;s exactly what we here at OceanWP are...<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/oceanwp-catamaran-update-new-sections-widgets/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Lior Zelering\";s: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:29964:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/oceanwp-catamaran-update-new-sections-widgets/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/11/oceanwp-catamaran-update-release-featured.png\" width=\"1280\" height=\"700\" title=\"OceanWP Catamaran Update: New Elementor Sections, Widgets &#038; More!\" alt=\"OceanWP Catamaran Update: New Elementor Sections, Widgets &#038; More!\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">\n<p class=\"has-medium-font-size\">You don&#8217;t need to be a captain to know catamarans are not only good-looking, but also very safe and stable vessels. And that&#8217;s exactly what we here at OceanWP are striving for: for you to feel safe while sailing through the WordPress waters <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>After the<a href=\"https://oceanwp.org/blog/oceanwp-theme-panel-makeover/\"> OceanWP Panel Makeover and the Starboard update</a>, came the <a href=\"https://oceanwp.org/blog/oceanwp-update-elementor-sections-libarary/\" data-type=\"post\" data-id=\"636900\">OceanWP High Tide update</a> where we introduced the Elementor Sections Library.</p>\n\n\n\n<p>If you&#8217;re new to OceanWP, the Elementor Sections Library is a feature that comes with the <a href=\"https://oceanwp.org/core-extensions-bundle/\" data-type=\"page\" data-id=\"36995\">Core Extensions Bundle</a> and is tied to the Ocean Pro Demos plugin. Elementor Sections Library enables you to build your own pages as you go, section by section. </p>\n\n\n\n<p><strong>The OceanWP Catamaran update release brings 50+ brand new section designs</strong> to the already available 60 templates library.</p>\n\n\n\n<p>Besides new templates, our users have often asked about magazine layouts. Well, even though we did not release any new magazine <a href=\"https://oceanwp.org/demos/\">full WordPress website templates </a>yet, we&#8217;re providing you with the tools to do just that &#8211; in an easy and quite fancy way.</p>\n\n\n\n<p>The <strong>OceanWP Catamaran Update has been scheduled for release on November 9th 2022</strong>, and in this article we&#8217;ll cover the highlights.</p>\n\n\n\n<h2>Table of Content:</h2>\n\n\n\n<ul><li><a href=\"#oceanwp-336\">OceanWP 3.3.6</a></li><li><a href=\"#ocean-extra-206\">Ocean Extra 2.0.6</a><ul><li>Select font format for locally hosted Google fonts.</li></ul></li><li><a href=\"#ocean-elementor-widgets-230\">Ocean Elementor Widgets 2.3.0</a><ul><li>Make Column Clickable</li><li>New Magazine Widgets</li></ul></li><li><a href=\"#ocean-elementor-library-catamaran\">New Elementor Sections Library templates</a></li><li><a href=\"#ocean-portfolio-210\">Ocean Portfolio 2.1.0</a></li><li><a href=\"#ocean-hooks-202\">Ocean Hooks 2.0.2</a></li><li><a href=\"#other-ocean-plugin-updates\">Other Ocean Plugin updates</a></li><li><a href=\"#update-preparations\">How to prepare a WordPress website for update</a></li></ul>\n\n\n\n<h2 id=\"oceanwp-336\">OceanWP Update Release 3.3.6</h2>\n\n\n\n<p>When it comes to the OceanWP theme itself, the OceanWP Catamaran update release brings some smaller improvements, but we have also addressed some issues.</p>\n\n\n\n<h3>New OceanWP Theme Filters</h3>\n\n\n\n<p>The improvements mentioned come in a form of <strong>filters</strong> (mostly), <strong>that allow you to override the existing settings</strong> for the following:</p>\n\n\n\n<ol><li><strong>Comment date</strong> (change the comment date format on single blog posts): <a href=\"https://docs.oceanwp.org/article/839-comment-date-format\" target=\"_blank\" rel=\"noreferrer noopener\">ocean_comment_date_format</a></li><li><strong>Published date</strong> for single blog posts header style (except for default): <a href=\"https://docs.oceanwp.org/article/838-get-post-date-format\" target=\"_blank\" rel=\"noreferrer noopener\">ocean_get_post_date_format</a></li><li><strong>Modified date</strong> for single blog posts header style (except for default): <a href=\"https://docs.oceanwp.org/article/837-get-post-modified-date\" target=\"_blank\" rel=\"noreferrer noopener\">ocean_get_post_modified_date_format</a></li></ol>\n\n\n\n<p>One additional filter, that will probably interest developers the most, is the filter to change the infinite scroll icon output: oceanwp_infinite_scroll_output</p>\n\n\n\n<p>For a trained eye, it&#8217;s not hard to guess. We&#8217;re talking about PHP filters.</p>\n\n\n\n<p>Remember, if you&#8217;re not savvy with PHP, it&#8217;s better to consult with experts. Also, always add PHP codes to the functions.php file of the child theme. If you don&#8217;t have a child theme installed, you can <a href=\"https://docs.oceanwp.org/article/90-sample-child-theme\" target=\"_blank\" rel=\"noreferrer noopener\">install the official OceanWP child theme with a single click</a>.</p>\n\n\n\n<h3>New OceanWP Customizer Settings &amp; Tweaks</h3>\n\n\n\n<p>Additional changes also involve introducing <strong>new Customizer settings</strong>, which should reduce the need for custom CSS:</p>\n\n\n\n<ul><li>Full Screen Header Style: <strong>Option to choose the size of the menu icon</strong>, and</li><li>WooCommerce: <strong>Store Notice styling and typography</strong>.</li></ul>\n\n\n\n<p>Besides these new settings, there&#8217;s also <strong>one little tweak &#8211; for improved user experience</strong>. Namely, the existing <strong>option to disable SVG icons has been moved</strong> from <s>Customize &gt; General Options &gt; Theme Icons</s> to <strong>Customize &gt; General Options &gt; Performance</strong>.</p>\n\n\n\n<p>This tweak will have no bearing on your existing settings.</p>\n\n\n\n<h3>OceanWP Catamaran Update Addresses Various WooCommerce Issues</h3>\n\n\n\n<p>The <strong>OceanWP update release addresses two main WooCommerce-related problems</strong> as reported by our users (and we&#8217;re using this opportunity to thank them):</p>\n\n\n\n<ul><li><strong>Multistep Checkout</strong>: problems with next and previous steps, as well the page not scrolling back to the top;</li><li><strong>Product images not being cropped</strong>, especially when the Woo Variation Swatches plugin is in use.</li></ul>\n\n\n\n<p>The update also includes multiple smaller fixes, like Customizer live preview colors, Germanized for WooCommerce plugin compatibility and other.</p>\n\n\n\n<p>But, we know you&#8217;re here for the main stuff, so let&#8217;s get to it!</p>\n\n\n\n<h2 id=\"ocean-extra-206\">Ocean Extra 2.0.6</h2>\n\n\n\n<p>You have embraced our new option to host Google fonts locally with 1-click which not only helps make your website GDPR-friendly, but also increases performance. Not a secret, we are in love in this feature as well!</p>\n\n\n\n<p>The new update brings you an <strong>improvement in a form of option to choose the font format for the locally stored Google fonts</strong>. Basically, from now on you can choose between:</p>\n\n\n\n<ul><li>TIFF,</li><li>WOFF, and</li><li>WOFF2 formats.</li></ul>\n\n\n\n<p>The <strong>default font format type remains the same</strong> as it was before this new option was introduced &#8211; TIFF.</p>\n\n\n\n<p>What you need to do now, and only if you want to make use of the new typography feature, is to navigate to <strong>Customize &gt; Typography &gt; General</strong>, and select the desired format type from the dropdown menu.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/11/image.png\" alt=\"new oceanwp catamaran ocean extra update brings users the option to choose the font format for Google fonts that are being hosted locally\" class=\"wp-image-638083\" width=\"335\" height=\"479\" srcset=\"//oceanwp.org/wp-content/uploads/2022/11/image.png 446w, //oceanwp.org/wp-content/uploads/2022/11/image-209x300.png 209w\" sizes=\"(max-width: 335px) 100vw, 335px\" /></figure></div>\n\n\n<p>To learn more about how quick and easy it is to <a href=\"https://docs.oceanwp.org/article/808-host-google-fonts-locally\" target=\"_blank\" rel=\"noreferrer noopener\">host Google fonts locally with OceanWP</a> or to <a href=\"https://docs.oceanwp.org/article/835-host-elementor-google-fonts-locally-with-oceanwp\" target=\"_blank\" rel=\"noreferrer noopener\">host Elementor Google fonts locally with OceanWP</a>, make sure to visit the linked documents. Or, better yet &#8211;<a href=\"https://wordpress.org/themes/oceanwp/\" target=\"_blank\" rel=\"noreferrer noopener\"> install OceanWP on your website for free</a> and test live! No premium features or font upload required.</p>\n\n\n\n<h2 id=\"ocean-elementor-widgets-230\">Ocean Elementor Widgets 2.3.0</h2>\n\n\n\n<h3>Elementor Magazine Widgets</h3>\n\n\n\n<p>As we mentioned in the beginning of this article, the OceanWP Catamaran update release brings <strong>special new Elementor widgets that enable you to create a magazine or newspaper layout</strong> before you can say publish!</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/11/image-1.png\" alt=\"new Elementor magazine widgets by OceanWP\" class=\"wp-image-638085\" width=\"305\" height=\"719\" srcset=\"//oceanwp.org/wp-content/uploads/2022/11/image-1.png 406w, //oceanwp.org/wp-content/uploads/2022/11/image-1-127x300.png 127w\" sizes=\"(max-width: 305px) 100vw, 305px\" /></figure></div>\n\n\n<p>The list of the new Elementor widgets includes:</p>\n\n\n\n<ul><li>Magazine Hero,</li><li>Magazine Hero Grid,</li><li>Magazine Grid Simple,</li><li>Magazine Grid, and</li><li>Magazine List.</li></ul>\n\n\n\n<p>The magazine widgets will allow all <strong>OceanWP and Elementor users to enrich their content and landing pages</strong> thanks to seamless and predefined styling options, without (extra) stress, effort or even custom CSS.</p>\n\n\n\n<p>Essentially, in just a few clicks you can achieve something like this:</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/11/magazine-layout-2.png\" alt=\"new oceanwp magazine widgets for elementor in action\" class=\"wp-image-638087\" width=\"750\" height=\"316\" srcset=\"//oceanwp.org/wp-content/uploads/2022/11/magazine-layout-2.png 1000w, //oceanwp.org/wp-content/uploads/2022/11/magazine-layout-2-300x126.png 300w, //oceanwp.org/wp-content/uploads/2022/11/magazine-layout-2-768x323.png 768w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></figure></div>\n\n\n<p>Or like this:</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/11/magazine-layout-3.png\" alt=\"new oceanwp magazine widgets for elementor in action\" class=\"wp-image-638088\" width=\"750\" height=\"549\" srcset=\"//oceanwp.org/wp-content/uploads/2022/11/magazine-layout-3.png 1000w, //oceanwp.org/wp-content/uploads/2022/11/magazine-layout-3-300x220.png 300w, //oceanwp.org/wp-content/uploads/2022/11/magazine-layout-3-768x562.png 768w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></figure></div>\n\n\n<p>Or, you can create a powerful combo of all of them to maximize the impact:</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/11/magazine-layout-808x1024.png\" alt=\"new oceanwp magazine widgets for elementor in action\" class=\"wp-image-638086\" width=\"606\" height=\"768\" srcset=\"//oceanwp.org/wp-content/uploads/2022/11/magazine-layout-808x1024.png 808w, //oceanwp.org/wp-content/uploads/2022/11/magazine-layout-237x300.png 237w, //oceanwp.org/wp-content/uploads/2022/11/magazine-layout-768x973.png 768w, //oceanwp.org/wp-content/uploads/2022/11/magazine-layout.png 1000w\" sizes=\"(max-width: 606px) 100vw, 606px\" /></figure></div>\n\n\n<p>If you love the new addition, make sure to update Ocean Elementor Widgets to its latest 2.3.0 version (once available, and once you&#8217;ve tested) or <a href=\"https://oceanwp.org/core-extensions-bundle/\" data-type=\"page\" data-id=\"36995\">upgrade with the Ocean Core Extensions Bundle</a> to get access to these and many more cool WordPress features.</p>\n\n\n\n<h3>Make Elementor Column Clickable</h3>\n\n\n\n<p>Now, this is a feature we&#8217;re really excited about and can&#8217;t wait to hear your feedback.</p>\n\n\n\n<p>With even <strong>more designer freedom</strong>, now you can really set your creativity loose and <strong>turn absolutely every Elementor column into a banner</strong>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img width=\"391\" height=\"907\" src=\"https://oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_195754807.png\" alt=\"\" class=\"wp-image-638089\" srcset=\"//oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_195754807.png 391w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_195754807-129x300.png 129w\" sizes=\"(max-width: 391px) 100vw, 391px\" /></figure></div>\n\n\n<p>How does this new feature work?</p>\n\n\n\n<p>Rather easy!</p>\n\n\n\n<p>Fill out an Elementor column with all the content you want (example: heading, counter and an icon with a great column background would make an awesome Call to Action) and then:</p>\n\n\n\n<ol><li><strong>Edit Column</strong> (Column settings, not content),</li><li>Check the bottom of the <strong>Layout tab</strong>,</li><li><strong>Add a link</strong> (internal or external),</li><li>Choose whether the link should open in a new browser tab (optional),</li><li>Done!</li></ol>\n\n\n\n<p>It&#8217;s important to emphasize that the <strong>make Elementor column clickable feature is enabled automatically only if a link is placed in the required field</strong>. Otherwise, and by default, this feature is disabled.</p>\n\n\n\n<p>Most importantly, the new option significantly reduces the need for numerous banner and call to action widgets which you can never get just perfect, and we know this is something you care about as a designer.</p>\n\n\n\n<p>Now, go ahead, create some stunning content and make sure to <a href=\"https://oceanwp.org/website-showcase/\" data-type=\"page\" data-id=\"623557\">apply your website for our showcase</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<h2 id=\"ocean-elementor-library-catamaran\">New Addition to the OceanWP Elementor Sections Library</h2>\n\n\n\n<p>You&#8217;re talented and creative!</p>\n\n\n\n<p>But sometimes even the most gifted and skillful designers need a little hand or inspiration <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> That&#8217;s why we&#8217;re happy to announce that<strong> we are releasing 56 new sections for the Ocean Elementor Sections Library</strong>.</p>\n\n\n\n<p><strong>The Ocean Elementor Library now counts 106 section templates in total</strong>. Personal plan license owners will have access to 25 of those templates, while the Business and Agency license owners will enjoy full access.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792-1024x192.png\" alt=\"\" class=\"wp-image-636943\" width=\"768\" height=\"144\" srcset=\"//oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792-1024x192.png 1024w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792-300x56.png 300w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792-768x144.png 768w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792.png 1097w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p>To make use of the Ocean Elementor Sections Library, <strong>you need to have Ocean Pro Demos plugin installed on your website and an active Ocean Core Extensions Bundle license</strong>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_202713827-1024x681.png\" alt=\"how to sync oceanwp elementor sections library to get access to the new templates\" class=\"wp-image-638090\" width=\"768\" height=\"511\" srcset=\"//oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_202713827-1024x681.png 1024w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_202713827-300x200.png 300w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_202713827-768x511.png 768w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_202713827.png 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure></div>\n\n\n<p>If you&#8217;re already using this feature, all you need to do on Wednesday (November 9th 2022) is to <strong>sync your library so that you get access to the latest design templates</strong>:</p>\n\n\n\n<ol><li>Open Elementor editor,</li><li>Click the blue O icon to load the Ocean Elementor Library,</li><li>Click the sync button in the upper right corner,</li><li>Done!</li></ol>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_203722821-1024x680.png\" alt=\"oceanwp elementor sections library new design showcase\" class=\"wp-image-638091\" width=\"768\" height=\"510\" srcset=\"//oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_203722821-1024x680.png 1024w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_203722821-300x199.png 300w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_203722821-768x510.png 768w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_203722821.png 1202w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure></div>\n\n\n<p>You don&#8217;t need to update the Ocean Pro Demos plugin to get access to the new addition of the Elementor section templates.</p>\n\n\n\n<p>Remember, the OceanWP knowledge base is always here to have your back, and you can always <a href=\"https://docs.oceanwp.org/article/834-elementor-library-oceanwp-panel\" target=\"_blank\" rel=\"noreferrer noopener\">revisit the Elementor Library help document</a>.</p>\n\n\n\n<p>Enjoy exploring and experimenting with your new designs.</p>\n\n\n\n<p>And, while we&#8217;re mentioning designs, perhaps you can use them to enhance your portfolio using the Ocean Portfolio plugin?</p>\n\n\n\n<h2 id=\"ocean-portfolio-210\">Ocean Portfolio 2.1.0</h2>\n\n\n\n<p>For all of you creators out there who are in a serious line of business and with even more serious portfolio to showcase, the new OceanWP Catamaran update and Ocean Portfolio 2.1.0 bring <strong>a brand new filter type for your items</strong>.</p>\n\n\n\n<p>The existing filter bar is awesome, but you&#8217;ll love <strong>the filter button</strong>!</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/11/image-2.png\" alt=\"\" class=\"wp-image-638092\" width=\"275\" height=\"718\" srcset=\"//oceanwp.org/wp-content/uploads/2022/11/image-2.png 367w, //oceanwp.org/wp-content/uploads/2022/11/image-2-115x300.png 115w\" sizes=\"(max-width: 275px) 100vw, 275px\" /></figure></div>\n\n\n<p>The new Ocean Portfolio filter type allows more control and &#8211; of course &#8211; search options.</p>\n\n\n\n<p>The main difference between the standard Filter Bar and the new Filter Button is:</p>\n\n\n\n<ul><li>Filter Button allows to search through all available portfolio items even if pagination is in use.</li><li>the Filter Bar allows the search (sorting) of items that are available on the current page because it&#8217;s an AJAX filter.</li></ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/11/image_2022-11-08_082709719-1024x389.png\" alt=\"screenshot of the new ocean portfolio filter button feature\" class=\"wp-image-638110\" width=\"768\" height=\"292\" srcset=\"//oceanwp.org/wp-content/uploads/2022/11/image_2022-11-08_082709719-1024x389.png 1024w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-08_082709719-300x114.png 300w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-08_082709719-768x292.png 768w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-08_082709719-1536x583.png 1536w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-08_082709719.png 1557w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure></div>\n\n\n<p>Naturally, options to style the filter buttons are also available, so fire away!</p>\n\n\n\n<h2 id=\"ocean-hooks-202\">Ocean Hooks 2.0.2</h2>\n\n\n\n<p>You heard about the elf on a shelf, but did you hear&#8230; no, we got nothing for this.</p>\n\n\n\n<p>But we do have a brand new feature for you!</p>\n\n\n\n<p>With the latest Ocean Hooks version you can now add custom PHP codes &#8211; taaaaaaaaaa daaa.</p>\n\n\n\n<p>Once you update the plugin or install the new version for the first time, when you visit My Library (OceanWP &gt; My Library), you&#8217;ll notice a new dropdown selection next to the library name.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_211256786-1024x652.png\" alt=\"\" class=\"wp-image-638094\" width=\"768\" height=\"489\" srcset=\"//oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_211256786-1024x652.png 1024w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_211256786-300x191.png 300w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_211256786-768x489.png 768w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_211256786.png 1047w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure></div>\n\n\n<p>You can choose between:</p>\n\n\n\n<ul><li>Default, and</li><li>PHP Code.</li></ul>\n\n\n\n<p>This selection determines the type of a template you want to create.</p>\n\n\n\n<p><strong>The Default template type serves to create custom templates</strong> (for Header, Footer, sections, etc) using Gutenberg, Elementor, Visual Composer or any other page builder.</p>\n\n\n\n<figure class=\"wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<p class=\"responsive-video-wrap clr\"><iframe title=\"&#x1f3a3; Ocean Hooks: Display Templates Where You Want and How You Want\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/fm_HO3Rc0N8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></p>\n</div></figure>\n\n\n\n<p>The PHP Code template type serves to create, well, PHP codes, which can then be applied to your website either plain or using the vast amount of hooks added to the Ocean Hooks plugin, as well as the conditional logic and more.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/11/image-3.png\" alt=\"an example of new Ocean Hooks functionality to add custom PHP codes\" class=\"wp-image-638108\" width=\"618\" height=\"389\" srcset=\"//oceanwp.org/wp-content/uploads/2022/11/image-3.png 824w, //oceanwp.org/wp-content/uploads/2022/11/image-3-300x189.png 300w, //oceanwp.org/wp-content/uploads/2022/11/image-3-768x483.png 768w\" sizes=\"(max-width: 618px) 100vw, 618px\" /></figure></div>\n\n\n<p>This also means that, if you&#8217;re already running Ocean Hooks on your website, you won&#8217;t need to install additional plugins to add PHP snippets.</p>\n\n\n\n<p>Happy coding!</p>\n\n\n\n<h2 id=\"other-ocean-plugin-updates\">Other Ocean Plugin Updates</h2>\n\n\n\n<p>The OceanWP Catamaran update release also covers updates of the following plugins:</p>\n\n\n\n<ul><li>Ocean Modal Window,</li><li>Ocean Popup Login,</li><li>Ocean Gutenberg Blocks, and</li><li>Ocean Pro Demos.</li></ul>\n\n\n\n<p>Now that you know what to expect with the new update, let&#8217;s go over a few website update preparation tips (these never get old), as well as some other news.</p>\n\n\n\n<h2 id=\"update-preparations\">OceanWP Update: How to Prepare Your Website</h2>\n\n\n\n<p>Although we don&#8217;t consider this update release as major, as always, we recommend the same update procedure and precaution measures.</p>\n\n\n\n<p><strong>The correct update order is:</strong></p>\n\n\n\n<ol><li><strong>Update OceanWP</strong>&nbsp;via Appearance &gt; Themes, then</li><li><strong>Update all Ocean plugin</strong>s via Plugins &gt; Installed Plugins.</li></ol>\n\n\n\n<p><strong>Before you update, make sure you have taken necessary precaution measures.</strong></p>\n\n\n\n<h3>Test the Update Before Updating Your Live Site</h3>\n\n\n\n<p>The&nbsp;<strong>best practice is to test new changes on localhost, test or staging environments.</strong></p>\n\n\n\n<p>If you&nbsp;<strong>don’t have the option to test the updates anywhere, do not update immediately</strong>. Wait for a couple of days or even a week, until we’ve gathered feedback and made sure it’s safe for you to update.</p>\n\n\n\n<p>Remember, even if everything is fine, something can always go wrong during updates &#8211; like your website losing connection to WordPress and interrupting the update process. After all, the bad thing about software is – it’s software.</p>\n\n\n\n<p><strong>Make sure to backup your websites properly</strong>. Do not rely on hosting backups alone. Instead,&nbsp;<strong><a href=\"https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/\" target=\"_blank\" rel=\"noreferrer noopener\">take manual backups as well</a></strong>&nbsp;and store data in a safe place. If you’re using the&nbsp;<a href=\"https://oceanwp.org/blog/how-to-reset-wordpress-website-fix-mistakes/\">WordPress Reset plugin (not to be confused with WordPress Database Reset), you can also create website snapshots</a>.</p>\n\n\n\n<p><strong>Important: remember to purge cache thoroughly</strong>&nbsp;after the update, multiple times if necessary. The same goes for the CDN (cloud) cache.</p>\n\n\n\n<h3>Updating a Live Website</h3>\n\n\n\n<p><strong>Website update preparation To-Do list</strong>:</p>\n\n\n\n<ol><li>Before updating the theme,&nbsp;<strong><a href=\"https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/\" target=\"_blank\" rel=\"noreferrer noopener\">create a backup of your website</a></strong>.</li><li>Place your website in the<strong>&nbsp;Maintenance mode</strong>.</li><li><strong>Update OceanWP theme</strong>&nbsp;to its latest version via&nbsp;<strong>Appearance &gt; Themes</strong>.</li><li><strong>Update all Ocean plugins</strong> to their latest versions via <strong>Plugins &gt; Installed Plugins</strong>.</li><li><strong>Clear browser, website or CDN (cloud) cache</strong>.</li><li><strong>Inspect</strong> your website.</li><li>If everything is in order, <strong>deactivate the Maintenance mode</strong>.</li><li><strong>Enjoy </strong>all new OceanWP updates and features!</li></ol>\n\n\n\n<p>In case you need to roll back, you can <a href=\"https://docs.oceanwp.org/article/797-oceanwp-rollback-versions\" target=\"_blank\" rel=\"noreferrer noopener\">download older versions of the OceanWP theme</a>, as well as the <a href=\"https://docs.oceanwp.org/article/800-ocean-extra-rollback-versions\" target=\"_blank\" rel=\"noreferrer noopener\">older versions of the Ocean Extra plugin</a>.</p>\n\n\n\n<p>New to OceanWP?<a href=\"https://wordpress.org/themes/oceanwp/\" target=\"_blank\" rel=\"noreferrer noopener\"> Download the latest version directly from WordPress entirely for free</a>.</p>\n\n\n\n<h2 id=\"oceanwp-next\">What&#8217;s Next for OceanWP?</h2>\n\n\n\n<p>Our features kitchen is open 24/7, though now we&#8217;re getting into the festive season.</p>\n\n\n\n<p>Remember the brand new plugin we mentioned in August? Let&#8217;s just say &#8211; things are getting hot, hot, hot!</p>\n\n\n\n<p>If you&#8217;re wondering about Black Friday and Cyber Monday, yes, we&#8217;ll have that too, so buckle up!</p>\n\n\n\n<p>Aside from that, we plan new video tutorials, more items to the Elementor Library, articles for designers and everybody else interested in enhancing their WordPress website building skills and more!</p>\n\n\n\n<p>We really want to know your opinion and we&#8217;ll here to listen to all your ideas and suggestions. Think there&#8217;s a feature, document, demo or a video OceanWP users would really need? Let us know about it by <a href=\"https://oceanwp.org/feature-requests/\" data-type=\"page\" data-id=\"611644\">filling out the OceanWP feature request form</a>.</p>\n\n\n\n<p>And remember, if you&#8217;re an <a href=\"https://oceanwp.org/oceanwp-partner-program/\" data-type=\"page\" data-id=\"631293\">Agency Bundle license owner, you can also influence our plans and collaborate with us more closely</a>.</p>\n\n\n\n<h2>LOS; INR. (Long or Short, I Never Read):</h2>\n\n\n\n<p>We are&nbsp;<strong>releasing updates</strong>.</p>\n\n\n\n<p><strong>Take website backups, including manual backup, before updating OceanWP and Ocean plugins</strong> (or any other theme / plugin combination).</p>\n\n\n\n<p>The&nbsp;<strong>best practice is to test all updates on test, localhost or staging environments</strong>. If you don’t have the opportunity to test the updates, do not update immediately. Wait with the updates a couple of days until we’ve gathered feedback.</p>\n\n\n\n<p>In case of any problems or issues, inform us about possible bugs or submit tickets.</p>\n\n\n\n<p>Now, let&#8217;s talk about features you&#8217;d like to see in OceanWP <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/oceanwp-catamaran-update-new-sections-widgets/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://oceanwp.org/blog/oceanwp-catamaran-update-new-sections-widgets/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:1:\"3\";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: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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WordPress Halloween 2022: Best Deals &amp; News for OceanWP Users\";s: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:75:\"https://oceanwp.org/blog/wordpress-halloween-2022-best-deals-oceanwp-users/\";s: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:83:\"https://oceanwp.org/blog/wordpress-halloween-2022-best-deals-oceanwp-users/#respond\";s: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, 10 Oct 2022 17:31: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"Promotions\";s: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://oceanwp.org/?p=637611\";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:1198:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/wordpress-halloween-2022-best-deals-oceanwp-users/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/10/oceanwp-halloween-featured-image.jpg\" width=\"1200\" height=\"800\" title=\"WordPress Halloween 2022: Best Deals &#038; News for OceanWP Users\" alt=\"WordPress Halloween 2022: Best Deals &#038; News for OceanWP Users\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">The only thing that should really scare you this Halloween is the opportunity you might miss 😉 In this year&#8217;s &#8220;spooky&#8221; presentation, we&#8217;ve gathered all Halloween deals offered by OceanWP...<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/wordpress-halloween-2022-best-deals-oceanwp-users/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Lior Zelering\";s: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:20093:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/wordpress-halloween-2022-best-deals-oceanwp-users/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/10/oceanwp-halloween-featured-image.jpg\" width=\"1200\" height=\"800\" title=\"WordPress Halloween 2022: Best Deals &#038; News for OceanWP Users\" alt=\"WordPress Halloween 2022: Best Deals &#038; News for OceanWP Users\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">\n<p class=\"has-medium-font-size\">The only thing that should really scare you this Halloween is the opportunity you might miss <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>In this year&#8217;s &#8220;spooky&#8221; presentation, we&#8217;ve gathered all Halloween deals offered by OceanWP partners. <strong>Upgrade hosting or get the tools you need to enhance your WordPress website to the max.</strong> Some promotions will really give you the chills &#8211; that&#8217;s how good they are!</p>\n\n\n\n<p>We&#8217;ll start with &#8211; of course &#8211; yours truly, the Ocean Core Extensions Bundle (wink wink).</p>\n\n\n\n<h2>1 Ocean Core Extensions Bundle &#8211; No Tricks. Only Treats! Halloween Sale Bash</h2>\n\n\n\n<p>Get the Ocean Core Extensions Bundle during the No Tricks. Only Treats! Halloween Sale Bash and <strong>save 50% on ALL plans</strong>! Yep, you read that right! It&#8217;s 50% on ALL plans.</p>\n\n\n\n<p>The <strong>OceanWP Halloween promo is open to all users</strong>, both old and new, and covers all plans, both annual and lifetime.</p>\n\n\n\n<p>Scared of WordPress or websites? Don&#8217;t be!</p>\n\n\n\n<p>Let&#8217;s get you started with some treats, and the OceanWP expert support team will have your back through all the &#8220;frightful&#8221; phases. The upgrade gives you access to 200+ premium full website templates (<a href=\"https://oceanwp.org/royalty-free-images-and-icons-with-oceanwp/\" data-type=\"page\" data-id=\"631749\">royalty-free images included</a>), Elementor Sections Library (check out our last <a href=\"https://oceanwp.org/blog/oceanwp-update-elementor-sections-libarary/\" data-type=\"post\" data-id=\"636900\">Ocean High Tide update release</a>), Webinars &amp; Workshops (we had a Hollywood celebrity in our <a href=\"https://oceanwp.org/blog/oceanwp-2022-web-design-fest/\" data-type=\"post\" data-id=\"637160\">September 2022 Web Design Fest</a>) and, like you&#8217;re already used to with OceanWP, an endless list of <strong>more</strong>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https://oceanwp.org/core-extensions-bundle/\"><img width=\"800\" height=\"240\" src=\"https://oceanwp.org/wp-content/uploads/2022/10/oceanwp-halloween-banner-final.jpg\" alt=\"OceanWP Halloween 2022 sales banner\" class=\"wp-image-637616\" srcset=\"//oceanwp.org/wp-content/uploads/2022/10/oceanwp-halloween-banner-final.jpg 800w, //oceanwp.org/wp-content/uploads/2022/10/oceanwp-halloween-banner-final-300x90.jpg 300w, //oceanwp.org/wp-content/uploads/2022/10/oceanwp-halloween-banner-final-768x230.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /></a></figure></div>\n\n\n<p><strong>Sale Start Date</strong>: October 16th 2022.</p>\n\n\n\n<p><strong>Sale End Date:</strong> October 31st 2022 (midnight between October 31st and November 1st, GMT).</p>\n\n\n\n<p><a href=\"https://oceanwp.org/core-extensions-bundle/\">All discounts calculated automatically at the checkout page</a>. For all other purchase stops, use the promo code: <strong>Halloween2022</strong></p>\n\n\n\n<p>In case you&#8217;d like to renew or upgrade your current license using this promotion, you can do that too! If you have any questions about specific details of your renewal / upgrade, <a href=\"https://oceanwp.org/support/\">make sure to send us a ticket.</a></p>\n\n\n\n<h2>2 JetFormBuilder by Crocoblock &#8211; Halloween 30% OFF Special</h2>\n\n\n\n<p>This Halloween, you can<strong> </strong>grab a 30% off deal on JetFormBuilder Pro Add-ons, including payment gateways, marketing and automation integrations, CRM and Sales integrations.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https://jetformbuilder.com/?ref=175\" target=\"_blank\" rel=\"noopener\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/10/1200х628-Halloween-2022-JetFormBuilder-1-Lana-Miro.jpg\" alt=\"JetFormBuilder Halloween sale banner\" class=\"wp-image-637667\" width=\"800\" height=\"419\" srcset=\"//oceanwp.org/wp-content/uploads/2022/10/1200х628-Halloween-2022-JetFormBuilder-1-Lana-Miro.jpg 800w, //oceanwp.org/wp-content/uploads/2022/10/1200х628-Halloween-2022-JetFormBuilder-1-Lana-Miro-300x157.jpg 300w, //oceanwp.org/wp-content/uploads/2022/10/1200х628-Halloween-2022-JetFormBuilder-1-Lana-Miro-768x402.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /></a></figure></div>\n\n\n<p><strong>Sale Start Date</strong>: October 31st 2022.</p>\n\n\n\n<p><strong>Sale End Date:</strong> November 4th 2022.</p>\n\n\n\n<p><strong>Promo Code:</strong> JFBHALLOWEEN22 (<a href=\"https://jetformbuilder.com/?ref=175\" target=\"_blank\" rel=\"noopener\">promo code must be applied manually on the JetForm Builder checkout page</a>).</p>\n\n\n\n<h2>3 Weglot &#8211; Halloween 20% off for 12 months!</h2>\n\n\n\n<p><a href=\"https://weglot.com/?fp_ref=oceanwp\" target=\"_blank\" rel=\"noreferrer noopener sponsored\">Weglot</a> is a WordPress translation plugin that allows you to create a multilingual website in minutes, thanks to its automated translation feature. Every one of your team members can use this plugin without any previous knowledge, that&#8217;s how simplified the entire process is. Did we also mention it&#8217;s used by major brands like IBM, Tupperware and HBO?</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https://weglot.com/?fp_ref=oceanwp\" target=\"_blank\" rel=\"noopener\"><img width=\"800\" height=\"350\" src=\"https://oceanwp.org/wp-content/uploads/2022/10/Weglot-WP-Banner.png\" alt=\"weglot wordpress plugin halloween banner\" class=\"wp-image-637814\" srcset=\"//oceanwp.org/wp-content/uploads/2022/10/Weglot-WP-Banner.png 800w, //oceanwp.org/wp-content/uploads/2022/10/Weglot-WP-Banner-300x131.png 300w, //oceanwp.org/wp-content/uploads/2022/10/Weglot-WP-Banner-768x336.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /></a></figure></div>\n\n\n<p><strong>Sale Start Date</strong>: October 20th 2022.</p>\n\n\n\n<p><strong>Sale End Date:</strong> October 31st 2022.</p>\n\n\n\n<p><strong>Promo Code:</strong> <strong>OCEANGLOT</strong>&nbsp;</p>\n\n\n\n<h2>4 Freepik &#8211; Halloween 30% off on the annual plan!</h2>\n\n\n\n<p><a href=\"https://www.freepik.com/pricing\" target=\"_blank\" rel=\"noreferrer noopener\">Freepik</a> is the leader in visual resources and creative solutions, and this Halloween get your goosebumps ready for their promo.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https://www.freepik.com/pricing\" target=\"_blank\" rel=\"noopener\"><img width=\"461\" height=\"563\" src=\"https://oceanwp.org/wp-content/uploads/2022/10/image-35.png\" alt=\"Freepik halloween promo banner\" class=\"wp-image-637853\" srcset=\"//oceanwp.org/wp-content/uploads/2022/10/image-35.png 461w, //oceanwp.org/wp-content/uploads/2022/10/image-35-246x300.png 246w\" sizes=\"(max-width: 461px) 100vw, 461px\" /></a></figure></div>\n\n\n<p><strong>Sale Start Date</strong>: October 26th 2022.</p>\n\n\n\n<p><strong>Sale End Date:</strong> November 1st 2022.</p>\n\n\n\n<p><strong>Promo Code:</strong> <a href=\"https://www.freepik.com/pricing\" target=\"_blank\" rel=\"noreferrer noopener\">Applied at the Freepik checkout page</a>.</p>\n\n\n\n<p>On a side note, and in case you didn&#8217;t know, <a href=\"https://oceanwp.org/royalty-free-images-and-icons-with-oceanwp/\" data-type=\"page\" data-id=\"631749\">Freepik and OceanWP have also partnered up to bring you the ultimate template experience</a>.</p>\n\n\n\n<h2>Additional WordPress Plugins / Services to Use with OceanWP</h2>\n\n\n\n<p>The following partners currently do not offer any Halloween deals, but that doesn&#8217;t make their offers any less interesting. On the contrary.</p>\n\n\n\n<p>We bring you the latest news and features from the OceanWP WordPress partners&#8217; world.</p>\n\n\n\n<h3>1 Visual Composer</h3>\n\n\n\n<p>A key driver of growth for ambitious web agencies in 2023 won&#8217;t be selling brand new services, adopting new technology, or securing new lines of financing.</p>\n\n\n\n<p>The true differentiator will be improving the customer experience.</p>\n\n\n\n<p>But, how do you do that?</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https://visualcomposer.com/webinars/client-collaboration/\" target=\"_blank\" rel=\"noopener\"><img width=\"800\" height=\"800\" src=\"https://oceanwp.org/wp-content/uploads/2022/10/atarim-visual-composer-webinar-newsletter-1080x1080-1.jpg\" alt=\"visual composer webinar banner\" class=\"wp-image-637817\" srcset=\"//oceanwp.org/wp-content/uploads/2022/10/atarim-visual-composer-webinar-newsletter-1080x1080-1.jpg 800w, //oceanwp.org/wp-content/uploads/2022/10/atarim-visual-composer-webinar-newsletter-1080x1080-1-300x300.jpg 300w, //oceanwp.org/wp-content/uploads/2022/10/atarim-visual-composer-webinar-newsletter-1080x1080-1-150x150.jpg 150w, //oceanwp.org/wp-content/uploads/2022/10/atarim-visual-composer-webinar-newsletter-1080x1080-1-768x768.jpg 768w, //oceanwp.org/wp-content/uploads/2022/10/atarim-visual-composer-webinar-newsletter-1080x1080-1-600x600.jpg 600w, //oceanwp.org/wp-content/uploads/2022/10/atarim-visual-composer-webinar-newsletter-1080x1080-1-128x128.jpg 128w, //oceanwp.org/wp-content/uploads/2022/10/atarim-visual-composer-webinar-newsletter-1080x1080-1-256x256.jpg 256w\" sizes=\"(max-width: 800px) 100vw, 800px\" /></a></figure></div>\n\n\n<p>By investing in optimizing your collaboration with clients and<strong>&nbsp;removing</strong>&nbsp;<strong>bottlenecks in the 3 most important phases</strong>&nbsp;of each website project:</p>\n\n\n\n<ul><li>Content delivery,</li><li>Design approval,</li><li>Providing support.</li></ul>\n\n\n\n<p><a href=\"https://visualcomposer.com/webinars/client-collaboration/\" target=\"_blank\" rel=\"noreferrer noopener\">Join Visual Composer at their first-ever co-hosted webinar</a> in November this year, with their special guest, Vito Peleg of&nbsp;<a href=\"https://atarim.io/\" target=\"_blank\" rel=\"noreferrer noopener\">Atarim</a>, the tool that lets you collaborate on any website within seconds.</p>\n\n\n\n<h3>2 Kinsta</h3>\n\n\n\n<p>When it comes to holiday deals or coupons, <a href=\"https://kinsta.com/?kaid=RIQOJFZECGUH\" target=\"_blank\" rel=\"noreferrer noopener sponsored\">Kinsta</a> takes a different approach. Instead of providing short term deals, they prefer adding long-term value for their customers. </p>\n\n\n\n<p>Some features they rolled in past years for no extra cost are<strong> Cloudflare enterprise level integration</strong> ($200/mo value), <strong>Kinsta Application Performance Monitoring tool for identifying and fixing code level issues</strong>, fastest&nbsp; latest generation <strong>C2-type servers powered by Google Cloud</strong> and it’s premium-tier global network. The available global data centers you can choose from is 35 and counting.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img width=\"600\" height=\"301\" src=\"https://oceanwp.org/wp-content/uploads/2022/10/600x300-optimized-dark.jpeg\" alt=\"Kinta managed wordpress hosting banner\" class=\"wp-image-637822\" srcset=\"//oceanwp.org/wp-content/uploads/2022/10/600x300-optimized-dark.jpeg 600w, //oceanwp.org/wp-content/uploads/2022/10/600x300-optimized-dark-300x151.jpeg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></figure></div>\n\n\n<p>This year they rolled out <strong>a neat new feature for all users (free of charge)</strong>; the <a href=\"https://kinsta.com/feature-updates/site-preview-tool/?kaid=RIQOJFZECGUH\" target=\"_blank\" rel=\"noreferrer noopener sponsored\">site preview tool.</a> The edge caching solution will be released to all customers soon further speeding up client websites!</p>\n\n\n\n<p>Kinsta offers a 30-day money-back guarantee and an <a href=\"https://kinsta.com/plans/?plan=visits-business1&amp;interval=year&amp;kaid=RIQOJFZECGUH\" target=\"_blank\" rel=\"noreferrer noopener sponsored\">all-time two months’ hosting discount on annual WordPress hosting plans</a>.</p>\n\n\n\n<p>Besides the new feature, new services come too! Kinsta’s rolling out <a href=\"https://kinsta.com/application-hosting/\" target=\"_blank\" rel=\"noreferrer noopener sponsored\">application hosting and database hosting</a> soon!</p>\n\n\n\n<p>Take advantage of Kinsta&#8217;s free migration service and get started today!</p>\n\n\n\n<h3>3 WPML</h3>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https://wpml.org/\" target=\"_blank\" rel=\"noopener\"><img width=\"600\" height=\"283\" src=\"https://oceanwp.org/wp-content/uploads/2021/09/wpml-logo-tag-line.png\" alt=\"WPML logo\" class=\"wp-image-619676\" srcset=\"//oceanwp.org/wp-content/uploads/2021/09/wpml-logo-tag-line.png 600w, //oceanwp.org/wp-content/uploads/2021/09/wpml-logo-tag-line-300x142.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a></figure></div>\n\n\n<p>WPML has recently introduced a free, standalone version of their&nbsp;<a href=\"https://wpml.org/documentation/related-projects/woocommerce-multilingual/\" target=\"_blank\" rel=\"noreferrer noopener\">WooCommerce Multilingual &amp; Multicurrency</a>&nbsp;module. </p>\n\n\n\n<p>This plugin allows you to easily add complete&nbsp;<a href=\"https://wpml.org/documentation/related-projects/woocommerce-multilingual/multi-currency-support-woocommerce/\" target=\"_blank\" rel=\"noreferrer noopener\">multicurrency features</a>&nbsp;to your WooCommerce site. You can set up and display products in multiple currencies, add currency switchers to your sites, set up exchange rates, and more. And if you want to have your whole store in multiple languages, you can just add WPML to it.</p>\n\n\n\n<p>This would unlock additional features such as translating all products, translating categories and attributes, automatic translation, and more.</p>\n\n\n\n<figure class=\"wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<p class=\"responsive-video-wrap clr\"><iframe title=\"WooCommerce Multilingual &amp; Multicurrency\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/NxkzEywVZSA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></p>\n</div></figure>\n\n\n\n<h3>4 iThemes</h3>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https://stellarwp.pxf.io/c/3689112/708559/9639\" target=\"_blank\" rel=\"noopener\"><img width=\"750\" height=\"252\" src=\"https://oceanwp.org/wp-content/uploads/2022/10/ithemes-logo-white.png\" alt=\"iThemes logo banner\" class=\"wp-image-637847\" srcset=\"//oceanwp.org/wp-content/uploads/2022/10/ithemes-logo-white.png 750w, //oceanwp.org/wp-content/uploads/2022/10/ithemes-logo-white-300x101.png 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a></figure></div>\n\n\n<p>The one stop shop for WordPress security. As the threat of online/web hacking grows and becomes more common, <a href=\"https://stellarwp.pxf.io/c/3689112/708564/9639\" target=\"_blank\" rel=\"noreferrer noopener sponsored\">iThemes Security</a> locks down and protects your site from hackers and keeps you safe from online threats.</p>\n\n\n\n<p>With features like &#8220;Brute force detection&#8221; to protect against password guessing, malware scanning and &#8220;away mode&#8221; to set times periods of access restriction and prevent admin access and many more, your site couldn&#8217;t be in better hands.</p>\n\n\n\n<h3>5 BackupBuddy</h3>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https://stellarwp.pxf.io/c/3689112/708562/9639\" target=\"_blank\" rel=\"noopener\"><img width=\"600\" height=\"300\" src=\"https://oceanwp.org/wp-content/uploads/2022/10/backupbuddy.png\" alt=\"BackupBuddy logo banner\" class=\"wp-image-637848\" srcset=\"//oceanwp.org/wp-content/uploads/2022/10/backupbuddy.png 600w, //oceanwp.org/wp-content/uploads/2022/10/backupbuddy-300x150.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a></figure></div>\n\n\n<p>WordPress doesn&#8217;t include built-in backups. <a href=\"https://stellarwp.pxf.io/c/3689112/708562/9639\" target=\"_blank\" rel=\"noreferrer noopener sponsored\">BackupBuddy</a> was built in 2010 to meet the need for a solid WordPress backup solution.</p>\n\n\n\n<p>Other WordPress security issues include hacks, malware, user error, deleted files and running bad commands. All of these things can completely wipe out your WordPress site forever. Having a current backup of your WordPress website is critical for protecting your website. BackupBuddy is here to help.</p>\n\n\n\n<h3>6 HubSpot</h3>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https://www.hubspot.com/products/wordpress\" target=\"_blank\" rel=\"noopener\"><img width=\"672\" height=\"261\" src=\"https://oceanwp.org/wp-content/uploads/2021/10/hubspotlogo-web-color.png\" alt=\"HubSpot logo\" class=\"wp-image-621233\" srcset=\"//oceanwp.org/wp-content/uploads/2021/10/hubspotlogo-web-color.png 672w, //oceanwp.org/wp-content/uploads/2021/10/hubspotlogo-web-color-300x117.png 300w\" sizes=\"(max-width: 672px) 100vw, 672px\" /></a></figure></div>\n\n\n<p><strong><a href=\"https://www.hubspot.com/products/wordpress\" target=\"_blank\" rel=\"noreferrer noopener\">HubSpot is a leading CRM platform</a></strong> that brings a ton of value with its all-in-one WordPress plugin. Over 200k+ users trust HubSpot’s WordPress plugin for adding live chat, forms, CRM, email marketing, and reporting to their WordPress sites.</p>\n\n\n\n<h3>7 Toolset</h3>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https://toolset.com/\" target=\"_blank\" rel=\"noopener\"><img width=\"600\" height=\"200\" src=\"https://oceanwp.org/wp-content/uploads/2021/05/Toolset-logo-png.png\" alt=\"\" class=\"wp-image-613165\" srcset=\"//oceanwp.org/wp-content/uploads/2021/05/Toolset-logo-png.png 600w, //oceanwp.org/wp-content/uploads/2021/05/Toolset-logo-png-300x100.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a></figure></div>\n\n\n<p><a href=\"https://toolset.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Toolset</a> makes it easier and quicker for you to build a professional website without complex coding. Whether you are a WordPress beginner or expert you can quickly add advanced features including custom post types, custom search, Maps and front-end forms.</p>\n\n\n\n<h2>Halloween 2022 Deals Summary</h2>\n\n\n\n<p>The WordPress community knows it all too well &#8211; <strong>Halloween</strong> may be introduction to the upcoming Black Friday / Cyber Monday deals, but that doesn&#8217;t necessarily need to be the case. Like we did last year, we&#8217;ll make sure to update you with BFCM deals as well.</p>\n\n\n\n<p>In the meantime,<a href=\"https://oceanwp.org/core-extensions-bundle/\"> you know we offer 50% off on all plans</a> (which is almost never the case), so what is there to say except to grab the deal and face WordPress without fear and with our help <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>In case of any changes and updates from our partners, we&#8217;ll update the content accordingly.</p>\n\n\n\n<p>The OceanWP Team wishes you lots of treats for this Halloween.</p>\n<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/wordpress-halloween-2022-best-deals-oceanwp-users/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://oceanwp.org/blog/wordpress-halloween-2022-best-deals-oceanwp-users/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:1:\"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:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:73:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Hollywood Comes to OceanWP – the 2022 Web Design Fest\";s: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:54:\"https://oceanwp.org/blog/oceanwp-2022-web-design-fest/\";s: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:63:\"https://oceanwp.org/blog/oceanwp-2022-web-design-fest/#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:\"Thu, 25 Aug 2022 20:23:05 +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:12:\"Announcement\";s: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://oceanwp.org/?p=637160\";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:1118:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/oceanwp-2022-web-design-fest/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/08/web-design-fest.png\" width=\"1200\" height=\"700\" title=\"Hollywood Comes to OceanWP &#8211; the 2022 Web Design Fest\" alt=\"Hollywood Comes to OceanWP &#8211; the 2022 Web Design Fest\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">Calling all geeks, nerds, designers, website owners and everybody else. If you&#8217;re into WordPress, we know you&#8217;ll love the OceanWP 2022 Web Design Fest! It&#8217;s time for another OceanWP annual...<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/oceanwp-2022-web-design-fest/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Lior Zelering\";s: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:11631:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/oceanwp-2022-web-design-fest/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/08/web-design-fest.png\" width=\"1200\" height=\"700\" title=\"Hollywood Comes to OceanWP &#8211; the 2022 Web Design Fest\" alt=\"Hollywood Comes to OceanWP &#8211; the 2022 Web Design Fest\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">\n<p class=\"has-medium-font-size\">Calling all geeks, nerds, designers, website owners and everybody else. If you&#8217;re into WordPress, we know you&#8217;ll love the OceanWP 2022 Web Design Fest!</p>\n\n\n\n<p>It&#8217;s time for another OceanWP annual Web Design Fest. Except, this time, we&#8217;re making it bigger &#8211; from speakers all the way down to freebies and prizes.</p>\n\n\n\n<p>It&#8217;s probably unnecessary, but let&#8217;s take a step back and discuss <strong>the importance of web design</strong> briefly.</p>\n\n\n\n<p>What is web design?</p>\n\n\n\n<p>Most people think &#8220;well, it&#8217;s just a website, how hard can it be?&#8221;. But, we know all you web designers, website owners and developers are sometimes struggling because you know the truth. Web design is not just throwing a few things on the page and call it a day. <strong>Web design impacts how your audience, visitors, customers and everybody else perceives your brand.</strong></p>\n\n\n\n<p><strong>Web design is all about the first impressions</strong>. And it&#8217;s that first impression that will determine whether or not someone will stay on your page to learn more and eventually close the deal or simply move on.</p>\n\n\n\n<p>Here at OceanWP we&#8217;re focused on providing you with the best possible WordPress tools that will help you build an astonishing and complete website, even for free, whether you&#8217;re a beginner or professional. However, we also know you need more. So this is us, helping you<strong> broaden your perspectives, enhancing your skills, learning new things about branding, graphic and web design and applying on your projects</strong>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1.png\" alt=\"OceanWP Web Design Summit banner\" class=\"wp-image-637138\" width=\"750\" height=\"750\" srcset=\"//oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1.png 1000w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-300x300.png 300w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-150x150.png 150w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-768x768.png 768w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-600x600.png 600w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-128x128.png 128w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-256x256.png 256w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></figure></div>\n\n\n<h2>Welcome to the OceanWP 2022 Web Design Fest</h2>\n\n\n\n<p>On September 7th 2022, 9AM &#8211; 4:30PM EDT / 2PM &#8211; 9:30PM BST we&#8217;ll hold the OceanWP annual Web Design Fest. This is an online event and will be held via Zoom. A small hint, you don&#8217;t need to have the Zoom client installed on your PC and can join using a browser.</p>\n\n\n\n<p>We&#8217;ll start the event by lectures from our prominent speakers.</p>\n\n\n\n<p><strong>Vaibhav Singh</strong> (PhD) will give a lecture on <strong>Modern Web Typography</strong>. Vaibhav is a leading typographic researcher and has designed fonts for many well-known companies, including <strong><a href=\"https://www.adobe.com\" target=\"_blank\" rel=\"noreferrer noopener\">Adobe</a></strong> and <strong><a href=\"https://www.google.com\" target=\"_blank\" rel=\"noreferrer noopener\">Google</a></strong>. In his lecture, Vaibhav will share insights and typographic inspirations from some of his recent projects, and introduce the processes involved in designing fonts for modern web design.</p>\n\n\n\n<p><strong>Amanda Duffin </strong>will give a lecture on<strong> Branding 101</strong>. Amanda is an educator and a branding expert. Amanda will teach you how to understand unique sales proposals and create a unique design language around them. In her lecture, Amanda will share ideas everyone can use to create a more coherent visual identity.</p>\n\n\n\n<p>Our<strong> keynote speaker is one of Hollywood&#8217;s giants</strong>, and you are all familiar with his timeless work. <strong>Dan Perri</strong> will give a lecture on <strong>Creative Process</strong>. Dan is a world-renowned designer and will share stories on the creative process behind the most iconic movie title designs, including <a href=\"https://www.imdb.com/title/tt0076759/\" target=\"_blank\" rel=\"noreferrer noopener\">Star Wars</a>, <a href=\"https://www.imdb.com/title/tt0081398\" target=\"_blank\" rel=\"noreferrer noopener\">Raging Bull</a> and more.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.artofthetitle.com/assets/sm/upload/z3/w9/2u/33/danperri_c.jpg?k=d3dd8c6991\" alt=\"preview of Dan Perri\'s movie title designs for the OceanWP 2022 Web Design Fest\"/></figure>\n\n\n\n<p>Following lectures, we&#8217;ll hold 3 OceanWP workshops.</p>\n\n\n\n<p><strong>Workshop #1</strong>: How to make use of OceanWP WordPress template demos to launch a website.</p>\n\n\n\n<p><strong>Workshop #2</strong>: Implementing a design from Adobe XD or Figma.</p>\n\n\n\n<p><strong>Workshop #3</strong>: Advanced OceanWP Customizer settings, new features, free third-party tools to help enhance your web design experience.</p>\n\n\n\n<p>All workshops will be held and lead by Matthew Turner, Lead Content Creator at OceanWP and your host of the OceanWP 2022 Web Design Fest.</p>\n\n\n\n<h2>How to Get a Ticket for the OceanWP 2022 Web Design Fest</h2>\n\n\n\n<p>Tickets for the <a href=\"https://www.eventbrite.com/e/web-design-fest-by-oceanwp-tickets-392092237437\" target=\"_blank\" rel=\"noreferrer noopener\">OceanWP 2022 Web Design Fest</a> are available online for purchase.</p>\n\n\n\n<p>If you <strong>own an OceanWP Bundle license</strong>, you can <strong>apply for a free ticket</strong>! All you need to do is<a href=\"https://oceanwp.org/support/\"> get in touch with us</a> and we&#8217;ll take it from there.</p>\n\n\n\n<p>If you don&#8217;t have a <a href=\"https://oceanwp.org/core-extensions-bundle/\">Bundle license</a>, here&#8217;s your chance! <strong>We&#8217;ll give away 30 free tickets to people who comment</strong> on this post and are interested in learning about web design and OceanWP.</p>\n\n\n\n<p>How do tickets work? When you buy or receive a ticket, you will receive a confirmation to your mailbox. On the day of the event, you will also receive another email with a token that will allow you to join the OceanWP 2022 Web Design Fest online event.</p>\n\n\n\n<h2>OceanWP 2022 Web Design Fest Freebies and Prizes</h2>\n\n\n\n<p>What kind of an event would it be without some prizes or freebies? <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Our event partners have made sure to maximize your experience.</p>\n\n\n\n<p>The main prize will be <a href=\"https://www.mastersdesignlab.com/programs\" target=\"_blank\" rel=\"noopener\">one free 9-week graphic design program tuition worth $650</a>, thanks to our main sponsor and partner <a href=\"https://www.mastersdesignlab.com\" target=\"_blank\" rel=\"noreferrer noopener\">Masters Design Lab</a>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/08/master-design-lab.png\" alt=\"Masters Design Lab logo, main OceanWP 2022 Web Design Fest sponsor\" class=\"wp-image-637170\" width=\"501\" height=\"501\" srcset=\"//oceanwp.org/wp-content/uploads/2022/08/master-design-lab.png 1001w, //oceanwp.org/wp-content/uploads/2022/08/master-design-lab-300x300.png 300w, //oceanwp.org/wp-content/uploads/2022/08/master-design-lab-150x150.png 150w, //oceanwp.org/wp-content/uploads/2022/08/master-design-lab-768x768.png 768w, //oceanwp.org/wp-content/uploads/2022/08/master-design-lab-600x600.png 600w, //oceanwp.org/wp-content/uploads/2022/08/master-design-lab-128x128.png 128w, //oceanwp.org/wp-content/uploads/2022/08/master-design-lab-256x256.png 256w\" sizes=\"(max-width: 501px) 100vw, 501px\" /></figure></div>\n\n\n<p>Other prizes include (but are not limited to):</p>\n\n\n\n<ul><li><a href=\"https://oceanwp.org/core-extensions-bundle/\">3 free annual Personal plan OceanWP Bundle licenses</a>,</li><li><a href=\"https://oceanwp.org/core-extensions-bundle/\">3 free annual Business plan OceanWP Bundle licenses</a>,</li><li><a href=\"https://crocoblock.com\" target=\"_blank\" rel=\"noreferrer noopener\">free Crocoblock licenses</a>,</li><li><a href=\"https://visualcomposer.com\" target=\"_blank\" rel=\"noreferrer noopener\">free Visual Composer licenses</a>,</li><li>exclusive Freepik discounts,</li><li><a href=\"https://www.udemy.com/course/oceanwp-ecommerce-course/\" target=\"_blank\" rel=\"noreferrer noopener\">free access to the full OceanWP eCommerce course on Udemy</a>,</li><li><a href=\"https://www.mastersdesignlab.com\" target=\"_blank\" rel=\"noreferrer noopener\">exclusive discounts for Masters Design Lab graphic design programs</a>,</li><li>and more!</li></ul>\n\n\n\n<p>We&#8217;d also like to use this opportunity and thank all OceanWP 2022 Web Design Fest partners who are helping with making this event bigger and richer.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/08/event-partners.png\" alt=\"OceanWP Web Design Fest partners\" class=\"wp-image-637141\" width=\"750\" height=\"225\" srcset=\"//oceanwp.org/wp-content/uploads/2022/08/event-partners.png 1000w, //oceanwp.org/wp-content/uploads/2022/08/event-partners-300x90.png 300w, //oceanwp.org/wp-content/uploads/2022/08/event-partners-768x230.png 768w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></figure></div>\n\n\n<p>Here&#8217;s a big shout out to <a href=\"http://mastersdesignlab.com\" target=\"_blank\" rel=\"noreferrer noopener\">Masters Design Lab</a>, <a href=\"https://crocoblock.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Crocoblock</a>, <a href=\"https://visualcomposer.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Visual Composer</a>, <a href=\"https://weglot.com\" target=\"_blank\" rel=\"noreferrer noopener\">Weglot</a>, <a href=\"https://www.hubspot.com/products/crm\" target=\"_blank\" rel=\"noreferrer noopener\">HubSpot</a>, <a href=\"https://www.cloudways.com/en/\" target=\"_blank\" rel=\"noreferrer noopener\">Cloudways</a>, <a href=\"https://toolset.com\" target=\"_blank\" rel=\"noreferrer noopener\">Toolset</a> and <a href=\"https://wpml.org\" target=\"_blank\" rel=\"noreferrer noopener\">WPML</a>.</p>\n\n\n\n<p>And let&#8217;s not forget! <strong>We&#8217;re giving away 30 free tickets for the OceanWP 2022 Web Design Fest</strong> to everyone who don&#8217;t have an OceanWP Bundle license, but are interested in the event and <strong>comment on this post</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/oceanwp-2022-web-design-fest/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://oceanwp.org/blog/oceanwp-2022-web-design-fest/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:1:\"3\";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: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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"OceanWP High Tide Update: Ocean Elementor Sections Library is Here!\";s: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://oceanwp.org/blog/oceanwp-update-elementor-sections-libarary/\";s: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://oceanwp.org/blog/oceanwp-update-elementor-sections-libarary/#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:\"Tue, 02 Aug 2022 06:56: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Introducing\";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:6:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"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://oceanwp.org/?p=636900\";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:1136:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/oceanwp-update-elementor-sections-libarary/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/08/oceanwp-high-tide-update.jpg\" width=\"1200\" height=\"700\" title=\"OceanWP High Tide Update: Ocean Elementor Sections Library is Here!\" alt=\"OceanWP High Tide Update: Ocean Elementor Sections Library is Here!\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">High tide. Surfers love it. Boat captains love it. Fishermen love it. But if you love WordPress, and we know you do, you&#8217;ll love the benefits the OceanWP update High...<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/oceanwp-update-elementor-sections-libarary/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Lior Zelering\";s: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:30540:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/oceanwp-update-elementor-sections-libarary/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/08/oceanwp-high-tide-update.jpg\" width=\"1200\" height=\"700\" title=\"OceanWP High Tide Update: Ocean Elementor Sections Library is Here!\" alt=\"OceanWP High Tide Update: Ocean Elementor Sections Library is Here!\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">\n<p class=\"has-medium-font-size\">High tide. Surfers love it. Boat captains love it. Fishermen love it. But if you love WordPress, and we know you do, you&#8217;ll love the benefits the OceanWP update High Tide is bringing to you!</p>\n\n\n\n<p>We know you fancied the<a href=\"https://oceanwp.org/blog/oceanwp-theme-panel-makeover/\"> OceanWP Panel Makeover and the Starboard update</a>. But our work is never done and the summer is not over yet <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> </p>\n\n\n\n<p>The <strong>High Tide OceanWP update release brings you powerful improvements and an exciting new feature</strong>. For example, the <strong>improved Google Fonts local hosting</strong> we introduced to you in the <a href=\"https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/\">OceanWP Breeze Spring Update releas</a>e. Battling GDPR regulations can be tedious, and we&#8217;ll do our best to help you as much as possible by providing you with the right means.</p>\n\n\n\n<p>But <strong>the novelty we believe you&#8217;ll be interested the most is the Ocean Elementor Sections Library</strong> feature, which is tied to t<a href=\"https://oceanwp.org/core-extensions-bundle/\">he Ocean Core Extensions Bundle and the Ocean Pro Demos plugin</a>.</p>\n\n\n\n<p>The OceanWP High Tide Update has been published on August 9th 2022, and in this article we&#8217;ll cover the highlights.</p>\n\n\n\n<h2>Table of Content:</h2>\n\n\n\n<ul><li>OceanWP 3.3.4:<ul><li><a href=\"#elementor-fonts-locally\" data-type=\"internal\" data-id=\"#elementor-fonts-locally\">NEW: Load Elementor Google fonts from site</a>.</li><li><a href=\"#improved-google-fonts-locally\" data-type=\"internal\" data-id=\"#improved-google-fonts-locally\">Improved: Load Google fonts any time!</a></li><li><a href=\"#oceanwp-panel-admin-settings\" data-type=\"internal\" data-id=\"#oceanwp-panel-admin-settings\">NEW: Admin Settings Panel Section</a>.</li></ul></li><li>Ocean Extra 2.0.3<ul><li><a href=\"#oceanwp-news-notifications\" data-type=\"internal\" data-id=\"#oceanwp-news-notifications\">OceanWP News</a></li></ul></li><li>Ocean Pro Demos 1.4.0<ul><li><a href=\"#ocean-elementor-library\" data-type=\"internal\" data-id=\"#ocean-elementor-library\">Ocean Elementor Sections Library</a></li></ul></li></ul>\n\n\n\n<h2>OceanWP Update Release 3.3.4</h2>\n\n\n\n<h3 id=\"elementor-fonts-locally\">Load Elementor Google Fonts from Site</h3>\n\n\n\n<p>GDPR should not stop you from using one of your favorite page builders.</p>\n\n\n\n<p>As you know, when enabling Elementor to rely on theme typography settings instead of its own, as long as all typography values in Elementor are set to default, <strong>you won&#8217;t be experiencing any problems with Google fonts but only if you&#8217;re using the OceanWP theme option to load Google fonts locally (from site)</strong>.</p>\n\n\n\n<p>The same sentence as above but in plain English:</p>\n\n\n\n<ol><li>Set all desired font families via Customize &gt; Typography in OceanWP;</li><li>Enable Google Fonts from Site via Customize &gt; Typography &gt; General;</li><li>Make sure Elementor is set to inherit theme&#8217;s typography settings via Elementor &gt; Settings;</li><li>When editing in Elementor, make sure the font family is always set to &#8220;Default&#8221;;</li><li>No problemo.</li></ol>\n\n\n\n<p>But, <strong>Elementor&#8217;s default settings include running Elementor fonts instead of  the theme&#8217;s</strong>, therefore many users are unfamiliar with this option. In addition to it, any time you&#8217;d like to make changes and select a different font family instead of the ones you assigned in the Customizer, you&#8217;d encounter a problem &#8211; <strong>Elementor would load fonts off the Google site</strong>.</p>\n\n\n\n<p><strong>This has become an issue for everyone who take GDPR seriously</strong>, especially since <a href=\"https://wordpress.org/plugins/elementor/\" target=\"_blank\" rel=\"noreferrer noopener\">the free version of Elementor</a> (which we use in our website demo templates) does not allow you to use local fonts.</p>\n\n\n\n<p>OceanWP to the rescue!</p>\n\n\n\n<p>This<strong> new OceanWP feature allows you to load Google fonts in Elementor from you site with a single click</strong> &#8211; no pro features required, no font upload required, no mess, only joy.</p>\n\n\n\n<p>All you need to do is make sure to <strong>set Elementor to rely on theme font settings</strong>, via your WP dashboard, Elementor &gt; Settings, then check the option to Disable Default Fonts (and colors if you wish).</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_110217748.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_110217748-1024x443.png\" alt=\"how to make Elementor WordPress plugin use WordPress theme fonts\" class=\"wp-image-636904\" width=\"768\" height=\"332\" srcset=\"//oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_110217748-1024x443.png 1024w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_110217748-300x130.png 300w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_110217748-768x332.png 768w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_110217748.png 1271w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p>After that, <strong>navigate to Customize &gt; Typography &gt; General</strong>, and check the option to load <strong>Elementor Google fonts from site</strong>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_112705469.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_112705469.png\" alt=\"OceanWP update allows using Google fonts locally with Elementor\" class=\"wp-image-636910\" width=\"245\" height=\"366\" srcset=\"//oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_112705469.png 326w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_112705469-200x300.png 200w\" sizes=\"(max-width: 245px) 100vw, 245px\" /></a></figure></div>\n\n\n<p>You can also bookmark our help document, which<a href=\"https://docs.oceanwp.org/article/835-host-elementor-google-fonts-locally-with-oceanwp\" target=\"_blank\" rel=\"noreferrer noopener\"> explains how do host Elementor Google fonts locally with OceanWP</a>.</p>\n\n\n\n<p>You&#8217;ve successfully eliminated all obstacles that stand between you and the perfect design <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p><strong>Important:</strong> This feature requires the free Ocean Extra plugin to be installed and active.</p>\n\n\n\n<h3 id=\"improved-google-fonts-locally\">Improved Google Fonts Front-End Rendering</h3>\n\n\n\n<p>Whether you use plugins or child themes to load fonts from site (aka custom font upload), or the <a href=\"https://docs.oceanwp.org/article/808-host-google-fonts-locally\" target=\"_blank\" rel=\"noreferrer noopener\">new OceanWP feature that allows you to load Google fonts locally with a single click</a> &#8211; browsers will not display &#8220;custom&#8221; fonts that are considered as insecure file types. Instead, your content will be rendered using the browser&#8217;s default font, which is usually Arial or Times New Roman.</p>\n\n\n\n<p>Why is this happening and what does it mean?</p>\n\n\n\n<p>This means that your <strong>WordPress website installation is using the http:// URL which is considered as unsafe</strong> (see WP Dashboard, Settings &gt; General), or that the <strong>SSL certificate is not correctly applied</strong>, or is unable to cover everything coming from your site (fonts, images, etc).</p>\n\n\n\n<p>Because of this, some OceanWP users were unable to use the OceanWP Google Fonts from Site option aka the chosen font did not render on website&#8217;s front-end. But, the OceanWP development team has made sure no one is left behind <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>If you&#8217;re facing issues with the incorrect installation URL or SSL, <strong>after the 3.3.4 OceanWP update nothing will stand between you and local Google fonts</strong>.</p>\n\n\n\n<p>All you need to do, and in case of any problems, is navigate to the<strong> OceanWP Panel > Admin Settings</strong>, and <strong>Regenerate Local Google CSS</strong> files by running the Clear Data option.</p>\n\n\n\n<p><strong>Important:</strong> This feature requires the free Ocean Extra plugin to be installed and active.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"alignleft size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_114606764.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_114606764-1024x625.png\" alt=\"OceanWP update allows everyone to load Google fonts from site, even if the SSL certificate is not correctly applied\" class=\"wp-image-636911\" width=\"768\" height=\"469\" srcset=\"//oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_114606764-1024x625.png 1024w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_114606764-300x183.png 300w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_114606764-768x469.png 768w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_114606764.png 1247w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p></p>\n\n\n\n<p></p>\n\n\n\n<p></p>\n\n\n\n<p></p>\n\n\n\n<p></p>\n\n\n\n<p></p>\n\n\n\n<h2 id=\"oceanwp-panel-admin-settings\">OceanWP Panel: Admin Settings Section</h2>\n\n\n\n<p>The High Tide OceanWP update brings one brand new section to the OceanWP Panel &#8211; Admin Settings.</p>\n\n\n\n<p>The <strong>Admin Settings section contains the most important features visible or available only to website admins</strong>. You&#8217;ve already seen the feature to Regenerate Local Google CSS files. But allow us to introduce you to two more features at this time.</p>\n\n\n\n<p>For more information on the <a href=\"https://docs.oceanwp.org/article/833-admin-settings-oceanwp-panel\" target=\"_blank\" rel=\"noreferrer noopener\">Admin Settings section of the OceanWP Panel</a>, please make sure to visit our document.</p>\n\n\n\n<h3>Disable Edit Links on Blog Archive Pages</h3>\n\n\n\n<p>The option to access any post&#8217;s WordPress edit page (and save you a couple of clicks) was introduced with the <a href=\"https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/\" data-type=\"post\" data-id=\"631456\">OceanWP Breeze update</a>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223118.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223118-1024x651.png\" alt=\"access post WordPress edit page directly from the archive pages\" class=\"wp-image-631466\" width=\"768\" height=\"488\" srcset=\"//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223118-1024x651.png 1024w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223118-300x191.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223118-768x488.png 768w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223118.png 1181w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p>No matter how helpful, some website admins and owners prefer the old-school way. Instead of hiding these options with CSS, you can now disable this feature directly from the Admin Settings OceanWP Panel.</p>\n\n\n\n<p><strong>Important:</strong> This feature requires the free Ocean Extra plugin to be installed and active.</p>\n\n\n\n<h3>Disable Ocean News Notifications</h3>\n\n\n\n<p>What&#8217;s this you may ask? Well, it&#8217;s our brand new <strong>feature that will allow you to stay up to speed with the most relevant OceanWP news</strong>, including news about updates, promotions, webinars, courses and more.</p>\n\n\n\n<p>In fact, we&#8217;d prefer dedicate an independent heading to this feature.</p>\n\n\n\n<h2 id=\"oceanwp-news-notifications\">High Tide OceanWP Update and Ocean News Feature</h2>\n\n\n\n<p>The Ocean News feature will become available to everyone who updates OceanWP to the new 3.3.4 version and Ocean Extra to 2.0.3 version.</p>\n\n\n\n<p>WordPress feed is awesome. But, as expected, it&#8217;s often overseen. </p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_122552951.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_122552951.png\" alt=\"screenshot of the WordPress dashboard news feed\" class=\"wp-image-636913\" width=\"759\" height=\"449\" srcset=\"//oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_122552951.png 1012w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_122552951-300x178.png 300w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_122552951-768x455.png 768w\" sizes=\"(max-width: 759px) 100vw, 759px\" /></a><figcaption>WordPress Dashboard News Feed (Home)</figcaption></figure></div>\n\n\n<p>In spite of regular newsletters and blog posts, <strong>most of our users have asked for a way to be up to speed tad differently</strong>, because emails are easily missed or forgotten about.</p>\n\n\n\n<p>The <strong>OceanWP News feature will ensure you&#8217;re in the loop with all relevant info from the OceanWP world</strong>, which includes blog posts, updates, webinars, promotions, tutorials and more.</p>\n\n\n\n<p>Of course, <strong>you can count on us to reach you with the most important news only</strong> as your privacy and trust matters to us.</p>\n\n\n\n<p>Whenever a new info becomes available, the new OceanWP option in the admin bar will let you know about the number of fresh notifications.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124446646.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124446646-1024x291.png\" alt=\"High Tide OceanWP Update release brings a new feature that allows OceanWP users to be up to date with the most important news from the OceanWP theme world\" class=\"wp-image-636914\" width=\"768\" height=\"218\" srcset=\"//oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124446646-1024x291.png 1024w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124446646-300x85.png 300w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124446646-768x218.png 768w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124446646.png 1444w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p>Once you select the Notifications option, you will be greeted with the recent news.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124628083.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124628083-1024x189.png\" alt=\"screenshot of the brand new OceanWP News feature in WordPress dashboard\" class=\"wp-image-636915\" width=\"768\" height=\"142\" srcset=\"//oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124628083-1024x189.png 1024w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124628083-300x55.png 300w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124628083-768x142.png 768w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124628083.png 1258w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p>If you dismiss a news (click the &#8220;X&#8221; button), one and the same news will not appear again for you.</p>\n\n\n\n<p>If you prefer to leave all these just in case, you can simply navigate to any other page of your WordPress dashboard or the OceanWP Panel. In this way, all notifications will still be available for you to revisit when using the OceanWP admin bar Notifications option.</p>\n\n\n\n<p>And now, let us present to you the gem of the High Tide OceanWP Update release &#8211; the Ocean Elementor Sections Library.</p>\n\n\n\n<h2 id=\"ocean-elementor-library\">Ocean Elementor Sections Library is here!</h2>\n\n\n\n<p>You love <a href=\"https://oceanwp.org/demos/\">OceanWP full WordPress website demo templates</a>. Especially since we&#8217;ve revamped and modernized them, but also made sure to <a href=\"https://oceanwp.org/royalty-free-images-and-icons-with-oceanwp/\" data-type=\"page\" data-id=\"631749\">include royalty-free images and icons which you can use on your website following the OceanWP cooperation with Freepik and Flaticon</a>.</p>\n\n\n\n<p>If you&#8217;re considering on importing one of our full website templates, <a href=\"https://oceanwp.org/demo-category/freepik-images-included/\">we highly recommend to choose from the Freepik Images Included category</a> (we will remove the category once we&#8217;ve modernized all demos).</p>\n\n\n\n<p>But, sometimes the pages that come with templates are not enough or you&#8217;d just like to build your own pages from scratch. However, even the greatest professionals need little inspiration or a &#8220;push&#8221;. And that&#8217;s why we&#8217;d like to present you with the new Elementor Sections Library.</p>\n\n\n\n<p><strong>The Elementor Sections Library is available to all Ocean Core Extensions Bundle license owners</strong>. While the Personal plan license owners will have access to the limited amount of section templates, the <strong>Business and Agency plan license owners will enjoy FULL ACCESS</strong>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https://oceanwp.org/core-extensions-bundle/\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/08/oceanwp-summer-jam-promo.png\" alt=\"OceanWP Summer Jam promotion banner\" class=\"wp-image-636941\" width=\"600\" height=\"600\" srcset=\"//oceanwp.org/wp-content/uploads/2022/08/oceanwp-summer-jam-promo.png 800w, //oceanwp.org/wp-content/uploads/2022/08/oceanwp-summer-jam-promo-300x300.png 300w, //oceanwp.org/wp-content/uploads/2022/08/oceanwp-summer-jam-promo-150x150.png 150w, //oceanwp.org/wp-content/uploads/2022/08/oceanwp-summer-jam-promo-768x768.png 768w, //oceanwp.org/wp-content/uploads/2022/08/oceanwp-summer-jam-promo-600x600.png 600w, //oceanwp.org/wp-content/uploads/2022/08/oceanwp-summer-jam-promo-128x128.png 128w, //oceanwp.org/wp-content/uploads/2022/08/oceanwp-summer-jam-promo-256x256.png 256w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a></figure></div>\n\n\n<p>If you&#8217;re considering an upgrade, <a href=\"https://oceanwp.org/core-extensions-bundle/\">remember we have an awesome up to 50% OFF promo which will be active until August 13th</a>. Now, if getting access to all the latest features at a highly discounted price isn&#8217;t tempting, we don&#8217;t know what is <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> </p>\n\n\n\n<p>Also, did we mention all sections come with royalty-free images and icons? You only need to worry about design, the rest is on us.</p>\n\n\n\n<h3>How does Ocean Elementor Sections Library work?</h3>\n\n\n\n<p>To make use of the new Ocean Elementor Sections Library, you need to update:</p>\n\n\n\n<ul><li>OceanWP to its latest 3.3.4 version,</li><li>Ocean Extra to 2.0.3 version, and</li><li>Ocean Pro Demos to 1.4.0 version.</li></ul>\n\n\n\n<p>Once done, edit any of your existing pages or simply create a new page.</p>\n\n\n\n<p>When the Elementor editor loads, you will see a brand new option available.</p>\n\n\n\n<p></p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792-1024x192.png\" alt=\"\" class=\"wp-image-636943\" width=\"768\" height=\"144\" srcset=\"//oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792-1024x192.png 1024w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792-300x56.png 300w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792-768x144.png 768w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792.png 1097w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p>Click on that cute &#8220;O&#8221; icon and explore the options available.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_143554376.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_143554376-1024x671.png\" alt=\"preview of the brand new OceanWP prebuilt Elementor sections library\" class=\"wp-image-636921\" width=\"768\" height=\"503\" srcset=\"//oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_143554376-1024x671.png 1024w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_143554376-300x197.png 300w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_143554376-768x503.png 768w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_143554376.png 1198w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p>The initial release brings a total of 60 various Elementor sections from different categories, like the Footer, About, Hero and more.</p>\n\n\n\n<p>If you hover over the thumbnail of a section, you will have the option to insert, preview or both.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/08/image.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/08/image-1024x488.png\" alt=\"preview on how to import new OceanWP Elementor sections\" class=\"wp-image-636923\" width=\"768\" height=\"366\" srcset=\"//oceanwp.org/wp-content/uploads/2022/08/image-1024x488.png 1024w, //oceanwp.org/wp-content/uploads/2022/08/image-300x143.png 300w, //oceanwp.org/wp-content/uploads/2022/08/image-768x366.png 768w, //oceanwp.org/wp-content/uploads/2022/08/image.png 1193w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p>You also have the option to filter through different section categories.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/08/image-1.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/08/image-1-1024x548.png\" alt=\"\" class=\"wp-image-636925\" width=\"768\" height=\"411\" srcset=\"//oceanwp.org/wp-content/uploads/2022/08/image-1-1024x548.png 1024w, //oceanwp.org/wp-content/uploads/2022/08/image-1-300x161.png 300w, //oceanwp.org/wp-content/uploads/2022/08/image-1-768x411.png 768w, //oceanwp.org/wp-content/uploads/2022/08/image-1.png 1198w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p>If you need to save time and focus only on specific categories, you can disable the categories you don&#8217;t need via your WP Dashboard, OceanWP &gt; OceanWP Panel &gt; Elementor Library.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_151111376.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_151111376-1024x742.png\" alt=\"\" class=\"wp-image-636926\" width=\"768\" height=\"557\" srcset=\"//oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_151111376-1024x742.png 1024w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_151111376-300x217.png 300w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_151111376-768x557.png 768w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_151111376.png 1229w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p>At the same time, you also have the option to entirely disable the Ocean Elementor Sections Library from loading or you can simply disable Ocean Pro Demos plugin. The choice is yours and we&#8217;re happy as long as we have loads of options to share with you.</p>\n\n\n\n<p>Remember, the OceanWP knowledge base is always there to have your back, and you can always <a href=\"https://docs.oceanwp.org/article/834-elementor-library-oceanwp-panel\" target=\"_blank\" rel=\"noreferrer noopener\">revisit the Elementor Library help document</a>.</p>\n\n\n\n<h2 id=\"update-preparations\">OceanWP Update: How to Prepare Your Website</h2>\n\n\n\n<p>Although this isn&#8217;t a major update, as always, we recommend the same update procedure and precaution measures.</p>\n\n\n\n<p><strong>The correct update order is:</strong></p>\n\n\n\n<ol><li><strong>Update OceanWP</strong>&nbsp;via Appearance &gt; Themes, then</li><li><strong>Update all Ocean plugin</strong>s via Plugins &gt; Installed Plugins.</li></ol>\n\n\n\n<p><strong>Before you update, make sure you have taken necessary precaution measures.</strong></p>\n\n\n\n<h3>Test the Update Before Updating Your Live Site</h3>\n\n\n\n<p>The&nbsp;<strong>best practice is to test new changes on localhost, test or staging environments.</strong></p>\n\n\n\n<p>If you&nbsp;<strong>don’t have the option to test the updates anywhere, do not update immediately</strong>. Wait for a couple of days or even a week, until we’ve gathered feedback and made sure it’s safe for you to update.</p>\n\n\n\n<p>Remember, even if everything is fine, something can always go wrong during updates. After all, the bad thing about software is – it’s software.</p>\n\n\n\n<p><strong>Make sure to backup your websites properly</strong>. Do not rely on hosting backups alone,&nbsp;<strong><a href=\"https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/\" target=\"_blank\" rel=\"noreferrer noopener\">take manual backups as well</a></strong>&nbsp;and store data in a safe place. If you’re using the&nbsp;<a href=\"https://oceanwp.org/blog/how-to-reset-wordpress-website-fix-mistakes/\">WordPress Reset plugin (not to be confused with WordPress Database Reset), you can also create website snapshots</a>.</p>\n\n\n\n<p><strong>Important: remember to purge cache thoroughly</strong>&nbsp;after the update, multiple times if necessary. The same goes for the CDN (cloud) cache.</p>\n\n\n\n<h3>Updating a Live Website</h3>\n\n\n\n<p><strong>Website update preparation To-Do list</strong>:</p>\n\n\n\n<ol><li>Before updating the theme,&nbsp;<strong><a href=\"https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/\" target=\"_blank\" rel=\"noreferrer noopener\">create a backup of your website</a></strong>.</li><li>Place your website in the<strong>&nbsp;Maintenance mode</strong>.</li><li><strong>Update OceanWP theme</strong>&nbsp;to its latest version via&nbsp;<strong>Appearance &gt; Themes</strong>.</li><li><strong>Update all Ocean plugins</strong> to their latest versions via Plugins &gt; Installed Plugins.</li><li><strong>Clear browser, website or CDN (cloud) cache</strong>.</li><li><strong>Inspect</strong> your website.</li><li>If everything is in order, <strong>deactivate the Maintenance mode</strong>.</li><li><strong>Enjoy </strong>all new OceanWP updates and features!</li></ol>\n\n\n\n<p>In case you need to roll back, you can <a href=\"https://docs.oceanwp.org/article/797-oceanwp-rollback-versions\" target=\"_blank\" rel=\"noreferrer noopener\">download older versions of the OceanWP theme</a>, as well as the <a href=\"https://docs.oceanwp.org/article/800-ocean-extra-rollback-versions\" target=\"_blank\" rel=\"noreferrer noopener\">older versions of the Ocean Extra plugin</a>.</p>\n\n\n\n<p>New to OceanWP?<a href=\"https://wordpress.org/themes/oceanwp/\" target=\"_blank\" rel=\"noreferrer noopener\"> Download the latest version directly from WordPress entirely for free</a>.</p>\n\n\n\n<h2 id=\"oceanwp-next\">What&#8217;s Next for OceanWP?</h2>\n\n\n\n<p>Our features kitchen is open 24/7.</p>\n\n\n\n<p>We&#8217;re working on a brand new plugin (hush, hush, it&#8217;s still a secret), website improvements, a completely awesome September event we&#8217;ll announce soon, brand new sections, revamped demos, and not to forget all those fine details that mean a lot, especially when it comes to accessibility.</p>\n\n\n\n<p>We really want to know your opinion and we&#8217;ll here to listen to all your ideas and suggestions. Think there&#8217;s a feature, document, demo or a video OceanWP users would really need? Let us know about it by <a href=\"https://oceanwp.org/feature-requests/\" data-type=\"page\" data-id=\"611644\">filling out the OceanWP feature request form</a>.</p>\n\n\n\n<p>And remember, if you&#8217;re an <a href=\"https://oceanwp.org/oceanwp-partner-program/\" data-type=\"page\" data-id=\"631293\">Agency Bundle license owner, you can also influence our plans and collaborate with us more closely</a>.</p>\n\n\n\n<h2>LOS; INR. (Long or Short, I Never Read):</h2>\n\n\n\n<p>We are&nbsp;<strong>releasing updates</strong>.</p>\n\n\n\n<p><strong>Take website backups, including manual backup, before updating OceanWP and Ocean plugins</strong>.</p>\n\n\n\n<p>The&nbsp;<strong>best practice is to test all updates on test, localhost or staging environments</strong>. If you don’t have the opportunity to test the updates, do not update immediately. Wait with the updates a couple of days until we’ve gathered feedback.</p>\n\n\n\n<p>In case of any problems or issues, inform us about possible bugs or submit tickets.</p>\n\n\n\n<p>Now, let&#8217;s talk about features you&#8217;d like to see in OceanWP <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/oceanwp-update-elementor-sections-libarary/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://oceanwp.org/blog/oceanwp-update-elementor-sections-libarary/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:\"14\";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: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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"OceanWP Starboard Update: Our Theme Panel Received a Makeover!\";s: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:54:\"https://oceanwp.org/blog/oceanwp-theme-panel-makeover/\";s: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:63:\"https://oceanwp.org/blog/oceanwp-theme-panel-makeover/#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:\"Tue, 17 May 2022 07:35: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:6:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Introducing\";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:9:\"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://oceanwp.org/?p=633617\";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:1086:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/oceanwp-theme-panel-makeover/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/05/New-Project-6.png\" width=\"1200\" height=\"700\" title=\"OceanWP Starboard Update: Our Theme Panel Received a Makeover!\" alt=\"OceanWP Starboard Update: Our Theme Panel Received a Makeover!\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">Since the Ocean Breeze update, which marked the Spring here at OceanWP, we have been extremely busy working on new improvements for you. Really no use keeping it a secret...<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/oceanwp-theme-panel-makeover/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Lior Zelering\";s: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:53534:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/oceanwp-theme-panel-makeover/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/05/New-Project-6.png\" width=\"1200\" height=\"700\" title=\"OceanWP Starboard Update: Our Theme Panel Received a Makeover!\" alt=\"OceanWP Starboard Update: Our Theme Panel Received a Makeover!\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">\n<p class=\"has-medium-font-size\">Since the <a href=\"https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/\" data-type=\"post\" data-id=\"631456\">Ocean Breeze update</a>, which marked the Spring here at OceanWP, we have been extremely busy working on new improvements for you. Really no use keeping it a secret &#8211; our theme panel has received a makeover!</p>\n\n\n\n<p>The <strong>upcoming OceanWP update brings you the new OceanWP Panel, previously known as the Theme Panel</strong> that we here at OceanWP call <strong>Ocean Starboard</strong>. We promise right away, the changes are not just cosmetic or phonetic. The <strong>primary goal was to make the OceanWP Panel more organized, user-friendly</strong> and, you&#8217;ve guessed &#8211; add<strong> more useful options!</strong> </p>\n\n\n\n<p>We&#8217;re really excited to show you everything we&#8217;ve done and hope you&#8217;ll be excited for this release just as much as we are. So, let&#8217;s go through all the changes together, shall we?</p>\n\n\n\n<p>Before we begin, we made this Table of Content for you so that you can come back to this article in the future and use it as a starting point or guide for the brand new OceanWP Panel.</p>\n\n\n\n<p>Disclaimer: screenshots used in this article were based on the development versions of the OceanWP theme and Ocean plugins, so things may appear just a sprinkle different on your end.</p>\n\n\n\n<h2 id=\"table-context\">Table of Content:</h2>\n\n\n\n<ul><li>OceanWP Panel changes:<ul><li><a href=\"#panel-position\">Position (new)</a>,</li><li><a href=\"#panel-notifications\">Notifications Indicator (new)</a>,</li><li>Legacy Settings.</li></ul></li><li><a href=\"#panel-home-section\">Home Section (new)</a>:<ul><li><a href=\"#home-theme-status\">Theme Status (new)</a>,</li><li><a href=\"#home-quick-settings\">Quick Settings</a>,</li><li><a href=\"#home-download\">Download (new)</a>,<ul><li><a href=\"#home-child-theme\">OceanWP Child Theme download (new)</a>;</li></ul></li><li><a href=\"#home-love-corner\">The Love Corner (new)</a>,</li></ul></li><li>Customizer Section (new):<ul><li><a href=\"#customizer-search\">Customizer Search</a>,</li><li><a href=\"#customizer-reset\">Customizer Reset (new)</a>,</li><li><a href=\"#customizer-import-export\">Customizer Styling Import and Export</a>, </li><li><a href=\"#customizer-controls\">Customizer Controls (expanded)</a>,</li></ul></li><li><a href=\"#install-demos\">Install Demos</a></li><li><a href=\"#ocean-images\">Ocean Images</a></li><li><a href=\"#integration-section\">Integration Section</a>:<ul><li><a href=\"#integration-svg-support\">SVG Support (new)</a>,</li></ul></li><li><a href=\"#useful-plugins-section\">Useful Plugins Section</a> (new)</li><li><a href=\"#changelog-section\">Changelog Section (new)</a></li><li><a href=\"#extra-settings\">Extra Settings (new)</a></li><li><a href=\"#system-info-section\">System Info (new)</a></li><li><a href=\"#help-section\">Help Section (new)</a></li><li><a href=\"#theme-panel-plugins\">Theme Panel &amp; Ocean plugins</a></li><li><a href=\"#update-preparations\" data-type=\"internal\" data-id=\"#update-preparations\">How to prepare your website for updates</a></li><li><a href=\"#oceanwp-next\">What&#8217;s next for OceanWP?</a></li></ul>\n\n\n\n<h2>Theme Panel Becomes OceanWP Panel</h2>\n\n\n\n<p>Yes, yes, we know what you&#8217;re thinking.</p>\n\n\n\n<p>Not a glamorous change <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f600.png\" alt=\"😀\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Besides the name change, which was done in order to make all settings more user-friendly, there&#8217;s really a lot more to it.</p>\n\n\n\n<p>Stay with us, as we&#8217;re about to give you a tour through all sections.</p>\n\n\n\n<h3 id=\"panel-position\">OceanWP Panel Position</h3>\n\n\n\n<p>OceanWP veteran users remember it was sometimes difficult to chase the panel down in the WordPress dashboard. With the latest OceanWP and Ocean Extra update, the OceanWP Panel will be positioned at the top of the WP dashboard, so you won&#8217;t miss it, ever again.</p>\n\n\n\n<p class=\"has-text-align-center has-text-color has-small-font-size\" style=\"color:#1f4189\"><a href=\"#table-context\">#Back to the Table of Content</a></p>\n\n\n\n<h3 id=\"panel-notifications\">OceanWP Panel Notifications Indicator</h3>\n\n\n\n<p>Stay in the loop with our eye-catching notification indicator.</p>\n\n\n\n<p>Whenever an update is available or required to get access to new features, you will see a clear indicator &#8220;that there&#8217;s something going on&#8221;.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_103652281.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_103652281-1024x537.png\" alt=\"preview of the new OceanWP Panel notifications indicator\" class=\"wp-image-633631\" width=\"768\" height=\"403\" srcset=\"//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_103652281-1024x537.png 1024w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_103652281-300x157.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_103652281-768x403.png 768w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_103652281.png 1448w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p>Example, a theme update is available or you need to update a plugin to unlock new features. In a similar manner, you will need to update Ocean Elementor Widgets to unlock the new features we&#8217;ll talk about below.</p>\n\n\n\n<p class=\"has-text-align-center has-text-color has-small-font-size\" style=\"color:#1f4189\"><a href=\"#table-context\">#Back to the Table of Content</a></p>\n\n\n\n<h3>OceanWP Panel Legacy Settings</h3>\n\n\n\n<p>Some settings that come with Ocean Extra (My Library, for example) and additional Ocean plugins, such as the Ocean Custom Sidebar, Ocean Stick Anything, etc, will still be displayed as before &#8211; under the OceanWP Panel.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_105556888.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_105556888.png\" alt=\"preview of the OceanWP Theme Panel legacy settings\" class=\"wp-image-633634\" width=\"302\" height=\"319\" srcset=\"//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_105556888.png 403w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_105556888-284x300.png 284w\" sizes=\"(max-width: 302px) 100vw, 302px\" /></a></figure></div>\n\n\n<p class=\"has-text-align-center has-text-color has-small-font-size\" style=\"color:#1f4189\"><a href=\"#table-context\">#Back to the Table of Content</a></p>\n\n\n\n<h2>New OceanWP Panel</h2>\n\n\n\n<p>And now to the best part. We present to you <strong>the new and very much improved OceanWP Panel</strong>.</p>\n\n\n\n<p>In this part we&#8217;ll go over all OceanWP Panel sections with you and explain all the options, changes and benefits.</p>\n\n\n\n<h3 id=\"panel-home-section\">OceanWP Panel: Home Section</h3>\n\n\n\n<p>Welcome and make yourself feel at home <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>The first section in the new OceanWP Panel is the Home section. We&#8217;ll start this tour with the very first, but also a new feature &#8211; the Theme Status.</p>\n\n\n\n<h4 id=\"home-theme-status\">Home Section: Theme Status</h4>\n\n\n\n<p>The Theme Status option is a<strong> brand new OceanWP update feature</strong>. </p>\n\n\n\n<p>Theme Status will inform all OceanWP users if there is a theme update available. It&#8217;s also one of the options that triggers our awesome notifications indicator we mentioned earlier.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_111427046.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_111427046.png\" alt=\"preview of the new OceanWP update feature called the Theme Status which displays whether a new OceanWP update is available\" class=\"wp-image-633641\" width=\"689\" height=\"162\" srcset=\"//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_111427046.png 919w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_111427046-300x71.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_111427046-768x181.png 768w\" sizes=\"(max-width: 689px) 100vw, 689px\" /></a></figure></div>\n\n\n<p>You&#8217;ll also be able to check all feedback for the new release before updating. Of course, we&#8217;re referring to our already familiar document <a href=\"https://docs.oceanwp.org/article/776-known-bugs-issues#oceanwp\" target=\"_blank\" rel=\"noreferrer noopener\">Known Bugs &amp; Issues</a>. </p>\n\n\n\n<p>In this doc, we log all problems/issues users have encountered after updating to a specific theme or plugin version, and which we acknowledge to be a bug or a problem. Remember, <a href=\"https://oceanwp.org/support/\" data-type=\"page\" data-id=\"1236\">if you encounter a problem you believe might be a bug and not a specific user case, let us know about it</a> so we can throw ourselves at it immediately. Now, back to our features.</p>\n\n\n\n<p>In addition to the cute notification, you will also be able to<strong> update the theme directly from the OceanWP Panel, by simply clicking the &#8220;update now&#8221; link</strong>.</p>\n\n\n\n<p class=\"has-text-align-center has-text-color has-small-font-size\" style=\"color:#1f4189\"><a href=\"#table-context\">#Back to the Table of Content</a></p>\n\n\n\n<h4 id=\"home-quick-settings\">Home Section: Quick Settings</h4>\n\n\n\n<p>The Quick Settings option is something we already had, but perhaps you never used it <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>This section represents a <strong>quick access menu</strong>.<strong> Each menu item is a shortcut that leads to a specific Customizer panel or section</strong>, which saves you a bit of time (or clicks).</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_111917925.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_111917925.png\" alt=\"\" class=\"wp-image-633652\" width=\"728\" height=\"529\" srcset=\"//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_111917925.png 970w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_111917925-300x218.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_111917925-768x558.png 768w\" sizes=\"(max-width: 728px) 100vw, 728px\" /></a></figure></div>\n\n\n<p>Example, if you need to change the logo, just click on the Logo shortcut and it will open the Customizer with the Logo settings directly.</p>\n\n\n\n<p>The traditional way of accessing these settings is to open the Customizer, then Header settings, then the Logo section. To summarize, for this particular action you&#8217;re saving 2 additional steps.</p>\n\n\n\n<p class=\"has-text-align-center has-text-color has-small-font-size\" style=\"color:#1f4189\"><a href=\"#table-context\">#Back to the Table of Content</a></p>\n\n\n\n<h4 id=\"home-download\">Home Section: Download</h4>\n\n\n\n<p><strong>The Download section is a completely new feature</strong> that comes with the latest OceanWP update. </p>\n\n\n\n<p>The first part of the Download section is &#8211; yours truly &#8211; the Ocean Extra plugin. The Ocean Extra plugin is 100% free but also required to unlock multiple features, as well as the functionality of the new OceanWP Panel. Basically, this has not changed <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>On a quick side not, if you don&#8217;t plan to use the features mentioned, or additional Ocean plugins, be it free or pro, you are not required to use Ocean Extra plugin on your site. But we strongly recommend it because you&#8217;ll be missing out.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_122244139.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_122244139.png\" alt=\"\" class=\"wp-image-633665\" width=\"767\" height=\"385\" srcset=\"//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_122244139.png 1023w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_122244139-300x150.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_122244139-768x385.png 768w\" sizes=\"(max-width: 767px) 100vw, 767px\" /></a></figure></div>\n\n\n<p id=\"home-child-theme\">The second option is the <strong>OceanWP Child Theme download</strong>.</p>\n\n\n\n<p>As you already know, <strong>OceanWP has a fully functional and a ready-to-import and use child theme</strong>. When it comes to OceanWP, you <strong>don&#8217;t need to use third-party plugins to create a child theme</strong>.</p>\n\n\n\n<p>In fact, we advise you against it because some plugins tend to &#8220;lock&#8221; scripts and only call scripts that existed in a specific theme at the time of the creation of the child theme. This can cause issues with later updates, because your child theme may be reading old or non-existent scripts.</p>\n\n\n\n<p>However, downloading and importing a child theme can be a tedious task, especially for beginners. So, we&#8217;ve come up with a feature that allows you to <strong>install the OceanWP child theme with just 1-click, directly from the OceanWP Panel</strong>! And you can immediately see just how easy it is by inspecting the video below.</p>\n\n\n\n<figure class=\"wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<p class=\"responsive-video-wrap clr\"><iframe title=\"&#x1f525;&#x1f525;&#x1f525; Premiere Preview: The Secret is OUT! OceanWP Theme Panel Receives a MAKEOVER &#x1f929;\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/twUc0rHnBo0?start=127&#038;feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></p>\n</div></figure>\n\n\n\n<p>The file you will be installing through this button is <a href=\"https://github.com/oceanwp/oceanwp-child-theme\" target=\"_blank\" rel=\"noreferrer noopener\">the same file that is publicly available on our GitHub account</a>. Likewise, when we make updates to the GitHub file, we&#8217;ll also replace the download file.</p>\n\n\n\n<p>If you&#8217;re a developer and wish to make changes to the child theme before installing it, for example, change the theme&#8217;s screenshot, you will need to:</p>\n\n\n\n<ul><li>download the OceanWP child theme file the traditional way,</li><li>use a software editing tool, like <a href=\"https://code.visualstudio.com\" target=\"_blank\" rel=\"noreferrer noopener\">Visual Studio Code</a>, then</li><li>upload the changed file in a ZIP file format to your website.</li></ul>\n\n\n\n<p>If you&#8217;re interested in installing the OceanWP child theme the &#8220;traditional&#8221; way, you can check our <a href=\"https://docs.oceanwp.org/article/90-sample-child-theme\" target=\"_blank\" rel=\"noreferrer noopener\">documentation on how to install a child theme</a> or you can check our <a href=\"https://www.youtube.com/watch?v=U4VIh1kVB90\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube video on how to download and install the OceanWP child theme</a>.</p>\n\n\n\n<p>The one thing this process does not do is &#8220;migrate&#8221; your previous Customizer settings (if any), so this is something you&#8217;ll need to do manually <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Luckily, we also made sure to make this process as easy as it can be. Check out this <a href=\"https://youtu.be/U4VIh1kVB90?t=170\" target=\"_blank\" rel=\"noreferrer noopener\">video part on how to import website styling  (Customizer settings) to your child theme</a>.</p>\n\n\n\n<p class=\"has-text-align-center has-text-color has-small-font-size\" style=\"color:#1f4189\"><a href=\"#table-context\">#Back to the Table of Content</a></p>\n\n\n\n<h4 id=\"home-love-corner\">Home Section: The Love Corner</h4>\n\n\n\n<p>The name says it all &#8211; it&#8217;s a place to share and receive love <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>In this area you have the option to:</p>\n\n\n\n<ul><li>share the rating and your experience with the OceanWP theme you love as much as we do,</li><li><a href=\"https://oceanwp.org/newsletter-subscription/\" data-type=\"page\" data-id=\"633584\">subscribe to our newsletter and be the first to know about updates, promotions and other news</a>,</li><li><a href=\"https://oceanwp.org/feature-requests/\" data-type=\"page\" data-id=\"611644\">request a feature you&#8217;d like to see in the OceanWP theme or any of the Ocean Extensions</a>,</li><li><a href=\"https://oceanwp.org/website-showcase/\" data-type=\"page\" data-id=\"623557\">share your website to be featured in our blog posts</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li></ul>\n\n\n\n<p>And while we&#8217;re at it, if you have an outstanding website based on OceanWP &#8211; don&#8217;t keep it a secret and <a href=\"https://oceanwp.org/website-showcase/\" data-type=\"page\" data-id=\"623557\">apply now for the OceanWP website showcase</a>! We&#8217;d love to see what you did and share with the rest of the OceanWP family.</p>\n\n\n\n<p class=\"has-text-align-center has-text-color has-small-font-size\" style=\"color:#1f4189\"><a href=\"#table-context\">#Back to the Table of Content</a></p>\n\n\n\n<h3>OceanWP Panel: Customizer Section</h3>\n\n\n\n<p><strong>The Customizer section is a brand new feature</strong> &#8211; or better yet &#8211; a brand new section, that comes with the latest OceanWP update.</p>\n\n\n\n<p>This <strong>section contains grouped features and options that are directly related to the WordPress Customizer</strong> (Appearance &gt; Customize).</p>\n\n\n\n<h4 id=\"customizer-search\">Customizer Section: Customizer Search</h4>\n\n\n\n<p>Customizer Search is an option we introduced at the and of 2021. Seems so far away, doesn&#8217;t it.</p>\n\n\n\n<p>We understand that <strong>browsing through the Customizer can sometimes be confusing or time-consuming</strong>. Even if you&#8217;re familiar with the OceanWP theme, you can sometimes forget where specific settings are located, especially if you don&#8217;t use them often.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_125832278.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_125832278-1024x255.png\" alt=\"preview of the OceanWP Panel Customizer Search control options\" class=\"wp-image-633667\" width=\"768\" height=\"191\" srcset=\"//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_125832278-1024x255.png 1024w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_125832278-300x75.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_125832278-768x191.png 768w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_125832278.png 1193w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p>That&#8217;s where the Customizer Search comes to the rescue.</p>\n\n\n\n<p>Activate the feature and it will become available in the Customizer. <strong>Use the search option to find all settings with ease and navigate directly to them</strong>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_130255862.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_130255862-1024x528.png\" alt=\"preview of the OceanWP Customizer Search option in action\" class=\"wp-image-633668\" width=\"768\" height=\"396\" srcset=\"//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_130255862-1024x528.png 1024w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_130255862-300x155.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_130255862-768x396.png 768w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_130255862-1536x793.png 1536w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_130255862.png 1880w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p><strong>The Customizer Search option is disabled by default</strong>. </p>\n\n\n\n<p class=\"has-text-align-center has-text-color has-small-font-size\" style=\"color:#1f4189\"><a href=\"#table-context\">#Back to the Table of Content</a></p>\n\n\n\n<h4 id=\"customizer-reset\">Customizer Section: Customizer Reset</h4>\n\n\n\n<p>And, here it is folks!</p>\n\n\n\n<p>Something you&#8217;ve been asking for &#8211; <strong>a handy feature all website developers will love as you do not have to use third-party plugins anymore</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_131617506.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_131617506.png\" alt=\"preview of the new OceanWP update feature, the Customizer Reset option.\" class=\"wp-image-633669\" width=\"620\" height=\"199\" srcset=\"//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_131617506.png 826w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_131617506-300x96.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_131617506-768x246.png 768w\" sizes=\"(max-width: 620px) 100vw, 620px\" /></a></figure></div>\n\n\n<p>The<strong> Customizer Reset option allows you to reset all Customizer settings to default theme settings</strong>. It&#8217;s extremely useful if you wish to switch to a different <a href=\"https://oceanwp.org/demos/\" data-type=\"page\" data-id=\"1403\">Ocean WordPress template demo</a> or you just don&#8217;t wish to find all the settings that came with a demo to correct them, and instead you&#8217;d like to make own changes from the scratch.</p>\n\n\n\n<p>What do you need to do? <strong>Just click on the Reset Customizer Settings button, confirm your action</strong> (as we don&#8217;t want any accidental clicks) <strong>and that&#8217;s it!</strong></p>\n\n\n\n<p>That being said, do not click for experiment purposes unless you&#8217;ve exported all your settings which you can import again.</p>\n\n\n\n<p>Which brings us to the next option &#8211; Customizer (Website Styling) Settings Import and Export</p>\n\n\n\n<p class=\"has-text-align-center has-text-color has-small-font-size\" style=\"color:#1f4189\"><a href=\"#table-context\">#Back to the Table of Content</a></p>\n\n\n\n<h4 id=\"customizer-import-export\">Customizer Section: Customizer Styling Import and Export</h4>\n\n\n\n<p>If you&#8217;re a veteran OceanWP user, this is a feature you&#8217;re already familiar with. Except, this time, we placed it under the same roof with other Customizer options. We also made sure to add user and beginner-friendly descriptions.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_132020598.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_132020598.png\" alt=\"\" class=\"wp-image-633670\" width=\"761\" height=\"479\" srcset=\"//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_132020598.png 1014w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_132020598-300x189.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_132020598-768x484.png 768w\" sizes=\"(max-width: 761px) 100vw, 761px\" /></a></figure></div>\n\n\n<p>As there are no changes to the functionality or use of this feature, except for the location and the brand new styling, <a href=\"https://youtu.be/U4VIh1kVB90?t=170\" target=\"_blank\" rel=\"noreferrer noopener\">check out this video part to see how the export and import of Customizer styling functions</a>.</p>\n\n\n\n<p class=\"has-text-align-center has-text-color has-small-font-size\" style=\"color:#1f4189\"><a href=\"#table-context\">#Back to the Table of Content</a></p>\n\n\n\n<h4 id=\"customizer-controls\">Customizer Section: Customizer Controls</h4>\n\n\n\n<p>Again, OceanWP long-time users are familiar with the Customizer Controls option. </p>\n\n\n\n<p>The <strong>Customizer Controls feature allows you to disable specific Customizer panels from loading</strong>. Its purpose is for the Customizer to load faster or not to load options you do not frequently need to use, therefore keep the Customizer organized and save time while editing.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_142107067.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_142107067.png\" alt=\"preview of the OceanWP panel Customizer controls option that allows you to disable specific customizer panel options from loading\" class=\"wp-image-633672\" width=\"764\" height=\"547\" srcset=\"//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_142107067.png 1018w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_142107067-300x215.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_142107067-768x550.png 768w\" sizes=\"(max-width: 764px) 100vw, 764px\" /></a></figure></div>\n\n\n<p>However, <strong>the new OceanWP update expands this feature</strong>.</p>\n\n\n\n<p>Previously, <strong>OceanWP users had the opportunity only to disable default sections that were a part of the OceanWP theme</strong>, such us Top Bar, Typography, General, Header and several other panels.</p>\n\n\n\n<p>From now on, <strong>you can disable all panels generated by free and/or pro Ocean extensions</strong>. Example: Sticky Header, Sticky Footer, Modal Window, and more <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_142543800.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_142543800.png\" alt=\"preview of the additional Customizer control options for free and pro Ocean extensions, that come with the new OceanWP theme update\" class=\"wp-image-633673\" width=\"758\" height=\"614\" srcset=\"//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_142543800.png 1010w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_142543800-300x243.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_142543800-768x623.png 768w\" sizes=\"(max-width: 758px) 100vw, 758px\" /></a></figure></div>\n\n\n<p class=\"has-text-align-center has-text-color has-small-font-size\" style=\"color:#1f4189\"><a href=\"#table-context\">#Back to the Table of Content</a></p>\n\n\n\n<h3 id=\"install-demos\">OceanWP Panel: Install Demos</h3>\n\n\n\n<p>One of your favorite features about OceanWP,<a href=\"https://oceanwp.org/demos/\"> full website WordPress templates</a>, has received a slight makeover and 2 (two) brand new functionalities.</p>\n\n\n\n<p>The old option, Install Demos (located under the OceanWP (Theme) Panel) now serves as a direct shortcut to the dedicated Install Demos section of the new OceanWP Panel. Naturally, this section can also be accessed directly through the OceanWP Panel.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_143241266.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_143241266-1024x755.png\" alt=\"preview of the OceanWP Panel Install Demos option makeover\" class=\"wp-image-633674\" width=\"768\" height=\"566\" srcset=\"//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_143241266-1024x755.png 1024w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_143241266-300x221.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_143241266-768x566.png 768w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_143241266.png 1231w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p>For all new OceanWP users, or those of you who rely on documentation, <strong>we added docs and links to video tutorials directly into this section</strong>. Whenever in doubt, you&#8217;ll have all the help you need at click&#8217;s reach <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p><strong>New Install Demos features include:</strong></p>\n\n\n\n<ul><li><strong>the Import Button</strong>, for user-friendliness (the import process will still function as before: if you click the demo image), and</li><li><strong>the option to disable/enable Install Demos</strong> whenever you do not use them.</li></ul>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144336250.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144336250-1024x325.png\" alt=\"preview of the new OceanWP update Install Demos feature to disable install demos functionality if not needed\n\" class=\"wp-image-633675\" width=\"768\" height=\"244\" srcset=\"//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144336250-1024x325.png 1024w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144336250-300x95.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144336250-768x244.png 768w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144336250.png 1225w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure>\n\n\n\n<p class=\"has-text-align-center has-text-color has-small-font-size\" style=\"color:#1f4189\"><a href=\"#table-context\">#Back to the Table of Content</a></p>\n\n\n\n<h3 id=\"ocean-images\">OceanWP Panel: Ocean Images</h3>\n\n\n\n<p>As announced in the <a href=\"https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/\" data-type=\"post\" data-id=\"631456\">Ocean Breeze updates release</a>, <strong>owners of the Business and Agency Core Extensions Bundle plans have the opportunity to enjoy the new features: direct image import from Freepik and icons import from Flaticon</strong>.</p>\n\n\n\n<p>In this section you&#8217;re allowed to enable all options per need and start working with royalty-free images on your website.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_153530016-1024x491.png\" alt=\"preview of the Ocean Images image and icons import feature and related settings\" class=\"wp-image-633683\" width=\"768\" height=\"368\" srcset=\"//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_153530016-1024x491.png 1024w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_153530016-300x144.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_153530016-768x369.png 768w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_153530016.png 1215w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure></div>\n\n\n<p>Want to enjoy the Ocean Images feature? <a href=\"https://oceanwp.org/core-extensions-bundle/\" data-type=\"page\" data-id=\"36995\">Upgrade or purchase the Business or Agency Ocean Core Extensions Bundle</a> plan.</p>\n\n\n\n<p>Check out our<a href=\"https://oceanwp.org/royalty-free-images-and-icons-with-oceanwp/\" data-type=\"page\" data-id=\"631749\"> Royalty-free Images and Icons with OceanWP</a> page to find about the benefits, as well as how to use this feature.</p>\n\n\n\n<p class=\"has-text-align-center has-text-color has-small-font-size\" style=\"color:#1f4189\"><a href=\"#table-context\">#Back to the Table of Content</a></p>\n\n\n\n<h3 id=\"integration-section\">OceanWP Panel: Integration</h3>\n\n\n\n<p><strong>The Integration section</strong> is absolutely not a new feature, but it <strong>now comes as a standalone section</strong>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144637059.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144637059-1024x617.png\" alt=\"\" class=\"wp-image-633676\" width=\"768\" height=\"463\" srcset=\"//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144637059-1024x617.png 1024w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144637059-300x181.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144637059-768x463.png 768w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144637059.png 1241w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p>Standard integration options include:</p>\n\n\n\n<ul><li>Google maps API (to use with Ocean Elementor Widgets: Google Map widget),</li><li>Google reCAPTCHA (to use with Ocean Elementor Widgets: Register widget), and</li><li>MailChimp API (to use with MailChimp widget from Ocean Extra or Newsletter Widget from Ocean Elementor Widget).</li></ul>\n\n\n\n<p id=\"integration-svg-support\"><strong>Brand NEW integration option includes</strong>:</p>\n\n\n\n<ul><li><strong>SVG file support.</strong></li></ul>\n\n\n\n<p>By default, <strong>you&#8217;re not allowed to upload SVG file types to your WordPress Media Library</strong>. Our new option will allow you to do just that, and <strong>upload SVG logos, icons and more</strong>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_145613003.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_145613003-1024x235.png\" alt=\"preview of the new OceanWP update feature that allows SVG support for the WordPress Media Library\" class=\"wp-image-633679\" width=\"768\" height=\"176\" srcset=\"//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_145613003-1024x235.png 1024w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_145613003-300x69.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_145613003-768x176.png 768w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_145613003.png 1026w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n<p>We made sure that <strong>all files you upload are completely sanitized</strong>. Even if you upload a file with malicious code, intentionally or by mistake, it will be entirely safe to use once it&#8217;s uploaded to your site.</p>\n\n\n\n<p>And the special <strong>benefit of the SVG support feature is &#8211; you don&#8217;t have to use any third-party plugins for this anymore</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p><strong>The SVG file support feature is disabled by default.</strong></p>\n\n\n\n<p class=\"has-text-align-center has-text-color has-small-font-size\" style=\"color:#1f4189\"><a href=\"#table-context\">#Back to the Table of Content</a></p>\n\n\n\n<h3 id=\"useful-plugins-section\">OceanWP Panel: Useful Plugins</h3>\n\n\n\n<p>The <strong>Useful Plugins sections</strong> is completely new. It <strong>contains options to install plugins we usually recommend or even use in our full website template demos</strong>, along with the description of the plugins&#8217; functionalities.</p>\n\n\n\n<p>Please note that these do not contain any affiliate or other marketing links &#8211; only WordPress repository links.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_154625695-1024x598.png\" alt=\"preview of the OceanWP Panel useful plugins section for recommended plugins\" class=\"wp-image-633684\" width=\"768\" height=\"449\" srcset=\"//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_154625695-1024x598.png 1024w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_154625695-300x175.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_154625695-768x448.png 768w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_154625695.png 1223w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure></div>\n\n\n<p>Aside from recommended plugins, you will <strong>also find a list of all Ocean free extensions that are available in the WordPress repository</strong>. Again, followed by information that describe our products best and with the option to install them from the WordPress repository directly through the new OceanWP panel.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_154748476.png\" alt=\"preview of the OceanWP Panel useful plugins section for OceanWP free plugins\" class=\"wp-image-633685\" width=\"764\" height=\"689\" srcset=\"//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_154748476.png 1018w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_154748476-300x271.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_154748476-768x693.png 768w\" sizes=\"(max-width: 764px) 100vw, 764px\" /></figure></div>\n\n\n<p class=\"has-text-align-center\"><a href=\"#table-context\">#Back to the Table of Content</a></p>\n\n\n\n<h3 id=\"changelog-section\">OceanWP Panel: Changelog</h3>\n\n\n\n<p><strong>Seasoned WordPress users already know</strong> that, unlike with plugin updates, the <strong>theme&#8217;s changelog is not available for direct preview even though it&#8217;s present in the theme files</strong>.</p>\n\n\n\n<p>To allow our users to keep track of all the changes done, we&#8217;ve kept our <a href=\"https://docs.oceanwp.org/article/653-oceanwp-theme-changelog\" target=\"_blank\" rel=\"noreferrer noopener\">OceanWP Theme Changelog document</a>.  We&#8217;ll continue to update this document even after the new OceanWP Panel changes in case of users who don&#8217;t use Ocean Extra.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_155104019-1024x672.png\" alt=\"preview of the new OceanWP Panel feature that allows users to check the theme update changelog\" class=\"wp-image-633686\" width=\"768\" height=\"504\" srcset=\"//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_155104019-1024x672.png 1024w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_155104019-300x197.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_155104019-768x504.png 768w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_155104019.png 1235w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure></div>\n\n\n<p>What more is there to say about this feature? <strong>The changelog is now available to you directly in the new OceanWP Panel</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p class=\"has-text-align-center\"><a href=\"#table-context\">#Back to the Table of Content</a></p>\n\n\n\n<h3 id=\"extra-settings\">OceanWP Panel: Extra Settings</h3>\n\n\n\n<p><strong>Extra Settings is a brand new feature or better yet &#8211; a pack of new features</strong>.</p>\n\n\n\n<p>From now on, all OceanWP users will be able to enable or disable all features that come with the Ocean Extra plugin and in any given moment.</p>\n\n\n\n<p>The Extra Settings option includes, but is not limited to:</p>\n\n\n\n<ul><li>disable/enable My Library (don&#8217;t want to create custom templates, shortcodes or other things to use across the theme? No problem),</li><li>disable/enable Metabox Settings (individual page, post, product or template settings),</li><li>disable/enable OceanWP WordPress widgets, entirely or individually, and more.</li></ul>\n\n\n\n<p class=\"has-text-align-center\"><a href=\"#table-context\">#Back to the Table of Content</a></p>\n\n\n\n<h3 id=\"system-info-section\">OceanWP Panel: System Info</h3>\n\n\n\n<p>The <strong>System Info is a brand new feature that will help us help you in case of any problems</strong>.</p>\n\n\n\n<p>The best part about it is that you don&#8217;t have to rely on third-party plugins or consult your hosting providers to retrieve this information.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_160742080-1024x777.png\" alt=\"preview of the new OceanWP Panel System Info feature\" class=\"wp-image-633687\" width=\"768\" height=\"583\" srcset=\"//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_160742080-1024x777.png 1024w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_160742080-300x228.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_160742080-768x583.png 768w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_160742080.png 1225w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure></div>\n\n\n<p><strong>With one click on the &#8220;Get System Report&#8221; button, you can generate the system info to copy/paste it for us </strong>on the WordPress forum, tickets or our <a href=\"https://www.facebook.com/groups/oceanwptheme/\" target=\"_blank\" rel=\"noreferrer noopener\">OceanWP Facebook Community</a> to review.</p>\n\n\n\n<p class=\"has-text-align-center\"><a href=\"#table-context\">#Back to the Table of Content</a></p>\n\n\n\n<h3 id=\"help-section\">OceanWP Panel: Help</h3>\n\n\n\n<p>The Help section serves as a <strong>shortcut to all OceanWP users in a need of a assistance</strong>.</p>\n\n\n\n<p>From the Help section, you can directly <strong>visit the OceanWP documentation</strong>, check out OceanWP YouTube video tutorials, or seek help, advice or guidance from us on the <a href=\"https://wordpress.org/support/theme/oceanwp/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress forum</a>, <a href=\"https://www.facebook.com/groups/oceanwptheme/\" target=\"_blank\" rel=\"noreferrer noopener\">Facebook Community Support group</a> or <a href=\"https://oceanwp.org/support/\" data-type=\"page\" data-id=\"1236\">submit a ticket if you&#8217;re a client</a>.</p>\n\n\n\n<p>If you&#8217;re new to WordPress or posting on the WordPress forum, please be advised that under the <a href=\"https://wordpress.org/support/guidelines/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress forum rules and guidelines</a> we are allowed to provide you with support for the OceanWP theme and free plugins only. For all other questions, come and join our Community or submit a ticket whenever you feel the need.</p>\n\n\n\n<p class=\"has-text-align-center\"><a href=\"#table-context\">#Back to the Table of Content</a></p>\n\n\n\n<h2 id=\"theme-panel-plugins\">OceanWP Panel Changes and Ocean Pro Extensions</h2>\n\n\n\n<p>The new OceanWP update brings also additional features to some of the Ocean Pro Extensions, like the Ocean Elementor Widgets or Ocean White Label.</p>\n\n\n\n<p>Ocean Elementor Widgets users will, from now on, have the option to disable any widget they don&#8217;t need or don&#8217;t want to use, so it won&#8217;t be loading in the Elementor Panel.</p>\n\n\n\n<p>Ocean White Label users will receive a bit more whitelabeling options, all in accordance with the new OceanWP Panel changes and the option to impress clients even more.</p>\n\n\n\n<p class=\"has-text-align-center\"><a href=\"#table-context\">#Back to the Table of Content</a></p>\n\n\n\n<h2>Ocean Plugins and OceanWP Panel Update</h2>\n\n\n\n<p>Our new update affects numerous free and pro Ocean extensions, similar to the <a href=\"https://oceanwp.org/blog/oceanwp-3-this-summer-is-all-about-vanilla-js/\" data-type=\"post\" data-id=\"616261\">update procedure when we released OceanWP 3 with Vanilla</a>.</p>\n\n\n\n<p>This means that you will need to update all plugins in order to start making use of all the latest features.</p>\n\n\n\n<p>The complete list of Ocean extensions affected by the OceanWP Panel makeover update:</p>\n\n\n\n<ol><li><strong>Ocean Extra</strong>, version 2.0.0,</li><li><strong>Ocean White Label</strong>, version 2.0.0 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Woo Popup</strong>, version 2.0.2 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Sticky Header</strong>, version 2.0.4 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Sticky Footer</strong>, version 2.0.3 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Cookie Notice</strong>, version 2.0.4 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Side Panel</strong>, version 2.0.4 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Footer Callout</strong>, version 2.0.2 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Portfolio</strong>, version 2.0.7 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Popup Login</strong>, version 2.1.1 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Gutenberg Blocks</strong>, version 1.1.1 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Pro Demos</strong>, version 1.3.1 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Elementor Widgets</strong>, version 2.2.1 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Social Sharing</strong>, version 2.0.2 (free WordPress plugin),</li><li><strong>Ocean Product Sharing</strong>, version 2.0.3 (free WordPress plugin),</li><li><strong>Ocean Custom Sidebar</strong>, version 1.0.9 (free WordPress plugin),</li><li><strong>Ocean Modal Window</strong>, version 2.0.5 (free WordPress plugin).</li></ol>\n\n\n\n<p>In order to enjoy all new features, and for the OceanWP Panel changes to function correctly, you will need to update the OceanWP theme and ALL Ocean extensions.</p>\n\n\n\n<p>Now that you know what plugins you&#8217;ll need to update, let&#8217;s go over some things you need to know before you start updating.</p>\n\n\n\n<p class=\"has-text-align-center\"><a href=\"#table-context\">#Back to the Table of Content</a></p>\n\n\n\n<h2 id=\"update-preparations\">OceanWP Update: How to Prepare Your Website</h2>\n\n\n\n<p>We all love updates and new features, but just can&#8217;t become fond of update preparations <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>This is a major update, and although we keep recommending the same procedure over and over no matter how big or small an update is, we&#8217;ll do it again (just in case).</p>\n\n\n\n<p><strong>The correct update order is:</strong></p>\n\n\n\n<ol><li><strong>Update OceanWP</strong>&nbsp;via Appearance &gt; Themes, then</li><li><strong>Update all Ocean plugin</strong>s via Plugins &gt; Installed Plugins.</li></ol>\n\n\n\n<p><strong>Before you update, make sure you have taken necessary precaution measures.</strong></p>\n\n\n\n<h3>Test the Update Before Updating Your Live Site</h3>\n\n\n\n<p>The&nbsp;<strong>best practice is to test new changes on localhost, test or staging environments.</strong></p>\n\n\n\n<p>If you&nbsp;<strong>don’t have the option to test the updates anywhere, do not update immediately</strong>. Wait for a couple of days or even a week, until we’ve gathered feedback and made sure it’s safe for you to update.</p>\n\n\n\n<p>Remember, even if everything is fine, something can always go wrong during updates. After all, the bad thing about software is – it’s software.</p>\n\n\n\n<p><strong>Make sure to backup your websites properly</strong>. Do not rely on hosting backups alone,&nbsp;<strong><a href=\"https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/\" target=\"_blank\" rel=\"noreferrer noopener\">take manual backups as well</a></strong>&nbsp;and store data in a safe place. If you’re using the&nbsp;<a href=\"https://oceanwp.org/blog/how-to-reset-wordpress-website-fix-mistakes/\">WordPress Reset plugin (not to be confused with WordPress Database Reset), you can also create website snapshots</a>.</p>\n\n\n\n<p><strong>Important: remember to purge cache thoroughly</strong>&nbsp;after the update, multiple times if necessary. The same goes for the CDN (cloud) cache.</p>\n\n\n\n<h3>Updating a Live Website</h3>\n\n\n\n<p><strong>Website update preparation To-Do list</strong>:</p>\n\n\n\n<ol><li>Before updating the theme,&nbsp;<strong><a href=\"https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/\" target=\"_blank\" rel=\"noreferrer noopener\">create a backup of your website</a></strong>.</li><li>Place your website in the<strong>&nbsp;Maintenance mode</strong>.</li><li><strong>Update OceanWP theme</strong>&nbsp;to its latest version via&nbsp;<strong>Appearance &gt; Themes</strong>.</li><li><strong>Update all Ocean plugins</strong> to their latest versions via Plugins &gt; Installed Plugins.</li><li><strong>Clear browser, website or CDN (cloud) cache</strong>.</li><li><strong>Inspect</strong> your website.</li><li>If everything is in order, <strong>deactivate the Maintenance mode</strong>.</li><li><strong>Enjoy </strong>all new OceanWP updates and features!</li></ol>\n\n\n\n<p class=\"has-text-align-center\"><a href=\"#table-context\">#Back to the Table of Content</a></p>\n\n\n\n<h2 id=\"oceanwp-next\">What&#8217;s Next for OceanWP?</h2>\n\n\n\n<p>Believe it or not, <strong>we already have other delicacies cooking in the OceanWP kitchen of features</strong>.</p>\n\n\n\n<p>While we can&#8217;t reveal everything, one of the things we&#8217;ll also be working on is improving OceanWP theme and Ocean plugins descriptions, settings (we might move some) to make them user (and beginner) friendly at the max. We&#8217;ll also make sure to do our regular round of accessibility improvements.</p>\n\n\n\n<p>Regardless of our plans, we want to know what you think and we&#8217;ll here to listen to all your ideas and suggestions. Think there&#8217;s a feature, document, demo or a video OceanWP users would really need? Let us know about it by <a href=\"https://oceanwp.org/feature-requests/\" data-type=\"page\" data-id=\"611644\">filling out the OceanWP feature request form</a>.</p>\n\n\n\n<p>And remember, if you&#8217;re an <a href=\"https://oceanwp.org/oceanwp-partner-program/\" data-type=\"page\" data-id=\"631293\">Agency Bundle license owner, you can also influence our plans and collaborate with us more closely</a>.</p>\n\n\n\n<h2>LOS; INR. (Long or Short, I Never Read):</h2>\n\n\n\n<p>We are&nbsp;<strong>releasing major updates</strong>.</p>\n\n\n\n<p><strong>Take website backups, including manual backup, before updating OceanWP and Ocean plugins</strong>.</p>\n\n\n\n<p>The&nbsp;<strong>best practice is to test all updates on test, localhost or staging environments</strong>. If you don’t have the opportunity to test the updates, do not update immediately. Wait with the updates a couple of days until we’ve gathered feedback.</p>\n\n\n\n<p>In case of any problems or issues, inform us about possible bugs or submit tickets.</p>\n\n\n\n<p>But, in case you got till the end of the article, please, let us know what you think. We&#8217;d love to know how you fancy the new OceanWP Panel and all other changes that come with it <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>PS don&#8217;t forget to check out the full premiere preview video of the Ocean Starboard and OceanWP Theme Panel Makeover and see some of the features live</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<p class=\"responsive-video-wrap clr\"><iframe title=\"&#x1f525;&#x1f525;&#x1f525; Premiere Preview: The Secret is OUT! OceanWP Theme Panel Receives a MAKEOVER &#x1f929;\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/twUc0rHnBo0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></p>\n</div></figure>\n\n\n\n<p> </p>\n<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/oceanwp-theme-panel-makeover/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://oceanwp.org/blog/oceanwp-theme-panel-makeover/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:1:\"3\";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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Ocean Breeze for Spring 2022: What’s New in OceanWP\";s: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:71:\"https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/\";s: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:80:\"https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/#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, 01 Apr 2022 09:54:37 +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:11:\"Introducing\";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:6:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"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://oceanwp.org/?p=631456\";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:1146:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/04/New-Project-2.png\" width=\"1200\" height=\"700\" title=\"Ocean Breeze for Spring 2022: What&#8217;s New in OceanWP\" alt=\"Ocean Breeze for Spring 2022: What&#8217;s New in OceanWP\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">You need it. Most importantly, you deserve it. The new OceanWP update brings fresh features to enrich your content even without page builders. Enjoy refurbished Ocean Website Templates, royalty-free images,...<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Lior Zelering\";s: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:38448:\"<p style=\"display: block; padding: 0 0 24px; margin: 0 !important;\"><a href=\"https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/\" target=\"_blank\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/04/New-Project-2.png\" width=\"1200\" height=\"700\" title=\"Ocean Breeze for Spring 2022: What&#8217;s New in OceanWP\" alt=\"Ocean Breeze for Spring 2022: What&#8217;s New in OceanWP\" style=\"width: 100%!important;\"></a></p><p style=\"padding: 0 26px !important; margin: 0 !important;\">\n<p class=\"has-text-color has-medium-font-size\" style=\"color:#212121\">You need it. Most importantly, you deserve it. The new OceanWP update brings fresh features to enrich your content even without page builders. Enjoy refurbished Ocean Website Templates, royalty-free images, blocks, widgets, etc.</p>\n\n\n\n<p>For some of you, it&#8217;s already April 1st. But, we can assure you &#8211; it&#8217;s not a joke. Brand new OceanWP updates are already available, and we&#8217;re bringing you &#8211; you&#8217;ve guessed that right &#8211; MORE features!</p>\n\n\n\n<p>We&#8217;re calling this stack of updates the <strong>Ocean Breeze</strong>, <strong>as new options will hit your websites with the freshness you deserve</strong>.</p>\n\n\n\n<p>Without further ado, we&#8217;re presenting you the crisp and novel changes you can start applying to your website immediately.</p>\n\n\n\n<h2>Goodbye GDPR, Hello Ocean Breeze</h2>\n\n\n\n<p>Building and maintaining a business and a website is difficult as is, even without all the regulations website owners need to follow. For example, the most dreaded GDPR regulations.</p>\n\n\n\n<p>Google has the largest free font library available and it&#8217;s widely used. So, what&#8217;s wrong with that?</p>\n\n\n\n<p>Apparently, the <strong>traditional way of using Google fonts on your website, through embedding, allows Google to collect data on your website visitors</strong>. As you can imagine, this method can be characterized as a breach of GDPR.</p>\n\n\n\n<p><strong>The only way to circumvent this potentially legal-threat is to host Google fonts locally on your website</strong>. Whether it&#8217;s through a child theme or using third-party plugins, this process can be a drag.</p>\n\n\n\n<p>Therefore we&#8217;ve come up with a better solution for all OceanWP users! <strong>New OceanWP update brings you the option to host Google fonts on your website with a single click!</strong></p>\n\n\n\n<p>And the best part is &#8211; <strong>no font upload required!</strong></p>\n\n\n\n<h3>How does hosting Google fonts locally function with OceanWP?</h3>\n\n\n\n<p>First, in order to make sure you&#8217;re able to use the new feature, you need to <strong><a href=\"https://wordpress.org/themes/oceanwp\" target=\"_blank\" rel=\"noreferrer noopener\">update your OceanWP theme to 3.2.0+ version</a></strong> via <strong>Appearance &gt; Themes</strong>, in your WordPress dashboard. Important, if your WordPress is running on a server using PHP 7.2 version or below, <a href=\"https://docs.oceanwp.org/article/776-known-bugs-issues\" target=\"_blank\" rel=\"noreferrer noopener\">please upgrade to PHP 7.4+ or follow these guidelines</a>.</p>\n\n\n\n<p>For more server environment recommendations, <a href=\"https://wordpress.org/about/requirements/\" target=\"_blank\" rel=\"noreferrer noopener\">check out the WordPress system requirements</a>.</p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#3d0075\"><strong>TIP:</strong> If you&#8217;re new to WordPress or OcenaWP, check out <a href=\"https://youtu.be/_2NDmIjmNEM\" target=\"_blank\" rel=\"noreferrer noopener\">our video tutorial on how to install the OceanWP theme to your WordPress website</a>.</p>\n\n\n\n<p>After the update, <strong>navigate to Customize &gt; Typography &gt; General</strong>, and check the option &#8220;<strong>Google fonts from site</strong>&#8220;, then publish changes.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img width=\"545\" height=\"477\" src=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_214611.png\" alt=\"OceanWP update: how to host Google fonts locally with OceanWP\" class=\"wp-image-631459\" srcset=\"//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_214611.png 545w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_214611-300x263.png 300w\" sizes=\"(max-width: 545px) 100vw, 545px\" /></figure></div>\n\n\n\n<p>The <strong>new option will download all fonts you currently have set up or choose in the future through the OceanWP Customizer into a subfolder on your website</strong>. And this is it, folks &#8211; that&#8217;s all you need to do. <strong>All OceanWP fonts will load from your website</strong>.</p>\n\n\n\n<p>This is the example of one of our WordPress templates we&#8217;re currently redoing (more about that later), where the <a href=\"https://fonts.google.com/specimen/ABeeZee\" target=\"_blank\" rel=\"noreferrer noopener\">Google font ABeeZee</a> has been set through the OceanWP Customizer.</p>\n\n\n\n<div class=\"wp-container-5 wp-block-columns\">\n<div class=\"wp-container-3 wp-block-column\">\n<figure class=\"wp-block-image size-full\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_221459.png\"><img width=\"609\" height=\"424\" src=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_221459.png\" alt=\"OceanWP update: preview of how Google fonts are loaded on a website in browser inspector\" class=\"wp-image-631460\" srcset=\"//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_221459.png 609w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_221459-300x209.png 300w\" sizes=\"(max-width: 609px) 100vw, 609px\" /></a><figcaption>Before applying new OceanWP Host Google fonts from site feature</figcaption></figure>\n</div>\n\n\n\n<div class=\"wp-container-4 wp-block-column\">\n<figure class=\"wp-block-image size-full\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_221704.png\"><img width=\"664\" height=\"406\" src=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_221704.png\" alt=\"\" class=\"wp-image-631461\" srcset=\"//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_221704.png 664w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_221704-300x183.png 300w\" sizes=\"(max-width: 664px) 100vw, 664px\" /></a><figcaption>After applying new OceanWP Host Google fonts from site feature</figcaption></figure>\n\n\n\n<p></p>\n</div>\n</div>\n\n\n\n<p>Unfortunately, the <strong>new OceanWP update regarding Google fonts will only be applied to the OceanWP theme, Ocean plugins, as well as plugins that inherit theme&#8217;s font settings</strong>. If third-party plugins embed their fonts, there&#8217;s nothing we can do about it. Unless, that particular plugin has the option to inherit theme fonts and settings.</p>\n\n\n\n<p>Hint: <a href=\"https://wordpress.org/plugins/elementor/\" target=\"_blank\" rel=\"noreferrer noopener\">Your favorite page builder, <strong>Elementor</strong></a><strong>, has the option to disable Elementor fonts and instead have Elementor inherit theme fonts and styling</strong>.</p>\n\n\n\n<h2>OceanWP Update Brings More Options to Website Admins &#8211; Hooray!</h2>\n\n\n\n<h3>Access blog post directly from the archives page</h3>\n\n\n\n<p>Your time is valuable. Save a click!</p>\n\n\n\n<p>Now you can <strong>access blog posts and edit them in WordPress directly through the archive pages</strong>, using the EDIT link. The link is available only to admin users.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img width=\"1024\" height=\"651\" src=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223118-1024x651.png\" alt=\"OceanWP update: preview of the new admin feature on how to access blog post edit page directly through archive pages\" class=\"wp-image-631466\" srcset=\"//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223118-1024x651.png 1024w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223118-300x191.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223118-768x488.png 768w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223118.png 1181w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<h2>Delete unwanted comments directly from the post&#8217;s comments section</h2>\n\n\n\n<p>For those of you who don&#8217;t have comment preapproval option enabled, this feature will definitely come in handy.</p>\n\n\n\n<p><strong>New OceanWP update allows you to delete any comment directly from the post&#8217;s comments section</strong>. The Delete option is available only to website admins.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img width=\"1025\" height=\"256\" src=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223646.png\" alt=\"OceanWP update: preview on how to use a new feature to delete comments directly from the comments section\" class=\"wp-image-631468\" srcset=\"//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223646.png 1025w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223646-300x75.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223646-768x192.png 768w\" sizes=\"(max-width: 1025px) 100vw, 1025px\" /></figure>\n\n\n\n<p>However,<strong> the comment you removed is not gone forever yet</strong>. Find all comments you deleted in the Comment&#8217;s Trash section within your WP dashboard. From there, you will have the option to either restore the comment or remove permanently.</p>\n\n\n\n<h2>OceanWP Update Brings Less Page Builders Dependency and Brand New Post Title Styles</h2>\n\n\n\n<p>Page builders are awesome! And we love them!</p>\n\n\n\n<p>But <strong>designing a custom blog post title template merely because of the introductory header can be excruciating, especially for beginners</strong>. Often, the ability to use such options require some pro features as well. </p>\n\n\n\n<p>Ocean Breeze to the rescue! Meet the OceanWP 6 (six) <strong>new Post Title Styles</strong>.</p>\n\n\n\n<h3>Bedazzle your blog posts with Ocean Breeze</h3>\n\n\n\n<p>We present you the <strong>Intro, Cover, Card, Card Invert, Screen and Screen Invert Post Title Styles</strong>.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232719.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232719-1024x528.png\" alt=\"OceanWP Update: preview of the new Intro Blog Post Title Style\" class=\"wp-image-631474\" width=\"768\" height=\"396\" srcset=\"//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232719-1024x528.png 1024w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232719-300x155.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232719-768x396.png 768w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232719-1536x793.png 1536w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232719.png 1880w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a><figcaption>The Intro Post Title Style</figcaption></figure></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232757.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232757-1024x528.png\" alt=\"OceanWP Update: preview of the new Cover Blog Post Title Style\" class=\"wp-image-631475\" width=\"768\" height=\"396\" srcset=\"//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232757-1024x528.png 1024w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232757-300x155.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232757-768x396.png 768w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232757-1536x793.png 1536w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232757.png 1880w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a><figcaption>The Cover Post Title Style</figcaption></figure></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232852.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232852-1024x528.png\" alt=\"OceanWP Update: preview of the new Card Blog Post Title Style\" class=\"wp-image-631476\" width=\"768\" height=\"396\" srcset=\"//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232852-1024x528.png 1024w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232852-300x155.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232852-768x396.png 768w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232852-1536x793.png 1536w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232852.png 1880w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a><figcaption>The Card Post Title Style</figcaption></figure></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_233006.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_233006-1024x528.png\" alt=\"OceanWP Update: preview of the new Screen Blog Post Title Style\" class=\"wp-image-631478\" width=\"768\" height=\"396\" srcset=\"//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_233006-1024x528.png 1024w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_233006-300x155.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_233006-768x396.png 768w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_233006-1536x793.png 1536w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_233006.png 1880w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a><figcaption>The Screen Post Title Style</figcaption></figure></div>\n\n\n\n<h3>Additional Post Title Features</h3>\n\n\n\n<p>Additional <strong>new OceanWP Post Title Stylef features include 2 (two) Meta Styles to choose from: Stylish and Minimal</strong>.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234346.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234346-1024x197.png\" alt=\"OceanWP Update: preview of the new stylish meta style for new Post Title Styles\" class=\"wp-image-631482\" width=\"768\" height=\"148\" srcset=\"//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234346-1024x197.png 1024w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234346-300x58.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234346-768x148.png 768w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234346.png 1527w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a><figcaption>The Stylish Meta for the new OceanWP Post Title Style</figcaption></figure></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234759.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234759-1024x203.png\" alt=\"OceanWP Update: preview of the new minimal meta style for new Post Title Styles\" class=\"wp-image-631483\" width=\"768\" height=\"152\" srcset=\"//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234759-1024x203.png 1024w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234759-300x60.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234759-768x152.png 768w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234759.png 1526w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a><figcaption>The Minimal Meta for the new OceanWP Post Title Style</figcaption></figure></div>\n\n\n\n<p>The <strong>Ocean Post Title metas also include the options to choose the separator: None, Classic, Stylish and Modern</strong>.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235300.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235300-1024x207.png\" alt=\"OceanWP Update: preview of the new meta separator style for new Post Title Styles\" class=\"wp-image-631484\" width=\"768\" height=\"155\" srcset=\"//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235300-1024x207.png 1024w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235300-300x61.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235300-768x155.png 768w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235300.png 1529w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a><figcaption>The Stylish Meta Separator Style</figcaption></figure></div>\n\n\n\n<p>And just like you&#8217;re used to with OceanWP, the <strong>new update also brings you the options to choose which meta elements you&#8217;re going to display, as well as the order of those elements</strong>.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235452.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235452-1024x244.png\" alt=\"OceanWP Update: preview of the new meta elements structure and visibility options\" class=\"wp-image-631485\" width=\"768\" height=\"183\" srcset=\"//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235452-1024x244.png 1024w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235452-300x72.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235452-768x183.png 768w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235452-1536x366.png 1536w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235452.png 1865w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a><figcaption>Choose the order of new Post Title Styles meta elements and their visibility</figcaption></figure></div>\n\n\n\n<p><strong>Independent typography features are available via Customize &gt; Typography</strong>. The following options allow you to set the fonts and colors:</p>\n\n\n\n<ul><li>Blog Post Title Heading,</li><li>Blog Post Title Meta,</li><li>Blog Post Title Author, and</li><li>Blog Post Title Author Bio.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235730.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235730-1024x410.png\" alt=\"OceanWP Update: preview of the new typography settings for new Post Title Styles\" class=\"wp-image-631487\" width=\"768\" height=\"308\" srcset=\"//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235730-1024x410.png 1024w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235730-300x120.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235730-768x307.png 768w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235730-1536x614.png 1536w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235730.png 1865w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure>\n\n\n\n<p>Update OceanWP theme to a 3.2.0+ version and start enjoying the new features Ocean Breeze update brings you. Happy blogging!</p>\n\n\n\n<h2>The Brilliant Stuff: OceanWP and Freepik Cooperation</h2>\n\n\n\n<h3>Goodbye Image Placeholders and Legal Questions, Welcome Ocean Website Templates with Royalty-free Images</h3>\n\n\n\n<p class=\"has-medium-font-size\"><strong>It is our greatest pleasure to announce that</strong>, from now on, <strong>all new Ocean Website Templates will come with images and icons included &#8211; royalty-free and without any attribution requirements, thanks to the OceanWP and Freepik cooperation</strong>!</p>\n\n\n\n<p>Images are important.</p>\n\n\n\n<p>And we understand how much it sucks when instead of images you get image placeholders instead. Sadly, this has been our usual practice until now. You can <a href=\"https://docs.oceanwp.org/article/791-website-demo-templates-image-disclaimer\" target=\"_blank\" rel=\"noreferrer noopener\">read all about it in our Images Disclaimer</a> about the How and the Why.</p>\n\n\n\n<p>That&#8217;s the reason <strong>we&#8217;ve been working relentlessly on finding the perfect solution for all OceanWP users and clients. And we finally did it!</strong></p>\n\n\n\n<p>But wait a minute. <strong>Why is this such a huge deal?</strong> Everyone else already delivers images with their content.</p>\n\n\n\n<p>We have been hearing that a lot. And yes, <strong>it would have been really easy for us to implement images and push the legal responsibility down to you, then hide behind a fine print</strong>. For us, <strong>it was simply not an option when it comes to our users</strong>.</p>\n\n\n\n<p>Instead, <strong>we wanted the real deal &#8211; real royalty-free images</strong>. <strong>No attribution, no fine print, no legal question,</strong> as <strong>we here at OceanWP are financing your rights to use the images and icons that will now make <a href=\"https://oceanwp.org/demos\" data-type=\"URL\" data-id=\"https://oceanwp.org/demos\">Ocean Website Templates</a> even more amazing</strong>, thanks to Freepik and Flaticon.</p>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-container-7 wp-block-gallery-6 wp-block-gallery aligncenter has-nested-images columns-default\">\n<figure class=\"wp-block-image size-medium\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/04/1841784.png\"><img width=\"300\" height=\"300\" data-id=\"631493\"  src=\"https://oceanwp.org/wp-content/uploads/2022/04/1841784-300x300.png\" alt=\"\" class=\"wp-image-631493\" srcset=\"//oceanwp.org/wp-content/uploads/2022/04/1841784-300x300.png 300w, //oceanwp.org/wp-content/uploads/2022/04/1841784-150x150.png 150w, //oceanwp.org/wp-content/uploads/2022/04/1841784-128x128.png 128w, //oceanwp.org/wp-content/uploads/2022/04/1841784-256x256.png 256w, //oceanwp.org/wp-content/uploads/2022/04/1841784.png 512w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-medium\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/04/1841783.png\"><img width=\"300\" height=\"300\" data-id=\"631494\"  src=\"https://oceanwp.org/wp-content/uploads/2022/04/1841783-300x300.png\" alt=\"\" class=\"wp-image-631494\" srcset=\"//oceanwp.org/wp-content/uploads/2022/04/1841783-300x300.png 300w, //oceanwp.org/wp-content/uploads/2022/04/1841783-150x150.png 150w, //oceanwp.org/wp-content/uploads/2022/04/1841783-128x128.png 128w, //oceanwp.org/wp-content/uploads/2022/04/1841783-256x256.png 256w, //oceanwp.org/wp-content/uploads/2022/04/1841783.png 512w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a></figure>\n</figure>\n\n\n\n<p>How cool is that?</p>\n\n\n\n<h3>Refurbishing existing Ocean Website Templates</h3>\n\n\n\n<p>As we already mentioned, <strong>we are in a process of redesigning and refurbishing <a href=\"https://oceanwp.org/demos\" data-type=\"URL\" data-id=\"https://oceanwp.org/demos\">ALL existing Ocean Website Templates</a></strong>.</p>\n\n\n\n<p>This also means <strong>we are replacing existing images and icons</strong>, with those <strong>you will be able to keep and use if you choose to do so</strong>. High five!</p>\n\n\n\n<p>However, <strong>to avoid potential problems with SVG support, all icons</strong> in Ocean template demos <strong>will be replaced with PNG files instead</strong>.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_004812.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_004812-1024x487.png\" alt=\"OceanWP Update: preview of the modernized Ocean WordPress website templates and new images feature\" class=\"wp-image-631499\" width=\"768\" height=\"365\" srcset=\"//oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_004812-1024x487.png 1024w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_004812-300x143.png 300w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_004812-768x365.png 768w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_004812-1536x731.png 1536w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_004812.png 1845w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></figure></div>\n\n\n\n<p><strong>Find the list of currently available and renewed Ocean Website Templates using the &#8220;Freepik Images Included&#8221; filter</strong>.</p>\n\n\n\n<p>Once we redo all website templates, we will remove the filter to avoid confusion.</p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#3d0075\"><strong>TIP:</strong> If you&#8217;re new to OceanWP and have not tried out our WordPress website templates yet, see how simple it is to <a href=\"https://youtu.be/8beTQrXkknQ\" target=\"_blank\" rel=\"noreferrer noopener\">import a fully operational template demo on your own</a> or <a href=\"https://youtu.be/rvW_HOYutT0\" target=\"_blank\" rel=\"noreferrer noopener\">get everything installed by Cloudways for you</a>.</p>\n\n\n\n<h3>Heads Up</h3>\n\n\n\n<p><strong>OceanWP users who have used our demo import in the past</strong> but for whom, for whatever reason,<strong> images</strong> DID NOT import directly to their website&#8217;s Media Library and instead were <strong>loading externally from the website demo in question may experience &#8220;image disappearance&#8221;</strong>.</p>\n\n\n\n<p>Please note, <strong>we do not have the power to alter your content</strong>. The thing is simple &#8211; <strong>we are removing old images completely</strong>.</p>\n\n\n\n<p><strong>When we permanently delete an image, the external links used by images on your website will no longer function</strong>, thus the images will &#8220;disappear&#8221;.</p>\n\n\n\n<p>We do apologize up front to everyone who will experience this, but:</p>\n\n\n\n<ol><li>We cannot prevent this, sadly.</li><li>Luckily, it&#8217;s for a much better cause because <strong>now you&#8217;ll be 100% sure it is safe to use images and icons that come with our templates</strong>.</li></ol>\n\n\n\n<p>And just when you think things can&#8217;t get any better and you can&#8217;t get more &#8211; with OceanWP there&#8217;s always MORE.</p>\n\n\n\n<h2>New Ocean Popup Login Security Features</h2>\n\n\n\n<h3>Enforce strong passwords usage upon user registration</h3>\n\n\n\n<p><strong>New OceanWP updates and <a href=\"https://docs.oceanwp.org/article/678-ocean-popup-login-changelog\" target=\"_blank\" rel=\"noreferrer noopener\">Ocean Popup Login version</a> enable you to enforce strong passwords usage</strong> upon user registration.</p>\n\n\n\n<p>Choose the options whether your users will need to combine their <strong>passwords with capital letters, special characters and/or numbers.</strong> The decision is only yours, and the new feature is disabled by default.</p>\n\n\n\n<p>You can also choose the option for <strong>users to use only passwords that are between 8 (eight) and 50 (fifty) characters long</strong>. Too little or too many required characters can also be potentially harmful just as equal.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_103749.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_103749.png\" alt=\"Ocean Popup Login plugin: preview of the new security features\" class=\"wp-image-631521\" width=\"227\" height=\"527\" srcset=\"//oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_103749.png 303w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_103749-129x300.png 129w\" sizes=\"(max-width: 227px) 100vw, 227px\" /></a></figure></div>\n\n\n\n<h3>Limit Potentially Harmful Activity</h3>\n\n\n\n<p><strong>Limit activities such as entering an incorrect password multiple times or requesting the password reset link multiple times within the timeframe you assign</strong>. </p>\n\n\n\n<p>Such actions are usually related to bot scripts, and <strong>the new features will protect your website from potential harm.</strong> Disabled by default.</p>\n\n\n\n<p>If enabled, the new security feature will automatically be applied to login form, as well as the the default login pages: /wp-admin and /wp-login.php</p>\n\n\n\n<p>If triggered, the <strong>user / device that &#8220;hit the nerve&#8221; will be temporarily blocked from using these options</strong>: enter a password / request a password reset link.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><a href=\"https://oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_103906.png\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_103906.png\" alt=\"Ocean Popup Login plugin: preview of the new security features for limiting potentially harmful user activity\" class=\"wp-image-631522\" width=\"230\" height=\"410\" srcset=\"//oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_103906.png 307w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_103906-169x300.png 169w\" sizes=\"(max-width: 230px) 100vw, 230px\" /></a></figure></div>\n\n\n\n<p><strong>Update your Ocean Popup Login plugin to the latest 2.1.0 version or <a href=\"https://oceanwp.org/core-extensions-bundle/\">upgrade with the Ocean Core Extensions Bundle and apply new security features to your website</a></strong>.</p>\n\n\n\n<h2>New Ocean Gutenberg Blocks</h2>\n\n\n\n<p><a href=\"https://docs.oceanwp.org/article/794-ocean-gutenberg-blocks-changelog\" target=\"_blank\" rel=\"noreferrer noopener\">The Ocean Gutenberg Blocks plugin</a> just got richer with 8 (eight) blocks:</p>\n\n\n\n<ul><li>Star Rating,</li><li>Recipe,</li><li>Modal Window,</li><li>Icon List,</li><li>Section,</li><li>Team,</li><li>Buttons, and</li><li>Circle Progress.</li></ul>\n\n\n\n<p><strong>Update your Ocean Gutenberg Blocks plugin to the latest 1.1.0 version or </strong><a href=\"https://oceanwp.org/core-extensions-bundle/\"><strong>upgrade with the Ocean Core Extensions Bundle and start building with all new blocks</strong>.</a></p>\n\n\n\n<h2>New Ocean Elementor Widgets</h2>\n\n\n\n<p><a href=\"https://docs.oceanwp.org/article/679-ocean-elementor-widgets-changelog\" target=\"_blank\" rel=\"noreferrer noopener\">The Ocean Elementor Widgets plugin</a> has added 5 (five) cool widgets to its already vast list of available tools:</p>\n\n\n\n<ul><li>Twitter Embed,</li><li>Twitter Timeline,</li><li>Click to Tweet,</li><li>Formidable Forms support, and</li><li>Fluent Forms support.</li></ul>\n\n\n\n<p><strong>Update your Ocean Elementor Widgets plugin to the latest 2.2.0 version or </strong><a href=\"https://oceanwp.org/core-extensions-bundle/\"><strong>upgrade with the Ocean Core Extensions Bundle and empower your Elementor page builder with these awesome widgets</strong>.</a></p>\n\n\n\n<h2>The Cherry on Top &#8211; Direct Image and Icons Import</h2>\n\n\n\n<p><strong>Owners of the Ocean Core Extensions Bundle Business and Agency plans</strong> will be exploring brand new features with the <a href=\"https://docs.oceanwp.org/article/670-ocean-pro-demos-changelog\" target=\"_blank\" rel=\"noreferrer noopener\">Ocean Pro Demos plugin</a>:</p>\n\n\n\n<ul><li>Direct Freepik image import, and</li><li>Direct Flaticon icons import.</li></ul>\n\n\n\n<p><strong>With no download limits</strong>, here at OceanWP we wanted to make sure <strong>your business flourishes as you spend less time searching for images and worry less about attribution and royalty.</strong></p>\n\n\n\n<h3>How does the new Ocean Images Import work?</h3>\n\n\n\n<p>First, <strong>you need to update your Ocean Pro Demos plugin to the latest 1.3.0 version and upgrade to the Business or Agency plan with the Ocean Core Extensions Bundle</strong>.</p>\n\n\n\n<p>After that, <strong>navigate to Theme Panel &gt; Ocean Images</strong>, in your WordPress dashboard.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_095958-1024x672.png\" alt=\"OceanWP Update: preview of the new Direct Image Import to a WordPress website feature\" class=\"wp-image-631517\" width=\"768\" height=\"504\" srcset=\"//oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_095958-1024x672.png 1024w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_095958-300x197.png 300w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_095958-768x504.png 768w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_095958.png 1106w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure></div>\n\n\n\n<p>This will redirect you to the Integrations panel, where you can enable the Images module. <strong>The module is supported by the Ocean Core Extensions Bundle Business and Agency plans only.</strong></p>\n\n\n\n<p><strong>Enable the module you want and save changes</strong>. For the showcase purposes, we will enable the Freepik module and set the image download width to 1380px.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_100533.png\" alt=\"OceanWP Update: preview of the new Direct Image Import and how to apply image settings\" class=\"wp-image-631518\" width=\"646\" height=\"546\" srcset=\"//oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_100533.png 861w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_100533-300x254.png 300w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_100533-768x649.png 768w\" sizes=\"(max-width: 646px) 100vw, 646px\" /></figure></div>\n\n\n\n<p>Once done, a <strong>new option &#8220;Browse Ocean Images&#8221; will appear under your Media</strong> option in the WordPress dashboard.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_101431-1024x415.png\" alt=\"OceanWP Update: preview of the new Direct Image Import and how the image import functions\" class=\"wp-image-631519\" width=\"768\" height=\"311\" srcset=\"//oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_101431-1024x415.png 1024w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_101431-300x122.png 300w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_101431-768x312.png 768w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_101431-1536x623.png 1536w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_101431.png 1548w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure></div>\n\n\n\n<p><strong>Type in your search query, click on the image you want and find the image in your Media Library</strong>. That&#8217;s it!</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_102804-1024x419.png\" alt=\"OceanWP Update: preview of the new Direct Image Import and where to locate imported image files\" class=\"wp-image-631520\" width=\"768\" height=\"314\" srcset=\"//oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_102804-1024x419.png 1024w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_102804-300x123.png 300w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_102804-768x314.png 768w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_102804-1536x629.png 1536w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_102804.png 1539w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure></div>\n\n\n\n<p><strong>You&#8217;re now equipped to design fabulous pages</strong>, just the way you always wanted.</p>\n\n\n\n<p>You can also disable the module whenever you don&#8217;t have the need to import images, so it won&#8217;t be running in the background. Images that you have already imported in the Media Library will remain unless you manually delete them.</p>\n\n\n\n<h2>OceanWP Update &#8211; Wrapping It Up</h2>\n\n\n\n<p><strong>The Ocean Breeze updates stack brings many new and really, really awesome features</strong>: single blog post Post Title Styles with multiple options you can choose from and settings to apply; Hosting Google fonts locally with a single click and without font files upload; Royalty-free images and renewed Ocean WordPress website templates; Ocean Popup Login security features; New blocks and widgets for Ocean Gutenberg Blocks and Ocean Elementor Widgets; and, the feature we&#8217;re most proud of &#8211; Direct Image and Icon Import for all Business and Agency Ocean Core Extensions Bundle plan owners.</p>\n\n\n\n<p><strong>We only want the best for all of you.</strong></p>\n\n\n\n<p>If you believe some things need additional attention or you require support when it comes to all the latest features, don&#8217;t forget to <a href=\"https://oceanwp.org/support/\" data-type=\"page\">open a support ticket</a> or <a href=\"https://oceanwp.org/pre-purchase-question/\" data-type=\"page\" data-id=\"182\">send us a prepurchase question</a>, and <a href=\"https://www.facebook.com/groups/oceanwptheme\" target=\"_blank\" rel=\"noreferrer noopener\">join our Facebook Community Support group</a> so we can hang out together. We&#8217;re here for you.</p>\n\n\n\n<p><strong>We hope you will enjoy exploring and applying all new OceanWP goodies!</strong> Let us know what you think in the comments section <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>As you know, <strong>when it comes to OceanWP &#8211; there&#8217;s always more!</strong> So stay tuned for more updates. If you there&#8217;s a feature you&#8217;d like to see in OceanWP, <a href=\"https://oceanwp.org/feature-requests/\" data-type=\"page\" data-id=\"611644\">you can always send your suggestions</a>.</p>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Happy website building!</strong></p>\n\n\n\n<p>PS <a href=\"https://oceanwp.org/core-extensions-bundle/\">Don&#8217;t forget to check out our Spring 2022 promo and get up to 50% OFF on the Ocean Core Extensions Bundle</a>.</p>\n\n\n\n<p>PPS If you&#8217;re still not sure about using WordPress or OceanWP, see<a href=\"https://oceanwp.org/install-wordpress-in-10-minutes/\" data-type=\"page\" data-id=\"629635\"> how easy is to install WordPress with the OceanWP theme, Ocean plugins and your Ocean Website Template of choice. It only takes 10 minutes or 10 steps, whichever measurements you prefe</a>r.</p>\n<p style=\"margin: 0!important;padding: 26px 0 0!important;\"><a href=\"https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;\">Read More</a></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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/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:1:\"4\";s: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:25:\"https://oceanwp.org/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:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:14:{s:4:\"date\";s:29:\"Fri, 10 Feb 2023 04:55:58 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:15:\"x-ua-compatible\";s:7:\"IE=edge\";s:4:\"link\";s:56:\"<https://oceanwp.org/wp-json/>; rel=\"https://api.w.org/\"\";s:4:\"vary\";s:33:\"X-Forwarded-Proto,Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 09 Feb 2023 19:21:28 GMT\";s:13:\"cache-control\";s:12:\"max-age=3600\";s:7:\"expires\";s:29:\"Fri, 10 Feb 2023 05:55:57 GMT\";s:15:\"cf-cache-status\";s:7:\"DYNAMIC\";s:9:\"report-to\";s:257:\"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=%2FulBJzs%2FGriUcmBcsKQcQ%2BMqu6cSHn1lfzjKsn4JbRuiPoRELaXn1QT4nuySTT%2B7%2FEortrqvkv2cg8aXGbfSl1yzagn9vnmxs%2Fc%2B2iBktiS%2FrbEtpCUHdqPSu%2Fdv%2BA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}\";s:3:\"nel\";s:60:\"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}\";s:6:\"server\";s:10:\"cloudflare\";s:6:\"cf-ray\";s:20:\"797241699964311f-LAX\";s:7:\"alt-svc\";s:43:\"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400\";}}s:5:\"build\";s:14:\"20230209074454\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(441259, '_transient_timeout_feed_mod_c8dc84948ab55424f034a4ced348e013', '1676048158', 'no'),
(441260, '_transient_feed_mod_c8dc84948ab55424f034a4ced348e013', '1676004958', 'no'),
(441261, '_transient_timeout_owp_feed_data_4160b56c6811147b535098f09e780ee9', '1676048158', 'no'),
(441262, '_transient_owp_feed_data_4160b56c6811147b535098f09e780ee9', '<ul><li><a class=\'rsswidget\' href=\'https://oceanwp.org/blog/oceanwp-special-create-custom-ecommerce-website/?utm_source=wp-news-widget&utm_medium=wp-dash&utm_campaign=news-feed\' target=\'_blank\'>OceanWP 2023 Special Delight – Create a Custom eCommerce Website!</a><div class=\"rssSummary\">Now it’s official! It is with great happiness that we announce that your dream custom eCommerce website with OceanWP and an in-house tool is now a reality! If you’ve been...Read&hellip;</div></li><li><a class=\'rsswidget\' href=\'https://oceanwp.org/blog/oceanwp-northern-star-update-welcome-adobe-fonts/?utm_source=wp-news-widget&utm_medium=wp-dash&utm_campaign=news-feed\' target=\'_blank\'>OceanWP Northern Star Update: Welcome Adobe Fonts!</a><div class=\"rssSummary\">Throughout history, mariners have used the Northern Star aka Polaris as a reliable beacon that would guide them home. If you believe in Santa Clause, then you know this jolly...Read&hellip;</div></li><li><a class=\'rsswidget\' href=\'https://oceanwp.org/blog/oceanwp-year-2022-review-2023-plans/?utm_source=wp-news-widget&utm_medium=wp-dash&utm_campaign=news-feed\' target=\'_blank\'>OceanWP: The Year 2022 in Review</a><div class=\"rssSummary\">It’s common knowledge – here at OceanWP we don’t look back otherwise we wouldn’t be able to move forward. But, reflecting on the soon-to-be past year helps shed light on...Read&hellip;</div></li><li><a class=\'rsswidget\' href=\'https://oceanwp.org/blog/wordpress-bfcm-2022-best-deals-news-oceanwp-users/?utm_source=wp-news-widget&utm_medium=wp-dash&utm_campaign=news-feed\' target=\'_blank\'>WordPress BFCM 2022: Best Deals &amp; News for OceanWP Users</a><div class=\"rssSummary\">Holidays are coming! But, before that, Black Friday and Cyber Monday deals are in order because the only thing better than Black Friday is Black Friday every day 😉 In...Read&hellip;</div></li></ul>', 'no'),
(441296, '_transient_timeout_global_styles_oceanwp-child', '1676005659', 'no'),
(441297, '_transient_global_styles_oceanwp-child', 'body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}', 'no'),
(441298, '_transient_timeout_global_styles_svg_filters_oceanwp-child', '1676005659', 'no'),
(441299, '_transient_global_styles_svg_filters_oceanwp-child', '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-dark-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncG type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncB type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.54901960784314 0.98823529411765\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.71764705882353 0.25490196078431\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-red\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.27843137254902\" /><feFuncB type=\"table\" tableValues=\"0.5921568627451 0.27843137254902\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-midnight\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0\" /><feFuncG type=\"table\" tableValues=\"0 0.64705882352941\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-magenta-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.78039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.94901960784314\" /><feFuncB type=\"table\" tableValues=\"0.35294117647059 0.47058823529412\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-green\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.65098039215686 0.40392156862745\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.44705882352941 0.4\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-orange\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.098039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.66274509803922\" /><feFuncB type=\"table\" tableValues=\"0.84705882352941 0.41960784313725\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg>', 'no');

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

--
-- Table structure for table `wp_oxi_div_import`
--

CREATE TABLE `wp_oxi_div_import` (
  `id` mediumint(5) NOT NULL,
  `type` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `name` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `font` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_oxi_div_import`
--

INSERT INTO `wp_oxi_div_import` (`id`, `type`, `name`, `font`) VALUES
(1, 'responsive-tabs', '1', NULL),
(2, 'responsive-tabs', '2', NULL),
(3, 'responsive-tabs', '3', NULL),
(4, 'responsive-tabs', '4', NULL),
(5, 'responsive-tabs', '5', NULL),
(6, 'responsive-tabs', '6', NULL),
(7, 'responsive-tabs', '7', NULL),
(8, 'responsive-tabs', '8', NULL),
(9, 'responsive-tabs', '9', NULL),
(10, 'responsive-tabs', '10', NULL);

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

--
-- Table structure for table `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(19, 13, '_wp_attached_file', '2021/01/bg.png'),
(20, 13, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1382;s:6:\"height\";i:899;s:4:\"file\";s:14:\"2021/01/bg.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"bg-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"bg-1024x666.png\";s:5:\"width\";i:1024;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"bg-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:14:\"bg-768x500.png\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:14:\"bg-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:14:\"bg-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:14:\"bg-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:14:\"bg-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:14:\"bg-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:14:\"bg-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:14:\"bg-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:15:\"bg-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"bg-500x899.png\";s:5:\"width\";i:500;s:6:\"height\";i:899;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"bg-1000x899.png\";s:5:\"width\";i:1000;s:6:\"height\";i:899;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:14:\"bg-700x455.png\";s:5:\"width\";i:700;s:6:\"height\";i:455;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:14:\"bg-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"2\";s:8:\"quantity\";d:18;s:4:\"webp\";i:0;}}'),
(21, 14, '_wp_attached_file', '2021/01/bg-1.png'),
(22, 14, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1322;s:6:\"height\";i:563;s:4:\"file\";s:16:\"2021/01/bg-1.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bg-1-300x128.png\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"bg-1-1024x436.png\";s:5:\"width\";i:1024;s:6:\"height\";i:436;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bg-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"bg-1-768x327.png\";s:5:\"width\";i:768;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:16:\"bg-1-570x563.png\";s:5:\"width\";i:570;s:6:\"height\";i:563;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:16:\"bg-1-600x563.png\";s:5:\"width\";i:600;s:6:\"height\";i:563;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:16:\"bg-1-800x563.png\";s:5:\"width\";i:800;s:6:\"height\";i:563;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:16:\"bg-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:16:\"bg-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:16:\"bg-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:16:\"bg-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:17:\"bg-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:16:\"bg-1-500x563.png\";s:5:\"width\";i:500;s:6:\"height\";i:563;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:17:\"bg-1-1000x563.png\";s:5:\"width\";i:1000;s:6:\"height\";i:563;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:16:\"bg-1-700x298.png\";s:5:\"width\";i:700;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:16:\"bg-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"1\";s:8:\"quantity\";d:24;s:4:\"webp\";i:0;}}'),
(23, 15, '_wp_attached_file', '2021/01/bg-3.png'),
(24, 15, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1324;s:6:\"height\";i:901;s:4:\"file\";s:16:\"2021/01/bg-3.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bg-3-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"bg-3-1024x697.png\";s:5:\"width\";i:1024;s:6:\"height\";i:697;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bg-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"bg-3-768x523.png\";s:5:\"width\";i:768;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:16:\"bg-3-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:16:\"bg-3-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:16:\"bg-3-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:16:\"bg-3-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:16:\"bg-3-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:16:\"bg-3-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:16:\"bg-3-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:17:\"bg-3-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:16:\"bg-3-500x901.png\";s:5:\"width\";i:500;s:6:\"height\";i:901;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:17:\"bg-3-1000x901.png\";s:5:\"width\";i:1000;s:6:\"height\";i:901;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:16:\"bg-3-700x476.png\";s:5:\"width\";i:700;s:6:\"height\";i:476;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:16:\"bg-3-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"10\";s:8:\"quantity\";d:82;s:4:\"webp\";i:0;}}'),
(25, 16, '_wp_attached_file', '2021/01/bg-4.png'),
(26, 16, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:563;s:4:\"file\";s:16:\"2021/01/bg-4.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bg-4-300x106.png\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"bg-4-1024x360.png\";s:5:\"width\";i:1024;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bg-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"bg-4-768x270.png\";s:5:\"width\";i:768;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"bg-4-1536x540.png\";s:5:\"width\";i:1536;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:16:\"bg-4-570x563.png\";s:5:\"width\";i:570;s:6:\"height\";i:563;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:16:\"bg-4-600x563.png\";s:5:\"width\";i:600;s:6:\"height\";i:563;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:16:\"bg-4-800x563.png\";s:5:\"width\";i:800;s:6:\"height\";i:563;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:16:\"bg-4-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:16:\"bg-4-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:16:\"bg-4-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:16:\"bg-4-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:17:\"bg-4-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:16:\"bg-4-500x563.png\";s:5:\"width\";i:500;s:6:\"height\";i:563;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:17:\"bg-4-1000x563.png\";s:5:\"width\";i:1000;s:6:\"height\";i:563;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:16:\"bg-4-700x246.png\";s:5:\"width\";i:700;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:16:\"bg-4-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"0\";s:8:\"quantity\";d:22;s:4:\"webp\";i:0;}}'),
(27, 17, '_wp_attached_file', '2021/01/bg-5.png'),
(28, 17, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1331;s:6:\"height\";i:516;s:4:\"file\";s:16:\"2021/01/bg-5.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bg-5-300x116.png\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"bg-5-1024x397.png\";s:5:\"width\";i:1024;s:6:\"height\";i:397;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bg-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"bg-5-768x298.png\";s:5:\"width\";i:768;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:16:\"bg-5-570x516.png\";s:5:\"width\";i:570;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:16:\"bg-5-600x516.png\";s:5:\"width\";i:600;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:16:\"bg-5-800x516.png\";s:5:\"width\";i:800;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:16:\"bg-5-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:16:\"bg-5-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:16:\"bg-5-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:16:\"bg-5-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:17:\"bg-5-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:16:\"bg-5-500x516.png\";s:5:\"width\";i:500;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:17:\"bg-5-1000x516.png\";s:5:\"width\";i:1000;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:16:\"bg-5-700x271.png\";s:5:\"width\";i:700;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:16:\"bg-5-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"2\";s:8:\"quantity\";d:41;s:4:\"webp\";i:0;}}'),
(29, 18, '_wp_attached_file', '2021/01/bg-6.png'),
(30, 18, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1334;s:6:\"height\";i:626;s:4:\"file\";s:16:\"2021/01/bg-6.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bg-6-300x141.png\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"bg-6-1024x481.png\";s:5:\"width\";i:1024;s:6:\"height\";i:481;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bg-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"bg-6-768x360.png\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:16:\"bg-6-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:16:\"bg-6-600x626.png\";s:5:\"width\";i:600;s:6:\"height\";i:626;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:16:\"bg-6-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:16:\"bg-6-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:16:\"bg-6-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:16:\"bg-6-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:16:\"bg-6-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:17:\"bg-6-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:16:\"bg-6-500x626.png\";s:5:\"width\";i:500;s:6:\"height\";i:626;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:17:\"bg-6-1000x626.png\";s:5:\"width\";i:1000;s:6:\"height\";i:626;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:16:\"bg-6-700x328.png\";s:5:\"width\";i:700;s:6:\"height\";i:328;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:16:\"bg-6-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"3\";s:8:\"quantity\";d:35;s:4:\"webp\";i:0;}}'),
(31, 19, '_wp_attached_file', '2021/01/footer-bg.png'),
(32, 19, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:719;s:4:\"file\";s:21:\"2021/01/footer-bg.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"footer-bg-300x135.png\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"footer-bg-1024x460.png\";s:5:\"width\";i:1024;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"footer-bg-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:21:\"footer-bg-768x345.png\";s:5:\"width\";i:768;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"footer-bg-1536x690.png\";s:5:\"width\";i:1536;s:6:\"height\";i:690;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:21:\"footer-bg-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:21:\"footer-bg-600x719.png\";s:5:\"width\";i:600;s:6:\"height\";i:719;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:21:\"footer-bg-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:21:\"footer-bg-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:21:\"footer-bg-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:21:\"footer-bg-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:21:\"footer-bg-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:22:\"footer-bg-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:21:\"footer-bg-500x719.png\";s:5:\"width\";i:500;s:6:\"height\";i:719;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:22:\"footer-bg-1000x719.png\";s:5:\"width\";i:1000;s:6:\"height\";i:719;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:21:\"footer-bg-700x315.png\";s:5:\"width\";i:700;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:21:\"footer-bg-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"2\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(33, 20, '_wp_attached_file', '2021/01/footer-logo.png'),
(34, 20, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:151;s:6:\"height\";i:191;s:4:\"file\";s:23:\"2021/01/footer-logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"footer-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"11\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(35, 21, '_wp_attached_file', '2021/01/house-2.png'),
(36, 21, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1037;s:6:\"height\";i:255;s:4:\"file\";s:19:\"2021/01/house-2.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"house-2-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"house-2-1024x252.png\";s:5:\"width\";i:1024;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"house-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"house-2-768x189.png\";s:5:\"width\";i:768;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:19:\"house-2-570x255.png\";s:5:\"width\";i:570;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:19:\"house-2-600x255.png\";s:5:\"width\";i:600;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:19:\"house-2-800x255.png\";s:5:\"width\";i:800;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:19:\"house-2-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:19:\"house-2-400x255.png\";s:5:\"width\";i:400;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:19:\"house-2-500x255.png\";s:5:\"width\";i:500;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:19:\"house-2-500x255.png\";s:5:\"width\";i:500;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:20:\"house-2-1000x255.png\";s:5:\"width\";i:1000;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:19:\"house-2-500x255.png\";s:5:\"width\";i:500;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:20:\"house-2-1000x255.png\";s:5:\"width\";i:1000;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:19:\"house-2-700x172.png\";s:5:\"width\";i:700;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:19:\"house-2-539x255.png\";s:5:\"width\";i:539;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"15\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(37, 22, '_wp_attached_file', '2021/01/houses.png'),
(38, 22, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:854;s:6:\"height\";i:305;s:4:\"file\";s:18:\"2021/01/houses.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"houses-300x107.png\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"houses-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:18:\"houses-768x274.png\";s:5:\"width\";i:768;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:18:\"houses-570x305.png\";s:5:\"width\";i:570;s:6:\"height\";i:305;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:18:\"houses-600x305.png\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:18:\"houses-800x305.png\";s:5:\"width\";i:800;s:6:\"height\";i:305;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:18:\"houses-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:18:\"houses-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:18:\"houses-500x305.png\";s:5:\"width\";i:500;s:6:\"height\";i:305;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:18:\"houses-500x305.png\";s:5:\"width\";i:500;s:6:\"height\";i:305;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:18:\"houses-500x305.png\";s:5:\"width\";i:500;s:6:\"height\";i:305;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:18:\"houses-700x250.png\";s:5:\"width\";i:700;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:18:\"houses-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"11\";s:8:\"quantity\";d:50;s:4:\"webp\";i:0;}}'),
(39, 23, '_wp_attached_file', '2021/01/icon-1.png'),
(40, 23, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:153;s:6:\"height\";i:153;s:4:\"file\";s:18:\"2021/01/icon-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"icon-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"1\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(41, 24, '_wp_attached_file', '2021/01/icon-2.png'),
(42, 24, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:153;s:6:\"height\";i:153;s:4:\"file\";s:18:\"2021/01/icon-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"icon-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"0\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(43, 25, '_wp_attached_file', '2021/01/icon-3.png'),
(44, 25, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:153;s:6:\"height\";i:153;s:4:\"file\";s:18:\"2021/01/icon-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"icon-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"1\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(45, 26, '_wp_attached_file', '2021/01/icon-4.png'),
(46, 26, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:153;s:6:\"height\";i:153;s:4:\"file\";s:18:\"2021/01/icon-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"icon-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"1\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(47, 27, '_wp_attached_file', '2021/01/icon-5.png'),
(48, 27, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:110;s:6:\"height\";i:109;s:4:\"file\";s:18:\"2021/01/icon-5.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"0\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(49, 28, '_wp_attached_file', '2021/01/icon-6.png'),
(50, 28, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:119;s:6:\"height\";i:109;s:4:\"file\";s:18:\"2021/01/icon-6.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"0\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(51, 29, '_wp_attached_file', '2021/01/icon-image-1.png'),
(52, 29, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:270;s:6:\"height\";i:172;s:4:\"file\";s:24:\"2021/01/icon-image-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"icon-image-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"10\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(53, 30, '_wp_attached_file', '2021/01/icon-image-2.png'),
(54, 30, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:270;s:6:\"height\";i:172;s:4:\"file\";s:24:\"2021/01/icon-image-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"icon-image-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"4\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(55, 31, '_wp_attached_file', '2021/01/icon-image-3.png'),
(56, 31, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:270;s:6:\"height\";i:172;s:4:\"file\";s:24:\"2021/01/icon-image-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"icon-image-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"4\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(57, 32, '_wp_attached_file', '2021/01/iso.png'),
(58, 32, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:239;s:6:\"height\";i:209;s:4:\"file\";s:15:\"2021/01/iso.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"iso-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:15:\"iso-239x198.png\";s:5:\"width\";i:239;s:6:\"height\";i:198;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"31\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(59, 33, '_wp_attached_file', '2021/01/jis.png'),
(60, 33, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:65;s:6:\"height\";i:48;s:4:\"file\";s:15:\"2021/01/jis.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"0\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(61, 34, '_wp_attached_file', '2021/01/kulud.png'),
(62, 34, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:117;s:6:\"height\";i:73;s:4:\"file\";s:17:\"2021/01/kulud.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"0\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(63, 35, '_wp_attached_file', '2021/01/label.png'),
(64, 35, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1209;s:6:\"height\";i:57;s:4:\"file\";s:17:\"2021/01/label.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"label-300x14.png\";s:5:\"width\";i:300;s:6:\"height\";i:14;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"label-1024x48.png\";s:5:\"width\";i:1024;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"label-150x57.png\";s:5:\"width\";i:150;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"label-768x36.png\";s:5:\"width\";i:768;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:16:\"label-570x57.png\";s:5:\"width\";i:570;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:16:\"label-600x57.png\";s:5:\"width\";i:600;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:16:\"label-800x57.png\";s:5:\"width\";i:800;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:16:\"label-345x57.png\";s:5:\"width\";i:345;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:16:\"label-400x57.png\";s:5:\"width\";i:400;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:16:\"label-500x57.png\";s:5:\"width\";i:500;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:16:\"label-500x57.png\";s:5:\"width\";i:500;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:17:\"label-1000x57.png\";s:5:\"width\";i:1000;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:16:\"label-500x57.png\";s:5:\"width\";i:500;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:17:\"label-1000x57.png\";s:5:\"width\";i:1000;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:16:\"label-700x33.png\";s:5:\"width\";i:700;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:16:\"label-539x57.png\";s:5:\"width\";i:539;s:6:\"height\";i:57;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"8\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(65, 36, '_wp_attached_file', '2021/01/line.png'),
(66, 36, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:469;s:6:\"height\";i:71;s:4:\"file\";s:16:\"2021/01/line.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"line-300x45.png\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"line-150x71.png\";s:5:\"width\";i:150;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:15:\"line-345x71.png\";s:5:\"width\";i:345;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:15:\"line-400x71.png\";s:5:\"width\";i:400;s:6:\"height\";i:71;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"65\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(67, 37, '_wp_attached_file', '2021/01/logo.png'),
(68, 37, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:435;s:6:\"height\";i:85;s:4:\"file\";s:16:\"2021/01/logo.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"logo-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"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:16:\"logo-768x150.png\";s:5:\"width\";i:768;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:18:\"logo-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:18:\"logo-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:14:\"logo-20x20.png\";s:5:\"width\";i:20;s:6:\"height\";i:20;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"8\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(69, 38, '_wp_attached_file', '2021/01/logo-banner.png'),
(70, 38, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:474;s:6:\"height\";i:507;s:4:\"file\";s:23:\"2021/01/logo-banner.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"logo-banner-280x300.png\";s:5:\"width\";i:280;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"logo-banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:23:\"logo-banner-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:23:\"logo-banner-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:23:\"logo-banner-474x380.png\";s:5:\"width\";i:474;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:23:\"logo-banner-474x500.png\";s:5:\"width\";i:474;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"logo-banner-474x500.png\";s:5:\"width\";i:474;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:23:\"logo-banner-474x303.png\";s:5:\"width\";i:474;s:6:\"height\";i:303;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"7\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(71, 39, '_wp_attached_file', '2021/01/marker.png'),
(72, 39, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:64;s:6:\"height\";i:75;s:4:\"file\";s:18:\"2021/01/marker.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"0\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(73, 40, '_wp_attached_file', '2021/01/qd.png'),
(74, 40, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:163;s:6:\"height\";i:75;s:4:\"file\";s:14:\"2021/01/qd.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"qd-150x75.png\";s:5:\"width\";i:150;s:6:\"height\";i:75;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"39\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(75, 41, '_wp_attached_file', '2021/01/Untitled-1.png'),
(76, 41, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1326;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2021/01/Untitled-1.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-1-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Untitled-1-1024x695.png\";s:5:\"width\";i:1024;s:6:\"height\";i:695;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Untitled-1-768x521.png\";s:5:\"width\";i:768;s:6:\"height\";i:521;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"Untitled-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"Untitled-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"Untitled-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"Untitled-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"Untitled-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"Untitled-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"Untitled-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"Untitled-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:22:\"Untitled-1-500x900.png\";s:5:\"width\";i:500;s:6:\"height\";i:900;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:23:\"Untitled-1-1000x900.png\";s:5:\"width\";i:1000;s:6:\"height\";i:900;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:22:\"Untitled-1-700x475.png\";s:5:\"width\";i:700;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"Untitled-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"13\";s:8:\"quantity\";d:18;s:4:\"webp\";i:0;}}'),
(84, 50, '_wp_attached_file', '2021/01/what-we-do-bg.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(85, 50, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1324;s:6:\"height\";i:896;s:4:\"file\";s:25:\"2021/01/what-we-do-bg.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"what-we-do-bg-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"what-we-do-bg-1024x693.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:693;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"what-we-do-bg-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:25:\"what-we-do-bg-768x520.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:25:\"what-we-do-bg-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:25:\"what-we-do-bg-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:25:\"what-we-do-bg-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:25:\"what-we-do-bg-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:25:\"what-we-do-bg-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:25:\"what-we-do-bg-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:25:\"what-we-do-bg-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:26:\"what-we-do-bg-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:25:\"what-we-do-bg-500x896.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:896;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:26:\"what-we-do-bg-1000x896.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:896;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:25:\"what-we-do-bg-700x474.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:25:\"what-we-do-bg-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"1\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(101, 71, '_wp_attached_file', '2021/01/aegis_advantage_res.jpg'),
(102, 71, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:708;s:6:\"height\";i:736;s:4:\"file\";s:31:\"2021/01/aegis_advantage_res.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"aegis_advantage_res-289x300.jpg\";s:5:\"width\";i:289;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"aegis_advantage_res-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:31:\"aegis_advantage_res-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:31:\"aegis_advantage_res-600x736.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:31:\"aegis_advantage_res-708x600.jpg\";s:5:\"width\";i:708;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:31:\"aegis_advantage_res-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:31:\"aegis_advantage_res-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:31:\"aegis_advantage_res-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:31:\"aegis_advantage_res-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"aegis_advantage_res-708x500.jpg\";s:5:\"width\";i:708;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"aegis_advantage_res-500x736.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:31:\"aegis_advantage_res-700x728.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:31:\"aegis_advantage_res-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"14\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}}'),
(112, 77, '_wp_attached_file', '2021/01/logo-2.png'),
(113, 77, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:432;s:6:\"height\";i:84;s:4:\"file\";s:18:\"2021/01/logo-2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo-2-300x58.png\";s:5:\"width\";i:300;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo-2-150x84.png\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:17:\"logo-2-345x84.png\";s:5:\"width\";i:345;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:17:\"logo-2-400x84.png\";s:5:\"width\";i:400;s:6:\"height\";i:84;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"2\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:1:{s:17:\"WaitingProcessing\";b:1;}}'),
(132, 87, '_wp_attached_file', '2021/01/h-5.png'),
(133, 87, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:153;s:6:\"height\";i:149;s:4:\"file\";s:15:\"2021/01/h-5.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"h-5-150x149.png\";s:5:\"width\";i:150;s:6:\"height\";i:149;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"0\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:1:{s:17:\"WaitingProcessing\";b:1;}}'),
(194, 118, '_wp_attached_file', '2021/01/footer-bg-1.png'),
(195, 118, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:1600;s:6:\"height\";i:719;s:4:\"file\";s:23:\"2021/01/footer-bg-1.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"footer-bg-1-300x135.png\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"footer-bg-1-1024x460.png\";s:5:\"width\";i:1024;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"footer-bg-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"footer-bg-1-768x345.png\";s:5:\"width\";i:768;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"footer-bg-1-1536x690.png\";s:5:\"width\";i:1536;s:6:\"height\";i:690;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:23:\"footer-bg-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:23:\"footer-bg-1-600x719.png\";s:5:\"width\";i:600;s:6:\"height\";i:719;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:23:\"footer-bg-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:23:\"footer-bg-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:23:\"footer-bg-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:23:\"footer-bg-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:23:\"footer-bg-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:24:\"footer-bg-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:23:\"footer-bg-1-500x719.png\";s:5:\"width\";i:500;s:6:\"height\";i:719;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:24:\"footer-bg-1-1000x719.png\";s:5:\"width\";i:1000;s:6:\"height\";i:719;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:23:\"footer-bg-1-700x315.png\";s:5:\"width\";i:700;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:23:\"footer-bg-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"2\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:1:{s:17:\"WaitingProcessing\";b:1;}}'),
(196, 119, '_wp_attached_file', '2021/01/Untitled-1.jpg'),
(197, 119, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1326;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2021/01/Untitled-1.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-1-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Untitled-1-1024x695.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:695;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-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:22:\"Untitled-1-768x521.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"Untitled-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"Untitled-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"Untitled-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"Untitled-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"Untitled-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"Untitled-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"Untitled-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"Untitled-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:22:\"Untitled-1-500x900.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:23:\"Untitled-1-1000x900.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:22:\"Untitled-1-700x475.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"Untitled-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"2\";s:8:\"quantity\";d:94;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-11-28 05:58:07\";s:9:\"thumbsOpt\";i:16;s:13:\"thumbsOptList\";a:16:{i:0;s:22:\"Untitled-1-300x204.jpg\";i:1;s:23:\"Untitled-1-1024x695.jpg\";i:2;s:22:\"Untitled-1-150x150.jpg\";i:3;s:22:\"Untitled-1-768x521.jpg\";i:4;s:22:\"Untitled-1-570x570.jpg\";i:5;s:22:\"Untitled-1-600x800.jpg\";i:6;s:22:\"Untitled-1-800x600.jpg\";i:7;s:22:\"Untitled-1-345x198.jpg\";i:8;s:22:\"Untitled-1-400x260.jpg\";i:9;s:22:\"Untitled-1-500x380.jpg\";i:10;s:22:\"Untitled-1-500x500.jpg\";i:11;s:23:\"Untitled-1-1000x500.jpg\";i:12;s:22:\"Untitled-1-500x900.jpg\";i:13;s:23:\"Untitled-1-1000x900.jpg\";i:14;s:22:\"Untitled-1-700x475.jpg\";i:15;s:22:\"Untitled-1-539x303.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:4:\"36.4\";}'),
(344, 239, '_wp_attached_file', '2021/01/BrushScriptStd.otf'),
(357, 250, '_wp_attached_file', '2021/01/aegis_advantage.jpg'),
(358, 250, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:931;s:6:\"height\";i:657;s:4:\"file\";s:27:\"2021/01/aegis_advantage.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"aegis_advantage-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"aegis_advantage-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:\"aegis_advantage-768x542.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"aegis_advantage-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"aegis_advantage-600x657.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:657;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"aegis_advantage-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"aegis_advantage-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"aegis_advantage-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"aegis_advantage-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"aegis_advantage-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:27:\"aegis_advantage-931x500.jpg\";s:5:\"width\";i:931;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:27:\"aegis_advantage-500x657.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:657;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"aegis_advantage-700x494.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"aegis_advantage-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"7\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-10-31 08:51:08\";s:9:\"thumbsOpt\";i:14;s:13:\"thumbsOptList\";a:14:{i:0;s:27:\"aegis_advantage-300x212.jpg\";i:1;s:27:\"aegis_advantage-150x150.jpg\";i:2;s:27:\"aegis_advantage-768x542.jpg\";i:3;s:27:\"aegis_advantage-570x570.jpg\";i:4;s:27:\"aegis_advantage-600x657.jpg\";i:5;s:27:\"aegis_advantage-800x600.jpg\";i:6;s:27:\"aegis_advantage-345x198.jpg\";i:7;s:27:\"aegis_advantage-400x260.jpg\";i:8;s:27:\"aegis_advantage-500x380.jpg\";i:9;s:27:\"aegis_advantage-500x500.jpg\";i:10;s:27:\"aegis_advantage-931x500.jpg\";i:11;s:27:\"aegis_advantage-500x657.jpg\";i:12;s:27:\"aegis_advantage-700x494.jpg\";i:13;s:27:\"aegis_advantage-539x303.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"45.19\";}'),
(451, 296, '_wp_attached_file', '2021/01/bg-6-1.png'),
(452, 296, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1334;s:6:\"height\";i:626;s:4:\"file\";s:18:\"2021/01/bg-6-1.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"bg-6-1-300x141.png\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"bg-6-1-1024x481.png\";s:5:\"width\";i:1024;s:6:\"height\";i:481;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"bg-6-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"bg-6-1-768x360.png\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:18:\"bg-6-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:18:\"bg-6-1-600x626.png\";s:5:\"width\";i:600;s:6:\"height\";i:626;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:18:\"bg-6-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:18:\"bg-6-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:18:\"bg-6-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:18:\"bg-6-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:18:\"bg-6-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:19:\"bg-6-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:18:\"bg-6-1-500x626.png\";s:5:\"width\";i:500;s:6:\"height\";i:626;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:19:\"bg-6-1-1000x626.png\";s:5:\"width\";i:1000;s:6:\"height\";i:626;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:18:\"bg-6-1-700x328.png\";s:5:\"width\";i:700;s:6:\"height\";i:328;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:18:\"bg-6-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"2\";s:8:\"quantity\";d:29;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-10-31 08:50:50\";s:9:\"thumbsOpt\";i:16;s:13:\"thumbsOptList\";a:16:{i:0;s:18:\"bg-6-1-300x141.png\";i:1;s:19:\"bg-6-1-1024x481.png\";i:2;s:18:\"bg-6-1-150x150.png\";i:3;s:18:\"bg-6-1-768x360.png\";i:4;s:18:\"bg-6-1-570x570.png\";i:5;s:18:\"bg-6-1-600x626.png\";i:6;s:18:\"bg-6-1-800x600.png\";i:7;s:18:\"bg-6-1-345x198.png\";i:8;s:18:\"bg-6-1-400x260.png\";i:9;s:18:\"bg-6-1-500x380.png\";i:10;s:18:\"bg-6-1-500x500.png\";i:11;s:19:\"bg-6-1-1000x500.png\";i:12;s:18:\"bg-6-1-500x626.png\";i:13;s:19:\"bg-6-1-1000x626.png\";i:14;s:18:\"bg-6-1-700x328.png\";i:15;s:18:\"bg-6-1-539x303.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"71.35\";}'),
(568, 352, '_wp_attached_file', '2021/01/footer-logo-1.png'),
(569, 352, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:151;s:6:\"height\";i:191;s:4:\"file\";s:25:\"2021/01/footer-logo-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"footer-logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"0\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-10-31 08:50:27\";s:9:\"thumbsOpt\";i:1;s:13:\"thumbsOptList\";a:1:{i:0;s:25:\"footer-logo-1-150x150.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"16.47\";}'),
(587, 363, '_wp_attached_file', '2021/01/top-footer.png'),
(588, 363, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1600;s:6:\"height\";i:202;s:4:\"file\";s:22:\"2021/01/top-footer.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"top-footer-300x38.png\";s:5:\"width\";i:300;s:6:\"height\";i:38;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"top-footer-1024x129.png\";s:5:\"width\";i:1024;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"top-footer-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:21:\"top-footer-768x97.png\";s:5:\"width\";i:768;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"top-footer-1536x194.png\";s:5:\"width\";i:1536;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"top-footer-570x202.png\";s:5:\"width\";i:570;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"top-footer-600x202.png\";s:5:\"width\";i:600;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"top-footer-800x202.png\";s:5:\"width\";i:800;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"top-footer-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"top-footer-400x202.png\";s:5:\"width\";i:400;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"top-footer-500x202.png\";s:5:\"width\";i:500;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"top-footer-500x202.png\";s:5:\"width\";i:500;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"top-footer-1000x202.png\";s:5:\"width\";i:1000;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:22:\"top-footer-500x202.png\";s:5:\"width\";i:500;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:23:\"top-footer-1000x202.png\";s:5:\"width\";i:1000;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:21:\"top-footer-700x88.png\";s:5:\"width\";i:700;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"top-footer-539x202.png\";s:5:\"width\";i:539;s:6:\"height\";i:202;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"10\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-10-31 08:50:17\";s:9:\"thumbsOpt\";i:14;s:13:\"thumbsOptList\";a:14:{i:0;s:21:\"top-footer-300x38.png\";i:1;s:23:\"top-footer-1024x129.png\";i:2;s:22:\"top-footer-150x150.png\";i:3;s:21:\"top-footer-768x97.png\";i:4;s:23:\"top-footer-1536x194.png\";i:5;s:22:\"top-footer-570x202.png\";i:6;s:22:\"top-footer-600x202.png\";i:7;s:22:\"top-footer-800x202.png\";i:8;s:22:\"top-footer-345x198.png\";i:9;s:22:\"top-footer-400x202.png\";i:10;s:22:\"top-footer-500x202.png\";i:11;s:23:\"top-footer-1000x202.png\";i:12;s:21:\"top-footer-700x88.png\";i:13;s:22:\"top-footer-539x202.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"77.24\";}'),
(622, 381, '_wp_attached_file', '2021/01/IMC.jpg'),
(623, 381, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:95;s:6:\"height\";i:59;s:4:\"file\";s:15:\"2021/01/IMC.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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"-6\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-10-31 08:49:58\";s:9:\"thumbsOpt\";i:0;s:13:\"thumbsOptList\";a:0:{}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"28.71\";}'),
(791, 609, '_yoast_wpseo_content_score', '30'),
(792, 609, '_thumbnail_id', '4899'),
(793, 609, '_wp_page_template', 'default'),
(794, 609, '_wp_old_date', '2020-08-19'),
(795, 611, '_thumbnail_id', '4899'),
(796, 611, '_yoast_wpseo_content_score', '30'),
(797, 611, '_wp_page_template', 'default'),
(798, 611, '_wp_old_date', '2020-08-19'),
(799, 614, '_thumbnail_id', '4899'),
(800, 614, '_yoast_wpseo_content_score', '30'),
(801, 614, '_wp_page_template', 'default'),
(802, 614, '_wp_old_date', '2020-08-19'),
(803, 625, '_thumbnail_id', '4899'),
(804, 625, '_yoast_wpseo_content_score', '30'),
(805, 625, '_wp_page_template', 'default'),
(806, 625, '_wp_old_date', '2020-08-19'),
(807, 630, '_thumbnail_id', '4899'),
(808, 630, '_yoast_wpseo_content_score', '60'),
(809, 630, '_wp_page_template', 'default'),
(810, 630, '_wp_old_date', '2020-08-19'),
(811, 632, '_thumbnail_id', '4899'),
(812, 632, '_yoast_wpseo_content_score', '30'),
(813, 632, '_wp_page_template', 'default'),
(814, 632, '_wp_old_date', '2020-08-19'),
(815, 636, '_thumbnail_id', '7513'),
(816, 636, '_yoast_wpseo_content_score', '30'),
(817, 636, '_wp_page_template', 'default'),
(818, 636, '_wp_old_date', '2020-08-19'),
(819, 639, '_thumbnail_id', '4899'),
(820, 639, '_yoast_wpseo_content_score', '30'),
(821, 639, '_wp_page_template', 'default'),
(822, 639, '_wp_old_date', '2020-08-19'),
(823, 647, '_thumbnail_id', '395'),
(824, 647, '_yoast_wpseo_content_score', '30'),
(825, 647, '_wp_page_template', 'default'),
(826, 647, '_wp_old_date', '2020-08-22'),
(827, 652, '_thumbnail_id', '395'),
(828, 652, '_yoast_wpseo_content_score', '30'),
(829, 652, '_wp_page_template', 'default'),
(830, 652, '_wp_old_date', '2020-08-22'),
(831, 652, '_wp_old_date', '2018-02-15'),
(832, 657, '_thumbnail_id', '395'),
(833, 657, '_yoast_wpseo_content_score', '30'),
(834, 657, '_wp_page_template', 'default'),
(835, 657, '_wp_old_date', '2020-08-22'),
(836, 665, '_thumbnail_id', '395'),
(837, 665, '_yoast_wpseo_content_score', '30'),
(838, 665, '_wp_page_template', 'default'),
(839, 665, '_wp_old_date', '2020-08-22'),
(840, 668, '_thumbnail_id', '395'),
(841, 668, '_yoast_wpseo_content_score', '30'),
(842, 668, '_wp_page_template', 'default'),
(843, 668, '_wp_old_date', '2020-08-22'),
(844, 671, '_thumbnail_id', '395'),
(845, 671, '_yoast_wpseo_content_score', '30'),
(846, 671, '_wp_page_template', 'default'),
(847, 671, '_wp_old_date', '2020-08-22'),
(848, 677, '_thumbnail_id', '395'),
(849, 677, '_yoast_wpseo_content_score', '30'),
(850, 677, '_wp_page_template', 'default'),
(851, 677, '_wp_old_date', '2020-08-22'),
(852, 681, '_thumbnail_id', '395'),
(853, 681, '_yoast_wpseo_content_score', '30'),
(854, 681, '_wp_page_template', 'default'),
(855, 681, '_wp_old_date', '2020-08-23'),
(856, 686, '_thumbnail_id', '395'),
(857, 686, '_yoast_wpseo_content_score', '60'),
(858, 686, '_wp_page_template', 'default'),
(859, 686, '_wp_old_date', '2020-08-23'),
(860, 689, '_thumbnail_id', '395'),
(861, 689, '_yoast_wpseo_content_score', '30'),
(862, 689, '_wp_page_template', 'default'),
(863, 689, '_wp_old_date', '2020-08-23'),
(864, 692, '_thumbnail_id', '395'),
(865, 692, '_yoast_wpseo_content_score', '30'),
(866, 692, '_wp_page_template', 'default'),
(867, 692, '_wp_old_date', '2020-08-23'),
(868, 694, '_thumbnail_id', '395'),
(869, 694, '_yoast_wpseo_content_score', '30'),
(870, 694, '_wp_page_template', 'default'),
(871, 694, '_wp_old_date', '2020-08-23'),
(872, 695, 'rank_math_seo_score', '11'),
(873, 695, '_edit_last', '1'),
(874, 695, 'rank_math_internal_links_processed', '1'),
(875, 695, '_thumbnail_id', '6187'),
(876, 695, '_yoast_wpseo_content_score', '30'),
(877, 695, '_wp_page_template', 'default'),
(878, 695, '_wp_old_date', '2020-05-17'),
(879, 519, '_thumbnail_id', '4899'),
(880, 519, '_edit_last', '1'),
(881, 519, '_yoast_wpseo_content_score', '90'),
(882, 519, '_wp_page_template', 'default'),
(883, 519, '_wp_old_date', '2020-08-03'),
(884, 519, '_wp_old_slug', 'how-to-achieve-management-buy-in-for-iso-31000__trashed'),
(885, 562, '_thumbnail_id', '4899'),
(886, 562, '_yoast_wpseo_content_score', '60'),
(887, 562, '_wp_page_template', 'default'),
(888, 562, '_wp_old_date', '2020-08-16'),
(889, 579, '_thumbnail_id', '4899'),
(890, 579, '_yoast_wpseo_content_score', '30'),
(891, 579, '_wp_page_template', 'default'),
(892, 579, '_wp_old_date', '2020-08-16'),
(893, 591, '_thumbnail_id', '4899'),
(894, 591, '_yoast_wpseo_content_score', '30'),
(895, 591, '_wp_page_template', 'default'),
(896, 591, '_wp_old_date', '2020-08-19'),
(897, 602, '_thumbnail_id', '4899'),
(898, 602, '_yoast_wpseo_content_score', '30'),
(899, 602, '_wp_page_template', 'default'),
(900, 602, '_wp_old_date', '2020-08-19'),
(901, 605, '_thumbnail_id', '4899'),
(902, 605, '_yoast_wpseo_content_score', '30'),
(903, 605, '_wp_page_template', 'default'),
(904, 605, '_wp_old_date', '2020-08-19'),
(905, 1512, '_edit_last', '1'),
(906, 1512, '_wp_page_template', 'default'),
(907, 1512, '_yoast_wpseo_content_score', '60'),
(908, 1512, '_yoast_wpseo_primary_category', '9'),
(909, 1512, '_thumbnail_id', '9951'),
(940, 1512, '_qode-like', '0'),
(941, 695, '_qode-like', '0'),
(942, 519, '_qode-like', '0'),
(943, 579, '_qode-like', '0'),
(946, 1512, '_edit_lock', '1632382188:1'),
(951, 695, '_edit_lock', '1628835708:1'),
(953, 1512, 'slide_template', 'default'),
(954, 1512, 'rs_page_bg_color', '#ffffff'),
(955, 1512, 'qode_page_background_image_fixed', 'yes'),
(956, 1512, 'qode_hide-featured-image', 'no'),
(957, 1512, 'qode_post_style_masonry_date_image', 'full'),
(958, 519, '_edit_lock', '1629116987:1'),
(959, 1512, 'qode_post_style_masonry_gallery', 'default'),
(960, 1512, 'qode_show-sidebar', 'default'),
(961, 1512, 'gallery_type', 'slider'),
(962, 1512, 'video_format_choose', 'youtube'),
(963, 579, '_edit_lock', '1628835556:1'),
(965, 579, '_edit_last', '1'),
(967, 579, 'slide_template', 'default'),
(968, 579, 'rs_page_bg_color', '#ffffff'),
(969, 579, 'qode_page_background_image_fixed', 'yes'),
(970, 579, 'qode_hide-featured-image', 'no'),
(971, 579, 'qode_post_style_masonry_date_image', 'full'),
(972, 579, 'qode_post_style_masonry_gallery', 'default'),
(973, 579, 'qode_show-sidebar', 'default'),
(974, 579, 'gallery_type', 'slider'),
(975, 579, 'video_format_choose', 'youtube'),
(977, 519, 'slide_template', 'default'),
(978, 519, 'rs_page_bg_color', '#ffffff'),
(979, 519, 'qode_page_background_image_fixed', 'yes'),
(980, 519, 'qode_hide-featured-image', 'no'),
(981, 519, 'qode_post_style_masonry_date_image', 'full'),
(982, 519, 'qode_post_style_masonry_gallery', 'default'),
(983, 519, 'qode_show-sidebar', 'default'),
(984, 519, 'gallery_type', 'slider'),
(985, 519, 'video_format_choose', 'youtube'),
(989, 695, 'slide_template', 'default'),
(990, 695, 'rs_page_bg_color', '#ffffff'),
(991, 695, 'qode_page_background_image_fixed', 'yes'),
(992, 695, 'qode_hide-featured-image', 'no'),
(993, 695, 'qode_post_style_masonry_date_image', 'full'),
(994, 695, 'qode_post_style_masonry_gallery', 'default'),
(995, 695, 'qode_show-sidebar', 'default'),
(996, 695, 'gallery_type', 'slider'),
(997, 695, 'video_format_choose', 'youtube'),
(998, 562, '_edit_lock', '1640779681:1'),
(999, 562, '_edit_last', '1'),
(1001, 562, 'slide_template', 'default'),
(1002, 562, 'rs_page_bg_color', '#ffffff'),
(1003, 562, 'qode_page_background_image_fixed', 'yes'),
(1004, 562, 'qode_hide-featured-image', 'no'),
(1005, 562, 'qode_post_style_masonry_date_image', 'full'),
(1006, 562, 'qode_post_style_masonry_gallery', 'default'),
(1007, 562, 'qode_show-sidebar', 'default'),
(1008, 562, 'gallery_type', 'slider'),
(1009, 562, 'video_format_choose', 'youtube'),
(1016, 1539, '_edit_last', '1'),
(1017, 1539, '_edit_lock', '1635863983:1'),
(1018, 1539, '_wp_page_template', 'custom-full_screen.php'),
(1019, 1539, 'slide_template', 'default'),
(1020, 1539, 'rs_page_bg_color', '#ffffff'),
(1021, 1539, '_wpb_vc_js_status', 'true'),
(1022, 1539, 'qode_page_background_image_fixed', 'yes'),
(1023, 1539, 'qode_show-sidebar', 'default'),
(1025, 1542, '_elementor_edit_mode', 'builder'),
(1026, 1542, '_elementor_template_type', 'kit'),
(1027, 1542, '_elementor_version', '3.0.16'),
(1028, 1539, '_elementor_template_type', 'wp-page'),
(1083, 602, '_qode-like', '0'),
(1104, 1581, '_wp_attached_file', '2021/01/faq-banner.jpg'),
(1105, 1581, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1320;s:6:\"height\";i:546;s:4:\"file\";s:22:\"2021/01/faq-banner.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"faq-banner-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"faq-banner-1024x424.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"faq-banner-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:22:\"faq-banner-768x318.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"faq-banner-570x546.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"faq-banner-600x546.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"faq-banner-800x546.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"faq-banner-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"faq-banner-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"faq-banner-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"faq-banner-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"faq-banner-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:22:\"faq-banner-500x546.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:23:\"faq-banner-1000x546.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:22:\"faq-banner-700x290.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"faq-banner-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"-3\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-10-31 08:49:49\";s:9:\"thumbsOpt\";i:16;s:13:\"thumbsOptList\";a:16:{i:0;s:22:\"faq-banner-300x124.jpg\";i:1;s:23:\"faq-banner-1024x424.jpg\";i:2;s:22:\"faq-banner-150x150.jpg\";i:3;s:22:\"faq-banner-768x318.jpg\";i:4;s:22:\"faq-banner-570x546.jpg\";i:5;s:22:\"faq-banner-600x546.jpg\";i:6;s:22:\"faq-banner-800x546.jpg\";i:7;s:22:\"faq-banner-345x198.jpg\";i:8;s:22:\"faq-banner-400x260.jpg\";i:9;s:22:\"faq-banner-500x380.jpg\";i:10;s:22:\"faq-banner-500x500.jpg\";i:11;s:23:\"faq-banner-1000x500.jpg\";i:12;s:22:\"faq-banner-500x546.jpg\";i:13;s:23:\"faq-banner-1000x546.jpg\";i:14;s:22:\"faq-banner-700x290.jpg\";i:15;s:22:\"faq-banner-539x303.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"25.97\";}'),
(1270, 591, '_qode-like', '0'),
(1667, 1539, 'qode_enable_content_top_margin', 'no'),
(1683, 1539, '_elementor_version', '3.1.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1694, 1539, '_elementor_data', '[{\"id\":\"1b5c437\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/02\\/new-bg.jpg\",\"id\":5970},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"vertical-scrolling\",\"_element_id\":\"section0\",\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#DE8D8D\"},\"elements\":[{\"id\":\"1093b16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"2626117\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span class=\\\"grey\\\">Achieve<\\/span> Top ISO Certification In Qatar\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45d653f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"65944da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"geta-quote-form\"},\"elements\":[{\"id\":\"a728964\",\"elType\":\"widget\",\"settings\":{\"ekit_contact_form7\":\"3598\",\"ekit_contact_form_input_style_background_background\":\"classic\",\"ekit_contact_form_input_style_background_color\":\"#FFFFFF\",\"ekit_contact_form_input_typography_typography\":\"custom\",\"ekit_contact_form_input_typography_font_family\":\"Bebas Neue\",\"ekit_contact_form_input_typography_font_weight\":\"normal\",\"ekit_contact_form_input_placeholder_font_color\":\"#7C7A7A\"},\"elements\":[],\"widgetType\":\"elementskit-contact-form7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e226e15\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/what-we-do-bg.jpg\",\"id\":50},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"css_classes\":\"vertical-scrolling\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section1\",\"column_position\":\"top\",\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b0fba8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6591a8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"053203e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"645fe94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"58badc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8b5a716\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4962e53\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56e9072\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d549ed9\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"05babb6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"467c944\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"center\"},\"elements\":[{\"id\":\"63cf63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Aegis Services\",\"header_size\":\"h6\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"},\"align_mobile\":\"center\",\"align_tablet\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b4eb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE DO\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4b44889\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"align_mobile\":\"center\",\"_css_classes\":\"h2title\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4d58b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Founded in 2012, Aegis Services L.L.C is an independent management and ISO consultant, working relentlessly to provide excellent consultancy services to various industries in Qatar. Since inception, we have paved our way to becoming a leading cons... <a href=\\\"https:\\/\\/aegis.qa\\/contact-us\\/\\\">Contact us today<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"align_mobile\":\"center\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01a4d4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ebf0580\",\"button_background_hover_color\":\"globals\\/colors?id=ebf0580\",\"button_text_color\":\"globals\\/colors?id=aed3438\",\"hover_color\":\"globals\\/colors?id=aed3438\"},\"_css_classes\":\"buttonCustom\",\"align_mobile\":\"center\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"d874bac\",\"elType\":\"widget\",\"settings\":{\"text\":\"Brochure Download\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"button_background_hover_color\":\"\",\"button_text_color\":\"\",\"hover_color\":\"\"},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#191C3D\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#191C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"buttonCustom2\",\"align_mobile\":\"center\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5af9343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":100,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6e86c0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"ISO 14001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-14001-environment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5520729\"},{\"text\":\"ISO 45001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-45001-health-and-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0c2af78\"},{\"text\":\"ISO 22000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22000-food-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"21f830e\"},{\"text\":\"ISO 22301\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22301-business-continuity\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d6f46bc\"},{\"text\":\"ISO 31000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-31000-risk-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9122a9a\"},{\"text\":\"ISO 41001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-41001-facilities-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2cb33ed\"},{\"text\":\"ISO 27001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-27001-information-security\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9bb3704\"},{\"text\":\"ISO 50001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-50001-energy-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"e38d52a\"},{\"text\":\"SMETA\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/smeta-audit\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5051fa5\"},{\"text\":\"Environment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-14001-environment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"10d559e\"},{\"text\":\"Health and Safety\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-45001-health-and-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ee55e7f\"},{\"text\":\"Food Safety\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22000-food-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"30092ff\"},{\"text\":\"Business Continuity\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22301-business-continuity\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"69f7e53\"},{\"text\":\"Risk Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-31000-risk-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"52d211f\"},{\"text\":\"Facilities Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-41001-facilities-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6f910aa\"},{\"text\":\"Information Security\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-27001-information-security\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ba17a0\"},{\"text\":\"Energy Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-50001-energy-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"203e6fb\"},{\"text\":\"Audit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/smeta-audit\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1f50bea\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"left\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_css_classes\":\"what_we_do_list\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=7e2de60\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef19ab3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"css_classes\":\"vertical-scrolling\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section2\",\"column_position\":\"top\",\"background_color\":\"#FFFFFF\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53aaa87\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aff3b38\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"372a625\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"546ebd9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39645ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"a58de79\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3b80534\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b991d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8fc47a1\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0e5f776\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d9cb2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eff731b\",\"elType\":\"widget\",\"settings\":{\"title\":\"It\\u2019s simple, it\\u2019s easy, it\\u2019s fast\",\"header_size\":\"h6\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a4c7f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How it works\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4b44889\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"h2title\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5f81c7e\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"b8c1140\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c52be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-1.png\",\"id\":23},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fb5ba32\",\"elType\":\"widget\",\"settings\":{\"title\":\"You choose the best Aegis services\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5b38067\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"c70607e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-2.png\",\"id\":24},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f09182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pick right documents for your management system\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"cf0b2ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"520512c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-3.png\",\"id\":25},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0bdcd52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top-level quality courses & training\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9f19d7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"6de8e66\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-4.png\",\"id\":26},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40bb7f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Implementation of the high standard\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"abdb040\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"5b02a59\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/h-5.png\",\"id\":87},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a59daca\",\"elType\":\"widget\",\"settings\":{\"title\":\"You get certified and boost your revenues\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb60dd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"2519f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6c430bb\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div class=\\\"timelineBlock\\\">\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-1.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>You choose the best Aegis services<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-2.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>Pick right documents for your management system<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-3.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>Top-level quality courses & training<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-4.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>Implementation of the high standard<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/h-5.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>You get certified and boost your revenues<\\/p>\\n      <\\/div>\\n   <\\/div>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d691e42\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7acb46\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1142dc\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"button_background_hover_color\":\"\",\"button_text_color\":\"\",\"hover_color\":\"\"},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#191C3D\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#191C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"buttonCustom2\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"418c00a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"full\",\"column_position\":\"top\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/aegis_advantage.jpg\",\"id\":250},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"_element_id\":\"section4\",\"css_classes\":\"vertical-scrolling\",\"background_color\":\"#F2F2F2\"},\"elements\":[{\"id\":\"97ffaa0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1534bbe\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"9632bc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"7a762df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"81ff5ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8f4404e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c5babd9\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c35c6d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17837e2\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"68ddb57\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"eeb0782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43c2f98\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Aegis advantage\",\"title_color\":\"#181C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"h2title\",\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a442399\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/aegis_advantage_res.jpg\",\"id\":71},\"image_size\":\"full\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1740, 1539, 'ocean_sidebar', '0'),
(1741, 1539, 'ocean_second_sidebar', '0'),
(1742, 1539, 'ocean_disable_margins', 'enable'),
(1743, 1539, 'ocean_display_top_bar', 'off'),
(1744, 1539, 'ocean_display_header', 'off'),
(1745, 1539, 'ocean_center_header_left_menu', '0'),
(1746, 1539, 'ocean_custom_header_template', '0'),
(1747, 1539, 'ocean_header_custom_menu', '0'),
(1748, 1539, 'ocean_menu_typo_font_family', '0'),
(1749, 1539, 'ocean_disable_title', 'default'),
(1750, 1539, 'ocean_disable_heading', 'default'),
(1751, 1539, 'ocean_disable_breadcrumbs', 'default'),
(1752, 1539, 'ocean_display_footer_widgets', 'default'),
(1753, 1539, 'ocean_display_footer_bottom', 'default'),
(1754, 1539, 'ocean_custom_footer_template', '0'),
(1792, 1539, '_wpb_post_custom_css', '.mobileSection{\r\n  display:none !important;  \r\n}'),
(1795, 1539, 'ocean_header_style', 'full_screen'),
(1798, 1539, '_elementor_edit_mode', 'builder'),
(1958, 1542, '_edit_lock', '1655880716:1'),
(1963, 1542, '_wp_page_template', 'default'),
(1964, 1542, '_elementor_page_settings', 'a:14:{s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:62:\"Top Consultant for ISO Certification in Qatar - Aegis Services\";s:16:\"site_description\";s:0:\"\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:882;s:5:\"sizes\";a:0:{}}s:21:\"space_between_widgets\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_lg\";i:1023;s:15:\"viewport_mobile\";s:0:\"\";s:15:\"viewport_tablet\";i:1022;s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:16:\"Primary Headline\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:18:\"Secondary Headline\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:9:\"Body Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:11:\"Accent Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"94d5c37\";s:5:\"title\";s:14:\"Saved Color #5\";s:5:\"color\";s:7:\"#4054B2\";}i:1;a:3:{s:3:\"_id\";s:8:\"12242853\";s:5:\"title\";s:14:\"Saved Color #6\";s:5:\"color\";s:7:\"#23A455\";}i:2;a:3:{s:3:\"_id\";s:8:\"7899bb59\";s:5:\"title\";s:14:\"Saved Color #7\";s:5:\"color\";s:4:\"#000\";}i:3;a:3:{s:3:\"_id\";s:8:\"5cae6e02\";s:5:\"title\";s:14:\"Saved Color #8\";s:5:\"color\";s:4:\"#FFF\";}}}'),
(1965, 1542, '_elementor_data', '[]'),
(3349, 2241, '_elementor_edit_mode', 'builder'),
(3350, 2241, '_elementor_template_type', 'page'),
(3351, 2241, '_elementor_version', '3.0.16'),
(3355, 2241, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3356, 2241, '_elementor_data', '[{\"id\":\"27dc7692\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/Untitled-1.jpg\",\"id\":119},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"vertical-scrolling\",\"_element_id\":\"section0\"},\"elements\":[{\"id\":\"4609ae24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"555cd0b1\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f616ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"77f9bbe8\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>get<\\/span> Accredited<br\\/>\\nISO Certification\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"453c69cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Quote Now\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21811eb8\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fbf24c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43f48ada\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a20369b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"795a0d92\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"509d06c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5c0e296\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"26b5b242\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9eb151f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"full\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/what-we-do-bg.jpg\",\"id\":50},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"css_classes\":\"vertical-scrolling\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section2\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"247ffe5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d3da255\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a53ca6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7f6696e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Aegis Services\",\"header_size\":\"h6\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a4e0053\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE DO\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4b44889\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":66,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f3fecab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Founded in 2012, Aegis Services L.L.C is an independent management and ISO consultant, working relentlessly to provide excellent consultancy services to various industries in Qatar. Since inception, we have paved our way to becoming a leading cons... <a href=\\\"https:\\/\\/aegis.qa\\/contact-us\\/\\\">Contact us today<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1976a48a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ebf0580\",\"button_background_hover_color\":\"globals\\/colors?id=ebf0580\",\"button_text_color\":\"globals\\/colors?id=aed3438\",\"hover_color\":\"globals\\/colors?id=aed3438\"},\"_css_classes\":\"buttonCustom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1f4cfcfb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Brochure Download\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"button_background_hover_color\":\"\",\"button_text_color\":\"\",\"hover_color\":\"\"},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#191C3D\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#191C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"buttonCustom2\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4adaccb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"45ca506b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"ISO 14001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-14001-environment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5520729\"},{\"text\":\"ISO 45001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-45001-health-and-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0c2af78\"},{\"text\":\"ISO 22000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22000-food-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"21f830e\"},{\"text\":\"ISO 22301\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22301-business-continuity\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d6f46bc\"},{\"text\":\"ISO 31000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-31000-risk-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9122a9a\"},{\"text\":\"ISO 41001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-41001-facilities-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2cb33ed\"},{\"text\":\"ISO 27001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-27001-information-security\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9bb3704\"},{\"text\":\"ISO 50001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-50001-energy-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"e38d52a\"},{\"text\":\"SMETA\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/smeta-audit\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5051fa5\"},{\"text\":\"Environment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-14001-environment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"10d559e\"},{\"text\":\"Health and Safety\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-45001-health-and-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ee55e7f\"},{\"text\":\"Food Safety\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22000-food-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"30092ff\"},{\"text\":\"Business Continuity\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22301-business-continuity\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"69f7e53\"},{\"text\":\"Risk Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-31000-risk-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"52d211f\"},{\"text\":\"Facilities Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-41001-facilities-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6f910aa\"},{\"text\":\"Information Security\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-27001-information-security\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ba17a0\"},{\"text\":\"Energy Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-50001-energy-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"203e6fb\"},{\"text\":\"Audit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/smeta-audit\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1f50bea\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"left\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_css_classes\":\"what_we_do_list\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c2537ad\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"434bc65c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"393ccdd3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"529c7d84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"18afae91\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5b1e5bfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4be3222c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"7fff247a\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(3362, 2241, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:12:\"align_mobile\";i:3;s:11:\"header_size\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:5;s:27:\"typography_font_size_mobile\";i:4;s:29:\"typography_line_height_mobile\";i:3;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:5;s:5:\"align\";i:5;s:4:\"size\";i:3;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:15:{s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:5;s:22:\"typography_font_weight\";i:5;s:25:\"typography_text_transform\";i:5;s:22:\"typography_line_height\";i:5;s:25:\"typography_letter_spacing\";i:5;s:16:\"background_color\";i:4;s:29:\"button_background_hover_color\";i:4;s:13:\"border_radius\";i:5;s:27:\"typography_font_size_mobile\";i:2;s:29:\"typography_line_height_mobile\";i:2;s:32:\"typography_letter_spacing_mobile\";i:2;s:17:\"button_text_color\";i:1;s:11:\"hover_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:12:\"_css_classes\";i:2;s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:11;s:16:\"content_position\";i:4;s:5:\"align\";i:4;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_mobile\";i:4;s:23:\"content_position_mobile\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:5;s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:16:\"content_position\";i:6;s:6:\"layout\";i:2;s:6:\"height\";i:2;s:13:\"custom_height\";i:4;s:15:\"column_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:6;s:7:\"padding\";i:6;s:11:\"css_classes\";i:4;s:11:\"_element_id\";i:2;s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:2;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;s:16:\"background_color\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:3;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:4:{s:20:\"space_between_mobile\";i:2;s:17:\"icon_align_mobile\";i:2;s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:2;s:16:\"icon_color_hover\";i:2;s:16:\"icon_size_mobile\";i:2;}s:18:\"section_text_style\";a:8:{s:10:\"text_color\";i:2;s:16:\"text_color_hover\";i:2;s:11:\"text_indent\";i:3;s:26:\"icon_typography_typography\";i:3;s:27:\"icon_typography_font_family\";i:3;s:32:\"icon_typography_font_size_mobile\";i:2;s:27:\"icon_typography_font_weight\";i:3;s:25:\"icon_typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;}}}}}'),
(3419, 2255, '_edit_last', '1'),
(3420, 2255, '_edit_lock', '1655884151:1'),
(3421, 2255, '_wp_page_template', 'default'),
(3422, 2255, 'slide_template', ''),
(3423, 2255, 'rs_page_bg_color', ''),
(3424, 2255, 'ehf_target_include_locations', 'a:0:{}'),
(3425, 2255, 'ehf_target_exclude_locations', 'a:0:{}'),
(3426, 2255, 'ehf_target_user_roles', 'a:1:{i:0;s:0:\"\";}'),
(3427, 2255, 'ehf_template_type', 'custom'),
(3428, 2255, '_elementor_edit_mode', 'builder'),
(3429, 2255, '_elementor_template_type', 'wp-post'),
(3430, 2255, '_elementor_version', '3.4.4');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3439, 2255, '_elementor_data', '[{\"id\":\"abcd06e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#3C1111\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footerTop\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_mobile\":0,\"html_tag\":\"div\",\"background_image_tablet\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/07\\/light-banner.jpg\",\"id\":10729,\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/07\\/light-banner.jpg\",\"id\":10729,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"696c622\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ed3e0d9\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"html_tag\":\"div\"},\"elements\":[{\"id\":\"7ba7451\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67a59de\",\"elType\":\"widget\",\"settings\":{\"title\":\"Any questions?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff4dc9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"We have the answers\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"javascript:void(0)\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_z_index\":98,\"_css_classes\":\"any-qution-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e78cbcf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0F1125\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footerBottom\",\"hide_mobile\":\"hidden-phone\",\"hide_tablet\":\"hidden-tablet\",\"z_index_mobile\":0,\"html_tag\":\"div\",\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/footer-town.png\",\"id\":4173},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"4f3eb6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1d638f\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"layout\":\"full_width\",\"html_tag\":\"div\",\"z_index\":2,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"de87c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"2213be0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/Logo-01-without-background.png\",\"id\":6498},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"921766d\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 COPYRIGHT 2022 <a href=\\\"https:\\/\\/aegis.qa\\/\\\">AEGIS SERVICES L.L.C.<\\/a>\",\"title_color\":\"#747474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c61d5b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":20,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ee8a3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"COMPANY\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30a85c6\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#676FC8\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e476880\",\"elType\":\"widget\",\"settings\":{\"schema_support\":\"\",\"menu\":\"footer-menu\",\"layout\":\"vertical\",\"navmenu_align\":\"\",\"resp_align\":\"\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"menu_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"color_menu_item\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"dropdown\":\"none\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"bb4adaf\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c7d57d\",\"elType\":\"widget\",\"settings\":{\"title\":\"CERTIFICATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec2b777\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#676FC8\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"aed503c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"ISO 9001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"086b6c5\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso_certificates\\/iso-9001-audit\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"ISO 14001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8bca809\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso_certificates\\/iso-14001-environment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"ISO 45001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"715614a\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso_certificates\\/iso-45001-health-and-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"ISO 22000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5b48e9a\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso_certificates\\/iso-22000-food-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"ISO 27001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ff3850c\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso_certificates\\/iso-27001-information-security\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"ISO 41001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c174c80\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso_certificates\\/iso-41001-facilities-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"ISO 31000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"f5e6ca1\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso_certificates\\/iso-31000-risk-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"ISO 22301\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7d8cdc9\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso_certificates\\/iso-22301-business-continuity\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"ISO 50001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"38e7b2a\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso_certificates\\/iso-50001-energy-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"ISO 9001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d17de5f\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-9001-quality\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"left\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"certifications_list\",\"text_color_hover\":\"#427EDD\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f9164f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":24.9969999999999998863131622783839702606201171875,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"1917f6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f16f682\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#676FC8\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d95de43\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Address: Office no. 10, Level 15, Commercial Bank Plaza, Majlis Al Taawon St, West Bay, 27111, Doha, Qatar\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"086b6c5\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"left\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#FFFFFF\",\"_css_classes\":\"add_info_list\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"500156e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tel: +974-4466-2120\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5ff5a95\",\"link\":{\"url\":\"tel:+974-4466-2120\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Fax: +974-4452-8030\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7bb39b1\",\"link\":{\"url\":\"fax:+974-4452-8030\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Email: sales@aegis.qa\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"db14e3f\",\"link\":{\"url\":\"mailto:sales@aegis.qa\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"left\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#427EDD\",\"_css_classes\":\"add_info_list\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"81716e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":22,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"css_classes\":\"footerform\"},\"elements\":[{\"id\":\"f563f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"VERIFY CERTIFICATE\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8dff145\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#676FC8\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"56aa981\",\"elType\":\"widget\",\"settings\":{\"ekit_contact_form7\":\"302\",\"ekit_contact_form_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_contact_form_input_style_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"ekit_contact_form_input_style_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"ekit_contact_form_input_style_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_contact_form_button_typography_typography\":\"custom\",\"ekit_contact_form_button_typography_font_family\":\"Montserrat\",\"ekit_contact_form_button_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"ekit_contact_form_button_typography_font_weight\":\"600\",\"ekit_contact_form_button_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"ekit_contact_form_button_style_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_button_style_use_width_height\":\"yes\",\"ekit_contact_form_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_contact_form_button_style_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"ekit_contact_form_button_style_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_contact_form_button_background_background\":\"classic\",\"ekit_contact_form_button_background_color\":\"#4176FF\",\"ekit_contact_form_button_color_hover\":\"#FFFFFF\",\"ekit_contact_form_button_hover_background_background\":\"classic\",\"ekit_contact_form_button_hover_background_color\":\"#1958F7\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_contact_form_input_label_color\":\"globals\\/colors?id=text\"},\"ekit_contact_form_input_typography_typography\":\"custom\",\"ekit_contact_form_input_typography_font_family\":\"Montserrat\",\"ekit_contact_form_input_typography_font_weight\":\"normal\",\"ekit_contact_form_input_placeholder_font_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"elementskit-contact-form7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d5070bd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"html_tag\":\"div\",\"z_index\":6},\"elements\":[{\"id\":\"a7d08b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02d0a79\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedai_list_align_mobile\":\"center\",\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e9f7940\",\"ekit_socialmedia_icon_hover_color_mobile\":\"#676FC8\",\"ekit_socialmedia_icon_hover_bg_color_mobile\":\"#02010100\",\"ekit_socialmedia_icon_color\":\"#6F707C\",\"ekit_socialmedia_icon_color_mobile\":\"#6F707C\",\"ekit_socialmedia_icon_hover_color\":\"#676FC8\",\"ekit_socialmedia_icon_hover_bg_color\":\"\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Aegis-Services-LLC-468190717321252\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-linkedin\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"LinkedIn\",\"ekit_socialmedia_icon_hover_bg_color\":\"\",\"_id\":\"e8759ab\",\"ekit_socialmedia_icon_hover_color_mobile\":\"#676FC8\",\"ekit_socialmedia_icon_hover_bg_color_mobile\":\"#02010100\",\"ekit_socialmedia_icon_color\":\"#6F707C\",\"ekit_socialmedia_icon_color_mobile\":\"#6F707C\",\"ekit_socialmedia_icon_hover_color\":\"#676FC8\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/aegis-services\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"2734bf2\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_color_mobile\":\"#676FC8\",\"ekit_socialmedia_icon_hover_bg_color_mobile\":\"#02010100\",\"ekit_socialmedia_icon_color\":\"#6F707C\",\"ekit_socialmedia_icon_color_mobile\":\"#6F707C\",\"ekit_socialmedia_icon_hover_color\":\"#676FC8\",\"ekit_socialmedia_icon_hover_bg_color\":\"\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_icons\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Pintrest\",\"ekit_socialmedia_icon_hover_color_mobile\":\"#676FC8\",\"ekit_socialmedia_icon_hover_bg_color_mobile\":\"#02010100\",\"_id\":\"5d36b32\",\"ekit_socialmedia_icon_color\":\"#6F707C\",\"ekit_socialmedia_icon_color_mobile\":\"#6F707C\",\"ekit_socialmedia_icon_hover_color\":\"#676FC8\",\"ekit_socialmedia_icon_hover_bg_color\":\"\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.pinterest.com\\/aegisservices\\/_created\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"ede5f81\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Twitter\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/twitter.com\\/AegisQa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"3714fdc\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-v\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCbDQRZCm7Z5Z4php2uD-ItQ\\/featured\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_icon_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_family\":\"Bebas Neue\",\"ekit_socialmedai_list_typography_font_weight\":\"600\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c27cfcf\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"html_tag\":\"div\",\"layout\":\"full_width\",\"structure\":\"20\",\"z_index\":0,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6fc8d25\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"c73ee9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"ftImages\"},\"elements\":[{\"id\":\"d8bd97c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/footer-town.png\",\"id\":4173},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_position\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3995e74\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0F1125\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footerBottom\",\"hide_desktop\":\"hidden-desktop\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index_mobile\":0,\"html_tag\":\"div\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/footer-town.png\",\"id\":4173},\"background_image_tablet\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/footer-town.png\",\"id\":4173},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\"},\"elements\":[{\"id\":\"1d40a18\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84eaa54\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"255cd77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"top\",\"align_mobile\":\"center\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"8fea2c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/Logo-01-without-background.png\",\"id\":6498},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align\":\"left\",\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"width_tablet\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"35e1fa2\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"html_tag\":\"div\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"160592c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"top\",\"align_mobile\":\"center\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"dcb8ab5\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"_id\":\"a23e1d3\",\"acc_title\":\"HOME\",\"acc_content\":\"<nav class=\\\"hfe-nav-menu__layout-vertical hfe-nav-menu__submenu-arrow\\\" data-toggle-icon=\\\"\\\" data-close-icon=\\\"\\\" data-full-width=\\\"\\\">\\n<ul class=\\\"hfe-nav-menu\\\">\\n \\t<li class=\\\"menu-item menu-item-type-post_type menu-item-object-page parent hfe-creative-menu\\\"><a class=\\\"hfe-menu-item\\\" href=\\\"https:\\/\\/aegis.qa\\/\\\">Home<\\/a><\\/li>\\n \\t<li class=\\\"menu-item menu-item-type-post_type menu-item-object-page parent hfe-creative-menu\\\"><a class=\\\"hfe-menu-item\\\" href=\\\"https:\\/\\/aegis.qa\\/about-us\\/\\\">About Us<\\/a><\\/li>\\n \\t<li class=\\\"menu-item menu-item-type-post_type menu-item-object-page parent hfe-creative-menu\\\"><a class=\\\"hfe-menu-item\\\" href=\\\"https:\\/\\/aegis.qa\\/faq\\/\\\">FAQ<\\/a><\\/li>\\n \\t<li class=\\\"menu-item menu-item-type-post_type menu-item-object-page parent hfe-creative-menu\\\"><a class=\\\"hfe-menu-item\\\" href=\\\"https:\\/\\/aegis.qa\\/blog\\/\\\">Blog<\\/a><\\/li>\\n \\t<li class=\\\"menu-item menu-item-type-post_type menu-item-object-page parent hfe-creative-menu\\\"><a class=\\\"hfe-menu-item\\\" href=\\\"https:\\/\\/aegis.qa\\/testimonial\\/\\\">Testimonial<\\/a><\\/li>\\n \\t<li class=\\\"menu-item menu-item-type-post_type menu-item-object-page parent hfe-creative-menu\\\"><a class=\\\"hfe-menu-item\\\" href=\\\"https:\\/\\/aegis.qa\\/awards-and-recognitions\\/\\\">Awards and Recognitions<\\/a><\\/li>\\n \\t<li class=\\\"menu-item menu-item-type-post_type menu-item-object-page parent hfe-creative-menu\\\"><a class=\\\"hfe-menu-item\\\" href=\\\"https:\\/\\/aegis.qa\\/contact-us\\/\\\">Contact Us<\\/a><\\/li>\\n<\\/ul>\\n<\\/nav>\"},{\"acc_title\":\"CONNECT WITH US\",\"acc_content\":\"<ul class=\\\"footerUl\\\"><li>Address: Office no. 10, Level 15, Commercial Bank Plaza, Majlis Al Taawon St, West Bay, 27111, Doha, Qatar<\\/li><li><a href=\\\"tel:+974-4466-2120\\\">Tel: +974-4466-2120<\\/a><\\/li><li><a href=\\\"fax:+974-4452-8030\\\">Fax: +974-4452-8030<\\/a><\\/li><li><a href=\\\"mailto:sales@aegis.qa\\\">Email: sales@aegis.qa<\\/a><\\/li><\\/ul>\",\"_id\":\"784b37d\"}],\"ekit_accordion_right_icons\":{\"value\":\"icon icon-right-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_title_typography_typography\":\"custom\",\"ekit_accordion_title_typography_font_family\":\"Montserrat\",\"ekit_accordion_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"ekit_accordion_title_typography_font_weight\":\"normal\",\"ekit_accordion_title_typography_font_style\":\"normal\",\"ekit_accordion_title_typography_text_decoration\":\"none\",\"ekit_accordion_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_accordion_title_color\":\"#427EDE\",\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#02010100\",\"ekit_accordion_title_border_open_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_border_open_color\":\"#FFFFFF\",\"ekit_accordion_title_color_close\":\"#FFFFFF\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#02010100\",\"ekit_accordion_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"ekit_accordion_section_icon_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_content_color\":\"#FFFFFF\",\"ekit_accordion_content_typography_typography\":\"custom\",\"ekit_accordion_content_typography_font_family\":\"Montserrat\",\"ekit_accordion_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"ekit_accordion_content_typography_font_weight\":\"normal\",\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"accordianFooter\",\"ekit_accordion_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_accordion_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_accordion_title_border_open_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_border_radious_curve_shape_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_border_open_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_border_open_color\":\"#181A2F\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"383de39\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"39aa1ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"align_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac52470\",\"elType\":\"widget\",\"settings\":{\"title\":\"VERIFY CERTIFICATE\",\"title_color\":\"#3669BA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align_mobile\":\"center\",\"align_tablet\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da247c9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#676FC8\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"921ef9c\",\"elType\":\"widget\",\"settings\":{\"ekit_contact_form7\":\"302\",\"ekit_contact_form_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_contact_form_input_style_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"ekit_contact_form_input_style_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"ekit_contact_form_input_style_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_contact_form_button_typography_typography\":\"custom\",\"ekit_contact_form_button_typography_font_family\":\"Montserrat\",\"ekit_contact_form_button_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"ekit_contact_form_button_typography_font_weight\":\"600\",\"ekit_contact_form_button_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"ekit_contact_form_button_style_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_button_style_use_width_height\":\"yes\",\"ekit_contact_form_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_contact_form_button_style_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"ekit_contact_form_button_style_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_contact_form_button_background_background\":\"classic\",\"ekit_contact_form_button_background_color\":\"#4176FF\",\"ekit_contact_form_button_color_hover\":\"#FFFFFF\",\"ekit_contact_form_button_hover_background_background\":\"classic\",\"ekit_contact_form_button_hover_background_color\":\"#1958F7\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_contact_form_input_label_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_style_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_contact_form_button_alignment_tablet\":\"left\",\"ekit_contact_form_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"ekit_contact_form_input_typography_typography\":\"custom\",\"ekit_contact_form_input_typography_font_family\":\"Montserrat\",\"ekit_contact_form_input_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_contact_form_input_typography_font_weight\":\"normal\",\"ekit_contact_form_input_placeholder_font_color_mobile\":\"#CCCCCC\"},\"elements\":[],\"widgetType\":\"elementskit-contact-form7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cabec86\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"html_tag\":\"div\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1db57e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"471c924\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedai_list_align_mobile\":\"center\",\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e9f7940\",\"ekit_socialmedia_icon_hover_color_mobile\":\"#676FC8\",\"ekit_socialmedia_icon_hover_bg_color_mobile\":\"#02010100\",\"ekit_socialmedia_icon_color_mobile\":\"#6F707C\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Aegis-Services-LLC-468190717321252\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_socialmedia_icon_color_tablet\":\"#6F707C\",\"ekit_socialmedia_icon_hover_color_tablet\":\"#676FC8\"},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-linkedin\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"LinkedIn\",\"ekit_socialmedia_icon_hover_bg_color\":\"#0077b5\",\"_id\":\"e8759ab\",\"ekit_socialmedia_icon_hover_color_mobile\":\"#676FC8\",\"ekit_socialmedia_icon_hover_bg_color_mobile\":\"#02010100\",\"ekit_socialmedia_icon_color_mobile\":\"#6F707C\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/aegis-services\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_socialmedia_icon_color_tablet\":\"#6F707C\",\"ekit_socialmedia_icon_hover_color_tablet\":\"#676FC8\"},{\"_id\":\"2734bf2\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_color_mobile\":\"#676FC8\",\"ekit_socialmedia_icon_hover_bg_color_mobile\":\"#02010100\",\"ekit_socialmedia_icon_color_mobile\":\"#6F707C\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_socialmedia_icon_color_tablet\":\"#6F707C\",\"ekit_socialmedia_icon_hover_color_tablet\":\"#676FC8\"},{\"ekit_socialmedia_icons\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Pintrest\",\"ekit_socialmedia_icon_hover_color_mobile\":\"#676FC8\",\"ekit_socialmedia_icon_hover_bg_color_mobile\":\"#02010100\",\"_id\":\"5d36b32\",\"ekit_socialmedia_icon_color_mobile\":\"#6F707C\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.pinterest.com\\/aegisservices\\/_created\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_socialmedia_icon_color_tablet\":\"#6F707C\",\"ekit_socialmedia_icon_hover_color_tablet\":\"#676FC8\"}],\"ekit_socialmedai_list_icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_family\":\"Bebas Neue\",\"ekit_socialmedai_list_typography_font_weight\":\"600\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"},{\"id\":\"0edf3c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a92021 AEGIS SERVICES LLC\",\"title_color\":\"#747474\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(3929, 2335, '_edit_last', '1'),
(3930, 2335, '_wp_page_template', 'custom-page-template.php'),
(3931, 2335, 'ocean_sidebar', '0'),
(3932, 2335, 'ocean_second_sidebar', '0'),
(3933, 2335, 'ocean_disable_margins', 'enable'),
(3934, 2335, 'ocean_display_top_bar', 'off'),
(3935, 2335, 'ocean_display_header', 'off'),
(3936, 2335, 'ocean_center_header_left_menu', '0'),
(3937, 2335, 'ocean_custom_header_template', '0'),
(3938, 2335, 'ocean_header_custom_menu', '0'),
(3939, 2335, 'ocean_menu_typo_font_family', '0'),
(3940, 2335, 'ocean_disable_title', 'default'),
(3941, 2335, 'ocean_disable_heading', 'default'),
(3942, 2335, 'ocean_disable_breadcrumbs', 'default'),
(3943, 2335, 'ocean_display_footer_widgets', 'off'),
(3944, 2335, 'ocean_display_footer_bottom', 'off'),
(3945, 2335, 'ocean_custom_footer_template', '0'),
(3946, 2335, '_edit_lock', '1629117597:1'),
(3947, 2337, '_edit_last', '1'),
(3948, 2337, '_wp_page_template', 'custom-page-template.php'),
(3949, 2337, 'ocean_sidebar', '0'),
(3950, 2337, 'ocean_second_sidebar', '0'),
(3951, 2337, 'ocean_disable_margins', 'enable'),
(3952, 2337, 'ocean_display_top_bar', 'off'),
(3953, 2337, 'ocean_display_header', 'off'),
(3954, 2337, 'ocean_center_header_left_menu', '0'),
(3955, 2337, 'ocean_custom_header_template', '0'),
(3956, 2337, 'ocean_header_custom_menu', '0'),
(3957, 2337, 'ocean_menu_typo_font_family', '0'),
(3958, 2337, 'ocean_disable_title', 'default'),
(3959, 2337, 'ocean_disable_heading', 'default'),
(3960, 2337, 'ocean_disable_breadcrumbs', 'default'),
(3961, 2337, 'ocean_display_footer_widgets', 'off'),
(3962, 2337, 'ocean_display_footer_bottom', 'off'),
(3963, 2337, 'ocean_custom_footer_template', '0'),
(3964, 2337, '_edit_lock', '1656481721:1'),
(3965, 2338, '_edit_last', '1'),
(3966, 2338, '_wp_page_template', 'custom-page-template.php'),
(3967, 2338, 'ocean_sidebar', '0'),
(3968, 2338, 'ocean_second_sidebar', '0'),
(3969, 2338, 'ocean_disable_margins', 'enable'),
(3970, 2338, 'ocean_display_top_bar', 'off'),
(3971, 2338, 'ocean_display_header', 'off'),
(3972, 2338, 'ocean_center_header_left_menu', '0'),
(3973, 2338, 'ocean_custom_header_template', '0'),
(3974, 2338, 'ocean_header_custom_menu', '0'),
(3975, 2338, 'ocean_menu_typo_font_family', '0'),
(3976, 2338, 'ocean_disable_title', 'on'),
(3977, 2338, 'ocean_disable_heading', 'default'),
(3978, 2338, 'ocean_disable_breadcrumbs', 'default'),
(3979, 2338, 'ocean_display_footer_widgets', 'off'),
(3980, 2338, 'ocean_display_footer_bottom', 'off'),
(3981, 2338, 'ocean_custom_footer_template', '0'),
(3982, 2338, '_edit_lock', '1653635527:1'),
(3983, 2339, '_edit_last', '1'),
(3984, 2339, '_wp_page_template', 'custom-page-template.php'),
(3985, 2339, 'ocean_sidebar', '0'),
(3986, 2339, 'ocean_second_sidebar', '0'),
(3987, 2339, 'ocean_disable_margins', 'enable');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3988, 2339, 'ocean_display_top_bar', 'off'),
(3989, 2339, 'ocean_display_header', 'off'),
(3990, 2339, 'ocean_center_header_left_menu', '0'),
(3991, 2339, 'ocean_custom_header_template', '0'),
(3992, 2339, 'ocean_header_custom_menu', '0'),
(3993, 2339, 'ocean_menu_typo_font_family', '0'),
(3994, 2339, 'ocean_disable_title', 'on'),
(3995, 2339, 'ocean_disable_heading', 'default'),
(3996, 2339, 'ocean_disable_breadcrumbs', 'default'),
(3997, 2339, 'ocean_display_footer_widgets', 'off'),
(3998, 2339, 'ocean_display_footer_bottom', 'off'),
(3999, 2339, 'ocean_custom_footer_template', '0'),
(4000, 2339, '_edit_lock', '1629194954:1'),
(4001, 2340, '_edit_last', '1'),
(4002, 2340, '_wp_page_template', 'custom-page-template.php'),
(4003, 2340, 'ocean_sidebar', '0'),
(4004, 2340, 'ocean_second_sidebar', '0'),
(4005, 2340, 'ocean_disable_margins', 'on'),
(4006, 2340, 'ocean_display_top_bar', 'off'),
(4007, 2340, 'ocean_display_header', 'off'),
(4008, 2340, 'ocean_center_header_left_menu', '0'),
(4009, 2340, 'ocean_custom_header_template', '0'),
(4010, 2340, 'ocean_header_custom_menu', '0'),
(4011, 2340, 'ocean_menu_typo_font_family', '0'),
(4012, 2340, 'ocean_disable_title', 'default'),
(4013, 2340, 'ocean_disable_heading', 'default'),
(4014, 2340, 'ocean_disable_breadcrumbs', 'default'),
(4015, 2340, 'ocean_display_footer_widgets', 'default'),
(4016, 2340, 'ocean_display_footer_bottom', 'default'),
(4017, 2340, 'ocean_custom_footer_template', '0'),
(4018, 2340, '_edit_lock', '1662551026:1'),
(4019, 2346, '_menu_item_type', 'post_type'),
(4020, 2346, '_menu_item_menu_item_parent', '0'),
(4021, 2346, '_menu_item_object_id', '2340'),
(4022, 2346, '_menu_item_object', 'page'),
(4023, 2346, '_menu_item_target', ''),
(4024, 2346, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4025, 2346, '_menu_item_xfn', ''),
(4026, 2346, '_menu_item_url', ''),
(4028, 2346, '_menu_item_template', ''),
(4029, 2346, '_menu_item_mega_template', '0'),
(4030, 2346, '_menu_item_nolink', ''),
(4031, 2346, '_menu_item_category_post', ''),
(4032, 2346, '_menu_item_megamenu', ''),
(4033, 2346, '_menu_item_megamenu_auto_width', ''),
(4034, 2346, '_menu_item_megamenu_col', ''),
(4035, 2346, '_menu_item_megamenu_heading', ''),
(4036, 2346, '_menu_item_megamenu_widgetarea', '0'),
(4037, 2346, '_menu_item_icon', ''),
(4038, 2347, '_menu_item_type', 'post_type'),
(4039, 2347, '_menu_item_menu_item_parent', '0'),
(4040, 2347, '_menu_item_object_id', '2339'),
(4041, 2347, '_menu_item_object', 'page'),
(4042, 2347, '_menu_item_target', ''),
(4043, 2347, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4044, 2347, '_menu_item_xfn', ''),
(4045, 2347, '_menu_item_url', ''),
(4047, 2347, '_menu_item_template', ''),
(4048, 2347, '_menu_item_mega_template', '0'),
(4049, 2347, '_menu_item_nolink', ''),
(4050, 2347, '_menu_item_category_post', ''),
(4051, 2347, '_menu_item_megamenu', ''),
(4052, 2347, '_menu_item_megamenu_auto_width', ''),
(4053, 2347, '_menu_item_megamenu_col', ''),
(4054, 2347, '_menu_item_megamenu_heading', ''),
(4055, 2347, '_menu_item_megamenu_widgetarea', '0'),
(4056, 2347, '_menu_item_icon', ''),
(4057, 2348, '_menu_item_type', 'post_type'),
(4058, 2348, '_menu_item_menu_item_parent', '0'),
(4059, 2348, '_menu_item_object_id', '2338'),
(4060, 2348, '_menu_item_object', 'page'),
(4061, 2348, '_menu_item_target', ''),
(4062, 2348, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4063, 2348, '_menu_item_xfn', ''),
(4064, 2348, '_menu_item_url', ''),
(4066, 2348, '_menu_item_template', ''),
(4067, 2348, '_menu_item_mega_template', '0'),
(4068, 2348, '_menu_item_nolink', ''),
(4069, 2348, '_menu_item_category_post', ''),
(4070, 2348, '_menu_item_megamenu', ''),
(4071, 2348, '_menu_item_megamenu_auto_width', ''),
(4072, 2348, '_menu_item_megamenu_col', ''),
(4073, 2348, '_menu_item_megamenu_heading', ''),
(4074, 2348, '_menu_item_megamenu_widgetarea', '0'),
(4075, 2348, '_menu_item_icon', ''),
(4076, 2349, '_menu_item_type', 'post_type'),
(4077, 2349, '_menu_item_menu_item_parent', '0'),
(4078, 2349, '_menu_item_object_id', '2337'),
(4079, 2349, '_menu_item_object', 'page'),
(4080, 2349, '_menu_item_target', ''),
(4081, 2349, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4082, 2349, '_menu_item_xfn', ''),
(4083, 2349, '_menu_item_url', ''),
(4085, 2349, '_menu_item_template', ''),
(4086, 2349, '_menu_item_mega_template', '0'),
(4087, 2349, '_menu_item_nolink', ''),
(4088, 2349, '_menu_item_category_post', ''),
(4089, 2349, '_menu_item_megamenu', ''),
(4090, 2349, '_menu_item_megamenu_auto_width', ''),
(4091, 2349, '_menu_item_megamenu_col', ''),
(4092, 2349, '_menu_item_megamenu_heading', ''),
(4093, 2349, '_menu_item_megamenu_widgetarea', '0'),
(4094, 2349, '_menu_item_icon', ''),
(4095, 2350, '_menu_item_type', 'post_type'),
(4096, 2350, '_menu_item_menu_item_parent', '0'),
(4097, 2350, '_menu_item_object_id', '2335'),
(4098, 2350, '_menu_item_object', 'page'),
(4099, 2350, '_menu_item_target', ''),
(4100, 2350, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4101, 2350, '_menu_item_xfn', ''),
(4102, 2350, '_menu_item_url', ''),
(4104, 2350, '_menu_item_template', ''),
(4105, 2350, '_menu_item_mega_template', '0'),
(4106, 2350, '_menu_item_nolink', ''),
(4107, 2350, '_menu_item_category_post', ''),
(4108, 2350, '_menu_item_megamenu', ''),
(4109, 2350, '_menu_item_megamenu_auto_width', ''),
(4110, 2350, '_menu_item_megamenu_col', ''),
(4111, 2350, '_menu_item_megamenu_heading', ''),
(4112, 2350, '_menu_item_megamenu_widgetarea', '0'),
(4113, 2350, '_menu_item_icon', ''),
(4134, 2255, 'ekit_post_views_count', '69'),
(4176, 2360, '_edit_last', '1'),
(4177, 2360, '_wp_page_template', 'custom-page-template.php'),
(4178, 2360, 'ocean_sidebar', '0'),
(4179, 2360, 'ocean_second_sidebar', '0'),
(4180, 2360, 'ocean_disable_margins', 'on'),
(4181, 2360, 'ocean_display_top_bar', 'off'),
(4182, 2360, 'ocean_display_header', 'off'),
(4183, 2360, 'ocean_center_header_left_menu', '0'),
(4184, 2360, 'ocean_custom_header_template', '0'),
(4185, 2360, 'ocean_header_custom_menu', '0'),
(4186, 2360, 'ocean_menu_typo_font_family', '0'),
(4187, 2360, 'ocean_disable_title', 'default'),
(4188, 2360, 'ocean_disable_heading', 'default'),
(4189, 2360, 'ocean_disable_breadcrumbs', 'default'),
(4190, 2360, 'ocean_display_footer_widgets', 'off'),
(4191, 2360, 'ocean_display_footer_bottom', 'off'),
(4192, 2360, 'ocean_custom_footer_template', '0'),
(4193, 2360, '_edit_lock', '1632819758:1'),
(4194, 2362, '_menu_item_type', 'post_type'),
(4195, 2362, '_menu_item_menu_item_parent', '0'),
(4196, 2362, '_menu_item_object_id', '2360'),
(4197, 2362, '_menu_item_object', 'page'),
(4198, 2362, '_menu_item_target', ''),
(4199, 2362, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4200, 2362, '_menu_item_xfn', ''),
(4201, 2362, '_menu_item_url', ''),
(4203, 2362, '_menu_item_template', ''),
(4204, 2362, '_menu_item_mega_template', '0'),
(4205, 2362, '_menu_item_nolink', ''),
(4206, 2362, '_menu_item_category_post', ''),
(4207, 2362, '_menu_item_megamenu', ''),
(4208, 2362, '_menu_item_megamenu_auto_width', ''),
(4209, 2362, '_menu_item_megamenu_col', ''),
(4210, 2362, '_menu_item_megamenu_heading', ''),
(4211, 2362, '_menu_item_megamenu_widgetarea', '0'),
(4212, 2362, '_menu_item_icon', ''),
(6461, 2706, '_wp_attached_file', '2021/01/logo_verticle.png'),
(6462, 2706, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:164;s:6:\"height\";i:116;s:4:\"file\";s:25:\"2021/01/logo_verticle.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"logo_verticle-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"logo_verticle-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo_verticle-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:25:\"logo_verticle-768x543.png\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"logo_verticle-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:27:\"logo_verticle-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:23:\"logo_verticle-20x20.png\";s:5:\"width\";i:20;s:6:\"height\";i:20;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"55\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-10-21 04:53:17\";s:9:\"thumbsOpt\";i:7;s:13:\"thumbsOptList\";a:7:{i:0;s:25:\"logo_verticle-300x300.png\";i:1;s:27:\"logo_verticle-1024x1024.png\";i:2;s:25:\"logo_verticle-150x150.png\";i:3;s:25:\"logo_verticle-768x543.png\";i:4;s:27:\"logo_verticle-1536x1536.png\";i:5;s:27:\"logo_verticle-2048x2048.png\";i:6;s:23:\"logo_verticle-20x20.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:4:\"22.2\";}'),
(6794, 2760, '_wp_attached_file', '2021/01/logo_verticle1.png'),
(6795, 2760, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:164;s:6:\"height\";i:116;s:4:\"file\";s:26:\"2021/01/logo_verticle1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"logo_verticle1-150x116.png\";s:5:\"width\";i:150;s:6:\"height\";i:116;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"1\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-10-21 04:52:51\";s:9:\"thumbsOpt\";i:1;s:13:\"thumbsOptList\";a:1:{i:0;s:26:\"logo_verticle1-150x116.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"18.07\";}'),
(7893, 2933, '_wp_attached_file', '2021/01/who-we-icon.png'),
(7894, 2933, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:119;s:6:\"height\";i:119;s:4:\"file\";s:23:\"2021/01/who-we-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"31\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-10-21 04:52:41\";s:9:\"thumbsOpt\";i:0;s:13:\"thumbsOptList\";a:0:{}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"33.71\";}'),
(8044, 2957, '_wp_attached_file', '2021/01/faq-banner-icon.png'),
(8045, 2957, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:119;s:6:\"height\";i:119;s:4:\"file\";s:27:\"2021/01/faq-banner-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"41\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-10-21 04:52:32\";s:9:\"thumbsOpt\";i:0;s:13:\"thumbsOptList\";a:0:{}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"30.64\";}'),
(10960, 3400, '_elementor_edit_mode', 'builder'),
(10961, 3400, '_elementor_template_type', 'page'),
(10962, 3400, '_elementor_version', '3.0.16'),
(10966, 3400, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10967, 3400, '_elementor_data', '[{\"id\":\"4b235bc9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/Untitled-1.jpg\",\"id\":119},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"vertical-scrolling\",\"_element_id\":\"section0\",\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73cf80cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58449055\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"HeaderWhite\",\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"4f4360c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"46618074\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle.png\",\"id\":2706},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"722f1b3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"7ac56184\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"622418de\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c1b6ea7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"644058d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"325360e2\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"412ac306\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"2a22e085\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span class=\\\"grey\\\">get<\\/span> Accredited<br\\/>\\nISO Certification\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"_css_classes\":\"h2title\",\"align_tablet\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f07072\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Quote Now\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"align_tablet\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bd5a740\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6eb52e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b5713c\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e0970d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"459d3155\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"982a784\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"671bf47a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42154b20\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6196fa63\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/what-we-do-bg.jpg\",\"id\":50},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"css_classes\":\"vertical-scrolling\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section1\",\"column_position\":\"top\",\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1da7625f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6568ad97\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"2669af0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"29d1fda5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"643e695\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"e33f43f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a707fca\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"15d1491c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d45b405\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7dd9aa52\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae24ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"center\"},\"elements\":[{\"id\":\"60f3ea83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Aegis Services\",\"header_size\":\"h6\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"},\"align_mobile\":\"center\",\"align_tablet\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75daa079\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE DO\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4b44889\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"align_mobile\":\"center\",\"_css_classes\":\"h2title\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57dced42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Founded in 2012, Aegis Services L.L.C is an independent management and ISO consultant, working relentlessly to provide excellent consultancy services to various industries in Qatar. Since inception, we have paved our way to becoming a leading cons... <a href=\\\"https:\\/\\/aegis.qa\\/contact-us\\/\\\">Contact us today<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"align_mobile\":\"center\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36bf03cb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ebf0580\",\"button_background_hover_color\":\"globals\\/colors?id=ebf0580\",\"button_text_color\":\"globals\\/colors?id=aed3438\",\"hover_color\":\"globals\\/colors?id=aed3438\"},\"_css_classes\":\"buttonCustom\",\"align_mobile\":\"center\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"40351926\",\"elType\":\"widget\",\"settings\":{\"text\":\"Brochure Download\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"button_background_hover_color\":\"\",\"button_text_color\":\"\",\"hover_color\":\"\"},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#191C3D\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#191C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"buttonCustom2\",\"align_mobile\":\"center\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3ef98e1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":100,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6fa6474f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"ISO 14001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-14001-environment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5520729\"},{\"text\":\"ISO 45001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-45001-health-and-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0c2af78\"},{\"text\":\"ISO 22000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22000-food-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"21f830e\"},{\"text\":\"ISO 22301\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22301-business-continuity\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d6f46bc\"},{\"text\":\"ISO 31000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-31000-risk-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9122a9a\"},{\"text\":\"ISO 41001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-41001-facilities-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2cb33ed\"},{\"text\":\"ISO 27001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-27001-information-security\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9bb3704\"},{\"text\":\"ISO 50001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-50001-energy-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"e38d52a\"},{\"text\":\"SMETA\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/smeta-audit\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5051fa5\"},{\"text\":\"Environment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-14001-environment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"10d559e\"},{\"text\":\"Health and Safety\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-45001-health-and-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ee55e7f\"},{\"text\":\"Food Safety\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22000-food-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"30092ff\"},{\"text\":\"Business Continuity\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22301-business-continuity\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"69f7e53\"},{\"text\":\"Risk Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-31000-risk-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"52d211f\"},{\"text\":\"Facilities Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-41001-facilities-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6f910aa\"},{\"text\":\"Information Security\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-27001-information-security\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ba17a0\"},{\"text\":\"Energy Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-50001-energy-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"203e6fb\"},{\"text\":\"Audit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/smeta-audit\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1f50bea\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"left\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_css_classes\":\"what_we_do_list\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=7e2de60\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18f3a2c0\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73d022a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"39da7c0\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6fffc489\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e588a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3555f624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9283e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d897f67\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522b2984\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"css_classes\":\"vertical-scrolling\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section2\",\"column_position\":\"top\",\"background_color\":\"#FFFFFF\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6fc252d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"140809c3\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"431d6cc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"6739800c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"293c7f31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4eb0745c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"23ddb99d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5dff899a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15d4c4b2\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"71eb9f1c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a8afe9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"428141c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"It\\u2019s simple, it\\u2019s easy, it\\u2019s fast\",\"header_size\":\"h6\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c1fb59b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How it works\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4b44889\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"h2title\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"33cda74\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"31163245\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"6b58fb12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-1.png\",\"id\":23},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cd2f289\",\"elType\":\"widget\",\"settings\":{\"title\":\"You choose the best Aegis services\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42efe57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"167ec53b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-2.png\",\"id\":24},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17acc77b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pick right documents for your management system\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"38bc8ea5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"32771cee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-3.png\",\"id\":25},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"48e1500f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top-level quality courses & training\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3d452ea7\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"4a400777\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-4.png\",\"id\":26},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"156cf70d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Implementation of the high standard\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4c07025a\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"36f5667\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/h-5.png\",\"id\":87},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e56bd2b\",\"elType\":\"widget\",\"settings\":{\"title\":\"You get certified and boost your revenues\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"29f6a982\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"6bad2e2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"216140f0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div class=\\\"timelineBlock\\\">\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-1.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>You choose the best Aegis services<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-2.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>Pick right documents for your management system<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-3.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>Top-level quality courses & training<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-4.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>Implementation of the high standard<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/h-5.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>You get certified and boost your revenues<\\/p>\\n      <\\/div>\\n   <\\/div>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3de687fc\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6939787e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d53bfb\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"button_background_hover_color\":\"\",\"button_text_color\":\"\",\"hover_color\":\"\"},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#191C3D\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#191C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"buttonCustom2\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5bde171c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b196852\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"446b2f8d\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37851e65\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e819dcd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"10980464\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5fcafdf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f0a727f\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e1724a5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section3\",\"css_classes\":\"vertical-scrolling\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"64a5b03d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"c66e7cc\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"7ce70588\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"59865bc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle.png\",\"id\":2706},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"532ed22e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"b0f7e65\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2642f6bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13d8d7e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"60f33320\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14f15550\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/who-we-are.jpg\",\"id\":61},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1a6cdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"content_position\":\"center\",\"align\":\"flex-start\"},\"elements\":[{\"id\":\"636154c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/who-we-icon.png\",\"id\":2933},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"84\",\"height\":\"84\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61acd635\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Established Since 2012\",\"text_color\":\"#CCCCCC\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"41be355e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who we are\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_css_classes\":\"h2title\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c3a4cb\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b938fbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a977b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Aegis Services L.L.C is one of Qatar\\u2019s leading \\u2018total solutions\\u2019 provider and have adopted a simple \\u201cyou choose us-we consult- you get certified\\u201d approach with the effective and no-nonsense route to ISO certification. Established in November 2012, we provide consultation and management for the entire ISO Standard Series and have worked with various clients including small, one-man brands up to large international multi-billion turnover companies offering impeccable services. We believe in upholding the highest standards of business ethics with a commitment to total quality and our tailored documentation will be written with your existing business processes in mind. Our 8 years of experience has helped us understand our cli...\\n\\n\",\"align\":\"justify\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"487def2b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ebf0580\",\"button_background_hover_color\":\"globals\\/colors?id=ebf0580\",\"button_text_color\":\"globals\\/colors?id=aed3438\",\"hover_color\":\"globals\\/colors?id=aed3438\"},\"_css_classes\":\"buttonCustom\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4524ccf\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20f46ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b1632f8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2125102c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a463650\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"79e258ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"33d1d9a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a6b3b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7093bbb6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"full\",\"column_position\":\"top\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/aegis_advantage.jpg\",\"id\":250},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"_element_id\":\"section4\",\"css_classes\":\"vertical-scrolling\",\"background_color\":\"#F2F2F2\"},\"elements\":[{\"id\":\"726e873\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c7223\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"58702280\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"2e133c58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3b2beba0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"14331e6d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"37102d41\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"674fe122\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7aecab8d\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"28ec8a6a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3268866c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b281425\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Aegis advantage\",\"title_color\":\"#181C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"h2title\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"101ff6d9\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73a49fed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2036650f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6267835d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6e24af\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"24ac6b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"776509ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"350b0f00\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5758c0db\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"full\",\"column_position\":\"top\",\"content_position\":\"top\",\"_element_id\":\"section5\",\"css_classes\":\"vertical-scrolling\"},\"elements\":[{\"id\":\"60ab01b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7bb396db\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"466d5663\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"2ef27cb5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle.png\",\"id\":2706},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f2ea95e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6a89267e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"400b15fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1aade0ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"54b73194\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"32f78ed\",\"elType\":\"section\",\"settings\":{\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/faq-banner.jpg\",\"id\":1581},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"60cc9b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e2a3092\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/faq-banner-icon.png\",\"id\":2957},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"84\",\"height\":\"84\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28ee5c38\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4cd0d887\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31a0a99d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"66edec1c\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is ISO?\",\"tab_content\":\"<h5>What is ISO?<\\/h5>\\n<p>ISO is an independent, non-governmental international organization with a membership of 163 national standards bodies.\\n\\nThrough its members, it brings together experts to share knowledge and develop voluntary, consensus-based, market relevant International Standards that support innovation and provide solutions to global challenges.\\n\\nISO (International Organization of Standardization) creates documents that provide requirements, specifications, guidelines or characteristics that can be used consistently to ensure that materials, products, processes and services are fit for their purpose.<\\/p>\",\"_id\":\"6954f9a\"},{\"tab_title\":\"What are standards?\",\"tab_content\":\"<h5>What are standards?<\\/h5>\\n<p>International Standards make things work. They give world-class specifications for products, services and systems, to ensure quality, safety and efficiency. They are instrumental in facilitating international trade.<\\/p>\",\"_id\":\"93e3be7\"},{\"tab_title\":\"Who can apply for an ISO Certificate?\",\"tab_content\":\"<h5>Who can apply for an ISO Certificate?<\\/h5>\\n<p>Any company irrespective to size and industry can apply for an ISO certification in Qatar. ISO has published 21610 International Standards and related documents, covering almost every industry, from technology, to food safety, to agriculture, to healthcare, to construction and oil &amp; gas. ISO International Standards impact everyone, everywhere.<\\/p>\",\"_id\":\"11e5c0f\"},{\"tab_title\":\"Why choose us?\",\"tab_content\":\"<h5>Why choose us?<\\/h5>\\n<p>Any company irrespective to size and industry can apply for an ISO certification in Qatar. ISO has published 21610 International Standards and related documents, covering almost every industry, from technology, to food safety, to agriculture, to healthcare, to construction and oil &amp; gas. ISO International Standards impact everyone, everywhere.<\\/p>\",\"_id\":\"2d1e0d5\"},{\"_id\":\"a6577ab\",\"tab_title\":\"What will it cost?\",\"tab_content\":\"<h5>What will it cost?<\\/h5>\\n<p>The cost will depend on the size of the company, the standard required and the services needed. Send us an email at sales@aegis.qa or give us a call at +974-4466-2120 and we will certainly provide you a quote that is attractive, competitive and will undoubtedly suit your needs. Best price guaranteed.<\\/p>\"},{\"_id\":\"18fcd64\",\"tab_title\":\"Are there any hidden charges involved?\",\"tab_content\":\"<h5>Are there any hidden charges involved?<\\/h5>\\n<p>Definitely not. Everything is straightforward, no hidden charges, no advance charges.<\\/p>\"},{\"_id\":\"ab8380a\",\"tab_title\":\"What is the best channel to get in touch with you?\",\"tab_content\":\"<h5>What is the best channel to get in touch with you?<\\/h5>\\n<p>Drop us a call at +974-4466-2120 or send us an email at sales@aegis.qa. Someone will get in touch with you immediately. Best price guaranteed.<\\/p>\"}],\"type\":\"vertical\",\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"tab_color\":\"#666666\",\"tab_active_color\":\"#3C73CA\",\"tab_typography_typography\":\"custom\",\"tab_typography_font_family\":\"Montserrat\",\"tab_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tab_typography_font_weight\":\"300\",\"tab_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_color\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"content_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"tabs\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c2d5193\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section6\",\"css_classes\":\"vertical-scrolling\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6fb48a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7008b300\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"7f8c618a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"292beba4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"59c1205a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"389884c1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"636dc06f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4fe7866\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e21d8e\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"747a385\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"119a1043\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"be7c8dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Trust Us\\n\",\"title_color\":\"#181C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"_css_classes\":\"h2title\",\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55880530\",\"elType\":\"widget\",\"settings\":{\"spaces\":0,\"slide_visible\":3,\"tabs\":2,\"arrow\":\"true\",\"arrowbg\":\"#C6292900\",\"arrowsize\":0,\"arrowposition\":\"0\",\"dotsize\":75,\"dotposition\":\"-25\",\"list_items\":[{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"_id\":\"7dd7d32\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar\\n\\n<\\/div>\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar\\n\\n<\\/div>\",\"_id\":\"bae7b45\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar\\n\\n<\\/div>\",\"_id\":\"ef031be\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar\\n\\n<\\/div>\",\"_id\":\"35da0d6\"}]},\"elements\":[],\"widgetType\":\"advanced-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"615f8f20\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7893239e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f980da0\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"192ef9c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c47a11d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"23d5a36a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3ea60f14\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59972b56\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f2dcfcd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"column_position\":\"top\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section7\",\"css_classes\":\"vertical-scrolling\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ab48da4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f074a9b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"58b23833\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"18a9ad9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle.png\",\"id\":2706},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37473819\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4d1c06b0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"256d94c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a486b2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cae041\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6509988\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"top\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/bg-5.png\",\"id\":17},\"background_position\":\"top center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36f1d4e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20a73983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-6.png\",\"id\":28},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"316caebc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request call back\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"h2title\",\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2306bce7\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"top\",\"background_background\":\"classic\",\"background_position\":\"top center\",\"margin\":{\"unit\":\"px\",\"top\":\"-0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\",\"background_color\":\"#FCFCFC\"},\"elements\":[{\"id\":\"3d695663\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.3333333300000020926745492033660411834716796875,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bb7e5b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We create a customized plan that suits what your company<br> needs to achieve that most sought after ISO certification in Qatar.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b5634eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Would you prefer to speak to one of our consultants over the phone? Just enter your contact details and we will communicate with you shortly.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"24b37e46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You have the option to send us an email as well for any inquiries.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228054ef\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Send us an email at <a class=\\\"blue-bold\\\" href=\\\"mailto:sales@aegis.qa\\\">sales@aegis.qa<\\/a> or\",\"selected_icon\":{\"value\":\"icon icon-envelope2\",\"library\":\"ekiticons\"},\"_id\":\"8481221\"},{\"text\":\"call us at <a class=\\\"orange-bold\\\" href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"fc10220\"}],\"text_color\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7925215\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.61200000000000187583282240666449069976806640625,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#EDEDED\"},\"elements\":[{\"id\":\"364b7d1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEND US A MESSAGE\",\"header_size\":\"h4\",\"title_color\":\"#232754\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"vw\",\"size\":1.3899999999999999023003738329862244427204132080078125,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52a498cc\",\"elType\":\"widget\",\"settings\":{\"ekit_contact_form7\":\"57\",\"ekit_contact_form_input_style_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"ekit_contact_form_input_style_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_contact_form_input_style_margin_bottom\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ekit_contact_form_input_style_background_background\":\"classic\",\"ekit_contact_form_input_style_background_color\":\"#EAEAEA\",\"ekit_contact_form_input_style_border_border\":\"solid\",\"ekit_contact_form_input_style_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_contact_form_input_style_border_color\":\"#908F8F\",\"ekit_contact_form_input_typography_typography\":\"custom\",\"ekit_contact_form_input_typography_font_family\":\"Montserrat\",\"ekit_contact_form_input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_contact_form_input_typography_font_weight\":\"400\",\"ekit_contact_form_input_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_contact_form_input_style_font_color\":\"#1B1919\",\"ekit_contact_form_input_style_placeholder_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_contact_form_input_placeholder_font_color\":\"#1B1919\",\"ekit_contact_form_button_typography_typography\":\"custom\",\"ekit_contact_form_button_typography_font_family\":\"Montserrat\",\"ekit_contact_form_button_typography_font_size\":{\"unit\":\"vw\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"ekit_contact_form_button_typography_font_weight\":\"600\",\"ekit_contact_form_button_typography_text_transform\":\"uppercase\",\"ekit_contact_form_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"ekit_contact_form_button_background_background\":\"classic\",\"ekit_contact_form_button_background_color\":\"#191C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#EDEDED\"},\"elements\":[],\"widgetType\":\"elementskit-contact-form7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab77637\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"12d39524\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32a44fae\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6ceedde2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4ffb41\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5eaa3e86\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"643bda2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d9c7a61\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21f00e47\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section8\",\"css_classes\":\"vertical-scrolling\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6ae1651d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5991b7c\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"b6d00b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"2d2717a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"33744e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"14643cf9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"178faddd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2240195a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32adc8df\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2388a6b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3f589c7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2015b1e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge bank\",\"title_color\":\"#181C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"_css_classes\":\"h2title\",\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"155c5476\",\"elType\":\"widget\",\"settings\":{\"spaces\":0,\"slide_visible\":3,\"tabs\":2,\"arrow\":\"true\",\"arrowbg\":\"#C6292900\",\"arrowsize\":0,\"arrowposition\":\"0\",\"dotsize\":75,\"dotposition\":\"-25\",\"list_items\":[{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"_id\":\"7dd7d32\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar<\\/div>\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar<\\/div>\",\"_id\":\"bae7b45\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar<\\/div>\",\"_id\":\"ef031be\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar<\\/div>\",\"_id\":\"35da0d6\"}]},\"elements\":[],\"widgetType\":\"advanced-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ce70ba5\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be17b63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"64519d27\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b4dfc96\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f46ce1e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"735e5105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"23f2de98\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15d538d9\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6265e30e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section9\",\"css_classes\":\"vertical-scrolling\"},\"elements\":[{\"id\":\"56fc8b8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7c120c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\\nus\",\"align\":\"left\",\"title_color\":\"#232754\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31a3ccaa\",\"elType\":\"widget\",\"settings\":{\"address\":\"Aegis Services - ISO Certification in Qatar\",\"zoom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"415067fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"full\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"css_classes\":\"vertical-scrolling\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section10\",\"column_position\":\"top\",\"stretch_section\":\"section-stretched\",\"background_color\":\"#0F1125\"},\"elements\":[{\"id\":\"51c634cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"278ba951\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b504b7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78067787\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[hfe_template id=\'2255\']\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10973, 3400, '_elementor_controls_usage', 'a:13:{s:5:\"image\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:17;s:5:\"align\";i:17;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:14;s:12:\"width_tablet\";i:9;s:12:\"width_mobile\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:6;s:8:\"_padding\";i:5;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:84;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:9:{s:12:\"_inline_size\";i:84;s:19:\"_inline_size_tablet\";i:29;s:19:\"_inline_size_mobile\";i:43;s:23:\"content_position_tablet\";i:18;s:12:\"align_tablet\";i:11;s:16:\"content_position\";i:12;s:5:\"align\";i:12;s:21:\"space_between_widgets\";i:10;s:23:\"content_position_mobile\";i:16;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:13:\"margin_tablet\";i:12;s:14:\"padding_tablet\";i:11;s:6:\"margin\";i:13;s:7:\"padding\";i:18;s:13:\"margin_mobile\";i:25;s:14:\"padding_mobile\";i:25;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:19;}}s:5:\"style\";a:3:{s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:17;s:16:\"icon_color_hover\";i:8;s:16:\"icon_size_mobile\";i:8;}s:18:\"section_text_style\";a:12:{s:10:\"text_color\";i:18;s:26:\"icon_typography_typography\";i:19;s:27:\"icon_typography_font_family\";i:19;s:32:\"icon_typography_font_size_tablet\";i:9;s:27:\"icon_typography_font_weight\";i:19;s:34:\"icon_typography_line_height_tablet\";i:9;s:16:\"text_color_hover\";i:13;s:11:\"text_indent\";i:9;s:32:\"icon_typography_font_size_mobile\";i:8;s:25:\"icon_typography_font_size\";i:2;s:27:\"icon_typography_line_height\";i:1;s:30:\"icon_typography_letter_spacing\";i:1;}s:17:\"section_icon_list\";a:4:{s:20:\"space_between_mobile\";i:8;s:17:\"icon_align_mobile\";i:8;s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:9;s:15:\"_padding_tablet\";i:9;s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:35;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:35;s:5:\"align\";i:13;s:12:\"align_mobile\";i:14;s:12:\"align_tablet\";i:3;s:11:\"header_size\";i:16;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:12:{s:11:\"title_color\";i:26;s:21:\"typography_typography\";i:35;s:22:\"typography_font_family\";i:35;s:27:\"typography_font_size_tablet\";i:9;s:22:\"typography_font_weight\";i:35;s:29:\"typography_line_height_tablet\";i:9;s:32:\"typography_letter_spacing_tablet\";i:9;s:27:\"typography_font_size_mobile\";i:25;s:29:\"typography_line_height_mobile\";i:25;s:20:\"typography_font_size\";i:16;s:22:\"typography_line_height\";i:15;s:25:\"typography_text_transform\";i:9;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:12:\"_css_classes\";i:8;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:4;}s:17:\"_section_position\";a:3:{s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}}}}s:4:\"html\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"html\";i:10;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:9;s:15:\"_padding_tablet\";i:9;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:52;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:9:{s:16:\"content_position\";i:39;s:6:\"layout\";i:12;s:6:\"height\";i:11;s:13:\"custom_height\";i:14;s:20:\"custom_height_mobile\";i:2;s:15:\"column_position\";i:10;s:3:\"gap\";i:6;s:20:\"custom_height_tablet\";i:1;s:15:\"stretch_section\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:20;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:9:{s:13:\"margin_tablet\";i:21;s:14:\"padding_tablet\";i:21;s:11:\"_element_id\";i:12;s:11:\"css_classes\";i:28;s:6:\"margin\";i:32;s:13:\"margin_mobile\";i:25;s:14:\"padding_mobile\";i:25;s:14:\"z_index_tablet\";i:9;s:7:\"padding\";i:30;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:10;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:22;s:16:\"background_image\";i:6;s:19:\"background_position\";i:19;s:17:\"background_repeat\";i:18;s:15:\"background_size\";i:15;s:16:\"background_color\";i:14;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:13;s:5:\"align\";i:13;s:4:\"size\";i:5;s:12:\"align_mobile\";i:4;s:12:\"align_tablet\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:15:{s:21:\"typography_typography\";i:13;s:22:\"typography_font_family\";i:13;s:20:\"typography_font_size\";i:13;s:22:\"typography_font_weight\";i:13;s:25:\"typography_text_transform\";i:13;s:22:\"typography_line_height\";i:13;s:25:\"typography_letter_spacing\";i:13;s:16:\"background_color\";i:11;s:29:\"button_background_hover_color\";i:11;s:13:\"border_radius\";i:13;s:27:\"typography_font_size_mobile\";i:9;s:29:\"typography_line_height_mobile\";i:8;s:32:\"typography_letter_spacing_mobile\";i:8;s:17:\"button_text_color\";i:2;s:11:\"hover_color\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:8;s:15:\"_padding_mobile\";i:8;s:12:\"_css_classes\";i:4;s:7:\"_margin\";i:3;s:8:\"_padding\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;s:25:\"typography_text_transform\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:6;s:12:\"align_mobile\";i:1;s:12:\"align_tablet\";i:1;s:10:\"text_color\";i:5;s:25:\"typography_letter_spacing\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:14:\"_margin_mobile\";i:1;}}}}s:4:\"tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_tabs\";a:2:{s:4:\"tabs\";i:1;s:4:\"type\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_tabs_style\";a:14:{s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:9:\"tab_color\";i:1;s:16:\"tab_active_color\";i:1;s:25:\"tab_typography_typography\";i:1;s:26:\"tab_typography_font_family\";i:1;s:24:\"tab_typography_font_size\";i:1;s:26:\"tab_typography_font_weight\";i:1;s:26:\"tab_typography_line_height\";i:1;s:13:\"content_color\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;}}}}s:17:\"advanced-carousel\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"setting_section\";a:3:{s:6:\"spaces\";i:2;s:13:\"slide_visible\";i:2;s:4:\"tabs\";i:2;}s:15:\"navigation_area\";a:5:{s:5:\"arrow\";i:2;s:7:\"arrowbg\";i:2;s:9:\"arrowsize\";i:2;s:13:\"arrowposition\";i:2;s:7:\"dotsize\";i:2;}}s:5:\"style\";a:1:{s:14:\"carousel_style\";a:1:{s:10:\"list_items\";i:2;}}}}s:25:\"elementskit-contact-form7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:11:\"section_tab\";a:1:{s:18:\"ekit_contact_form7\";i:1;}}s:5:\"style\";a:2:{s:29:\"ekit_contact_form_input_style\";a:16:{s:37:\"ekit_contact_form_input_style_padding\";i:1;s:36:\"ekit_contact_form_input_style_height\";i:1;s:43:\"ekit_contact_form_input_style_margin_bottom\";i:1;s:51:\"ekit_contact_form_input_style_background_background\";i:1;s:46:\"ekit_contact_form_input_style_background_color\";i:1;s:43:\"ekit_contact_form_input_style_border_border\";i:1;s:42:\"ekit_contact_form_input_style_border_width\";i:1;s:42:\"ekit_contact_form_input_style_border_color\";i:1;s:45:\"ekit_contact_form_input_typography_typography\";i:1;s:46:\"ekit_contact_form_input_typography_font_family\";i:1;s:44:\"ekit_contact_form_input_typography_font_size\";i:1;s:46:\"ekit_contact_form_input_typography_font_weight\";i:1;s:46:\"ekit_contact_form_input_typography_line_height\";i:1;s:40:\"ekit_contact_form_input_style_font_color\";i:1;s:51:\"ekit_contact_form_input_style_placeholder_font_size\";i:1;s:46:\"ekit_contact_form_input_placeholder_font_color\";i:1;}s:37:\"ekit_contact_form_button_style_holder\";a:8:{s:46:\"ekit_contact_form_button_typography_typography\";i:1;s:47:\"ekit_contact_form_button_typography_font_family\";i:1;s:45:\"ekit_contact_form_button_typography_font_size\";i:1;s:47:\"ekit_contact_form_button_typography_font_weight\";i:1;s:50:\"ekit_contact_form_button_typography_text_transform\";i:1;s:50:\"ekit_contact_form_button_typography_letter_spacing\";i:1;s:46:\"ekit_contact_form_button_background_background\";i:1;s:41:\"ekit_contact_form_button_background_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}}'),
(11636, 3513, '_menu_item_type', 'post_type'),
(11637, 3513, '_menu_item_menu_item_parent', '0'),
(11638, 3513, '_menu_item_object_id', '2360'),
(11639, 3513, '_menu_item_object', 'page'),
(11640, 3513, '_menu_item_target', ''),
(11641, 3513, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(11642, 3513, '_menu_item_xfn', ''),
(11643, 3513, '_menu_item_url', ''),
(11645, 3513, '_menu_item_template', ''),
(11646, 3513, '_menu_item_mega_template', '0'),
(11647, 3513, '_menu_item_nolink', ''),
(11648, 3513, '_menu_item_category_post', ''),
(11649, 3513, '_menu_item_megamenu', ''),
(11650, 3513, '_menu_item_megamenu_auto_width', ''),
(11651, 3513, '_menu_item_megamenu_col', ''),
(11652, 3513, '_menu_item_megamenu_heading', ''),
(11653, 3513, '_menu_item_megamenu_widgetarea', '0'),
(11654, 3513, '_menu_item_icon', ''),
(11655, 3514, '_menu_item_type', 'post_type'),
(11656, 3514, '_menu_item_menu_item_parent', '0'),
(11657, 3514, '_menu_item_object_id', '2340'),
(11658, 3514, '_menu_item_object', 'page'),
(11659, 3514, '_menu_item_target', ''),
(11660, 3514, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(11661, 3514, '_menu_item_xfn', ''),
(11662, 3514, '_menu_item_url', ''),
(11664, 3514, '_menu_item_template', ''),
(11665, 3514, '_menu_item_mega_template', '0'),
(11666, 3514, '_menu_item_nolink', ''),
(11667, 3514, '_menu_item_category_post', ''),
(11668, 3514, '_menu_item_megamenu', ''),
(11669, 3514, '_menu_item_megamenu_auto_width', ''),
(11670, 3514, '_menu_item_megamenu_col', ''),
(11671, 3514, '_menu_item_megamenu_heading', ''),
(11672, 3514, '_menu_item_megamenu_widgetarea', '0'),
(11673, 3514, '_menu_item_icon', ''),
(11674, 3515, '_menu_item_type', 'post_type'),
(11675, 3515, '_menu_item_menu_item_parent', '0'),
(11676, 3515, '_menu_item_object_id', '2339'),
(11677, 3515, '_menu_item_object', 'page'),
(11678, 3515, '_menu_item_target', ''),
(11679, 3515, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(11680, 3515, '_menu_item_xfn', ''),
(11681, 3515, '_menu_item_url', ''),
(11683, 3515, '_menu_item_template', ''),
(11684, 3515, '_menu_item_mega_template', '0'),
(11685, 3515, '_menu_item_nolink', ''),
(11686, 3515, '_menu_item_category_post', ''),
(11687, 3515, '_menu_item_megamenu', ''),
(11688, 3515, '_menu_item_megamenu_auto_width', ''),
(11689, 3515, '_menu_item_megamenu_col', ''),
(11690, 3515, '_menu_item_megamenu_heading', ''),
(11691, 3515, '_menu_item_megamenu_widgetarea', '0'),
(11692, 3515, '_menu_item_icon', ''),
(11693, 3516, '_menu_item_type', 'post_type'),
(11694, 3516, '_menu_item_menu_item_parent', '0'),
(11695, 3516, '_menu_item_object_id', '2338'),
(11696, 3516, '_menu_item_object', 'page'),
(11697, 3516, '_menu_item_target', ''),
(11698, 3516, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(11699, 3516, '_menu_item_xfn', ''),
(11700, 3516, '_menu_item_url', ''),
(11702, 3516, '_menu_item_template', ''),
(11703, 3516, '_menu_item_mega_template', '0'),
(11704, 3516, '_menu_item_nolink', ''),
(11705, 3516, '_menu_item_category_post', ''),
(11706, 3516, '_menu_item_megamenu', ''),
(11707, 3516, '_menu_item_megamenu_auto_width', ''),
(11708, 3516, '_menu_item_megamenu_col', ''),
(11709, 3516, '_menu_item_megamenu_heading', ''),
(11710, 3516, '_menu_item_megamenu_widgetarea', '0'),
(11711, 3516, '_menu_item_icon', ''),
(11712, 3517, '_menu_item_type', 'post_type'),
(11713, 3517, '_menu_item_menu_item_parent', '0'),
(11714, 3517, '_menu_item_object_id', '2337'),
(11715, 3517, '_menu_item_object', 'page'),
(11716, 3517, '_menu_item_target', ''),
(11717, 3517, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(11718, 3517, '_menu_item_xfn', ''),
(11719, 3517, '_menu_item_url', ''),
(11721, 3517, '_menu_item_template', ''),
(11722, 3517, '_menu_item_mega_template', '0'),
(11723, 3517, '_menu_item_nolink', ''),
(11724, 3517, '_menu_item_category_post', ''),
(11725, 3517, '_menu_item_megamenu', ''),
(11726, 3517, '_menu_item_megamenu_auto_width', ''),
(11727, 3517, '_menu_item_megamenu_col', ''),
(11728, 3517, '_menu_item_megamenu_heading', ''),
(11729, 3517, '_menu_item_megamenu_widgetarea', '0'),
(11730, 3517, '_menu_item_icon', ''),
(11731, 3518, '_menu_item_type', 'post_type'),
(11732, 3518, '_menu_item_menu_item_parent', '0'),
(11733, 3518, '_menu_item_object_id', '2335'),
(11734, 3518, '_menu_item_object', 'page'),
(11735, 3518, '_menu_item_target', ''),
(11736, 3518, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(11737, 3518, '_menu_item_xfn', ''),
(11738, 3518, '_menu_item_url', ''),
(11740, 3518, '_menu_item_template', ''),
(11741, 3518, '_menu_item_mega_template', '0'),
(11742, 3518, '_menu_item_nolink', ''),
(11743, 3518, '_menu_item_category_post', ''),
(11744, 3518, '_menu_item_megamenu', ''),
(11745, 3518, '_menu_item_megamenu_auto_width', ''),
(11746, 3518, '_menu_item_megamenu_col', ''),
(11747, 3518, '_menu_item_megamenu_heading', ''),
(11748, 3518, '_menu_item_megamenu_widgetarea', '0'),
(11749, 3518, '_menu_item_icon', ''),
(12089, 3569, '_wp_attached_file', '2021/01/afater.png'),
(12090, 3569, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:44;s:6:\"height\";i:16;s:4:\"file\";s:18:\"2021/01/afater.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"0\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-10-21 04:52:22\";s:9:\"thumbsOpt\";i:0;s:13:\"thumbsOptList\";a:0:{}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:1:\"0\";}'),
(12269, 3599, '_elementor_edit_mode', 'builder'),
(12270, 3599, '_elementor_template_type', 'section'),
(12271, 3599, '_elementor_version', '3.0.16'),
(12275, 3599, '_wp_page_template', 'default'),
(12276, 3599, '_elementor_data', '[{\"id\":\"2d07531c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/Untitled-1.jpg\",\"id\":119},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"vertical-scrolling\",\"_element_id\":\"section0\",\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17921b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fdb175\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"HeaderWhite\",\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"66123e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"66c2d617\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle.png\",\"id\":2706},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2e9f031b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"f565e92\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4254d81a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"27114772\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d54b722\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8e6469f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e996fd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6aa3fc26\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span class=\\\"grey\\\">get<\\/span> Accredited<br\\/>\\nISO Certification\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":146,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_css_classes\":\"h2title\",\"align_tablet\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4003b5f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Quote Now\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"align_tablet\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_css_classes\":\"buttonCustom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12282, 3599, '_elementor_controls_usage', 'a:7:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:1;s:12:\"width_tablet\";i:1;s:12:\"width_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:8:{s:12:\"_inline_size\";i:5;s:19:\"_inline_size_tablet\";i:3;s:19:\"_inline_size_mobile\";i:3;s:23:\"content_position_tablet\";i:2;s:12:\"align_tablet\";i:1;s:16:\"content_position\";i:2;s:5:\"align\";i:1;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:1;s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_icon_style\";a:1:{s:10:\"icon_color\";i:1;}s:18:\"section_text_style\";a:6:{s:10:\"text_color\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:32:\"icon_typography_font_size_tablet\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:34:\"icon_typography_line_height_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:11:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_font_weight\";i:2;s:29:\"typography_line_height_tablet\";i:2;s:32:\"typography_letter_spacing_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:2;s:29:\"typography_line_height_mobile\";i:2;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;s:8:\"_padding\";i:1;}}}}s:4:\"html\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"html\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:16:\"content_position\";i:3;s:6:\"layout\";i:1;s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:20:\"custom_height_mobile\";i:1;s:15:\"column_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:9:{s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:3;s:11:\"_element_id\";i:2;s:11:\"css_classes\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:3;s:14:\"padding_mobile\";i:3;s:14:\"z_index_tablet\";i:1;s:7:\"padding\";i:2;}s:19:\"_section_responsive\";a:1:{s:12:\"hide_desktop\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:12:\"align_mobile\";i:1;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:11:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}}'),
(12283, 3602, '_wp_attached_file', '2021/01/new-bg.jpg'),
(12284, 3602, '_wp_attachment_metadata', 'a:10:{s:5:\"width\";i:1600;s:6:\"height\";d:834;s:4:\"file\";s:18:\"2021/01/new-bg.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"new-bg-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"new-bg-1024x534.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"new-bg-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:\"new-bg-768x400.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"new-bg-1536x801.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:9:\"old_width\";i:1920;s:10:\"old_height\";i:1001;s:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"24\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-10-21 04:52:14\";s:9:\"thumbsOpt\";i:5;s:13:\"thumbsOptList\";a:5:{i:0;s:18:\"new-bg-300x156.jpg\";i:1;s:19:\"new-bg-1024x534.jpg\";i:2;s:18:\"new-bg-150x150.jpg\";i:3;s:18:\"new-bg-768x400.jpg\";i:4;s:19:\"new-bg-1536x801.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"48.85\";}'),
(12882, 3695, '_elementor_edit_mode', 'builder'),
(12883, 3695, '_elementor_template_type', 'page'),
(12884, 3695, '_elementor_version', '3.0.16'),
(12888, 3695, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12889, 3695, '_elementor_data', '[{\"id\":\"1012f7bd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/new-bg.jpg\",\"id\":3602},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"vertical-scrolling\",\"_element_id\":\"section0\",\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"440bf3b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"2829e0d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span class=\\\"grey\\\">Achieve<\\/span> Top ISO Certification In Qatar\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"337a233d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"43bf59cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"geta-quote-form\",\"content_position\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"1c8f084b\",\"elType\":\"widget\",\"settings\":{\"ekit_contact_form7\":\"3598\",\"ekit_contact_form_input_style_margin_bottom\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ekit_contact_form_input_style_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_style_border_border\":\"solid\",\"ekit_contact_form_input_style_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_hover_style_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_hover_style_border_border\":\"solid\",\"ekit_contact_form_input_hover_style_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_focus_style_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_focus_style_border_border\":\"solid\",\"ekit_contact_form_input_focus_style_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_typography_typography\":\"custom\",\"ekit_contact_form_input_typography_font_family\":\"Montserrat\",\"ekit_contact_form_input_typography_font_weight\":\"400\",\"ekit_contact_form_input_style_font_color\":\"#808080\",\"ekit_contact_form_input_placeholder_font_color\":\"#808080\",\"ekit_contact_form_button_typography_typography\":\"custom\",\"ekit_contact_form_button_typography_font_family\":\"Montserrat\",\"ekit_contact_form_button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_contact_form_button_typography_font_weight\":\"700\",\"ekit_contact_form_button_typography_text_transform\":\"uppercase\",\"ekit_contact_form_button_typography_font_style\":\"normal\",\"ekit_contact_form_button_typography_text_decoration\":\"none\",\"ekit_contact_form_button_style_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_button_style_use_width_height\":\"yes\",\"ekit_contact_form_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_contact_form_button_style_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_contact_form_button_background_background\":\"classic\",\"ekit_contact_form_button_background_color\":\"#336EDB\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_button_hover_background_background\":\"classic\",\"ekit_contact_form_button_hover_background_color\":\"#255EC8\"},\"elements\":[],\"widgetType\":\"elementskit-contact-form7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b75af2b\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"791251\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"103a76d6\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25c64916\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8b6fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5f0eef06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1e238046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f22f453\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59178e48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/what-we-do-bg.jpg\",\"id\":50},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"css_classes\":\"vertical-scrolling\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section1\",\"column_position\":\"top\",\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a5e28d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2dc2cc09\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"21fe6067\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"46c68292\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4ff83cb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6e1c33a9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1dc70b68\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7cd4f8ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"292b270\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"22179454\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"38bcc947\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"center\"},\"elements\":[{\"id\":\"a6ad1f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Aegis Services\",\"header_size\":\"h6\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"},\"align_mobile\":\"center\",\"align_tablet\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b6f5b40\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE DO\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4b44889\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"align_mobile\":\"center\",\"_css_classes\":\"h2title\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bed7a9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Founded in 2012, Aegis Services L.L.C is an independent management and ISO consultant, working relentlessly to provide excellent consultancy services to various industries in Qatar. Since inception, we have paved our way to becoming a leading cons... <a href=\\\"https:\\/\\/aegis.qa\\/contact-us\\/\\\">Contact us today<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"align_mobile\":\"center\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7909d5da\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ebf0580\",\"button_background_hover_color\":\"globals\\/colors?id=ebf0580\",\"button_text_color\":\"globals\\/colors?id=aed3438\",\"hover_color\":\"globals\\/colors?id=aed3438\"},\"_css_classes\":\"buttonCustom\",\"align_mobile\":\"center\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"64ba872e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Brochure Download\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"button_background_hover_color\":\"\",\"button_text_color\":\"\",\"hover_color\":\"\"},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#191C3D\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#191C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"buttonCustom2\",\"align_mobile\":\"center\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"30fc7ca4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":100,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cd3f517\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"ISO 14001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-14001-environment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5520729\"},{\"text\":\"ISO 45001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-45001-health-and-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0c2af78\"},{\"text\":\"ISO 22000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22000-food-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"21f830e\"},{\"text\":\"ISO 22301\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22301-business-continuity\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d6f46bc\"},{\"text\":\"ISO 31000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-31000-risk-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9122a9a\"},{\"text\":\"ISO 41001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-41001-facilities-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2cb33ed\"},{\"text\":\"ISO 27001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-27001-information-security\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9bb3704\"},{\"text\":\"ISO 50001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-50001-energy-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"e38d52a\"},{\"text\":\"SMETA\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/smeta-audit\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5051fa5\"},{\"text\":\"Environment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-14001-environment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"10d559e\"},{\"text\":\"Health and Safety\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-45001-health-and-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ee55e7f\"},{\"text\":\"Food Safety\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22000-food-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"30092ff\"},{\"text\":\"Business Continuity\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22301-business-continuity\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"69f7e53\"},{\"text\":\"Risk Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-31000-risk-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"52d211f\"},{\"text\":\"Facilities Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-41001-facilities-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6f910aa\"},{\"text\":\"Information Security\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-27001-information-security\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ba17a0\"},{\"text\":\"Energy Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-50001-energy-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"203e6fb\"},{\"text\":\"Audit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/smeta-audit\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1f50bea\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"left\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_css_classes\":\"what_we_do_list\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=7e2de60\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4afd1e58\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c7e9d72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1adaa741\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"126dcf02\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e9c9df5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1f9a1f4a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4dddc9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72bf0d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2024a351\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"css_classes\":\"vertical-scrolling\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section2\",\"column_position\":\"top\",\"background_color\":\"#FFFFFF\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e6a1a2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e1f0bb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"710c6eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"662e670c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7f84679e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"27da1afe\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"635d7e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"60c38473\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fa7454e\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52582153\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77f521a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"89743fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"It\\u2019s simple, it\\u2019s easy, it\\u2019s fast\",\"header_size\":\"h6\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"752bcdd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"How it works\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4b44889\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"h2title\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"549a113\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d3ea51\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"916c9dc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-1.png\",\"id\":23},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"38e631f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You choose the best Aegis services\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5d10a015\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"59f18282\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-2.png\",\"id\":24},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d03e480\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pick right documents for your management system\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1bda93c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"31edbdc0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-3.png\",\"id\":25},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43e7a750\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top-level quality courses & training\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"64d26990\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"7ff4e38d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-4.png\",\"id\":26},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6688bd23\",\"elType\":\"widget\",\"settings\":{\"title\":\"Implementation of the high standard\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"369d253e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"402b80b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/h-5.png\",\"id\":87},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69daa426\",\"elType\":\"widget\",\"settings\":{\"title\":\"You get certified and boost your revenues\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1daccc36\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"263425ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58cae1e0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div class=\\\"timelineBlock\\\">\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-1.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>You choose the best Aegis services<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-2.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>Pick right documents for your management system<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-3.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>Top-level quality courses & training<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-4.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>Implementation of the high standard<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/h-5.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>You get certified and boost your revenues<\\/p>\\n      <\\/div>\\n   <\\/div>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4bf1facc\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6fbffe67\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a14721\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"button_background_hover_color\":\"\",\"button_text_color\":\"\",\"hover_color\":\"\"},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#191C3D\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#191C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"buttonCustom2\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6741bbb3\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7bb9cc40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"744ef462\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28ee8309\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6064ea33\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"51921abf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"77ef002c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28e4b41b\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1783cbf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section3\",\"css_classes\":\"vertical-scrolling\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1a0cd414\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"6d0d46a7\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"14773d63\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"65a2d0c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle.png\",\"id\":2706},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"530a3b6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"727d10a6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2c3671d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"76bb4dbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79d9d270\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"11a8228\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/who-we-are.jpg\",\"id\":61},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"49f78b4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"content_position\":\"center\",\"align\":\"flex-start\"},\"elements\":[{\"id\":\"53dfba06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/who-we-icon.png\",\"id\":2933},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"84\",\"height\":\"84\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36f0d0e1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Established Since 2012\",\"text_color\":\"#CCCCCC\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39efae64\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who we are\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_css_classes\":\"h2title\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6a1e224d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f46f587\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"78b48f14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Aegis Services L.L.C is one of Qatar\\u2019s leading \\u2018total solutions\\u2019 provider and have adopted a simple \\u201cyou choose us-we consult- you get certified\\u201d approach with the effective and no-nonsense route to ISO certification. Established in November 2012, we provide consultation and management for the entire ISO Standard Series and have worked with various clients including small, one-man brands up to large international multi-billion turnover companies offering impeccable services. We believe in upholding the highest standards of business ethics with a commitment to total quality and our tailored documentation will be written with your existing business processes in mind. Our 8 years of experience has helped us understand our cli...\\n\\n\",\"align\":\"justify\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"134449d3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ebf0580\",\"button_background_hover_color\":\"globals\\/colors?id=ebf0580\",\"button_text_color\":\"globals\\/colors?id=aed3438\",\"hover_color\":\"globals\\/colors?id=aed3438\"},\"_css_classes\":\"buttonCustom\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e7ae933\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"47bb8ed8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"699d229\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ded9772\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8e5d47\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"34f9bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"61b3df33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f5a1aab\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56ec3595\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"full\",\"column_position\":\"top\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/aegis_advantage.jpg\",\"id\":250},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"_element_id\":\"section4\",\"css_classes\":\"vertical-scrolling\",\"background_color\":\"#F2F2F2\"},\"elements\":[{\"id\":\"2b327aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2a917846\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"18206ade\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"7447f613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"32d437a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"2ef0d4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6e0631\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6d16c877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6aca5cb0\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"66e7ee4e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"77591b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fa4d25d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Aegis advantage\",\"title_color\":\"#181C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"h2title\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"361ccc1b\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"21ce82bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20855e24\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fc74a13\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac6e433\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"536db44b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"407f27af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"256afa2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"294d860b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"full\",\"column_position\":\"top\",\"content_position\":\"top\",\"_element_id\":\"section5\",\"css_classes\":\"vertical-scrolling\"},\"elements\":[{\"id\":\"59fed153\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72487da9\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"b05b561\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"1a6c49a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle.png\",\"id\":2706},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"164cf1b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"fe6c2e8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1ead72aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5e2b871d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1aa60d05\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"434bd3a9\",\"elType\":\"section\",\"settings\":{\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/faq-banner.jpg\",\"id\":1581},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"147818d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"df0d80d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/faq-banner-icon.png\",\"id\":2957},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"84\",\"height\":\"84\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e156591\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46bd876b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a34538e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26a3af09\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is ISO?\",\"tab_content\":\"<h5>What is ISO?<\\/h5>\\n<p>ISO is an independent, non-governmental international organization with a membership of 163 national standards bodies.\\n\\nThrough its members, it brings together experts to share knowledge and develop voluntary, consensus-based, market relevant International Standards that support innovation and provide solutions to global challenges.\\n\\nISO (International Organization of Standardization) creates documents that provide requirements, specifications, guidelines or characteristics that can be used consistently to ensure that materials, products, processes and services are fit for their purpose.<\\/p>\",\"_id\":\"6954f9a\"},{\"tab_title\":\"What are standards?\",\"tab_content\":\"<h5>What are standards?<\\/h5>\\n<p>International Standards make things work. They give world-class specifications for products, services and systems, to ensure quality, safety and efficiency. They are instrumental in facilitating international trade.<\\/p>\",\"_id\":\"93e3be7\"},{\"tab_title\":\"Who can apply for an ISO Certificate?\",\"tab_content\":\"<h5>Who can apply for an ISO Certificate?<\\/h5>\\n<p>Any company irrespective to size and industry can apply for an ISO certification in Qatar. ISO has published 21610 International Standards and related documents, covering almost every industry, from technology, to food safety, to agriculture, to healthcare, to construction and oil &amp; gas. ISO International Standards impact everyone, everywhere.<\\/p>\",\"_id\":\"11e5c0f\"},{\"tab_title\":\"Why choose us?\",\"tab_content\":\"<h5>Why choose us?<\\/h5>\\n<p>Any company irrespective to size and industry can apply for an ISO certification in Qatar. ISO has published 21610 International Standards and related documents, covering almost every industry, from technology, to food safety, to agriculture, to healthcare, to construction and oil &amp; gas. ISO International Standards impact everyone, everywhere.<\\/p>\",\"_id\":\"2d1e0d5\"},{\"_id\":\"a6577ab\",\"tab_title\":\"What will it cost?\",\"tab_content\":\"<h5>What will it cost?<\\/h5>\\n<p>The cost will depend on the size of the company, the standard required and the services needed. Send us an email at sales@aegis.qa or give us a call at +974-4466-2120 and we will certainly provide you a quote that is attractive, competitive and will undoubtedly suit your needs. Best price guaranteed.<\\/p>\"},{\"_id\":\"18fcd64\",\"tab_title\":\"Are there any hidden charges involved?\",\"tab_content\":\"<h5>Are there any hidden charges involved?<\\/h5>\\n<p>Definitely not. Everything is straightforward, no hidden charges, no advance charges.<\\/p>\"},{\"_id\":\"ab8380a\",\"tab_title\":\"What is the best channel to get in touch with you?\",\"tab_content\":\"<h5>What is the best channel to get in touch with you?<\\/h5>\\n<p>Drop us a call at +974-4466-2120 or send us an email at sales@aegis.qa. Someone will get in touch with you immediately. Best price guaranteed.<\\/p>\"}],\"type\":\"vertical\",\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"tab_color\":\"#666666\",\"tab_active_color\":\"#3C73CA\",\"tab_typography_typography\":\"custom\",\"tab_typography_font_family\":\"Montserrat\",\"tab_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tab_typography_font_weight\":\"300\",\"tab_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_color\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"content_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"tabs\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f675979\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section6\",\"css_classes\":\"vertical-scrolling\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3304f74b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31cf4f9\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"5a865b49\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"326bf09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8f1fe88\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"460dcc4d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"43d64aa8\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"412aa46a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4fe927c4\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5992ca10\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59ff9414\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"11b3e511\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Trust Us\\n\",\"title_color\":\"#181C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"_css_classes\":\"h2title\",\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ee70a00\",\"elType\":\"widget\",\"settings\":{\"spaces\":0,\"slide_visible\":3,\"tabs\":2,\"arrow\":\"true\",\"arrowbg\":\"#C6292900\",\"arrowsize\":0,\"arrowposition\":\"0\",\"dotsize\":75,\"dotposition\":\"-25\",\"list_items\":[{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"_id\":\"7dd7d32\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar\\n\\n<\\/div>\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar\\n\\n<\\/div>\",\"_id\":\"bae7b45\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar\\n\\n<\\/div>\",\"_id\":\"ef031be\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar\\n\\n<\\/div>\",\"_id\":\"35da0d6\"}]},\"elements\":[],\"widgetType\":\"advanced-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"383a98ea\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56589ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461a3efb\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"14eb6b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4ebc7fee\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"202046b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7e9d6c46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2052063a\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c41ae42\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"column_position\":\"top\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section7\",\"css_classes\":\"vertical-scrolling\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6ce59d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15476599\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"69dc640a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"798bed60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle.png\",\"id\":2706},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2671958b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"54f335f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6454729a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7e59bfb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b275237\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"716b437d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"top\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/bg-5.png\",\"id\":17},\"background_position\":\"top center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4904000a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"377b7d48\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-6.png\",\"id\":28},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1623dfd1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request call back\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"h2title\",\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"28736def\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"top\",\"background_background\":\"classic\",\"background_position\":\"top center\",\"margin\":{\"unit\":\"px\",\"top\":\"-0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\",\"background_color\":\"#FCFCFC\"},\"elements\":[{\"id\":\"770af500\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.3333333300000020926745492033660411834716796875,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f52effa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We create a customized plan that suits what your company<br> needs to achieve that most sought after ISO certification in Qatar.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"359a6536\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Would you prefer to speak to one of our consultants over the phone? Just enter your contact details and we will communicate with you shortly.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4acbfabb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You have the option to send us an email as well for any inquiries.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68c6160c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Send us an email at <a class=\\\"blue-bold\\\" href=\\\"mailto:sales@aegis.qa\\\">sales@aegis.qa<\\/a> or\",\"selected_icon\":{\"value\":\"icon icon-envelope2\",\"library\":\"ekiticons\"},\"_id\":\"8481221\"},{\"text\":\"call us at <a class=\\\"orange-bold\\\" href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"fc10220\"}],\"text_color\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3610a93f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.61200000000000187583282240666449069976806640625,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#EDEDED\"},\"elements\":[{\"id\":\"ec9c2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEND US A MESSAGE\",\"header_size\":\"h4\",\"title_color\":\"#232754\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"vw\",\"size\":1.3899999999999999023003738329862244427204132080078125,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6903d5e1\",\"elType\":\"widget\",\"settings\":{\"ekit_contact_form7\":\"57\",\"ekit_contact_form_input_style_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"ekit_contact_form_input_style_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_contact_form_input_style_margin_bottom\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ekit_contact_form_input_style_background_background\":\"classic\",\"ekit_contact_form_input_style_background_color\":\"#EAEAEA\",\"ekit_contact_form_input_style_border_border\":\"solid\",\"ekit_contact_form_input_style_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_contact_form_input_style_border_color\":\"#908F8F\",\"ekit_contact_form_input_typography_typography\":\"custom\",\"ekit_contact_form_input_typography_font_family\":\"Montserrat\",\"ekit_contact_form_input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_contact_form_input_typography_font_weight\":\"400\",\"ekit_contact_form_input_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_contact_form_input_style_font_color\":\"#1B1919\",\"ekit_contact_form_input_style_placeholder_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_contact_form_input_placeholder_font_color\":\"#1B1919\",\"ekit_contact_form_button_typography_typography\":\"custom\",\"ekit_contact_form_button_typography_font_family\":\"Montserrat\",\"ekit_contact_form_button_typography_font_size\":{\"unit\":\"vw\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"ekit_contact_form_button_typography_font_weight\":\"600\",\"ekit_contact_form_button_typography_text_transform\":\"uppercase\",\"ekit_contact_form_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"ekit_contact_form_button_background_background\":\"classic\",\"ekit_contact_form_button_background_color\":\"#191C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#EDEDED\"},\"elements\":[],\"widgetType\":\"elementskit-contact-form7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f8b5e5e\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e3e8459\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b3d3594\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"471e6322\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ca4f60\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1a991804\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"110ce03d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223b4423\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64b9f97e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section8\",\"css_classes\":\"vertical-scrolling\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e45c9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47028d85\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"2884c6fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"75e0b3f0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bd00af5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"50ff850c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d729b82\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"858841a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68c268ce\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"70e42d4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2a7d8032\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"586bba27\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge bank\",\"title_color\":\"#181C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"_css_classes\":\"h2title\",\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75f50cd8\",\"elType\":\"widget\",\"settings\":{\"spaces\":0,\"slide_visible\":3,\"tabs\":2,\"arrow\":\"true\",\"arrowbg\":\"#C6292900\",\"arrowsize\":0,\"arrowposition\":\"0\",\"dotsize\":75,\"dotposition\":\"-25\",\"list_items\":[{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"_id\":\"7dd7d32\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar<\\/div>\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar<\\/div>\",\"_id\":\"bae7b45\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar<\\/div>\",\"_id\":\"ef031be\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar<\\/div>\",\"_id\":\"35da0d6\"}]},\"elements\":[],\"widgetType\":\"advanced-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67985eb8\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d0fcdfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b8f3e5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e0a1418\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d78daa0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1ea16622\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"656b1244\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15d6fa1f\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36b4d9f6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section9\",\"css_classes\":\"vertical-scrolling\"},\"elements\":[{\"id\":\"26e797fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a9248f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\\nus\",\"align\":\"left\",\"title_color\":\"#232754\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b7dc054\",\"elType\":\"widget\",\"settings\":{\"address\":\"Aegis Services - ISO Certification in Qatar\",\"zoom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d537807\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"full\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"css_classes\":\"vertical-scrolling\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section10\",\"column_position\":\"top\",\"stretch_section\":\"section-stretched\",\"background_color\":\"#0F1125\"},\"elements\":[{\"id\":\"4f785d67\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7917d662\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ba9677f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25fc7d28\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[hfe_template id=\'2255\']\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12895, 3695, '_elementor_controls_usage', 'a:13:{s:7:\"heading\";a:3:{s:5:\"count\";i:34;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:34;s:11:\"header_size\";i:17;s:5:\"align\";i:13;s:12:\"align_mobile\";i:13;s:12:\"align_tablet\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:14:{s:11:\"title_color\";i:25;s:21:\"typography_typography\";i:34;s:22:\"typography_font_family\";i:34;s:20:\"typography_font_size\";i:16;s:22:\"typography_font_weight\";i:34;s:25:\"typography_text_transform\";i:10;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_mobile\";i:23;s:29:\"typography_line_height_mobile\";i:23;s:27:\"typography_font_size_tablet\";i:8;s:29:\"typography_line_height_tablet\";i:8;s:32:\"typography_letter_spacing_tablet\";i:8;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:14:\"_margin_mobile\";i:2;s:12:\"_css_classes\";i:7;s:7:\"_margin\";i:2;s:8:\"_padding\";i:4;}s:17:\"_section_position\";a:3:{s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}}}}s:25:\"elementskit-contact-form7\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:11:\"section_tab\";a:1:{s:18:\"ekit_contact_form7\";i:2;}}s:5:\"style\";a:2:{s:29:\"ekit_contact_form_input_style\";a:23:{s:43:\"ekit_contact_form_input_style_margin_bottom\";i:2;s:36:\"ekit_contact_form_input_style_radius\";i:1;s:43:\"ekit_contact_form_input_style_border_border\";i:2;s:42:\"ekit_contact_form_input_style_border_width\";i:2;s:42:\"ekit_contact_form_input_hover_style_radius\";i:1;s:49:\"ekit_contact_form_input_hover_style_border_border\";i:1;s:48:\"ekit_contact_form_input_hover_style_border_width\";i:1;s:42:\"ekit_contact_form_input_focus_style_radius\";i:1;s:49:\"ekit_contact_form_input_focus_style_border_border\";i:1;s:48:\"ekit_contact_form_input_focus_style_border_width\";i:1;s:45:\"ekit_contact_form_input_typography_typography\";i:2;s:46:\"ekit_contact_form_input_typography_font_family\";i:2;s:46:\"ekit_contact_form_input_typography_font_weight\";i:2;s:40:\"ekit_contact_form_input_style_font_color\";i:2;s:46:\"ekit_contact_form_input_placeholder_font_color\";i:2;s:37:\"ekit_contact_form_input_style_padding\";i:1;s:36:\"ekit_contact_form_input_style_height\";i:1;s:51:\"ekit_contact_form_input_style_background_background\";i:1;s:46:\"ekit_contact_form_input_style_background_color\";i:1;s:42:\"ekit_contact_form_input_style_border_color\";i:1;s:44:\"ekit_contact_form_input_typography_font_size\";i:1;s:46:\"ekit_contact_form_input_typography_line_height\";i:1;s:51:\"ekit_contact_form_input_style_placeholder_font_size\";i:1;}s:37:\"ekit_contact_form_button_style_holder\";a:16:{s:46:\"ekit_contact_form_button_typography_typography\";i:2;s:47:\"ekit_contact_form_button_typography_font_family\";i:2;s:45:\"ekit_contact_form_button_typography_font_size\";i:2;s:47:\"ekit_contact_form_button_typography_font_weight\";i:2;s:50:\"ekit_contact_form_button_typography_text_transform\";i:2;s:46:\"ekit_contact_form_button_typography_font_style\";i:1;s:51:\"ekit_contact_form_button_typography_text_decoration\";i:1;s:37:\"ekit_contact_form_button_style_margin\";i:1;s:47:\"ekit_contact_form_button_style_use_width_height\";i:1;s:30:\"ekit_contact_form_button_width\";i:1;s:42:\"ekit_contact_form_button_style_line_height\";i:1;s:46:\"ekit_contact_form_button_background_background\";i:2;s:41:\"ekit_contact_form_button_background_color\";i:2;s:52:\"ekit_contact_form_button_hover_background_background\";i:1;s:47:\"ekit_contact_form_button_hover_background_color\";i:1;s:50:\"ekit_contact_form_button_typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:81;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:9:{s:12:\"_inline_size\";i:81;s:16:\"content_position\";i:12;s:21:\"space_between_widgets\";i:11;s:5:\"align\";i:12;s:19:\"_inline_size_mobile\";i:40;s:23:\"content_position_mobile\";i:16;s:19:\"_inline_size_tablet\";i:26;s:23:\"content_position_tablet\";i:16;s:12:\"align_tablet\";i:10;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:14;s:7:\"padding\";i:19;s:11:\"css_classes\";i:1;s:13:\"margin_mobile\";i:25;s:14:\"padding_mobile\";i:25;s:13:\"margin_tablet\";i:11;s:14:\"padding_tablet\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:51;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:9:{s:6:\"layout\";i:12;s:6:\"height\";i:11;s:13:\"custom_height\";i:14;s:16:\"content_position\";i:37;s:20:\"custom_height_mobile\";i:2;s:15:\"column_position\";i:10;s:3:\"gap\";i:6;s:20:\"custom_height_tablet\";i:1;s:15:\"stretch_section\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:19;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:22;s:16:\"background_image\";i:6;s:19:\"background_position\";i:19;s:17:\"background_repeat\";i:18;s:15:\"background_size\";i:15;s:16:\"background_color\";i:14;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:9:{s:6:\"margin\";i:30;s:7:\"padding\";i:29;s:11:\"css_classes\";i:27;s:11:\"_element_id\";i:11;s:13:\"margin_mobile\";i:23;s:14:\"padding_mobile\";i:23;s:13:\"margin_tablet\";i:19;s:14:\"padding_tablet\";i:19;s:14:\"z_index_tablet\";i:8;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:9;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:18;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:4:{s:20:\"space_between_mobile\";i:8;s:17:\"icon_align_mobile\";i:8;s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:16;s:16:\"icon_color_hover\";i:8;s:16:\"icon_size_mobile\";i:8;}s:18:\"section_text_style\";a:12:{s:10:\"text_color\";i:17;s:16:\"text_color_hover\";i:13;s:11:\"text_indent\";i:9;s:26:\"icon_typography_typography\";i:18;s:27:\"icon_typography_font_family\";i:18;s:32:\"icon_typography_font_size_mobile\";i:8;s:27:\"icon_typography_font_weight\";i:18;s:32:\"icon_typography_font_size_tablet\";i:8;s:34:\"icon_typography_line_height_tablet\";i:8;s:25:\"icon_typography_font_size\";i:2;s:27:\"icon_typography_line_height\";i:1;s:30:\"icon_typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:8;s:15:\"_padding_tablet\";i:8;s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:12;s:5:\"align\";i:12;s:4:\"size\";i:4;s:12:\"align_mobile\";i:3;s:12:\"align_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:15:{s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:12;s:22:\"typography_font_weight\";i:12;s:25:\"typography_text_transform\";i:12;s:22:\"typography_line_height\";i:12;s:25:\"typography_letter_spacing\";i:12;s:16:\"background_color\";i:10;s:29:\"button_background_hover_color\";i:10;s:13:\"border_radius\";i:12;s:27:\"typography_font_size_mobile\";i:8;s:29:\"typography_line_height_mobile\";i:8;s:32:\"typography_letter_spacing_mobile\";i:8;s:17:\"button_text_color\";i:2;s:11:\"hover_color\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:8;s:15:\"_padding_mobile\";i:8;s:12:\"_css_classes\";i:4;s:7:\"_margin\";i:3;s:8:\"_padding\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:16;s:5:\"align\";i:16;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:13;s:12:\"width_tablet\";i:8;s:12:\"width_mobile\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:6;s:8:\"_padding\";i:5;}}}}s:4:\"html\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"html\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:8;s:15:\"_padding_tablet\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;s:25:\"typography_text_transform\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:6;s:12:\"align_mobile\";i:1;s:12:\"align_tablet\";i:1;s:10:\"text_color\";i:5;s:25:\"typography_letter_spacing\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:14:\"_margin_mobile\";i:1;}}}}s:4:\"tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_tabs\";a:2:{s:4:\"tabs\";i:1;s:4:\"type\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_tabs_style\";a:14:{s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:9:\"tab_color\";i:1;s:16:\"tab_active_color\";i:1;s:25:\"tab_typography_typography\";i:1;s:26:\"tab_typography_font_family\";i:1;s:24:\"tab_typography_font_size\";i:1;s:26:\"tab_typography_font_weight\";i:1;s:26:\"tab_typography_line_height\";i:1;s:13:\"content_color\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;}}}}s:17:\"advanced-carousel\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"setting_section\";a:3:{s:6:\"spaces\";i:2;s:13:\"slide_visible\";i:2;s:4:\"tabs\";i:2;}s:15:\"navigation_area\";a:5:{s:5:\"arrow\";i:2;s:7:\"arrowbg\";i:2;s:9:\"arrowsize\";i:2;s:13:\"arrowposition\";i:2;s:7:\"dotsize\";i:2;}}s:5:\"style\";a:1:{s:14:\"carousel_style\";a:1:{s:10:\"list_items\";i:2;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}}'),
(13186, 1512, 'ekit_post_views_count', '2021'),
(13904, 3855, '_elementor_edit_mode', 'builder'),
(13905, 3855, '_elementor_template_type', 'page'),
(13906, 3855, '_elementor_version', '3.0.16'),
(13910, 3855, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13911, 3855, '_elementor_data', '[{\"id\":\"294fe43d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/new-bg.jpg\",\"id\":3602},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"vertical-scrolling\",\"_element_id\":\"section0\",\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73f206ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7e97038e\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"3d409d01\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"2fc8238a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle.png\",\"id\":2706},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"148c09dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"34d99ffa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"26fd4624\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ac1159\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7205fa5d\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f45e72f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"20eb491b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"3ebcc72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span class=\\\"grey\\\">Achieve<\\/span> Top ISO Certification In Qatar\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"79fc5bca\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"css_classes\":\"getaquoteform\"},\"elements\":[{\"id\":\"33bc45db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"geta-quote-form\",\"content_position\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"70bdbd6\",\"elType\":\"widget\",\"settings\":{\"ekit_contact_form7\":\"3598\",\"ekit_contact_form_input_style_margin_bottom\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ekit_contact_form_input_style_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_style_border_border\":\"solid\",\"ekit_contact_form_input_style_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_hover_style_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_hover_style_border_border\":\"solid\",\"ekit_contact_form_input_hover_style_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_focus_style_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_focus_style_border_border\":\"solid\",\"ekit_contact_form_input_focus_style_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_typography_typography\":\"custom\",\"ekit_contact_form_input_typography_font_family\":\"Montserrat\",\"ekit_contact_form_input_typography_font_weight\":\"400\",\"ekit_contact_form_input_style_font_color\":\"#808080\",\"ekit_contact_form_input_placeholder_font_color\":\"#808080\",\"ekit_contact_form_button_typography_typography\":\"custom\",\"ekit_contact_form_button_typography_font_family\":\"Montserrat\",\"ekit_contact_form_button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_contact_form_button_typography_font_weight\":\"700\",\"ekit_contact_form_button_typography_text_transform\":\"uppercase\",\"ekit_contact_form_button_typography_font_style\":\"normal\",\"ekit_contact_form_button_typography_text_decoration\":\"none\",\"ekit_contact_form_button_style_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_button_style_use_width_height\":\"yes\",\"ekit_contact_form_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_contact_form_button_style_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_contact_form_button_background_background\":\"classic\",\"ekit_contact_form_button_background_color\":\"#336EDB\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_button_hover_background_background\":\"classic\",\"ekit_contact_form_button_hover_background_color\":\"#255EC8\"},\"elements\":[],\"widgetType\":\"elementskit-contact-form7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19ba0c64\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b343ad4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f27d017\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28dc7ff1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4816761a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1c761800\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1b78f941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7e2a95\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b558fbf\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/what-we-do-bg.jpg\",\"id\":50},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"css_classes\":\"vertical-scrolling\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section1\",\"column_position\":\"top\",\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"47d87b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f791643\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"225fdcb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"495ba912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48d4e078\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"617f927c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"509e9cc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4873cd8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"124009e5\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"338112a2\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab1067e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"center\"},\"elements\":[{\"id\":\"32caefeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Aegis Services\",\"header_size\":\"h6\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"},\"align_mobile\":\"center\",\"align_tablet\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd6d5e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE DO\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4b44889\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"align_mobile\":\"center\",\"_css_classes\":\"h2title\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81fe8cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Founded in 2012, Aegis Services L.L.C is an independent management and ISO consultant, working relentlessly to provide excellent consultancy services to various industries in Qatar. Since inception, we have paved our way to becoming a leading cons... <a href=\\\"https:\\/\\/aegis.qa\\/contact-us\\/\\\">Contact us today<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"align_mobile\":\"center\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5cba7527\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ebf0580\",\"button_background_hover_color\":\"globals\\/colors?id=ebf0580\",\"button_text_color\":\"globals\\/colors?id=aed3438\",\"hover_color\":\"globals\\/colors?id=aed3438\"},\"_css_classes\":\"buttonCustom\",\"align_mobile\":\"center\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3a352e29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Brochure Download\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"button_background_hover_color\":\"\",\"button_text_color\":\"\",\"hover_color\":\"\"},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#191C3D\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#191C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"buttonCustom2\",\"align_mobile\":\"center\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"236bcce2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":100,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10e34aff\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"ISO 14001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-14001-environment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5520729\"},{\"text\":\"ISO 45001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-45001-health-and-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0c2af78\"},{\"text\":\"ISO 22000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22000-food-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"21f830e\"},{\"text\":\"ISO 22301\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22301-business-continuity\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d6f46bc\"},{\"text\":\"ISO 31000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-31000-risk-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9122a9a\"},{\"text\":\"ISO 41001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-41001-facilities-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2cb33ed\"},{\"text\":\"ISO 27001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-27001-information-security\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9bb3704\"},{\"text\":\"ISO 50001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-50001-energy-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"e38d52a\"},{\"text\":\"SMETA\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/smeta-audit\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5051fa5\"},{\"text\":\"Environment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-14001-environment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"10d559e\"},{\"text\":\"Health and Safety\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-45001-health-and-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ee55e7f\"},{\"text\":\"Food Safety\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22000-food-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"30092ff\"},{\"text\":\"Business Continuity\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22301-business-continuity\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"69f7e53\"},{\"text\":\"Risk Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-31000-risk-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"52d211f\"},{\"text\":\"Facilities Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-41001-facilities-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6f910aa\"},{\"text\":\"Information Security\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-27001-information-security\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ba17a0\"},{\"text\":\"Energy Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-50001-energy-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"203e6fb\"},{\"text\":\"Audit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/smeta-audit\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1f50bea\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"left\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_css_classes\":\"what_we_do_list\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=7e2de60\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f8ccbd9\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6ad9697c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223a6d77\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a15788c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"451a6044\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6c9ef427\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73ef51c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46b4cd4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2baf3330\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"css_classes\":\"vertical-scrolling\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section2\",\"column_position\":\"top\",\"background_color\":\"#FFFFFF\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e9c9d5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"247ea259\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d733b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"6ed6b21a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"778e9066\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"bf670e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"254690da\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3c713a4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6293d3da\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"722c19a8\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"810aba8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b019ec2\",\"elType\":\"widget\",\"settings\":{\"title\":\"It\\u2019s simple, it\\u2019s easy, it\\u2019s fast\",\"header_size\":\"h6\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17913ad4\",\"elType\":\"widget\",\"settings\":{\"title\":\"How it works\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4b44889\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"h2title\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f2420fd\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"css_classes\":\"how_it_works\"},\"elements\":[{\"id\":\"5bd73cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"6bff566a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-1.png\",\"id\":23},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1c19e556\",\"elType\":\"widget\",\"settings\":{\"title\":\"You choose the best Aegis services\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"11607606\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"181977e6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-2.png\",\"id\":24},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4753028d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pick right documents for your management system\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5bad97dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"7c43bf28\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-3.png\",\"id\":25},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fd81301\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top-level quality courses & training\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"77e88f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"46b34f27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-4.png\",\"id\":26},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3daa04a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Implementation of the high standard\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7cbc7bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"3227836\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/h-5.png\",\"id\":87},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e9ebbf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"You get certified and boost your revenues\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5fed8bea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"7ce515\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"68ea3de\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div class=\\\"timelineBlock\\\">\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-1.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>You choose the best Aegis services<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-2.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>Pick right documents for your management system<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-3.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>Top-level quality courses & training<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-4.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>Implementation of the high standard<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/h-5.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>You get certified and boost your revenues<\\/p>\\n      <\\/div>\\n   <\\/div>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51a12aaa\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"179b8aac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"393d3a0e\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"button_background_hover_color\":\"\",\"button_text_color\":\"\",\"hover_color\":\"\"},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#191C3D\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#191C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"buttonCustom2\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d2e76b2\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce09e37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ceb03a4\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f6171c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65d2e48c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"49454389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6bd4f4ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c998ad9\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2387da\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section3\",\"css_classes\":\"vertical-scrolling\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6b7cde45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7e5d1bfc\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"609ac249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"6b08dc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle.png\",\"id\":2706},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"403f5a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"9fe7856\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"449c7c2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"34dc3ecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"393895cc\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bc023db\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/who-we-are.jpg\",\"id\":61},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48c21031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"content_position\":\"center\",\"align\":\"flex-start\"},\"elements\":[{\"id\":\"5b1ef418\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/who-we-icon.png\",\"id\":2933},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"84\",\"height\":\"84\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"557f2420\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Established Since 2012\",\"text_color\":\"#CCCCCC\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ef8a1a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who we are\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_css_classes\":\"h2title\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"43cfc253\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c91eac7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c7d4d3f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Aegis Services L.L.C is one of Qatar\\u2019s leading \\u2018total solutions\\u2019 provider and have adopted a simple \\u201cyou choose us-we consult- you get certified\\u201d approach with the effective and no-nonsense route to ISO certification. Established in November 2012, we provide consultation and management for the entire ISO Standard Series and have worked with various clients including small, one-man brands up to large international multi-billion turnover companies offering impeccable services. We believe in upholding the highest standards of business ethics with a commitment to total quality and our tailored documentation will be written with your existing business processes in mind. Our 8 years of experience has helped us understand our cli...\\n\\n\",\"align\":\"justify\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31332501\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ebf0580\",\"button_background_hover_color\":\"globals\\/colors?id=ebf0580\",\"button_text_color\":\"globals\\/colors?id=aed3438\",\"hover_color\":\"globals\\/colors?id=aed3438\"},\"_css_classes\":\"buttonCustom\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b281cb\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1dd92dc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f0c89c3\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"571f0d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"41e608fe\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3ee28338\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"222b681d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"356bab50\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13622ec6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"full\",\"column_position\":\"top\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/aegis_advantage.jpg\",\"id\":250},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"_element_id\":\"section4\",\"css_classes\":\"vertical-scrolling\",\"background_color\":\"#F2F2F2\"},\"elements\":[{\"id\":\"39a2ba3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c968451\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"243db43a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"48b905da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6420657f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"16b4f8d5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"37c75498\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"732f467f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"224aedb0\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"607c5598\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6d8dcf85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6f58d2bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Aegis advantage\",\"title_color\":\"#181C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"h2title\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51adfc9e\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25e09406\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"644c8c51\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"667f0c46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b280b70\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4f9a6a15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6a85f36e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"231b1a35\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ab5d4d3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"full\",\"column_position\":\"top\",\"content_position\":\"top\",\"_element_id\":\"section5\",\"css_classes\":\"vertical-scrolling\"},\"elements\":[{\"id\":\"bcc6aa8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4551b393\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"4f435735\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"681c6daa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle.png\",\"id\":2706},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"69cad608\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"77b557d9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4408683d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"134f050e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"315b4edd\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"786a22be\",\"elType\":\"section\",\"settings\":{\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/faq-banner.jpg\",\"id\":1581},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8205b05\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"489a47c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/faq-banner-icon.png\",\"id\":2957},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"84\",\"height\":\"84\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aaaab3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5fee7d82\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5433fc9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e9cf31\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is ISO?\",\"tab_content\":\"<h5>What is ISO?<\\/h5>\\n<p>ISO is an independent, non-governmental international organization with a membership of 163 national standards bodies.\\n\\nThrough its members, it brings together experts to share knowledge and develop voluntary, consensus-based, market relevant International Standards that support innovation and provide solutions to global challenges.\\n\\nISO (International Organization of Standardization) creates documents that provide requirements, specifications, guidelines or characteristics that can be used consistently to ensure that materials, products, processes and services are fit for their purpose.<\\/p>\",\"_id\":\"6954f9a\"},{\"tab_title\":\"What are standards?\",\"tab_content\":\"<h5>What are standards?<\\/h5>\\n<p>International Standards make things work. They give world-class specifications for products, services and systems, to ensure quality, safety and efficiency. They are instrumental in facilitating international trade.<\\/p>\",\"_id\":\"93e3be7\"},{\"tab_title\":\"Who can apply for an ISO Certificate?\",\"tab_content\":\"<h5>Who can apply for an ISO Certificate?<\\/h5>\\n<p>Any company irrespective to size and industry can apply for an ISO certification in Qatar. ISO has published 21610 International Standards and related documents, covering almost every industry, from technology, to food safety, to agriculture, to healthcare, to construction and oil &amp; gas. ISO International Standards impact everyone, everywhere.<\\/p>\",\"_id\":\"11e5c0f\"},{\"tab_title\":\"Why choose us?\",\"tab_content\":\"<h5>Why choose us?<\\/h5>\\n<p>Any company irrespective to size and industry can apply for an ISO certification in Qatar. ISO has published 21610 International Standards and related documents, covering almost every industry, from technology, to food safety, to agriculture, to healthcare, to construction and oil &amp; gas. ISO International Standards impact everyone, everywhere.<\\/p>\",\"_id\":\"2d1e0d5\"},{\"_id\":\"a6577ab\",\"tab_title\":\"What will it cost?\",\"tab_content\":\"<h5>What will it cost?<\\/h5>\\n<p>The cost will depend on the size of the company, the standard required and the services needed. Send us an email at sales@aegis.qa or give us a call at +974-4466-2120 and we will certainly provide you a quote that is attractive, competitive and will undoubtedly suit your needs. Best price guaranteed.<\\/p>\"},{\"_id\":\"18fcd64\",\"tab_title\":\"Are there any hidden charges involved?\",\"tab_content\":\"<h5>Are there any hidden charges involved?<\\/h5>\\n<p>Definitely not. Everything is straightforward, no hidden charges, no advance charges.<\\/p>\"},{\"_id\":\"ab8380a\",\"tab_title\":\"What is the best channel to get in touch with you?\",\"tab_content\":\"<h5>What is the best channel to get in touch with you?<\\/h5>\\n<p>Drop us a call at +974-4466-2120 or send us an email at sales@aegis.qa. Someone will get in touch with you immediately. Best price guaranteed.<\\/p>\"}],\"type\":\"vertical\",\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"tab_color\":\"#666666\",\"tab_active_color\":\"#3C73CA\",\"tab_typography_typography\":\"custom\",\"tab_typography_font_family\":\"Montserrat\",\"tab_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tab_typography_font_weight\":\"300\",\"tab_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_color\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"content_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"tabs\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78f9cf66\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section6\",\"css_classes\":\"vertical-scrolling\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"332221c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83e10a0\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"233ce9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"132ec484\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"755682d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6df90eb3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4617aedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3aa15ed9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"708feb8b\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"64fb3ace\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22ca94b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"68b751a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Trust Us\\n\",\"title_color\":\"#181C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"_css_classes\":\"h2title\",\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dc65616\",\"elType\":\"widget\",\"settings\":{\"spaces\":0,\"slide_visible\":3,\"tabs\":2,\"arrow\":\"true\",\"arrowbg\":\"#C6292900\",\"arrowsize\":0,\"arrowposition\":\"0\",\"dotsize\":75,\"dotposition\":\"-25\",\"list_items\":[{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"_id\":\"7dd7d32\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar\\n\\n<\\/div>\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar\\n\\n<\\/div>\",\"_id\":\"bae7b45\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar\\n\\n<\\/div>\",\"_id\":\"ef031be\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar\\n\\n<\\/div>\",\"_id\":\"35da0d6\"}]},\"elements\":[],\"widgetType\":\"advanced-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fdd6e36\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7829ed97\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58b707e2\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"368a7712\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d700b49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3d0ce09a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7d652658\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c731726\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6842f219\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"column_position\":\"top\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section7\",\"css_classes\":\"vertical-scrolling\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2dcfd596\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23f099cc\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"5473b7a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"3b31dbaa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle.png\",\"id\":2706},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"527960b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"154b13db\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"40a967b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41de3555\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"47a43bdc\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"55fd6a07\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"top\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/bg-5.png\",\"id\":17},\"background_position\":\"top center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"60138b99\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1f62e7fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-6.png\",\"id\":28},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51fe0bf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request call back\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"h2title\",\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"160f354e\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"top\",\"background_background\":\"classic\",\"background_position\":\"top center\",\"margin\":{\"unit\":\"px\",\"top\":\"-0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\",\"background_color\":\"#FCFCFC\"},\"elements\":[{\"id\":\"5ae624ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.3333333300000020926745492033660411834716796875,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4aa7acf3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We create a customized plan that suits what your company<br> needs to achieve that most sought after ISO certification in Qatar.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2b18a587\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Would you prefer to speak to one of our consultants over the phone? Just enter your contact details and we will communicate with you shortly.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b193a6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You have the option to send us an email as well for any inquiries.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6339c095\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Send us an email at <a class=\\\"blue-bold\\\" href=\\\"mailto:sales@aegis.qa\\\">sales@aegis.qa<\\/a> or\",\"selected_icon\":{\"value\":\"icon icon-envelope2\",\"library\":\"ekiticons\"},\"_id\":\"8481221\"},{\"text\":\"call us at <a class=\\\"orange-bold\\\" href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"fc10220\"}],\"text_color\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3a93aae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.61200000000000187583282240666449069976806640625,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#EDEDED\"},\"elements\":[{\"id\":\"66f0724b\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEND US A MESSAGE\",\"header_size\":\"h4\",\"title_color\":\"#232754\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"vw\",\"size\":1.3899999999999999023003738329862244427204132080078125,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fafd95e\",\"elType\":\"widget\",\"settings\":{\"ekit_contact_form7\":\"57\",\"ekit_contact_form_input_style_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"ekit_contact_form_input_style_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_contact_form_input_style_margin_bottom\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ekit_contact_form_input_style_background_background\":\"classic\",\"ekit_contact_form_input_style_background_color\":\"#EAEAEA\",\"ekit_contact_form_input_style_border_border\":\"solid\",\"ekit_contact_form_input_style_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_contact_form_input_style_border_color\":\"#908F8F\",\"ekit_contact_form_input_typography_typography\":\"custom\",\"ekit_contact_form_input_typography_font_family\":\"Montserrat\",\"ekit_contact_form_input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_contact_form_input_typography_font_weight\":\"400\",\"ekit_contact_form_input_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_contact_form_input_style_font_color\":\"#1B1919\",\"ekit_contact_form_input_style_placeholder_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_contact_form_input_placeholder_font_color\":\"#1B1919\",\"ekit_contact_form_button_typography_typography\":\"custom\",\"ekit_contact_form_button_typography_font_family\":\"Montserrat\",\"ekit_contact_form_button_typography_font_size\":{\"unit\":\"vw\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"ekit_contact_form_button_typography_font_weight\":\"600\",\"ekit_contact_form_button_typography_text_transform\":\"uppercase\",\"ekit_contact_form_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"ekit_contact_form_button_background_background\":\"classic\",\"ekit_contact_form_button_background_color\":\"#191C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#EDEDED\"},\"elements\":[],\"widgetType\":\"elementskit-contact-form7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48e05261\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5488e9c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2abaafa3\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"438e05f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d32280e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4bdf61e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5c3fa99e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b09e730\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6835dc80\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section8\",\"css_classes\":\"vertical-scrolling\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"573f53c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d859454\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"3edea52d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"23d4040a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"720bca9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"67538f2e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"625a0dd1\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3b0782b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46aba535\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"477244cf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"246ec4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b1b23af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge bank\",\"title_color\":\"#181C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"_css_classes\":\"h2title\",\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68072189\",\"elType\":\"widget\",\"settings\":{\"limit\":0,\"header_style\":\"a\",\"title_color\":\"#414682\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"header_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"secondary_line_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_category\":\"\",\"show_comments\":\"\",\"card_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"grid_thumbnail_size\":\"thumbnail\",\"typography_teaser_title_typography\":\"custom\",\"typography_teaser_title_font_family\":\"Montserrat\",\"typography_teaser_title_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_teaser_title_font_weight\":\"700\",\"typography_teaser_title_font_style\":\"normal\",\"typography_teaser_title_text_decoration\":\"none\",\"typography_teaser_title_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"post_title_color\":\"#414682\",\"typography_teaser_meta_typography\":\"custom\",\"typography_teaser_meta_font_family\":\"Montserrat\",\"typography_teaser_meta_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_teaser_meta_font_weight\":\"normal\",\"typography_teaser_meta_text_transform\":\"uppercase\",\"post_meta_vertical_margin\":\"15px\",\"show_read_more\":\"yes\",\"autoplay\":\"no\",\"navigation\":\"arrows\",\"arrows_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"anwp-pg-classic-slider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f82f190\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"148eb6ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b7dbbcf\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bb69820\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"314cce85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"52b4778f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3b6125a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"679107e0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c138ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section9\",\"css_classes\":\"vertical-scrolling\"},\"elements\":[{\"id\":\"4c61c3c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c304719\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\\nus\",\"align\":\"left\",\"title_color\":\"#232754\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67f40a7c\",\"elType\":\"widget\",\"settings\":{\"address\":\"Aegis Services - ISO Certification in Qatar\",\"zoom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b17118e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"full\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"css_classes\":\"vertical-scrolling\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section10\",\"column_position\":\"top\",\"background_color\":\"#0F1125\"},\"elements\":[{\"id\":\"4ff79ebd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1aa788b5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8efcf15\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"686d0e50\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[hfe_template id=\'2255\']\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13917, 3855, '_elementor_controls_usage', 'a:13:{s:5:\"image\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:17;s:5:\"align\";i:17;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:14;s:12:\"width_tablet\";i:9;s:12:\"width_mobile\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:6;s:8:\"_padding\";i:5;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:85;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:9:{s:12:\"_inline_size\";i:85;s:19:\"_inline_size_tablet\";i:29;s:19:\"_inline_size_mobile\";i:43;s:23:\"content_position_tablet\";i:18;s:12:\"align_tablet\";i:11;s:16:\"content_position\";i:13;s:21:\"space_between_widgets\";i:12;s:5:\"align\";i:12;s:23:\"content_position_mobile\";i:16;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:13:\"margin_tablet\";i:12;s:14:\"padding_tablet\";i:11;s:6:\"margin\";i:17;s:7:\"padding\";i:22;s:11:\"css_classes\";i:1;s:13:\"margin_mobile\";i:25;s:14:\"padding_mobile\";i:25;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:19;}}s:5:\"style\";a:3:{s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:17;s:16:\"icon_color_hover\";i:8;s:16:\"icon_size_mobile\";i:8;}s:18:\"section_text_style\";a:12:{s:10:\"text_color\";i:18;s:26:\"icon_typography_typography\";i:19;s:27:\"icon_typography_font_family\";i:19;s:32:\"icon_typography_font_size_tablet\";i:9;s:27:\"icon_typography_font_weight\";i:19;s:34:\"icon_typography_line_height_tablet\";i:9;s:16:\"text_color_hover\";i:14;s:11:\"text_indent\";i:9;s:32:\"icon_typography_font_size_mobile\";i:8;s:25:\"icon_typography_font_size\";i:2;s:27:\"icon_typography_line_height\";i:1;s:30:\"icon_typography_letter_spacing\";i:1;}s:17:\"section_icon_list\";a:4:{s:20:\"space_between_mobile\";i:8;s:17:\"icon_align_mobile\";i:8;s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:9;s:15:\"_padding_tablet\";i:9;s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:35;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:35;s:11:\"header_size\";i:17;s:5:\"align\";i:13;s:12:\"align_tablet\";i:3;s:12:\"align_mobile\";i:13;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:14:{s:11:\"title_color\";i:26;s:21:\"typography_typography\";i:35;s:22:\"typography_font_family\";i:35;s:27:\"typography_font_size_tablet\";i:10;s:22:\"typography_font_weight\";i:35;s:29:\"typography_line_height_tablet\";i:10;s:32:\"typography_letter_spacing_tablet\";i:9;s:27:\"typography_font_size_mobile\";i:25;s:29:\"typography_line_height_mobile\";i:25;s:20:\"typography_font_size\";i:16;s:25:\"typography_text_transform\";i:10;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:15;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:6:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:14:\"_margin_mobile\";i:2;s:12:\"_css_classes\";i:7;s:7:\"_margin\";i:3;s:8:\"_padding\";i:5;}s:17:\"_section_position\";a:3:{s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}}}}s:4:\"html\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"html\";i:10;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:9;s:15:\"_padding_tablet\";i:9;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:53;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:8:{s:16:\"content_position\";i:38;s:6:\"layout\";i:12;s:6:\"height\";i:11;s:13:\"custom_height\";i:14;s:20:\"custom_height_mobile\";i:2;s:15:\"column_position\";i:10;s:3:\"gap\";i:6;s:20:\"custom_height_tablet\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:20;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:9:{s:13:\"margin_tablet\";i:21;s:14:\"padding_tablet\";i:20;s:11:\"css_classes\";i:30;s:6:\"margin\";i:32;s:14:\"z_index_tablet\";i:9;s:7:\"padding\";i:31;s:13:\"margin_mobile\";i:24;s:11:\"_element_id\";i:11;s:14:\"padding_mobile\";i:23;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:10;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:22;s:16:\"background_image\";i:6;s:19:\"background_position\";i:19;s:17:\"background_repeat\";i:18;s:15:\"background_size\";i:15;s:16:\"background_color\";i:14;}}}}s:25:\"elementskit-contact-form7\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:11:\"section_tab\";a:1:{s:18:\"ekit_contact_form7\";i:2;}}s:5:\"style\";a:2:{s:29:\"ekit_contact_form_input_style\";a:23:{s:43:\"ekit_contact_form_input_style_margin_bottom\";i:2;s:36:\"ekit_contact_form_input_style_radius\";i:1;s:43:\"ekit_contact_form_input_style_border_border\";i:2;s:42:\"ekit_contact_form_input_style_border_width\";i:2;s:42:\"ekit_contact_form_input_hover_style_radius\";i:1;s:49:\"ekit_contact_form_input_hover_style_border_border\";i:1;s:48:\"ekit_contact_form_input_hover_style_border_width\";i:1;s:42:\"ekit_contact_form_input_focus_style_radius\";i:1;s:49:\"ekit_contact_form_input_focus_style_border_border\";i:1;s:48:\"ekit_contact_form_input_focus_style_border_width\";i:1;s:45:\"ekit_contact_form_input_typography_typography\";i:2;s:46:\"ekit_contact_form_input_typography_font_family\";i:2;s:46:\"ekit_contact_form_input_typography_font_weight\";i:2;s:40:\"ekit_contact_form_input_style_font_color\";i:2;s:46:\"ekit_contact_form_input_placeholder_font_color\";i:2;s:37:\"ekit_contact_form_input_style_padding\";i:1;s:36:\"ekit_contact_form_input_style_height\";i:1;s:51:\"ekit_contact_form_input_style_background_background\";i:1;s:46:\"ekit_contact_form_input_style_background_color\";i:1;s:42:\"ekit_contact_form_input_style_border_color\";i:1;s:44:\"ekit_contact_form_input_typography_font_size\";i:1;s:46:\"ekit_contact_form_input_typography_line_height\";i:1;s:51:\"ekit_contact_form_input_style_placeholder_font_size\";i:1;}s:37:\"ekit_contact_form_button_style_holder\";a:16:{s:46:\"ekit_contact_form_button_typography_typography\";i:2;s:47:\"ekit_contact_form_button_typography_font_family\";i:2;s:45:\"ekit_contact_form_button_typography_font_size\";i:2;s:47:\"ekit_contact_form_button_typography_font_weight\";i:2;s:50:\"ekit_contact_form_button_typography_text_transform\";i:2;s:46:\"ekit_contact_form_button_typography_font_style\";i:1;s:51:\"ekit_contact_form_button_typography_text_decoration\";i:1;s:37:\"ekit_contact_form_button_style_margin\";i:1;s:47:\"ekit_contact_form_button_style_use_width_height\";i:1;s:30:\"ekit_contact_form_button_width\";i:1;s:42:\"ekit_contact_form_button_style_line_height\";i:1;s:46:\"ekit_contact_form_button_background_background\";i:2;s:41:\"ekit_contact_form_button_background_color\";i:2;s:52:\"ekit_contact_form_button_hover_background_background\";i:1;s:47:\"ekit_contact_form_button_hover_background_color\";i:1;s:50:\"ekit_contact_form_button_typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:12;s:5:\"align\";i:12;s:4:\"size\";i:4;s:12:\"align_mobile\";i:3;s:12:\"align_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:15:{s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:12;s:22:\"typography_font_weight\";i:12;s:25:\"typography_text_transform\";i:12;s:22:\"typography_line_height\";i:12;s:25:\"typography_letter_spacing\";i:12;s:16:\"background_color\";i:10;s:29:\"button_background_hover_color\";i:10;s:13:\"border_radius\";i:12;s:27:\"typography_font_size_mobile\";i:8;s:29:\"typography_line_height_mobile\";i:8;s:32:\"typography_letter_spacing_mobile\";i:8;s:17:\"button_text_color\";i:2;s:11:\"hover_color\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:8;s:15:\"_padding_mobile\";i:8;s:12:\"_css_classes\";i:4;s:7:\"_margin\";i:3;s:8:\"_padding\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;s:25:\"typography_text_transform\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:6;s:12:\"align_mobile\";i:1;s:12:\"align_tablet\";i:1;s:10:\"text_color\";i:5;s:25:\"typography_letter_spacing\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:14:\"_margin_mobile\";i:1;}}}}s:4:\"tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_tabs\";a:2:{s:4:\"tabs\";i:1;s:4:\"type\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_tabs_style\";a:14:{s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:9:\"tab_color\";i:1;s:16:\"tab_active_color\";i:1;s:25:\"tab_typography_typography\";i:1;s:26:\"tab_typography_font_family\";i:1;s:24:\"tab_typography_font_size\";i:1;s:26:\"tab_typography_font_weight\";i:1;s:26:\"tab_typography_line_height\";i:1;s:13:\"content_color\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;}}}}s:17:\"advanced-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"setting_section\";a:3:{s:6:\"spaces\";i:1;s:13:\"slide_visible\";i:1;s:4:\"tabs\";i:1;}s:15:\"navigation_area\";a:5:{s:5:\"arrow\";i:1;s:7:\"arrowbg\";i:1;s:9:\"arrowsize\";i:1;s:13:\"arrowposition\";i:1;s:7:\"dotsize\";i:1;}}s:5:\"style\";a:1:{s:14:\"carousel_style\";a:1:{s:10:\"list_items\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}}'),
(14081, 3881, '_elementor_edit_mode', 'builder'),
(14082, 3881, '_elementor_template_type', 'page'),
(14083, 3881, '_elementor_version', '3.0.16'),
(14087, 3881, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14088, 3881, '_elementor_data', '[{\"id\":\"71e76858\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/new-bg.jpg\",\"id\":3602},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"vertical-scrolling\",\"_element_id\":\"section0\",\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"188adc9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"216b20f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span class=\\\"grey\\\">Achieve<\\/span> Top ISO Certification In Qatar\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b411f7a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"551b786e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"geta-quote-form\"},\"elements\":[{\"id\":\"f5cb0e7\",\"elType\":\"widget\",\"settings\":{\"ekit_contact_form7\":\"3598\"},\"elements\":[],\"widgetType\":\"elementskit-contact-form7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d3ba688\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/Untitled-1.jpg\",\"id\":119},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"vertical-scrolling\",\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24df3031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ddf6a17\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"760179a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"241d32c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle.png\",\"id\":2706},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"523a4977\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"633a70ee\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30807540\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"796beb82\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11be0b12\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6944b389\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e9402e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"394bbf7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span class=\\\"grey\\\">get<\\/span> Accredited<br\\/>\\nISO Certification\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":146,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_css_classes\":\"h2title\",\"align_tablet\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3da09348\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Quote Now\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"align_tablet\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_css_classes\":\"buttonCustom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"557dd662\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25bc82bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"258e3c52\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a64b89c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4ecca7f0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"521ebb44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ddae535\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d9ae400\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7061b2b6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/what-we-do-bg.jpg\",\"id\":50},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"css_classes\":\"vertical-scrolling\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section1\",\"column_position\":\"top\",\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f55f35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"645e7d32\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"5eeba161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"2e1db90d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4a10c056\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"55c607bf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"81c4018\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41c66aff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"353b7550\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e63d517\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4ad18d4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"center\"},\"elements\":[{\"id\":\"1652b7b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Aegis Services\",\"header_size\":\"h6\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"},\"align_mobile\":\"center\",\"align_tablet\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54f32a26\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE DO\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4b44889\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"align_mobile\":\"center\",\"_css_classes\":\"h2title\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7af2d88e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Founded in 2012, Aegis Services L.L.C is an independent management and ISO consultant, working relentlessly to provide excellent consultancy services to various industries in Qatar. Since inception, we have paved our way to becoming a leading cons... <a href=\\\"https:\\/\\/aegis.qa\\/contact-us\\/\\\">Contact us today<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"align_mobile\":\"center\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3148bced\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ebf0580\",\"button_background_hover_color\":\"globals\\/colors?id=ebf0580\",\"button_text_color\":\"globals\\/colors?id=aed3438\",\"hover_color\":\"globals\\/colors?id=aed3438\"},\"_css_classes\":\"buttonCustom\",\"align_mobile\":\"center\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3a7eef18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Brochure Download\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"button_background_hover_color\":\"\",\"button_text_color\":\"\",\"hover_color\":\"\"},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#191C3D\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#191C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"buttonCustom2\",\"align_mobile\":\"center\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3ddf63de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":100,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e1b3d54\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"ISO 14001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-14001-environment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5520729\"},{\"text\":\"ISO 45001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-45001-health-and-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0c2af78\"},{\"text\":\"ISO 22000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22000-food-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"21f830e\"},{\"text\":\"ISO 22301\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22301-business-continuity\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d6f46bc\"},{\"text\":\"ISO 31000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-31000-risk-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9122a9a\"},{\"text\":\"ISO 41001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-41001-facilities-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2cb33ed\"},{\"text\":\"ISO 27001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-27001-information-security\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9bb3704\"},{\"text\":\"ISO 50001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-50001-energy-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"e38d52a\"},{\"text\":\"SMETA\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/smeta-audit\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5051fa5\"},{\"text\":\"Environment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-14001-environment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"10d559e\"},{\"text\":\"Health and Safety\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-45001-health-and-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ee55e7f\"},{\"text\":\"Food Safety\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22000-food-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"30092ff\"},{\"text\":\"Business Continuity\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22301-business-continuity\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"69f7e53\"},{\"text\":\"Risk Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-31000-risk-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"52d211f\"},{\"text\":\"Facilities Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-41001-facilities-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6f910aa\"},{\"text\":\"Information Security\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-27001-information-security\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ba17a0\"},{\"text\":\"Energy Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-50001-energy-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"203e6fb\"},{\"text\":\"Audit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/smeta-audit\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1f50bea\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"left\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_css_classes\":\"what_we_do_list\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=7e2de60\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19e2fe50\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"602a1f5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43103278\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fac213f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73569120\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e572813\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7eb28b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7ad6e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15ccdada\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"css_classes\":\"vertical-scrolling\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section2\",\"column_position\":\"top\",\"background_color\":\"#FFFFFF\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70217f7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"380a89df\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"3d574210\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"65cc9d2e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"62e367af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"46dbad63\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6c941835\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"548f32b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f7ed3f\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6327945a\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"158776a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ad0420c\",\"elType\":\"widget\",\"settings\":{\"title\":\"It\\u2019s simple, it\\u2019s easy, it\\u2019s fast\",\"header_size\":\"h6\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"491301d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"How it works\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4b44889\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"h2title\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"76503149\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"5e1a7388\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"1754a74d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-1.png\",\"id\":23},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a122e3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"You choose the best Aegis services\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"14dc77ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"7b4cdd7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-2.png\",\"id\":24},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6393d417\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pick right documents for your management system\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6108d11d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"20353e11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-3.png\",\"id\":25},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5948a4c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top-level quality courses & training\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"123de4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"1fbce0ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-4.png\",\"id\":26},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"25c29352\",\"elType\":\"widget\",\"settings\":{\"title\":\"Implementation of the high standard\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b21016\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"2d4c1d17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/h-5.png\",\"id\":87},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"46b75124\",\"elType\":\"widget\",\"settings\":{\"title\":\"You get certified and boost your revenues\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d4301d5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"58624dfc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20e58341\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div class=\\\"timelineBlock\\\">\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-1.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>You choose the best Aegis services<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-2.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>Pick right documents for your management system<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-3.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>Top-level quality courses & training<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-4.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>Implementation of the high standard<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/h-5.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>You get certified and boost your revenues<\\/p>\\n      <\\/div>\\n   <\\/div>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2b466264\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4caa5086\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"640d24ce\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"button_background_hover_color\":\"\",\"button_text_color\":\"\",\"hover_color\":\"\"},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#191C3D\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#191C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"buttonCustom2\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7624eafd\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75416f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6df645f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ea14d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f974341\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4e9fe1df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"70dd19c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20123537\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27c43b4a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section3\",\"css_classes\":\"vertical-scrolling\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"68d191e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7eaf089c\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"3a04c0bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"791e9dd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle.png\",\"id\":2706},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"75ac09b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"24e3e104\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2002d82f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"14e34bcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e65bd\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c60dbf9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/who-we-are.jpg\",\"id\":61},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"78437ebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"content_position\":\"center\",\"align\":\"flex-start\"},\"elements\":[{\"id\":\"25f0a420\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/who-we-icon.png\",\"id\":2933},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"84\",\"height\":\"84\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4337ba52\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Established Since 2012\",\"text_color\":\"#CCCCCC\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"136e2a62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who we are\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"_css_classes\":\"h2title\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"58641ff4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31ffab7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0bfbd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Aegis Services L.L.C is one of Qatar\\u2019s leading \\u2018total solutions\\u2019 provider and have adopted a simple \\u201cyou choose us-we consult- you get certified\\u201d approach with the effective and no-nonsense route to ISO certification. Established in November 2012, we provide consultation and management for the entire ISO Standard Series and have worked with various clients including small, one-man brands up to large international multi-billion turnover companies offering impeccable services. We believe in upholding the highest standards of business ethics with a commitment to total quality and our tailored documentation will be written with your existing business processes in mind. Our 8 years of experience has helped us understand our cli...\\n\\n\",\"align\":\"justify\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"34f93066\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ebf0580\",\"button_background_hover_color\":\"globals\\/colors?id=ebf0580\",\"button_text_color\":\"globals\\/colors?id=aed3438\",\"hover_color\":\"globals\\/colors?id=aed3438\"},\"_css_classes\":\"buttonCustom\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d99da27\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d5eb8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72ffd4f5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"156cf398\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6177b142\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"256553e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"337b7078\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0d11dc\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"504106c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"full\",\"column_position\":\"top\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/aegis_advantage.jpg\",\"id\":250},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"_element_id\":\"section4\",\"css_classes\":\"vertical-scrolling\",\"background_color\":\"#F2F2F2\"},\"elements\":[{\"id\":\"4aea1d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2522f024\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"6606b13e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"35ea790\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2e4285ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"dea17fc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"452688e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b217ca4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29731a62\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7b0dc087\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"51c28893\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2544e066\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Aegis advantage\",\"title_color\":\"#181C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"h2title\",\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41854ece\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/aegis_advantage_res.jpg\",\"id\":71},\"image_size\":\"full\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40b9930d\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f728fdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"21b79958\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5427010f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"45418b3e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6405cc9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7a533d37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5857cdd\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a0f6423\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"full\",\"column_position\":\"top\",\"content_position\":\"top\",\"_element_id\":\"section5\",\"css_classes\":\"vertical-scrolling\"},\"elements\":[{\"id\":\"55375e0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4455a09c\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"5e42f9c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"6cd00473\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle.png\",\"id\":2706},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1531fb44\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"2c9ca706\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"580a0ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"663b23d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d46e25e\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"18fc9d30\",\"elType\":\"section\",\"settings\":{\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/faq-banner.jpg\",\"id\":1581},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"4779fe8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"495c4970\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/faq-banner-icon.png\",\"id\":2957},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"84\",\"height\":\"84\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d6d1f18\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"27e7b219\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e47fd20\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7162bb19\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is ISO?\",\"tab_content\":\"<h5>What is ISO?<\\/h5>\\n<p>ISO is an independent, non-governmental international organization with a membership of 163 national standards bodies.\\n\\nThrough its members, it brings together experts to share knowledge and develop voluntary, consensus-based, market relevant International Standards that support innovation and provide solutions to global challenges.\\n\\nISO (International Organization of Standardization) creates documents that provide requirements, specifications, guidelines or characteristics that can be used consistently to ensure that materials, products, processes and services are fit for their purpose.<\\/p>\",\"_id\":\"6954f9a\"},{\"tab_title\":\"What are standards?\",\"tab_content\":\"<h5>What are standards?<\\/h5>\\n<p>International Standards make things work. They give world-class specifications for products, services and systems, to ensure quality, safety and efficiency. They are instrumental in facilitating international trade.<\\/p>\",\"_id\":\"93e3be7\"},{\"tab_title\":\"Who can apply for an ISO Certificate?\",\"tab_content\":\"<h5>Who can apply for an ISO Certificate?<\\/h5>\\n<p>Any company irrespective to size and industry can apply for an ISO certification in Qatar. ISO has published 21610 International Standards and related documents, covering almost every industry, from technology, to food safety, to agriculture, to healthcare, to construction and oil &amp; gas. ISO International Standards impact everyone, everywhere.<\\/p>\",\"_id\":\"11e5c0f\"},{\"tab_title\":\"Why choose us?\",\"tab_content\":\"<h5>Why choose us?<\\/h5>\\n<p>Any company irrespective to size and industry can apply for an ISO certification in Qatar. ISO has published 21610 International Standards and related documents, covering almost every industry, from technology, to food safety, to agriculture, to healthcare, to construction and oil &amp; gas. ISO International Standards impact everyone, everywhere.<\\/p>\",\"_id\":\"2d1e0d5\"},{\"_id\":\"a6577ab\",\"tab_title\":\"What will it cost?\",\"tab_content\":\"<h5>What will it cost?<\\/h5>\\n<p>The cost will depend on the size of the company, the standard required and the services needed. Send us an email at sales@aegis.qa or give us a call at +974-4466-2120 and we will certainly provide you a quote that is attractive, competitive and will undoubtedly suit your needs. Best price guaranteed.<\\/p>\"},{\"_id\":\"18fcd64\",\"tab_title\":\"Are there any hidden charges involved?\",\"tab_content\":\"<h5>Are there any hidden charges involved?<\\/h5>\\n<p>Definitely not. Everything is straightforward, no hidden charges, no advance charges.<\\/p>\"},{\"_id\":\"ab8380a\",\"tab_title\":\"What is the best channel to get in touch with you?\",\"tab_content\":\"<h5>What is the best channel to get in touch with you?<\\/h5>\\n<p>Drop us a call at +974-4466-2120 or send us an email at sales@aegis.qa. Someone will get in touch with you immediately. Best price guaranteed.<\\/p>\"}],\"type\":\"vertical\",\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"tab_color\":\"#666666\",\"tab_active_color\":\"#3C73CA\",\"tab_typography_typography\":\"custom\",\"tab_typography_font_family\":\"Montserrat\",\"tab_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tab_typography_font_weight\":\"300\",\"tab_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_color\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"content_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"tabs\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"33fa10aa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section6\",\"css_classes\":\"vertical-scrolling\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f89083e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ffcd387\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"270b0e9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"1665d9fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15feebdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6ead6c5f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3a3c09ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2e8875d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4032eeec\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7eaafcf4\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65e279c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2036cfc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Trust Us\",\"title_color\":\"#181C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"_css_classes\":\"h2title\",\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7fd80701\",\"elType\":\"widget\",\"settings\":{\"spaces\":0,\"slide_visible\":3,\"tabs\":2,\"arrow\":\"true\",\"arrowbg\":\"#C6292900\",\"arrowsize\":0,\"arrowposition\":\"0\",\"dotsize\":75,\"dotposition\":\"-25\",\"list_items\":[{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"_id\":\"7dd7d32\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar\\n\\n<\\/div>\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar\\n\\n<\\/div>\",\"_id\":\"bae7b45\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar\\n\\n<\\/div>\",\"_id\":\"ef031be\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar\\n\\n<\\/div>\",\"_id\":\"35da0d6\"}]},\"elements\":[],\"widgetType\":\"advanced-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75c6ab7e\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b1539b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4720e474\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e3302d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e7dba2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72a1c05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"18b049a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"633c7d00\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32e7a373\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"column_position\":\"top\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section7\",\"css_classes\":\"vertical-scrolling\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d5b91d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"783f77b1\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"73deb20e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"138e8c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle.png\",\"id\":2706},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"609bdb4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1f49e04e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"65bbc110\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b3575f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13468edc\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"47d05fb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"top\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/bg-5.png\",\"id\":17},\"background_position\":\"top center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"54912d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"692660e6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-6.png\",\"id\":28},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"116bc90c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request call back\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"h2title\",\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5787323c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"top\",\"background_background\":\"classic\",\"background_position\":\"top center\",\"margin\":{\"unit\":\"px\",\"top\":\"-0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\",\"background_color\":\"#FCFCFC\"},\"elements\":[{\"id\":\"46d96e05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.3333333300000020926745492033660411834716796875,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cf94f43\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We create a customized plan that suits what your company<br> needs to achieve that most sought after ISO certification in Qatar.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"116ebd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Would you prefer to speak to one of our consultants over the phone? Just enter your contact details and we will communicate with you shortly.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53ebf78e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You have the option to send us an email as well for any inquiries.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332d60f4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Send us an email at <a class=\\\"blue-bold\\\" href=\\\"mailto:sales@aegis.qa\\\">sales@aegis.qa<\\/a> or\",\"selected_icon\":{\"value\":\"icon icon-envelope2\",\"library\":\"ekiticons\"},\"_id\":\"8481221\"},{\"text\":\"call us at <a class=\\\"orange-bold\\\" href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"fc10220\"}],\"text_color\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4d0f9521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.61200000000000187583282240666449069976806640625,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#EDEDED\"},\"elements\":[{\"id\":\"3514a5c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEND US A MESSAGE\",\"header_size\":\"h4\",\"title_color\":\"#232754\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"vw\",\"size\":1.3899999999999999023003738329862244427204132080078125,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3db6867f\",\"elType\":\"widget\",\"settings\":{\"ekit_contact_form7\":\"57\",\"ekit_contact_form_input_style_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"ekit_contact_form_input_style_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_contact_form_input_style_margin_bottom\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ekit_contact_form_input_style_background_background\":\"classic\",\"ekit_contact_form_input_style_background_color\":\"#EAEAEA\",\"ekit_contact_form_input_style_border_border\":\"solid\",\"ekit_contact_form_input_style_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_contact_form_input_style_border_color\":\"#908F8F\",\"ekit_contact_form_input_typography_typography\":\"custom\",\"ekit_contact_form_input_typography_font_family\":\"Montserrat\",\"ekit_contact_form_input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_contact_form_input_typography_font_weight\":\"400\",\"ekit_contact_form_input_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_contact_form_input_style_font_color\":\"#1B1919\",\"ekit_contact_form_input_style_placeholder_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_contact_form_input_placeholder_font_color\":\"#1B1919\",\"ekit_contact_form_button_typography_typography\":\"custom\",\"ekit_contact_form_button_typography_font_family\":\"Montserrat\",\"ekit_contact_form_button_typography_font_size\":{\"unit\":\"vw\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"ekit_contact_form_button_typography_font_weight\":\"normal\",\"ekit_contact_form_button_typography_text_transform\":\"uppercase\",\"ekit_contact_form_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"ekit_contact_form_button_background_background\":\"classic\",\"ekit_contact_form_button_background_color\":\"#191C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#EDEDED\",\"ekit_contact_form_button_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-contact-form7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d050042\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"702599eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2270700c\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6649d6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7418f3b4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6e4ef898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"51e445be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6df7cb1c\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b12a85f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section8\",\"css_classes\":\"vertical-scrolling\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c77c62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"415e9097\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"38bb7917\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"2345f0eb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1def0a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"781b1c67\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5153abf8\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"469c6d85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1dc148af\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc1a8d6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"52f16c2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"57410e7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge bank\",\"title_color\":\"#181C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"_css_classes\":\"h2title\",\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70034811\",\"elType\":\"widget\",\"settings\":{\"spaces\":0,\"slide_visible\":3,\"tabs\":2,\"arrow\":\"true\",\"arrowbg\":\"#C6292900\",\"arrowsize\":0,\"arrowposition\":\"0\",\"dotsize\":75,\"dotposition\":\"-25\",\"list_items\":[{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"_id\":\"7dd7d32\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar<\\/div>\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar<\\/div>\",\"_id\":\"bae7b45\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar<\\/div>\",\"_id\":\"ef031be\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar<\\/div>\",\"_id\":\"35da0d6\"}]},\"elements\":[],\"widgetType\":\"advanced-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"10100f6d\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2734d847\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"905be9b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"768c1a8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"672b5423\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a5272b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3229d50e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1950dba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c5ab5ad\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section9\",\"css_classes\":\"vertical-scrolling\"},\"elements\":[{\"id\":\"7c3f46b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10fa847c\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\\nus\",\"align\":\"left\",\"title_color\":\"#232754\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3099d1c8\",\"elType\":\"widget\",\"settings\":{\"address\":\"Aegis Services - ISO Certification in Qatar\",\"zoom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4bf6df5d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"full\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"css_classes\":\"vertical-scrolling\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section10\",\"column_position\":\"top\",\"stretch_section\":\"section-stretched\",\"background_color\":\"#0F1125\"},\"elements\":[{\"id\":\"48b89696\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56c409c4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5113ac00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583f022\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[hfe_template id=\'2255\']\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14094, 3881, '_elementor_controls_usage', 'a:13:{s:7:\"heading\";a:3:{s:5:\"count\";i:36;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:36;s:11:\"header_size\";i:17;s:5:\"align\";i:14;s:12:\"align_mobile\";i:15;s:12:\"align_tablet\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:14:{s:11:\"title_color\";i:27;s:21:\"typography_typography\";i:36;s:22:\"typography_font_family\";i:36;s:20:\"typography_font_size\";i:17;s:22:\"typography_font_weight\";i:36;s:25:\"typography_text_transform\";i:10;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:16;s:27:\"typography_font_size_tablet\";i:10;s:29:\"typography_line_height_tablet\";i:10;s:32:\"typography_letter_spacing_tablet\";i:9;s:27:\"typography_font_size_mobile\";i:26;s:29:\"typography_line_height_mobile\";i:25;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:5;s:12:\"_css_classes\";i:8;s:8:\"_padding\";i:6;s:14:\"_margin_mobile\";i:5;s:15:\"_padding_mobile\";i:1;}s:17:\"_section_position\";a:3:{s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}}}}s:25:\"elementskit-contact-form7\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:11:\"section_tab\";a:1:{s:18:\"ekit_contact_form7\";i:2;}}s:5:\"style\";a:2:{s:29:\"ekit_contact_form_input_style\";a:16:{s:37:\"ekit_contact_form_input_style_padding\";i:1;s:36:\"ekit_contact_form_input_style_height\";i:1;s:43:\"ekit_contact_form_input_style_margin_bottom\";i:1;s:51:\"ekit_contact_form_input_style_background_background\";i:1;s:46:\"ekit_contact_form_input_style_background_color\";i:1;s:43:\"ekit_contact_form_input_style_border_border\";i:1;s:42:\"ekit_contact_form_input_style_border_width\";i:1;s:42:\"ekit_contact_form_input_style_border_color\";i:1;s:45:\"ekit_contact_form_input_typography_typography\";i:1;s:46:\"ekit_contact_form_input_typography_font_family\";i:1;s:44:\"ekit_contact_form_input_typography_font_size\";i:1;s:46:\"ekit_contact_form_input_typography_font_weight\";i:1;s:46:\"ekit_contact_form_input_typography_line_height\";i:1;s:40:\"ekit_contact_form_input_style_font_color\";i:1;s:51:\"ekit_contact_form_input_style_placeholder_font_size\";i:1;s:46:\"ekit_contact_form_input_placeholder_font_color\";i:1;}s:37:\"ekit_contact_form_button_style_holder\";a:9:{s:46:\"ekit_contact_form_button_typography_typography\";i:1;s:47:\"ekit_contact_form_button_typography_font_family\";i:1;s:45:\"ekit_contact_form_button_typography_font_size\";i:1;s:47:\"ekit_contact_form_button_typography_font_weight\";i:1;s:50:\"ekit_contact_form_button_typography_text_transform\";i:1;s:50:\"ekit_contact_form_button_typography_letter_spacing\";i:1;s:46:\"ekit_contact_form_button_background_background\";i:1;s:41:\"ekit_contact_form_button_background_color\";i:1;s:52:\"ekit_contact_form_button_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:86;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:9:{s:12:\"_inline_size\";i:86;s:16:\"content_position\";i:13;s:5:\"align\";i:13;s:21:\"space_between_widgets\";i:11;s:19:\"_inline_size_tablet\";i:29;s:19:\"_inline_size_mobile\";i:43;s:23:\"content_position_tablet\";i:18;s:12:\"align_tablet\";i:11;s:23:\"content_position_mobile\";i:16;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:16;s:7:\"padding\";i:21;s:11:\"css_classes\";i:1;s:13:\"margin_tablet\";i:12;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:27;s:14:\"padding_mobile\";i:27;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:54;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:9:{s:6:\"layout\";i:13;s:6:\"height\";i:12;s:13:\"custom_height\";i:16;s:16:\"content_position\";i:40;s:20:\"custom_height_mobile\";i:3;s:15:\"column_position\";i:11;s:3:\"gap\";i:6;s:15:\"stretch_section\";i:2;s:20:\"custom_height_tablet\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:20;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:23;s:16:\"background_image\";i:7;s:19:\"background_position\";i:20;s:17:\"background_repeat\";i:19;s:15:\"background_size\";i:16;s:16:\"background_color\";i:14;}s:21:\"section_shape_divider\";a:4:{s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:27:\"shape_divider_bottom_height\";i:3;s:29:\"shape_divider_bottom_negative\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:9:{s:6:\"margin\";i:33;s:7:\"padding\";i:31;s:11:\"css_classes\";i:29;s:11:\"_element_id\";i:11;s:13:\"margin_mobile\";i:29;s:14:\"padding_mobile\";i:31;s:13:\"margin_tablet\";i:22;s:14:\"padding_tablet\";i:22;s:14:\"z_index_tablet\";i:9;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:10;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:18;s:5:\"align\";i:17;s:10:\"image_size\";i:3;s:22:\"image_custom_dimension\";i:2;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:14;s:12:\"width_tablet\";i:9;s:12:\"width_mobile\";i:9;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:8:\"_padding\";i:5;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}s:19:\"_section_responsive\";a:2:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:19;}}s:5:\"style\";a:3:{s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:17;s:16:\"icon_color_hover\";i:8;s:16:\"icon_size_mobile\";i:8;}s:18:\"section_text_style\";a:12:{s:10:\"text_color\";i:18;s:26:\"icon_typography_typography\";i:19;s:27:\"icon_typography_font_family\";i:19;s:32:\"icon_typography_font_size_tablet\";i:9;s:27:\"icon_typography_font_weight\";i:19;s:34:\"icon_typography_line_height_tablet\";i:9;s:16:\"text_color_hover\";i:13;s:11:\"text_indent\";i:9;s:32:\"icon_typography_font_size_mobile\";i:8;s:25:\"icon_typography_font_size\";i:2;s:27:\"icon_typography_line_height\";i:1;s:30:\"icon_typography_letter_spacing\";i:1;}s:17:\"section_icon_list\";a:4:{s:20:\"space_between_mobile\";i:8;s:17:\"icon_align_mobile\";i:8;s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:9;s:15:\"_padding_tablet\";i:9;s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:4:\"html\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"html\";i:10;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:9;s:15:\"_padding_tablet\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:13;s:5:\"align\";i:13;s:4:\"size\";i:5;s:12:\"align_mobile\";i:4;s:12:\"align_tablet\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:15:{s:21:\"typography_typography\";i:13;s:22:\"typography_font_family\";i:13;s:20:\"typography_font_size\";i:13;s:22:\"typography_font_weight\";i:13;s:25:\"typography_text_transform\";i:12;s:22:\"typography_line_height\";i:13;s:25:\"typography_letter_spacing\";i:13;s:16:\"background_color\";i:11;s:29:\"button_background_hover_color\";i:11;s:13:\"border_radius\";i:13;s:27:\"typography_font_size_mobile\";i:9;s:29:\"typography_line_height_mobile\";i:8;s:32:\"typography_letter_spacing_mobile\";i:8;s:17:\"button_text_color\";i:2;s:11:\"hover_color\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:12:\"_css_classes\";i:5;s:14:\"_margin_mobile\";i:8;s:15:\"_padding_mobile\";i:8;s:7:\"_margin\";i:3;s:8:\"_padding\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;s:25:\"typography_text_transform\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:6;s:12:\"align_mobile\";i:1;s:12:\"align_tablet\";i:1;s:10:\"text_color\";i:5;s:25:\"typography_letter_spacing\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:14:\"_margin_mobile\";i:1;}}}}s:4:\"tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_tabs\";a:2:{s:4:\"tabs\";i:1;s:4:\"type\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_tabs_style\";a:14:{s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:9:\"tab_color\";i:1;s:16:\"tab_active_color\";i:1;s:25:\"tab_typography_typography\";i:1;s:26:\"tab_typography_font_family\";i:1;s:24:\"tab_typography_font_size\";i:1;s:26:\"tab_typography_font_weight\";i:1;s:26:\"tab_typography_line_height\";i:1;s:13:\"content_color\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;}}}}s:17:\"advanced-carousel\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"setting_section\";a:3:{s:6:\"spaces\";i:2;s:13:\"slide_visible\";i:2;s:4:\"tabs\";i:2;}s:15:\"navigation_area\";a:5:{s:5:\"arrow\";i:2;s:7:\"arrowbg\";i:2;s:9:\"arrowsize\";i:2;s:13:\"arrowposition\";i:2;s:7:\"dotsize\";i:2;}}s:5:\"style\";a:1:{s:14:\"carousel_style\";a:1:{s:10:\"list_items\";i:2;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}}'),
(14877, 4004, '_elementor_edit_mode', 'builder'),
(14878, 4004, '_elementor_template_type', 'page'),
(14879, 4004, '_elementor_version', '3.0.16'),
(14883, 4004, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14884, 4004, '_elementor_data', '[{\"id\":\"99a1adf\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/new-bg.jpg\",\"id\":3602},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"vertical-scrolling\",\"_element_id\":\"section0\",\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1843a976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"3e41cd5f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"5de621e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"33d4d666\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle.png\",\"id\":2706},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2cf1fff5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"13afd4ee\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"45b1a391\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"343b29f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f857722\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"31db5f5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4f667f6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"5bd0b812\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span class=\\\"grey\\\">Achieve<\\/span> Top ISO Certification In Qatar\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"22fb069c\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"css_classes\":\"getaquoteform\"},\"elements\":[{\"id\":\"275adbc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"geta-quote-form\",\"content_position\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"78de075\",\"elType\":\"widget\",\"settings\":{\"ekit_contact_form7\":\"3598\",\"ekit_contact_form_input_style_margin_bottom\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ekit_contact_form_input_style_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_style_border_border\":\"solid\",\"ekit_contact_form_input_style_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_hover_style_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_hover_style_border_border\":\"solid\",\"ekit_contact_form_input_hover_style_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_focus_style_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_focus_style_border_border\":\"solid\",\"ekit_contact_form_input_focus_style_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_typography_typography\":\"custom\",\"ekit_contact_form_input_typography_font_family\":\"Montserrat\",\"ekit_contact_form_input_typography_font_weight\":\"400\",\"ekit_contact_form_input_style_font_color\":\"#808080\",\"ekit_contact_form_input_placeholder_font_color\":\"#808080\",\"ekit_contact_form_button_typography_typography\":\"custom\",\"ekit_contact_form_button_typography_font_family\":\"Montserrat\",\"ekit_contact_form_button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_contact_form_button_typography_font_weight\":\"700\",\"ekit_contact_form_button_typography_text_transform\":\"uppercase\",\"ekit_contact_form_button_typography_font_style\":\"normal\",\"ekit_contact_form_button_typography_text_decoration\":\"none\",\"ekit_contact_form_button_style_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_button_style_use_width_height\":\"yes\",\"ekit_contact_form_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_contact_form_button_style_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_contact_form_button_background_background\":\"classic\",\"ekit_contact_form_button_background_color\":\"#336EDB\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_button_hover_background_background\":\"classic\",\"ekit_contact_form_button_hover_background_color\":\"#255EC8\"},\"elements\":[],\"widgetType\":\"elementskit-contact-form7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bbba6d0\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c1b1d1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7866908a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72e05a92\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1753faf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5830f593\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5ef0d099\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b82338\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15aa8a72\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/what-we-do-bg.jpg\",\"id\":50},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"css_classes\":\"vertical-scrolling\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section1\",\"column_position\":\"top\",\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"38a7dfa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fa2bb90\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"6baadbc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"232dcdef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e6c804e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"3d5a8d5c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"44e2a1e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2f83cfea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e92ec37\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d5ddc8d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"277a911c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"center\"},\"elements\":[{\"id\":\"68be48b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Aegis Services\",\"header_size\":\"h6\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"},\"align_mobile\":\"center\",\"align_tablet\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"640da6f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE DO\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4b44889\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"align_mobile\":\"center\",\"_css_classes\":\"h2title\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6210144c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Founded in 2012, Aegis Services L.L.C is an independent management and ISO consultant, working relentlessly to provide excellent consultancy services to various industries in Qatar. Since inception, we have paved our way to becoming a leading cons... <a href=\\\"https:\\/\\/aegis.qa\\/contact-us\\/\\\">Contact us today<\\/a><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"align_mobile\":\"center\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a6d35fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ebf0580\",\"button_background_hover_color\":\"globals\\/colors?id=ebf0580\",\"button_text_color\":\"globals\\/colors?id=aed3438\",\"hover_color\":\"globals\\/colors?id=aed3438\"},\"_css_classes\":\"buttonCustom\",\"align_mobile\":\"center\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"25ab4606\",\"elType\":\"widget\",\"settings\":{\"text\":\"Brochure Download\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"button_background_hover_color\":\"\",\"button_text_color\":\"\",\"hover_color\":\"\"},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#191C3D\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#191C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"buttonCustom2\",\"align_mobile\":\"center\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"6fb0090\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":100,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50a7e876\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"ISO 14001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-14001-environment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5520729\"},{\"text\":\"ISO 45001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-45001-health-and-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0c2af78\"},{\"text\":\"ISO 22000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22000-food-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"21f830e\"},{\"text\":\"ISO 22301\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22301-business-continuity\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d6f46bc\"},{\"text\":\"ISO 31000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-31000-risk-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9122a9a\"},{\"text\":\"ISO 41001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-41001-facilities-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2cb33ed\"},{\"text\":\"ISO 27001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-27001-information-security\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9bb3704\"},{\"text\":\"ISO 50001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-50001-energy-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"e38d52a\"},{\"text\":\"SMETA\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/smeta-audit\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5051fa5\"},{\"text\":\"Environment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-14001-environment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"10d559e\"},{\"text\":\"Health and Safety\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-45001-health-and-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ee55e7f\"},{\"text\":\"Food Safety\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22000-food-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"30092ff\"},{\"text\":\"Business Continuity\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22301-business-continuity\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"69f7e53\"},{\"text\":\"Risk Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-31000-risk-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"52d211f\"},{\"text\":\"Facilities Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-41001-facilities-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6f910aa\"},{\"text\":\"Information Security\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-27001-information-security\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ba17a0\"},{\"text\":\"Energy Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-50001-energy-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"203e6fb\"},{\"text\":\"Audit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/smeta-audit\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1f50bea\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"left\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_css_classes\":\"what_we_do_list\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=7e2de60\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70bcc685\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"871e5b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"151165aa\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3642fb67\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"641fc1ff\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4efc8d0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4e0c1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2056c426\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4606a5b4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"css_classes\":\"vertical-scrolling\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section2\",\"column_position\":\"top\",\"background_color\":\"#FFFFFF\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"268aa6dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2b4f39\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28052ce3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"3cbf0661\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"427c7f03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"418cbb4c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\",\"_css_classes\":\"adf\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"708eda4a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"61ace76e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3322b920\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"63a8f995\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"132b1306\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"777d6654\",\"elType\":\"widget\",\"settings\":{\"title\":\"It\\u2019s simple, it\\u2019s easy, it\\u2019s fast\",\"header_size\":\"h6\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"359708ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"How it works\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4b44889\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"h2title\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7b5662f\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"css_classes\":\"how_it_works\"},\"elements\":[{\"id\":\"f1a3069\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"78b4761e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-1.png\",\"id\":23},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"20f1f954\",\"elType\":\"widget\",\"settings\":{\"title\":\"You choose the best Aegis services\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5929bdbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"26dd9bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-2.png\",\"id\":24},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e1e6e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pick right documents for your management system\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"43a60db9\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"3ad5b04f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-3.png\",\"id\":25},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5b7c806b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top-level quality courses & training\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5ec91d2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"540643df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-4.png\",\"id\":26},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"499e5554\",\"elType\":\"widget\",\"settings\":{\"title\":\"Implementation of the high standard\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"47a565aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"5c07de17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/h-5.png\",\"id\":87},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"290dda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You get certified and boost your revenues\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2b61ffb6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"5f1221f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"466fa5d1\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div class=\\\"timelineBlock\\\">\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-1.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>You choose the best Aegis services<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-2.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>Pick right documents for your management system<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-3.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>Top-level quality courses & training<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-4.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>Implementation of the high standard<\\/p>\\n      <\\/div>\\n   <\\/div>\\n   <div class=\\\"timeline-block timeline-block-right\\\">\\n      <div class=\\\"marker\\\"><img src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/h-5.png\\\" \\/><\\/div>\\n      <div class=\\\"timeline-content\\\">\\n         <p>You get certified and boost your revenues<\\/p>\\n      <\\/div>\\n   <\\/div>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"74146f91\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e3688fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6c6e649c\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"button_background_hover_color\":\"\",\"button_text_color\":\"\",\"hover_color\":\"\"},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#191C3D\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#191C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"buttonCustom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16e625f8\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33df9900\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2997abaa\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cca54a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48c0b852\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d7aa3fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"21a56998\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15cb63ce\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"306e5588\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section3\",\"css_classes\":\"vertical-scrolling\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"134c38b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"4ac66fd5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"18f88cac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"74645585\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle.png\",\"id\":2706},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"748909de\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"25354e54\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"21867f07\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5c5cc4af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b43bcc1\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"432721c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/who-we-are.jpg\",\"id\":61},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6062490e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"content_position\":\"center\",\"align\":\"flex-start\"},\"elements\":[{\"id\":\"4bf88bd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/who-we-icon.png\",\"id\":2933},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"84\",\"height\":\"84\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3b0e0194\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Established Since 2012\",\"text_color\":\"#CCCCCC\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18517c60\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who we are\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_css_classes\":\"h2title\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"38536481\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"565ae7f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d7844d2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Aegis Services L.L.C is one of Qatar\\u2019s leading \\u2018total solutions\\u2019 provider and have adopted a simple \\u201cyou choose us-we consult- you get certified\\u201d approach with the effective and no-nonsense route to ISO certification. Established in November 2012, we provide consultation and management for the entire ISO Standard Series and have worked with various clients including small, one-man brands up to large international multi-billion turnover companies offering impeccable services. We believe in upholding the highest standards of business ethics with a commitment to total quality and our tailored documentation will be written with your existing business processes in mind. Our 8 years of experience has helped us understand our cli...\\n\\n\",\"align\":\"justify\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a3936c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ebf0580\",\"button_background_hover_color\":\"globals\\/colors?id=ebf0580\",\"button_text_color\":\"globals\\/colors?id=aed3438\",\"hover_color\":\"globals\\/colors?id=aed3438\"},\"_css_classes\":\"buttonCustom\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70aa98d5\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5334bcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"49836a38\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"19443e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e73b811\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"46a6d087\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7346629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61ebbb0f\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28d6d96c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"column_position\":\"top\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/aegis_advantage.jpg\",\"id\":250},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"_element_id\":\"section4\",\"css_classes\":\"vertical-scrolling\",\"background_color\":\"#F2F2F2\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"623c2c16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3fe33c27\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"1eaa72df\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"601e5383\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"662e0c1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4f144535\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"20368ed7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"47c37277\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59e21f3a\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54143f05\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"12791ca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"604469c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Aegis advantage\",\"title_color\":\"#181C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"h2title\",\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28fa778b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/aegis_advantage_res.jpg\",\"id\":71},\"image_size\":\"full\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44dda6f3\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a481351\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"34f439c5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35de5bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d422d04\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1848b5c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"31fdd788\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d7abed9\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b84e4a9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"column_position\":\"top\",\"_element_id\":\"section5\",\"css_classes\":\"vertical-scrolling\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6617bf18\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c781a07\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"5df8c3ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"72dc65e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle.png\",\"id\":2706},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6edf072b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"47d10834\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1f29fc04\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"68871a5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40dbecd9\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ea58293\",\"elType\":\"section\",\"settings\":{\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/faq-banner.jpg\",\"id\":1581},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4b409e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d40f4a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/faq-banner-icon.png\",\"id\":2957},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"84\",\"height\":\"84\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51ebafdc\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"183500db\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c33ec1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"10b64fd9\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is ISO?\",\"tab_content\":\"<h5>What is ISO?<\\/h5>\\n<p>ISO is an independent, non-governmental international organization with a membership of 163 national standards bodies.\\n\\nThrough its members, it brings together experts to share knowledge and develop voluntary, consensus-based, market relevant International Standards that support innovation and provide solutions to global challenges.\\n\\nISO (International Organization of Standardization) creates documents that provide requirements, specifications, guidelines or characteristics that can be used consistently to ensure that materials, products, processes and services are fit for their purpose.<\\/p>\",\"_id\":\"6954f9a\"},{\"tab_title\":\"What are standards?\",\"tab_content\":\"<h5>What are standards?<\\/h5>\\n<p>International Standards make things work. They give world-class specifications for products, services and systems, to ensure quality, safety and efficiency. They are instrumental in facilitating international trade.<\\/p>\",\"_id\":\"93e3be7\"},{\"tab_title\":\"Who can apply for an ISO Certificate?\",\"tab_content\":\"<h5>Who can apply for an ISO Certificate?<\\/h5>\\n<p>Any company irrespective to size and industry can apply for an ISO certification in Qatar. ISO has published 21610 International Standards and related documents, covering almost every industry, from technology, to food safety, to agriculture, to healthcare, to construction and oil &amp; gas. ISO International Standards impact everyone, everywhere.<\\/p>\",\"_id\":\"11e5c0f\"},{\"tab_title\":\"Why choose us?\",\"tab_content\":\"<h5>Why choose us?<\\/h5>\\n<p>Any company irrespective to size and industry can apply for an ISO certification in Qatar. ISO has published 21610 International Standards and related documents, covering almost every industry, from technology, to food safety, to agriculture, to healthcare, to construction and oil &amp; gas. ISO International Standards impact everyone, everywhere.<\\/p>\",\"_id\":\"2d1e0d5\"},{\"_id\":\"a6577ab\",\"tab_title\":\"What will it cost?\",\"tab_content\":\"<h5>What will it cost?<\\/h5>\\n<p>The cost will depend on the size of the company, the standard required and the services needed. Send us an email at sales@aegis.qa or give us a call at +974-4466-2120 and we will certainly provide you a quote that is attractive, competitive and will undoubtedly suit your needs. Best price guaranteed.<\\/p>\"},{\"_id\":\"18fcd64\",\"tab_title\":\"Are there any hidden charges involved?\",\"tab_content\":\"<h5>Are there any hidden charges involved?<\\/h5>\\n<p>Definitely not. Everything is straightforward, no hidden charges, no advance charges.<\\/p>\"},{\"_id\":\"ab8380a\",\"tab_title\":\"What is the best channel to get in touch with you?\",\"tab_content\":\"<h5>What is the best channel to get in touch with you?<\\/h5>\\n<p>Drop us a call at +974-4466-2120 or send us an email at sales@aegis.qa. Someone will get in touch with you immediately. Best price guaranteed.<\\/p>\"}],\"type\":\"vertical\",\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"tab_color\":\"#666666\",\"tab_active_color\":\"#3C73CA\",\"tab_typography_typography\":\"custom\",\"tab_typography_font_family\":\"Montserrat\",\"tab_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tab_typography_font_weight\":\"300\",\"tab_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_color\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"content_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"tabs\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b4d003\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section6\",\"css_classes\":\"vertical-scrolling\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"00\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"548a7aa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b35f56c\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"1c56823d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"57d35c4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2351f0f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"65e43a8b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"44669a6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1d4429d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17ae6dab\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5febaad7\",\"elType\":\"section\",\"settings\":{\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"192f321a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"34996f68\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clients Trust Us\\n\",\"title_color\":\"#181C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"_css_classes\":\"h2title\",\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":74,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":74,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e70ab15\",\"elType\":\"widget\",\"settings\":{\"spaces\":0,\"slide_visible\":3,\"tabs\":2,\"arrow\":\"true\",\"arrowbg\":\"#C6292900\",\"arrowsize\":0,\"arrowposition\":\"0\",\"dotsize\":75,\"dotposition\":\"-25\",\"list_items\":[{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"_id\":\"7dd7d32\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar\\n\\n<\\/div>\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar\\n\\n<\\/div>\",\"_id\":\"bae7b45\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar\\n\\n<\\/div>\",\"_id\":\"ef031be\"},{\"theme\":\"left\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/IMC.jpg\",\"id\":381},\"content\":\"<div class=\\\"review-top\\\">I am writing to thank you for the quality provided by your company. We sincerely appreciate your efficiency, the level of detail and accountability your company have demonstrated, and the way you conduct business as a whole.<\\/div>\\n<div class=\\\"review-bottom\\\">\\n<h4>International Medical Company<\\/h4>\\nDoha \\u2013 Qatar\\n\\n<\\/div>\",\"_id\":\"35da0d6\"}]},\"elements\":[],\"widgetType\":\"advanced-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1096ab59\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"19960f6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"626b73d5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6ff4ad99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a374a7d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a7253b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a4bdbe7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df5e7a3\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23d86fd2\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"column_position\":\"top\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section7\",\"css_classes\":\"vertical-scrolling\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"639e6b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72d2133c\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"3a7f1aeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"5f9cbc41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle.png\",\"id\":2706},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"c987c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"74ca2d74\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5b70d58a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7ecb1916\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20584093\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3f95fb74\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"top\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/bg-5.png\",\"id\":17},\"background_position\":\"top center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"afee6a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"530fbe87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/icon-6.png\",\"id\":28},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ea99df1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request call back\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"h2title\",\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"22ed81b5\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"top\",\"background_background\":\"classic\",\"background_position\":\"top center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\",\"background_color\":\"#FCFCFC\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43334612\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.3333333300000020926745492033660411834716796875,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"30e60e92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We create a customized plan that suits what your company<br> needs to achieve that most sought after ISO certification in Qatar.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"678695e5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Would you prefer to speak to one of our consultants over the phone? Just enter your contact details and we will communicate with you shortly.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c15b829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You have the option to send us an email as well for any inquiries.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35097056\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Send us an email at <a class=\\\"blue-bold\\\" href=\\\"mailto:sales@aegis.qa\\\">sales@aegis.qa<\\/a> or\",\"selected_icon\":{\"value\":\"icon icon-envelope2\",\"library\":\"ekiticons\"},\"_id\":\"8481221\"},{\"text\":\"call us at <a class=\\\"orange-bold\\\" href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"fc10220\"}],\"text_color\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2a657c06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.61200000000000187583282240666449069976806640625,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#EDEDED\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6fc036d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEND US A MESSAGE\",\"header_size\":\"h4\",\"title_color\":\"#232754\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"vw\",\"size\":1.3899999999999999023003738329862244427204132080078125,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2d6f92\",\"elType\":\"widget\",\"settings\":{\"ekit_contact_form7\":\"57\",\"ekit_contact_form_input_style_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"ekit_contact_form_input_style_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_contact_form_input_style_margin_bottom\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ekit_contact_form_input_style_background_background\":\"classic\",\"ekit_contact_form_input_style_background_color\":\"#EAEAEA\",\"ekit_contact_form_input_style_border_border\":\"solid\",\"ekit_contact_form_input_style_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_contact_form_input_style_border_color\":\"#908F8F\",\"ekit_contact_form_input_typography_typography\":\"custom\",\"ekit_contact_form_input_typography_font_family\":\"Montserrat\",\"ekit_contact_form_input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_contact_form_input_typography_font_weight\":\"400\",\"ekit_contact_form_input_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_contact_form_input_style_font_color\":\"#1B1919\",\"ekit_contact_form_input_style_placeholder_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_contact_form_input_placeholder_font_color\":\"#1B1919\",\"ekit_contact_form_button_typography_typography\":\"custom\",\"ekit_contact_form_button_typography_font_family\":\"Montserrat\",\"ekit_contact_form_button_typography_font_size\":{\"unit\":\"vw\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"ekit_contact_form_button_typography_font_weight\":\"normal\",\"ekit_contact_form_button_typography_text_transform\":\"uppercase\",\"ekit_contact_form_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"ekit_contact_form_button_background_background\":\"classic\",\"ekit_contact_form_button_background_color\":\"#191C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#EDEDED\",\"ekit_contact_form_input_style_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_contact_form_input_style_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_contact_form_button_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_contact_form_button_style_use_width_height\":\"\",\"ekit_contact_form_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_contact_form_button_style_line_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-contact-form7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"523c2d93\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6907e9bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7089de43\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b66db60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c963cb6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2b5faea8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3c5fc762\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28e3eccd\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a45f199\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section8\",\"css_classes\":\"vertical-scrolling\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d3419fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40033e33\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"z_index_tablet\":9999},\"elements\":[{\"id\":\"6ff170e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"1f79b20b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo_verticle1.png\",\"id\":2760},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5df4f97b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"290f6d8a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\"}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"434d1809\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"47115f38\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"596c91e2\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"459977b5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b46eae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40169e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge bank\",\"title_color\":\"#181C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"_css_classes\":\"h2title\",\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aeaf62f\",\"elType\":\"widget\",\"settings\":{\"limit\":0,\"header_style\":\"a\",\"title_color\":\"#414682\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"header_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"secondary_line_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_category\":\"\",\"show_comments\":\"\",\"card_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"grid_thumbnail_size\":\"thumbnail\",\"typography_teaser_title_typography\":\"custom\",\"typography_teaser_title_font_family\":\"Montserrat\",\"typography_teaser_title_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_teaser_title_font_weight\":\"700\",\"typography_teaser_title_font_style\":\"normal\",\"typography_teaser_title_text_decoration\":\"none\",\"typography_teaser_title_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"post_title_color\":\"#414682\",\"typography_teaser_meta_typography\":\"custom\",\"typography_teaser_meta_font_family\":\"Montserrat\",\"typography_teaser_meta_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_teaser_meta_font_weight\":\"normal\",\"typography_teaser_meta_text_transform\":\"uppercase\",\"post_meta_vertical_margin\":\"15px\",\"show_read_more\":\"yes\",\"autoplay\":\"no\",\"navigation\":\"arrows\",\"arrows_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"anwp-pg-classic-slider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f1bae15\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"62cb20c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"21a29f79\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b500f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22de5997\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"55ecc460\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certification?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1dd38b2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c012c7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c469c25\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section9\",\"css_classes\":\"vertical-scrolling\"},\"elements\":[{\"id\":\"188ec4fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1aab1309\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\\nus\",\"align\":\"left\",\"title_color\":\"#232754\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68fe2c71\",\"elType\":\"widget\",\"settings\":{\"address\":\"Aegis Services - ISO Certification in Qatar\",\"zoom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e860f9d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"full\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"css_classes\":\"vertical-scrolling\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section10\",\"column_position\":\"top\",\"background_color\":\"#0F1125\"},\"elements\":[{\"id\":\"ae589ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37514067\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3322d48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c5e165c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[hfe_template id=\'2255\']\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14890, 4004, '_elementor_controls_usage', 'a:13:{s:5:\"image\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:18;s:5:\"align\";i:17;s:10:\"image_size\";i:3;s:22:\"image_custom_dimension\";i:2;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:14;s:12:\"width_tablet\";i:9;s:12:\"width_mobile\";i:9;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:8:\"_padding\";i:5;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}s:19:\"_section_responsive\";a:2:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:85;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:9:{s:12:\"_inline_size\";i:85;s:19:\"_inline_size_tablet\";i:29;s:19:\"_inline_size_mobile\";i:43;s:23:\"content_position_tablet\";i:18;s:12:\"align_tablet\";i:11;s:16:\"content_position\";i:13;s:21:\"space_between_widgets\";i:12;s:5:\"align\";i:12;s:23:\"content_position_mobile\";i:16;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:13:\"margin_tablet\";i:12;s:14:\"padding_tablet\";i:11;s:6:\"margin\";i:17;s:7:\"padding\";i:22;s:11:\"css_classes\";i:1;s:13:\"margin_mobile\";i:28;s:14:\"padding_mobile\";i:28;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:19;}}s:5:\"style\";a:3:{s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:17;s:16:\"icon_color_hover\";i:8;s:16:\"icon_size_mobile\";i:8;}s:18:\"section_text_style\";a:12:{s:10:\"text_color\";i:18;s:26:\"icon_typography_typography\";i:19;s:27:\"icon_typography_font_family\";i:19;s:32:\"icon_typography_font_size_tablet\";i:9;s:27:\"icon_typography_font_weight\";i:19;s:34:\"icon_typography_line_height_tablet\";i:9;s:16:\"text_color_hover\";i:14;s:11:\"text_indent\";i:9;s:32:\"icon_typography_font_size_mobile\";i:8;s:25:\"icon_typography_font_size\";i:2;s:27:\"icon_typography_line_height\";i:1;s:30:\"icon_typography_letter_spacing\";i:1;}s:17:\"section_icon_list\";a:4:{s:20:\"space_between_mobile\";i:8;s:17:\"icon_align_mobile\";i:8;s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_tablet\";i:9;s:15:\"_padding_tablet\";i:9;s:12:\"_css_classes\";i:2;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:35;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:35;s:11:\"header_size\";i:17;s:5:\"align\";i:13;s:12:\"align_tablet\";i:3;s:12:\"align_mobile\";i:14;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:14:{s:11:\"title_color\";i:26;s:21:\"typography_typography\";i:35;s:22:\"typography_font_family\";i:35;s:27:\"typography_font_size_tablet\";i:10;s:22:\"typography_font_weight\";i:35;s:29:\"typography_line_height_tablet\";i:10;s:32:\"typography_letter_spacing_tablet\";i:9;s:27:\"typography_font_size_mobile\";i:26;s:29:\"typography_line_height_mobile\";i:25;s:20:\"typography_font_size\";i:16;s:25:\"typography_text_transform\";i:10;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:15;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:7:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:14:\"_margin_mobile\";i:4;s:12:\"_css_classes\";i:7;s:7:\"_margin\";i:3;s:8:\"_padding\";i:5;s:15:\"_padding_mobile\";i:3;}s:17:\"_section_position\";a:3:{s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}}}}s:4:\"html\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"html\";i:10;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:9;s:15:\"_padding_tablet\";i:9;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:53;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:8:{s:16:\"content_position\";i:35;s:6:\"layout\";i:12;s:6:\"height\";i:11;s:13:\"custom_height\";i:17;s:20:\"custom_height_mobile\";i:2;s:15:\"column_position\";i:10;s:3:\"gap\";i:6;s:20:\"custom_height_tablet\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:20;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:9:{s:13:\"margin_tablet\";i:21;s:14:\"padding_tablet\";i:20;s:11:\"css_classes\";i:30;s:6:\"margin\";i:35;s:14:\"z_index_tablet\";i:9;s:7:\"padding\";i:33;s:13:\"margin_mobile\";i:25;s:11:\"_element_id\";i:11;s:14:\"padding_mobile\";i:25;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:10;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:22;s:16:\"background_image\";i:6;s:19:\"background_position\";i:19;s:17:\"background_repeat\";i:18;s:15:\"background_size\";i:15;s:16:\"background_color\";i:14;}}}}s:25:\"elementskit-contact-form7\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:11:\"section_tab\";a:1:{s:18:\"ekit_contact_form7\";i:2;}}s:5:\"style\";a:2:{s:29:\"ekit_contact_form_input_style\";a:25:{s:43:\"ekit_contact_form_input_style_margin_bottom\";i:2;s:36:\"ekit_contact_form_input_style_radius\";i:1;s:43:\"ekit_contact_form_input_style_border_border\";i:2;s:42:\"ekit_contact_form_input_style_border_width\";i:2;s:42:\"ekit_contact_form_input_hover_style_radius\";i:1;s:49:\"ekit_contact_form_input_hover_style_border_border\";i:1;s:48:\"ekit_contact_form_input_hover_style_border_width\";i:1;s:42:\"ekit_contact_form_input_focus_style_radius\";i:1;s:49:\"ekit_contact_form_input_focus_style_border_border\";i:1;s:48:\"ekit_contact_form_input_focus_style_border_width\";i:1;s:45:\"ekit_contact_form_input_typography_typography\";i:2;s:46:\"ekit_contact_form_input_typography_font_family\";i:2;s:46:\"ekit_contact_form_input_typography_font_weight\";i:2;s:40:\"ekit_contact_form_input_style_font_color\";i:2;s:46:\"ekit_contact_form_input_placeholder_font_color\";i:2;s:37:\"ekit_contact_form_input_style_padding\";i:1;s:36:\"ekit_contact_form_input_style_height\";i:1;s:51:\"ekit_contact_form_input_style_background_background\";i:1;s:46:\"ekit_contact_form_input_style_background_color\";i:1;s:42:\"ekit_contact_form_input_style_border_color\";i:1;s:44:\"ekit_contact_form_input_typography_font_size\";i:1;s:46:\"ekit_contact_form_input_typography_line_height\";i:1;s:51:\"ekit_contact_form_input_style_placeholder_font_size\";i:1;s:42:\"ekit_contact_form_input_style_width_mobile\";i:1;s:43:\"ekit_contact_form_input_style_height_mobile\";i:1;}s:37:\"ekit_contact_form_button_style_holder\";a:19:{s:46:\"ekit_contact_form_button_typography_typography\";i:2;s:47:\"ekit_contact_form_button_typography_font_family\";i:2;s:45:\"ekit_contact_form_button_typography_font_size\";i:2;s:47:\"ekit_contact_form_button_typography_font_weight\";i:2;s:50:\"ekit_contact_form_button_typography_text_transform\";i:2;s:46:\"ekit_contact_form_button_typography_font_style\";i:1;s:51:\"ekit_contact_form_button_typography_text_decoration\";i:1;s:37:\"ekit_contact_form_button_style_margin\";i:1;s:47:\"ekit_contact_form_button_style_use_width_height\";i:2;s:30:\"ekit_contact_form_button_width\";i:1;s:42:\"ekit_contact_form_button_style_line_height\";i:1;s:46:\"ekit_contact_form_button_background_background\";i:2;s:41:\"ekit_contact_form_button_background_color\";i:2;s:52:\"ekit_contact_form_button_hover_background_background\";i:1;s:47:\"ekit_contact_form_button_hover_background_color\";i:1;s:50:\"ekit_contact_form_button_typography_letter_spacing\";i:1;s:52:\"ekit_contact_form_button_typography_font_size_mobile\";i:1;s:37:\"ekit_contact_form_button_width_mobile\";i:1;s:49:\"ekit_contact_form_button_style_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:12;s:5:\"align\";i:12;s:4:\"size\";i:4;s:12:\"align_mobile\";i:3;s:12:\"align_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:15:{s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:12;s:22:\"typography_font_weight\";i:12;s:25:\"typography_text_transform\";i:12;s:22:\"typography_line_height\";i:12;s:25:\"typography_letter_spacing\";i:12;s:16:\"background_color\";i:10;s:29:\"button_background_hover_color\";i:10;s:13:\"border_radius\";i:12;s:27:\"typography_font_size_mobile\";i:8;s:29:\"typography_line_height_mobile\";i:8;s:32:\"typography_letter_spacing_mobile\";i:8;s:17:\"button_text_color\";i:2;s:11:\"hover_color\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:8;s:15:\"_padding_mobile\";i:8;s:12:\"_css_classes\";i:4;s:7:\"_margin\";i:3;s:8:\"_padding\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;s:25:\"typography_text_transform\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:6;s:12:\"align_mobile\";i:1;s:12:\"align_tablet\";i:1;s:10:\"text_color\";i:5;s:25:\"typography_letter_spacing\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:14:\"_margin_mobile\";i:1;}}}}s:4:\"tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_tabs\";a:2:{s:4:\"tabs\";i:1;s:4:\"type\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_tabs_style\";a:14:{s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:9:\"tab_color\";i:1;s:16:\"tab_active_color\";i:1;s:25:\"tab_typography_typography\";i:1;s:26:\"tab_typography_font_family\";i:1;s:24:\"tab_typography_font_size\";i:1;s:26:\"tab_typography_font_weight\";i:1;s:26:\"tab_typography_line_height\";i:1;s:13:\"content_color\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;}}}}s:17:\"advanced-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"setting_section\";a:3:{s:6:\"spaces\";i:1;s:13:\"slide_visible\";i:1;s:4:\"tabs\";i:1;}s:15:\"navigation_area\";a:5:{s:5:\"arrow\";i:1;s:7:\"arrowbg\";i:1;s:9:\"arrowsize\";i:1;s:13:\"arrowposition\";i:1;s:7:\"dotsize\";i:1;}}s:5:\"style\";a:1:{s:14:\"carousel_style\";a:1:{s:10:\"list_items\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}}'),
(15280, 4104, '_wp_attached_file', '2021/01/faq-icon-1.png'),
(15281, 4104, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:119;s:6:\"height\";i:109;s:4:\"file\";s:22:\"2021/01/faq-icon-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"0\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-10-21 04:52:02\";s:9:\"thumbsOpt\";i:0;s:13:\"thumbsOptList\";a:0:{}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"20.24\";}'),
(15614, 4173, '_wp_attached_file', '2021/01/footer-town.png'),
(15615, 4173, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1087;s:6:\"height\";i:306;s:4:\"file\";s:23:\"2021/01/footer-town.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"footer-town-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"footer-town-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"footer-town-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:23:\"footer-town-768x216.png\";s:5:\"width\";i:768;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"footer-town-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:25:\"footer-town-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:21:\"footer-town-20x20.png\";s:5:\"width\";i:20;s:6:\"height\";i:20;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"6\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-10-21 04:51:53\";s:9:\"thumbsOpt\";i:7;s:13:\"thumbsOptList\";a:7:{i:0;s:23:\"footer-town-300x300.png\";i:1;s:25:\"footer-town-1024x1024.png\";i:2;s:23:\"footer-town-150x150.png\";i:3;s:23:\"footer-town-768x216.png\";i:4;s:25:\"footer-town-1536x1536.png\";i:5;s:25:\"footer-town-2048x2048.png\";i:6;s:21:\"footer-town-20x20.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:4:\"3.59\";}'),
(15816, 4208, '_wp_attached_file', '2021/01/loader-2.gif'),
(15817, 4208, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:296;s:6:\"height\";i:296;s:4:\"file\";s:20:\"2021/01/loader-2.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"loader-2-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-10-21 04:51:38\";s:9:\"thumbsOpt\";i:1;s:13:\"thumbsOptList\";a:1:{i:0;s:20:\"loader-2-150x150.gif\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:4:\"1.75\";}'),
(15972, 4241, '_edit_last', '1'),
(15973, 4241, '_edit_lock', '1611312365:1'),
(15974, 4241, 'oceanwp_mw_template', '0'),
(15975, 4241, 'oceanwp_mw_title', 'on'),
(15976, 4241, 'oceanwp_mw_close_btn', 'on'),
(15977, 4241, 'oceanwp_mw_width', '700'),
(15978, 4241, 'oceanwp_mw_border_style', 'solid'),
(15979, 4241, 'oceanwp_mw_overlay_bg_color', '#000000'),
(15980, 4241, 'oceanwp_mw_overlay_opacity', '0.9'),
(15981, 4241, 'oceanwp_mw_bg_color', '#191c3d'),
(15982, 4241, 'oceanwp_mw_title_color', '#333333'),
(15983, 4241, 'oceanwp_mw_font_family', '0'),
(15984, 4241, 'oceanwp_mw_tablet_width', '700'),
(15985, 4241, 'oceanwp_mw_tablet_height', '0'),
(15986, 4241, 'oceanwp_mw_mobile_width', '700'),
(15987, 4241, 'oceanwp_mw_mobile_height', '0'),
(16006, 4246, '_pum_built_in', 'default-theme'),
(16007, 4246, '_pum_default_theme', '1'),
(16008, 4246, 'popup_theme_data_version', '3'),
(16009, 4246, 'popup_theme_settings', 'a:67:{s:24:\"overlay_background_color\";s:7:\"#ffffff\";s:26:\"overlay_background_opacity\";i:100;s:13:\"atc_promotion\";N;s:17:\"container_padding\";i:18;s:23:\"container_border_radius\";i:0;s:26:\"container_background_color\";s:7:\"#f9f9f9\";s:28:\"container_background_opacity\";i:100;s:22:\"container_border_style\";s:4:\"none\";s:22:\"container_border_color\";s:7:\"#000000\";s:22:\"container_border_width\";i:1;s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";i:23;s:30:\"container_boxshadow_horizontal\";i:1;s:28:\"container_boxshadow_vertical\";i:1;s:24:\"container_boxshadow_blur\";i:3;s:26:\"container_boxshadow_spread\";i:0;s:25:\"container_boxshadow_inset\";s:2:\"no\";s:16:\"title_font_color\";s:7:\"#000000\";s:15:\"title_font_size\";i:32;s:17:\"title_line_height\";i:36;s:17:\"title_font_family\";s:7:\"inherit\";s:17:\"title_font_weight\";i:400;s:16:\"title_font_style\";s:6:\"normal\";s:16:\"title_text_align\";s:4:\"left\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";i:23;s:27:\"title_textshadow_horizontal\";i:0;s:25:\"title_textshadow_vertical\";i:0;s:21:\"title_textshadow_blur\";i:0;s:18:\"content_font_color\";s:7:\"#8c8c8c\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";i:400;s:18:\"content_font_style\";s:7:\"inherit\";s:10:\"close_text\";s:5:\"CLOSE\";s:22:\"close_position_outside\";b:0;s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";i:0;s:21:\"close_position_bottom\";i:0;s:19:\"close_position_left\";i:0;s:20:\"close_position_right\";i:0;s:13:\"close_padding\";i:8;s:12:\"close_height\";i:0;s:11:\"close_width\";i:0;s:19:\"close_border_radius\";i:0;s:22:\"close_background_color\";s:7:\"#00b7cd\";s:24:\"close_background_opacity\";i:100;s:16:\"close_font_color\";s:7:\"#ffffff\";s:15:\"close_font_size\";i:12;s:17:\"close_line_height\";i:36;s:17:\"close_font_family\";s:7:\"inherit\";s:17:\"close_font_weight\";i:400;s:16:\"close_font_style\";s:7:\"inherit\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";i:1;s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";i:23;s:26:\"close_boxshadow_horizontal\";i:1;s:24:\"close_boxshadow_vertical\";i:1;s:20:\"close_boxshadow_blur\";i:3;s:22:\"close_boxshadow_spread\";i:0;s:21:\"close_boxshadow_inset\";s:2:\"no\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";i:23;s:27:\"close_textshadow_horizontal\";i:0;s:25:\"close_textshadow_vertical\";i:0;s:21:\"close_textshadow_blur\";i:0;}'),
(16010, 4247, 'popup_theme_settings', 'a:67:{s:24:\"overlay_background_color\";s:7:\"#000000\";s:26:\"overlay_background_opacity\";s:2:\"60\";s:17:\"container_padding\";s:2:\"18\";s:26:\"container_background_color\";s:7:\"#ffffff\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:5:\"solid\";s:22:\"container_border_color\";s:7:\"#000000\";s:22:\"container_border_width\";s:1:\"8\";s:23:\"container_border_radius\";s:1:\"3\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:30:\"container_boxshadow_horizontal\";s:1:\"0\";s:28:\"container_boxshadow_vertical\";s:1:\"0\";s:24:\"container_boxshadow_blur\";s:2:\"30\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:3:\"100\";s:16:\"title_font_color\";s:7:\"#000000\";s:17:\"title_line_height\";s:2:\"36\";s:15:\"title_font_size\";s:2:\"32\";s:17:\"title_font_family\";s:7:\"inherit\";s:17:\"title_font_weight\";s:3:\"100\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:18:\"content_font_color\";s:7:\"#000000\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"100\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:7:\"&times;\";s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:3:\"-13\";s:19:\"close_position_left\";s:1:\"0\";s:21:\"close_position_bottom\";s:1:\"0\";s:20:\"close_position_right\";s:3:\"-13\";s:13:\"close_padding\";s:1:\"0\";s:12:\"close_height\";s:2:\"26\";s:11:\"close_width\";s:2:\"26\";s:22:\"close_background_color\";s:7:\"#000000\";s:24:\"close_background_opacity\";s:3:\"100\";s:16:\"close_font_color\";s:7:\"#ffffff\";s:17:\"close_line_height\";s:2:\"24\";s:15:\"close_font_size\";s:2:\"24\";s:17:\"close_font_family\";s:5:\"Arial\";s:17:\"close_font_weight\";s:3:\"100\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:5:\"solid\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"2\";s:19:\"close_border_radius\";s:2:\"26\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:26:\"close_boxshadow_horizontal\";s:1:\"0\";s:24:\"close_boxshadow_vertical\";s:1:\"0\";s:20:\"close_boxshadow_blur\";s:2:\"15\";s:22:\"close_boxshadow_spread\";s:1:\"1\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:2:\"75\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:2:\"23\";s:13:\"atc_promotion\";N;s:22:\"close_position_outside\";i:0;}'),
(16011, 4247, 'popup_theme_data_version', '3'),
(16012, 4247, '_pum_built_in', 'lightbox'),
(16013, 4248, 'popup_theme_settings', 'a:67:{s:24:\"overlay_background_color\";s:7:\"#000000\";s:26:\"overlay_background_opacity\";s:2:\"70\";s:17:\"container_padding\";s:2:\"28\";s:26:\"container_background_color\";s:7:\"#ffffff\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:4:\"none\";s:22:\"container_border_color\";s:7:\"#000000\";s:22:\"container_border_width\";s:1:\"1\";s:23:\"container_border_radius\";s:1:\"5\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:30:\"container_boxshadow_horizontal\";s:1:\"0\";s:28:\"container_boxshadow_vertical\";s:2:\"10\";s:24:\"container_boxshadow_blur\";s:2:\"25\";s:26:\"container_boxshadow_spread\";s:1:\"4\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:2:\"50\";s:16:\"title_font_color\";s:7:\"#315b7c\";s:17:\"title_line_height\";s:2:\"36\";s:15:\"title_font_size\";s:2:\"34\";s:17:\"title_font_family\";s:7:\"inherit\";s:17:\"title_font_weight\";s:3:\"100\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:18:\"content_font_color\";s:7:\"#2d2d2d\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"100\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:2:\"×\";s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:1:\"8\";s:19:\"close_position_left\";s:1:\"0\";s:21:\"close_position_bottom\";s:1:\"0\";s:20:\"close_position_right\";s:1:\"8\";s:13:\"close_padding\";s:1:\"4\";s:12:\"close_height\";s:2:\"28\";s:11:\"close_width\";s:2:\"28\";s:22:\"close_background_color\";s:7:\"#315b7c\";s:24:\"close_background_opacity\";s:3:\"100\";s:16:\"close_font_color\";s:7:\"#ffffff\";s:17:\"close_line_height\";s:2:\"20\";s:15:\"close_font_size\";s:2:\"20\";s:17:\"close_font_family\";s:15:\"Times New Roman\";s:17:\"close_font_weight\";s:3:\"100\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"1\";s:19:\"close_border_radius\";s:2:\"42\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:26:\"close_boxshadow_horizontal\";s:1:\"0\";s:24:\"close_boxshadow_vertical\";s:1:\"0\";s:20:\"close_boxshadow_blur\";s:1:\"0\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:2:\"23\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:2:\"23\";s:13:\"atc_promotion\";N;s:22:\"close_position_outside\";i:0;}'),
(16014, 4248, 'popup_theme_data_version', '3'),
(16015, 4248, '_pum_built_in', 'enterprise-blue'),
(16016, 4249, 'popup_theme_settings', 'a:67:{s:24:\"overlay_background_color\";s:7:\"#000000\";s:26:\"overlay_background_opacity\";s:2:\"75\";s:17:\"container_padding\";s:2:\"30\";s:26:\"container_background_color\";s:7:\"#ffffff\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:5:\"solid\";s:22:\"container_border_color\";s:7:\"#81d742\";s:22:\"container_border_width\";s:2:\"14\";s:23:\"container_border_radius\";s:2:\"80\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:30:\"container_boxshadow_horizontal\";s:1:\"0\";s:28:\"container_boxshadow_vertical\";s:1:\"0\";s:24:\"container_boxshadow_blur\";s:1:\"0\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:1:\"0\";s:16:\"title_font_color\";s:7:\"#2d2d2d\";s:17:\"title_line_height\";s:2:\"36\";s:15:\"title_font_size\";s:2:\"32\";s:17:\"title_font_family\";s:10:\"Montserrat\";s:17:\"title_font_weight\";s:3:\"100\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:18:\"content_font_color\";s:7:\"#2d2d2d\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"100\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:2:\"×\";s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:3:\"-30\";s:19:\"close_position_left\";s:3:\"-30\";s:21:\"close_position_bottom\";s:1:\"0\";s:20:\"close_position_right\";s:3:\"-30\";s:13:\"close_padding\";s:1:\"0\";s:12:\"close_height\";s:1:\"0\";s:11:\"close_width\";s:1:\"0\";s:22:\"close_background_color\";s:7:\"#ffffff\";s:24:\"close_background_opacity\";s:3:\"100\";s:16:\"close_font_color\";s:7:\"#2d2d2d\";s:17:\"close_line_height\";s:2:\"28\";s:15:\"close_font_size\";s:2:\"32\";s:17:\"close_font_family\";s:15:\"Times New Roman\";s:17:\"close_font_weight\";s:3:\"100\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"1\";s:19:\"close_border_radius\";s:2:\"28\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:26:\"close_boxshadow_horizontal\";s:1:\"0\";s:24:\"close_boxshadow_vertical\";s:1:\"0\";s:20:\"close_boxshadow_blur\";s:1:\"0\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:2:\"23\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:2:\"23\";s:13:\"atc_promotion\";N;s:22:\"close_position_outside\";i:0;}'),
(16017, 4249, 'popup_theme_data_version', '3'),
(16018, 4249, '_pum_built_in', 'hello-box'),
(16019, 4250, 'popup_theme_settings', 'a:67:{s:24:\"overlay_background_color\";s:7:\"#000000\";s:26:\"overlay_background_opacity\";s:2:\"50\";s:17:\"container_padding\";s:2:\"18\";s:26:\"container_background_color\";s:7:\"#1e73be\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:4:\"none\";s:22:\"container_border_color\";s:7:\"#000000\";s:22:\"container_border_width\";s:1:\"1\";s:23:\"container_border_radius\";s:1:\"0\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:30:\"container_boxshadow_horizontal\";s:1:\"0\";s:28:\"container_boxshadow_vertical\";s:2:\"10\";s:24:\"container_boxshadow_blur\";s:2:\"25\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:2:\"50\";s:16:\"title_font_color\";s:7:\"#ffffff\";s:17:\"title_line_height\";s:2:\"28\";s:15:\"title_font_size\";s:2:\"26\";s:17:\"title_font_family\";s:10:\"Sans-Serif\";s:17:\"title_font_weight\";s:3:\"100\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:18:\"content_font_color\";s:7:\"#ffffff\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"100\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:2:\"×\";s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:1:\"0\";s:19:\"close_position_left\";s:1:\"0\";s:21:\"close_position_bottom\";s:1:\"0\";s:20:\"close_position_right\";s:1:\"0\";s:13:\"close_padding\";s:1:\"0\";s:12:\"close_height\";s:2:\"24\";s:11:\"close_width\";s:2:\"24\";s:22:\"close_background_color\";s:7:\"#eeee22\";s:24:\"close_background_opacity\";s:3:\"100\";s:16:\"close_font_color\";s:7:\"#1e73be\";s:17:\"close_line_height\";s:2:\"24\";s:15:\"close_font_size\";s:2:\"32\";s:17:\"close_font_family\";s:15:\"Times New Roman\";s:17:\"close_font_weight\";s:3:\"100\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"1\";s:19:\"close_border_radius\";s:1:\"0\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:26:\"close_boxshadow_horizontal\";s:2:\"-1\";s:24:\"close_boxshadow_vertical\";s:1:\"1\";s:20:\"close_boxshadow_blur\";s:1:\"1\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:2:\"10\";s:27:\"close_textshadow_horizontal\";s:2:\"-1\";s:25:\"close_textshadow_vertical\";s:1:\"1\";s:21:\"close_textshadow_blur\";s:1:\"1\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:2:\"10\";s:13:\"atc_promotion\";N;s:22:\"close_position_outside\";i:0;}'),
(16020, 4250, 'popup_theme_data_version', '3'),
(16021, 4250, '_pum_built_in', 'cutting-edge'),
(16022, 4251, 'popup_theme_settings', 'a:67:{s:24:\"overlay_background_color\";s:7:\"#ffffff\";s:26:\"overlay_background_opacity\";s:2:\"50\";s:17:\"container_padding\";s:2:\"18\";s:26:\"container_background_color\";s:7:\"#fffbef\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:6:\"outset\";s:22:\"container_border_color\";s:7:\"#dd3333\";s:22:\"container_border_width\";s:2:\"20\";s:23:\"container_border_radius\";s:1:\"0\";s:25:\"container_boxshadow_inset\";s:3:\"yes\";s:30:\"container_boxshadow_horizontal\";s:1:\"1\";s:28:\"container_boxshadow_vertical\";s:1:\"1\";s:24:\"container_boxshadow_blur\";s:1:\"3\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:2:\"97\";s:16:\"title_font_color\";s:7:\"#000000\";s:17:\"title_line_height\";s:2:\"36\";s:15:\"title_font_size\";s:2:\"32\";s:17:\"title_font_family\";s:7:\"inherit\";s:17:\"title_font_weight\";s:3:\"100\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:18:\"content_font_color\";s:7:\"#2d2d2d\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"100\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:2:\"×\";s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:3:\"-20\";s:19:\"close_position_left\";s:3:\"-20\";s:21:\"close_position_bottom\";s:1:\"0\";s:20:\"close_position_right\";s:3:\"-20\";s:13:\"close_padding\";s:1:\"0\";s:12:\"close_height\";s:2:\"20\";s:11:\"close_width\";s:2:\"20\";s:22:\"close_background_color\";s:7:\"#000000\";s:24:\"close_background_opacity\";s:2:\"55\";s:16:\"close_font_color\";s:7:\"#ffffff\";s:17:\"close_line_height\";s:2:\"18\";s:15:\"close_font_size\";s:2:\"16\";s:17:\"close_font_family\";s:6:\"Tahoma\";s:17:\"close_font_weight\";s:3:\"700\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"1\";s:19:\"close_border_radius\";s:1:\"0\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:26:\"close_boxshadow_horizontal\";s:1:\"0\";s:24:\"close_boxshadow_vertical\";s:1:\"0\";s:20:\"close_boxshadow_blur\";s:1:\"0\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:2:\"23\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:2:\"23\";s:13:\"atc_promotion\";N;s:22:\"close_position_outside\";i:0;}'),
(16023, 4251, 'popup_theme_data_version', '3'),
(16024, 4251, '_pum_built_in', 'framed-border'),
(16025, 4252, 'popup_theme_settings', 'a:67:{s:24:\"overlay_background_color\";s:7:\"#ffffff\";s:26:\"overlay_background_opacity\";s:1:\"0\";s:13:\"atc_promotion\";N;s:17:\"container_padding\";s:1:\"8\";s:23:\"container_border_radius\";s:1:\"0\";s:26:\"container_background_color\";s:7:\"#eef6fc\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:4:\"none\";s:22:\"container_border_color\";s:7:\"#000000\";s:22:\"container_border_width\";s:1:\"1\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:2:\"23\";s:30:\"container_boxshadow_horizontal\";s:1:\"1\";s:28:\"container_boxshadow_vertical\";s:1:\"1\";s:24:\"container_boxshadow_blur\";s:1:\"3\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:16:\"title_font_color\";s:7:\"#505050\";s:15:\"title_font_size\";s:2:\"32\";s:17:\"title_line_height\";s:2:\"36\";s:17:\"title_font_family\";s:7:\"inherit\";s:17:\"title_font_weight\";s:3:\"400\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:18:\"content_font_color\";s:7:\"#505050\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"400\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:2:\"×\";s:22:\"close_position_outside\";i:0;s:14:\"close_location\";s:11:\"middleright\";s:18:\"close_position_top\";s:1:\"0\";s:21:\"close_position_bottom\";s:1:\"0\";s:19:\"close_position_left\";s:1:\"0\";s:20:\"close_position_right\";s:1:\"5\";s:13:\"close_padding\";s:1:\"0\";s:12:\"close_height\";s:2:\"18\";s:11:\"close_width\";s:2:\"18\";s:19:\"close_border_radius\";s:2:\"15\";s:22:\"close_background_color\";s:7:\"#ffffff\";s:24:\"close_background_opacity\";s:1:\"0\";s:16:\"close_font_color\";s:7:\"#505050\";s:15:\"close_font_size\";s:2:\"15\";s:17:\"close_line_height\";s:2:\"18\";s:17:\"close_font_family\";s:10:\"Sans-Serif\";s:17:\"close_font_weight\";s:3:\"700\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:5:\"solid\";s:18:\"close_border_color\";s:7:\"#505050\";s:18:\"close_border_width\";s:1:\"1\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:1:\"0\";s:26:\"close_boxshadow_horizontal\";s:1:\"0\";s:24:\"close_boxshadow_vertical\";s:1:\"0\";s:20:\"close_boxshadow_blur\";s:1:\"0\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:1:\"0\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";}'),
(16026, 4252, 'popup_theme_data_version', '3'),
(16027, 4252, '_pum_built_in', 'floating-bar'),
(16028, 4253, 'popup_theme_settings', 'a:67:{s:24:\"overlay_background_color\";s:7:\"#000000\";s:26:\"overlay_background_opacity\";s:2:\"70\";s:13:\"atc_promotion\";N;s:17:\"container_padding\";s:1:\"0\";s:23:\"container_border_radius\";s:1:\"0\";s:26:\"container_background_color\";s:0:\"\";s:28:\"container_background_opacity\";s:1:\"0\";s:22:\"container_border_style\";s:4:\"none\";s:22:\"container_border_color\";s:7:\"#000000\";s:22:\"container_border_width\";s:1:\"1\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:1:\"0\";s:30:\"container_boxshadow_horizontal\";s:1:\"0\";s:28:\"container_boxshadow_vertical\";s:1:\"0\";s:24:\"container_boxshadow_blur\";s:1:\"0\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:16:\"title_font_color\";s:7:\"#000000\";s:15:\"title_font_size\";s:2:\"32\";s:17:\"title_line_height\";s:2:\"36\";s:17:\"title_font_family\";s:7:\"inherit\";s:17:\"title_font_weight\";s:3:\"400\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:18:\"content_font_color\";s:7:\"#8c8c8c\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"400\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:2:\"×\";s:22:\"close_position_outside\";i:0;s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:1:\"7\";s:21:\"close_position_bottom\";s:1:\"0\";s:19:\"close_position_left\";s:1:\"0\";s:20:\"close_position_right\";s:1:\"7\";s:13:\"close_padding\";s:1:\"0\";s:12:\"close_height\";s:2:\"18\";s:11:\"close_width\";s:2:\"18\";s:19:\"close_border_radius\";s:2:\"15\";s:22:\"close_background_color\";s:7:\"#ffffff\";s:24:\"close_background_opacity\";s:1:\"0\";s:16:\"close_font_color\";s:7:\"#000000\";s:15:\"close_font_size\";s:2:\"20\";s:17:\"close_line_height\";s:2:\"20\";s:17:\"close_font_family\";s:7:\"inherit\";s:17:\"close_font_weight\";s:3:\"700\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"1\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:1:\"0\";s:26:\"close_boxshadow_horizontal\";s:1:\"0\";s:24:\"close_boxshadow_vertical\";s:1:\"0\";s:20:\"close_boxshadow_blur\";s:1:\"0\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:1:\"0\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";}'),
(16029, 4253, 'popup_theme_data_version', '3'),
(16030, 4253, '_pum_built_in', 'content-only'),
(16031, 4254, 'popup_title', 'Our Spring Sale Has Started'),
(16032, 4254, 'enabled', '0'),
(16033, 4254, 'popup_settings', 'a:39:{s:8:\"triggers\";a:1:{i:0;a:2:{s:4:\"type\";s:9:\"auto_open\";s:8:\"settings\";a:2:{s:11:\"cookie_name\";s:8:\"pum-4254\";s:5:\"delay\";i:500;}}}s:7:\"cookies\";a:1:{i:0;a:2:{s:5:\"event\";s:14:\"on_popup_close\";s:8:\"settings\";a:5:{s:4:\"name\";s:8:\"pum-4254\";s:3:\"key\";s:0:\"\";s:7:\"session\";b:0;s:4:\"time\";s:7:\"1 month\";s:4:\"path\";s:1:\"1\";}}}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:1:{s:6:\"target\";s:13:\"is_front_page\";}}}s:8:\"theme_id\";s:4:\"2085\";s:4:\"size\";s:6:\"medium\";s:20:\"responsive_min_width\";s:2:\"0%\";s:20:\"responsive_max_width\";s:4:\"100%\";s:12:\"custom_width\";s:5:\"640px\";s:13:\"custom_height\";s:5:\"380px\";s:14:\"animation_type\";s:4:\"fade\";s:15:\"animation_speed\";s:3:\"350\";s:16:\"animation_origin\";s:10:\"center top\";s:10:\"open_sound\";s:4:\"none\";s:12:\"custom_sound\";s:0:\"\";s:8:\"location\";s:6:\"center\";s:12:\"position_top\";s:3:\"100\";s:15:\"position_bottom\";s:1:\"0\";s:13:\"position_left\";s:1:\"0\";s:14:\"position_right\";s:1:\"0\";s:6:\"zindex\";s:10:\"1999999999\";s:10:\"close_text\";s:0:\"\";s:18:\"close_button_delay\";s:1:\"0\";s:30:\"close_on_form_submission_delay\";s:1:\"0\";s:17:\"disable_on_mobile\";b:0;s:17:\"disable_on_tablet\";b:0;s:18:\"custom_height_auto\";b:0;s:18:\"scrollable_content\";b:0;s:21:\"position_from_trigger\";b:0;s:14:\"position_fixed\";b:0;s:16:\"overlay_disabled\";b:0;s:9:\"stackable\";b:0;s:18:\"disable_reposition\";b:0;s:24:\"close_on_form_submission\";b:0;s:22:\"close_on_overlay_click\";b:0;s:18:\"close_on_esc_press\";b:0;s:17:\"close_on_f4_press\";b:0;s:19:\"disable_form_reopen\";b:0;s:21:\"disable_accessibility\";b:0;s:10:\"theme_slug\";s:13:\"default-theme\";}'),
(16034, 4254, 'data_version', '3'),
(16362, 4307, '_edit_last', '1'),
(16363, 4307, '_edit_lock', '1655808512:1'),
(16364, 4307, '_wp_page_template', 'elementor_canvas'),
(16365, 4307, 'ehf_target_include_locations', 'a:0:{}'),
(16366, 4307, 'ehf_target_exclude_locations', 'a:0:{}'),
(16367, 4307, 'ehf_target_user_roles', 'a:1:{i:0;s:0:\"\";}'),
(16368, 4307, 'ehf_template_type', 'custom'),
(16369, 4307, '_elementor_edit_mode', 'builder'),
(16370, 4307, '_elementor_template_type', 'wp-post'),
(16371, 4307, '_elementor_version', '3.1.3'),
(16372, 4307, 'ekit_post_views_count', '6'),
(16381, 4307, '_elementor_data', '[{\"id\":\"2d2a702\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"html_tag\":\"div\"},\"elements\":[{\"id\":\"aa7358d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"799fd7f\",\"elType\":\"widget\",\"settings\":{\"ekit_contact_form7\":\"292\",\"ekit_contact_form_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_style_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"ekit_contact_form_input_style_margin_bottom\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ekit_contact_form_input_style_textarea_height\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_contact_form_input_style_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_typography_typography\":\"custom\",\"ekit_contact_form_input_typography_font_family\":\"Montserrat\",\"ekit_contact_form_input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_contact_form_input_typography_font_weight\":\"normal\",\"ekit_contact_form_input_style_font_color\":\"#191C3D\",\"ekit_contact_form_button_typography_typography\":\"custom\",\"ekit_contact_form_button_typography_font_family\":\"Montserrat\",\"ekit_contact_form_button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_contact_form_button_typography_font_weight\":\"normal\",\"ekit_contact_form_button_style_use_width_height\":\"yes\",\"ekit_contact_form_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_contact_form_button_style_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"ekit_contact_form_button_style_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_contact_form_button_background_background\":\"classic\",\"ekit_contact_form_button_background_color\":\"#4176FF\",\"ekit_contact_form_button_hover_background_background\":\"classic\",\"ekit_contact_form_button_hover_background_color\":\"#4176FF\"},\"elements\":[],\"widgetType\":\"elementskit-contact-form7\"}],\"isInner\":false}],\"isInner\":false}]'),
(16862, 4388, '_edit_last', '1'),
(16863, 4388, '_edit_lock', '1615878063:1'),
(16864, 4388, '_wp_page_template', 'elementor_canvas'),
(16865, 4388, 'ehf_target_include_locations', 'a:0:{}'),
(16866, 4388, 'ehf_target_exclude_locations', 'a:0:{}'),
(16867, 4388, 'ehf_target_user_roles', 'a:1:{i:0;s:0:\"\";}'),
(16868, 4388, 'ehf_template_type', 'custom'),
(16869, 4388, '_elementor_edit_mode', 'builder'),
(16870, 4388, '_elementor_template_type', 'wp-post'),
(16871, 4388, '_elementor_version', '3.1.3'),
(16872, 4388, 'ekit_post_views_count', '8');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(16881, 4388, '_elementor_data', '[{\"id\":\"5a0b783\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"html_tag\":\"div\"},\"elements\":[{\"id\":\"eea1320\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4ef74f9\",\"elType\":\"widget\",\"settings\":{\"ekit_contact_form7\":\"478\",\"ekit_contact_form_input_label_typography_typography\":\"custom\",\"ekit_contact_form_input_label_typography_font_family\":\"Bebas Neue\",\"ekit_contact_form_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_contact_form_input_label_typography_font_weight\":\"normal\",\"ekit_contact_form_input_style_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"ekit_contact_form_input_style_margin_bottom\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"ekit_contact_form_input_typography_typography\":\"custom\",\"ekit_contact_form_input_typography_font_family\":\"Montserrat\",\"ekit_contact_form_input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_contact_form_input_typography_font_weight\":\"400\",\"ekit_contact_form_input_label_typography_text_transform\":\"none\",\"ekit_contact_form_input_label_typography_font_style\":\"normal\",\"ekit_contact_form_input_label_typography_text_decoration\":\"none\",\"ekit_contact_form_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"ekit_contact_form_input_label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]},\"ekit_contact_form_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_style_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_contact_form_input_style_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_contact_form_input_style_border_border\":\"solid\",\"ekit_contact_form_input_style_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_contact_form_input_style_border_color\":\"#191C3D\",\"ekit_contact_form_input_hover_style_border_border\":\"solid\",\"ekit_contact_form_input_hover_style_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_contact_form_input_hover_style_border_color\":\"#191C3D\",\"ekit_contact_form_input_focus_style_border_border\":\"solid\",\"ekit_contact_form_input_focus_style_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_contact_form_input_focus_style_border_color\":\"#191C3D\",\"ekit_contact_form_input_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"ekit_contact_form_input_style_font_color\":\"#CCCCCC\",\"ekit_contact_form_input_placeholder_font_color\":\"#CCCCCC\",\"ekit_contact_form_button_typography_typography\":\"custom\",\"ekit_contact_form_button_typography_font_family\":\"Montserrat\",\"ekit_contact_form_button_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"ekit_contact_form_button_typography_font_weight\":\"600\",\"ekit_contact_form_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"ekit_contact_form_button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_button_border_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"60\",\"bottom\":\"13\",\"left\":\"60\",\"isLinked\":false},\"ekit_contact_form_button_style_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_button_style_use_width_height\":\"\",\"ekit_contact_form_button_width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"ekit_contact_form_button_style_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_contact_form_button_color\":\"#FFFFFF\",\"ekit_contact_form_button_background_background\":\"classic\",\"ekit_contact_form_button_background_color\":\"#4176FF\",\"ekit_contact_form_button_color_hover\":\"#FFFFFF\",\"ekit_contact_form_button_hover_background_background\":\"classic\",\"ekit_contact_form_button_hover_background_color\":\"#1958F7\"},\"elements\":[],\"widgetType\":\"elementskit-contact-form7\"}],\"isInner\":false}],\"isInner\":false}]'),
(18493, 2337, '_elementor_edit_mode', 'builder'),
(18494, 2337, '_elementor_template_type', 'wp-page'),
(18495, 2337, '_elementor_version', '3.4.4'),
(18497, 4646, '_wp_attached_file', '2021/01/faq-banner-1.jpg'),
(18498, 4646, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1320;s:6:\"height\";i:546;s:4:\"file\";s:24:\"2021/01/faq-banner-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"faq-banner-1-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"faq-banner-1-1024x424.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"faq-banner-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:24:\"faq-banner-1-768x318.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:3:\"-17\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-10-03 14:03:15\";s:9:\"thumbsOpt\";i:4;s:13:\"thumbsOptList\";a:4:{i:0;s:24:\"faq-banner-1-300x124.jpg\";i:1;s:25:\"faq-banner-1-1024x424.jpg\";i:2;s:24:\"faq-banner-1-150x150.jpg\";i:3;s:24:\"faq-banner-1-768x318.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"22.52\";}'),
(18507, 2337, '_elementor_data', '[{\"id\":\"41be410\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/faq-banner-1.jpg\",\"id\":4646},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"column_position\":\"top\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"15f3440\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67f941e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\",\"structure\":\"20\"},\"elements\":[{\"id\":\"5cf5bba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.55199999999999960209606797434389591217041015625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"logoContainer\"},\"elements\":[{\"id\":\"8e6ba96\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/06\\/logo.png\",\"id\":9957},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0c709db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/06\\/white-logo.png\",\"id\":9965},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d24fb8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.44800000000000039790393202565610408782958984375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"035dd19\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b30a400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"07addae\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a61244c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2ed5355\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cf1984\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1f324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"ce92e2c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"4169637\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"e71c28c\",\"elType\":\"widget\",\"settings\":{\"title\":\"1. What is ISO?\",\"title_color\":\"#0F1125\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a74cee5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong style=\\\"color: #0f1125;\\\">Answer:<\\/strong> ISO is an independent, non-governmental international organization with a membership of 163 national standards bodies.<\\/p><p>Through its members, it brings together experts to share knowledge and develop voluntary, consensus-based, market relevant International Standards that support innovation and provide solutions to global challenges.<\\/p><p>ISO being an international organization sets standards for many products and services too.These standards help ensure products and services are safe, reliable and of good quality. ISO also helps businesses by making it easier to compare products from different countries. For consumers, this means they can trust the products they\'re buying regardless of where they\'re made.<\\/p><p>ISO (International Organization of Standardization) creates documents that provide requirements, specifications, guidelines or characteristics that can be used consistently to ensure that materials, products, processes and services are fit for their purpose.<\\/p>\",\"align\":\"left\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3095928\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2b8d742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"93a3585\",\"elType\":\"widget\",\"settings\":{\"title\":\"2. What are standards?\",\"title_color\":\"#0F1125\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb4dc46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong style=\\\"color: #0f1125;\\\">Answer:<\\/strong><\\/p><p>In business, there are various standards that are followed in order to maintain quality and consistency. One of these standards is ISO. ISO sets the bar for quality across industries. When a business commits to meeting ISO standards, it is pledging to meet the highest level of quality in its field. This can be beneficial for customers, as they can trust that any product or service with the ISO seal meets certain benchmarks. It can also be beneficial for businesses, as meeting ISO standards demonstrates a commitment to quality and can help attract new customers.<\\/p><p>International Standards make things work. They give world-class specifications for products, services and systems, to ensure quality, safety and efficiency. They are instrumental in facilitating international trade.<\\/p>\",\"align\":\"left\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a3e90cf\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"fe532f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d583b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"3. Who can apply for an ISO certificate?\",\"title_color\":\"#0F1125\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3125cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong style=\\\"color: #0f1125;\\\">Answer:<\\/strong> Any company irrespective to size and industry can apply for an ISO certification. ISO has published 21610 International Standards and related documents, covering almost every industry, from technology, to food safety, to agriculture and healthcare. ISO International Standards impact everyone, everywhere.<\\/p><p>Any business can apply for ISO certification, but it\'s not an easy process. The ISO certification process is rigorous and can be difficult to navigate, but it is worth it for organizations that want to ensure their products and services meet the highest standards. There are many types of ISO certifications, and eligibility requirements vary based on the certification you are seeking.<\\/p>\",\"align\":\"left\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c2bd1dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"aa65de1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94344b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"4. Why choose us?\",\"title_color\":\"#0F1125\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33194b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong style=\\\"color: #0f1125;\\\">Answer:<\\/strong><\\/p>\",\"align\":\"left\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"83e33f8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"We assign one consultant for each client so you will have a customized service and you will be assisted accordingly\",\"selected_icon\":{\"value\":\"icon icon-checkmark\",\"library\":\"ekiticons\"},\"_id\":\"d6e73f8\"},{\"text\":\"We reduce the time taken to acquire ISO Certification.\",\"selected_icon\":{\"value\":\"icon icon-checkmark\",\"library\":\"ekiticons\"},\"_id\":\"a4440a8\"},{\"text\":\"We offer the most competitive fair cost in the market\",\"selected_icon\":{\"value\":\"icon icon-checkmark\",\"library\":\"ekiticons\"},\"_id\":\"3ee7331\"},{\"text\":\"We provide a systematic and organized documentation for all certification requirements from start to finish\",\"selected_icon\":{\"value\":\"icon icon-checkmark\",\"library\":\"ekiticons\"},\"_id\":\"1a12650\"},{\"text\":\"We reduce the cost of maintaining Certification\",\"selected_icon\":{\"value\":\"icon icon-checkmark\",\"library\":\"ekiticons\"},\"_id\":\"6d8aea9\"},{\"text\":\"No certification, no pay service\",\"selected_icon\":{\"value\":\"icon icon-checkmark\",\"library\":\"ekiticons\"},\"_id\":\"f25f470\"},{\"text\":\"We have a successful track record with numerous clients from a range of industries\",\"selected_icon\":{\"value\":\"icon icon-checkmark\",\"library\":\"ekiticons\"},\"_id\":\"80a5ec1\"},{\"text\":\"We offer competitive rates without compromising on quality or service delivery\",\"selected_icon\":{\"value\":\"icon icon-checkmark\",\"library\":\"ekiticons\"},\"_id\":\"19f6831\"}],\"space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"icon_color\":\"#427EDE\",\"icon_self_align\":\"left\",\"text_color\":\"#666666\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5fdc4ab\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"9b8d033\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdc906f\",\"elType\":\"widget\",\"settings\":{\"title\":\"5. What will it cost?\",\"title_color\":\"#0F1125\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"614e848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong style=\\\"color: #0f1125;\\\">Answer:<\\/strong> The cost will depend on the size of the company, the standard required and the services needed. Send us an email at <a href=\\\"mailto:sales@aegis.qa\\\">sales@aegis.qa<\\/a> or give us a call at <a href=\\\"tel:+974 33723466\\\">+974 33723466<\\/a> or <a href=\\\"tel:+974 44662120\\\">+974 44662120<\\/a> and we will certainly provide you a quote that is attractive, competitive and will undoubtedly suit your needs.<\\/p><p>Our services are competitively priced. We understand that not everyone has the budget for an ISO certification, so we offer competitive pricing option to fit your needs. With our team of experienced professionals, you can rest assured that you\'re getting the best value for your money.<\\/p>\",\"align\":\"left\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"answer\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f53dcb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"f0e64c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c09e1b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"6. Are there any hidden charges involved?\",\"title_color\":\"#0F1125\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28bb623\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong style=\\\"color: #0f1125;\\\">Answer:<\\/strong> Definitely not. Everything is straightforward, no hidden charges, no advance charges.<\\/p><p>When it comes to ISO certification, companies often wonder about the hidden charges that could pop up along the way. However, this isn\'t something that we do here. We believe in being completely transparent with our clients, which is why we don\'t have any hidden charges for getting you certified.Our goal is to help you reach your ISO goals, without any surprises along the way.<\\/p>\",\"align\":\"left\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4cf13ab\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3a94669\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d75f1b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"7. What is the best channel to get in touch with you?\",\"title_color\":\"#0F1125\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9de1c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong style=\\\"color: #0f1125;\\\">Answer:<\\/strong> Drop us a call at <a href=\\\"tel:+974 33723466\\\">+974 33723466<\\/a> or <a href=\\\"tel:+974 44662120\\\">+974 44662120<\\/a> or send us an email at <a href=\\\"mailto:sales@aegis.qa\\\">sales@aegis.qa<\\/a>. Someone will get in touch with you immediately. Our experts will guide you through the entire certification process, from start to finish, and make sure that your company meets all the ISO requirements. So if you\'re considering getting certified, don\'t hesitate to get in touch with us today!Ready to take your business to the next level? Get in touch.<\\/p>\",\"align\":\"left\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"answer\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(18639, 4671, '_wp_attached_file', '2021/01/logo-1.png'),
(18640, 4671, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:435;s:6:\"height\";i:85;s:4:\"file\";s:18:\"2021/01/logo-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo-1-300x59.png\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo-1-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"20\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-10-03 14:03:05\";s:9:\"thumbsOpt\";i:2;s:13:\"thumbsOptList\";a:2:{i:0;s:17:\"logo-1-300x59.png\";i:1;s:17:\"logo-1-150x85.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"28.51\";}'),
(18944, 4719, '_elementor_edit_mode', 'builder'),
(18945, 4719, '_elementor_template_type', 'section'),
(18946, 4719, '_elementor_version', '3.0.16'),
(18950, 4719, '_wp_page_template', 'default'),
(18951, 4719, '_elementor_data', '[{\"id\":\"55ab0111\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section11\",\"css_classes\":\"vertical-scrolling\"},\"elements\":[{\"id\":\"e20b2b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"11f2b67f\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\\nus\",\"align\":\"left\",\"title_color\":\"#232754\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68b67466\",\"elType\":\"widget\",\"settings\":{\"address\":\"Aegis Services - ISO Certification in Qatar\",\"zoom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),
(18957, 4719, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:3:{s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:11:\"_element_id\";i:1;s:11:\"css_classes\";i:1;}}}}}'),
(18961, 4722, '_edit_last', '1'),
(18962, 4722, '_edit_lock', '1615878064:1'),
(18963, 4722, '_wp_page_template', 'default'),
(18964, 4722, 'ehf_target_include_locations', 'a:0:{}'),
(18965, 4722, 'ehf_target_exclude_locations', 'a:0:{}'),
(18966, 4722, 'ehf_target_user_roles', 'a:1:{i:0;s:0:\"\";}'),
(18967, 4722, 'ehf_template_type', 'custom'),
(18968, 4722, '_elementor_edit_mode', 'builder'),
(18969, 4722, '_elementor_template_type', 'wp-post'),
(18970, 4722, '_elementor_version', '3.1.3'),
(18971, 4722, 'ekit_post_views_count', '13'),
(18981, 4722, '_elementor_data', '[{\"id\":\"3663fb47\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section11\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"top\",\"content_position\":\"middle\",\"overflow\":\"hidden\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1},\"elements\":[{\"id\":\"53f36d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"143327f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\\nus\",\"align\":\"left\",\"title_color\":\"#232754\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33bfe151\",\"elType\":\"widget\",\"settings\":{\"address\":\"Aegis Services - ISO Certification in Qatar\",\"zoom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),
(19946, 4879, '_edit_last', '1'),
(19947, 4879, '_wp_page_template', 'custom-page-template.php'),
(19948, 4879, 'ocean_sidebar', '0'),
(19949, 4879, 'ocean_second_sidebar', '0'),
(19950, 4879, 'ocean_disable_margins', 'enable'),
(19951, 4879, 'ocean_display_top_bar', 'off'),
(19952, 4879, 'ocean_display_header', 'off'),
(19953, 4879, 'ocean_center_header_left_menu', '0'),
(19954, 4879, 'ocean_custom_header_template', '0'),
(19955, 4879, 'ocean_header_custom_menu', '0'),
(19956, 4879, 'ocean_menu_typo_font_family', '0'),
(19957, 4879, 'ocean_disable_title', 'default'),
(19958, 4879, 'ocean_disable_heading', 'default'),
(19959, 4879, 'ocean_disable_breadcrumbs', 'default'),
(19960, 4879, 'ocean_display_footer_widgets', 'off'),
(19961, 4879, 'ocean_display_footer_bottom', 'off'),
(19962, 4879, 'ocean_custom_footer_template', '0'),
(19963, 4879, '_edit_lock', '1629194473:1'),
(19964, 4879, '_elementor_edit_mode', 'builder'),
(19965, 4879, '_elementor_template_type', 'wp-page'),
(19966, 4879, '_elementor_version', '3.1.0'),
(19967, 4879, '_elementor_data', '[{\"id\":\"41be410\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"column_position\":\"top\",\"background_image_tablet\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"background_image_mobile\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_repeat_mobile\":\"no-repeat\",\"background_size_mobile\":\"cover\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"background_position_tablet\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_repeat_tablet\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"15f3440\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2be4243\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"6a7a269\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be9cd0a\",\"elType\":\"widget\",\"settings\":{\"site_logo_size_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"035dd19\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"b30a400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e652cd3\",\"elType\":\"widget\",\"settings\":{\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Bebas Neue\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"heading_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"page-title\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cf1984\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab1f324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"ce92e2c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"4169637\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e71c28c\",\"elType\":\"widget\",\"settings\":{\"title\":\"WELCOME TO AEGIS SERVICES\",\"title_color\":\"#232754\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a74cee5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Founded in 2012, Aegis Services L.L.C is an independent management and ISO consultant, working relentlessly to provide excellent consultancy services to various industries in Qatar. Since inception, we have paved our way to becoming a leading consultancy firm having adopted a simple \\u201cyou choose us- we consult \\u2013 you get certified\\u201d approach with an effective and no-nonsense route to ISO certification, implementation, documentation, audit, training, gap analysis, and registration at an affordable price.<\\/p><p>ISO Certification in Qatar is one of the fastest accelerating programs and as management and ISO consultants, we provide services for all major management system standards. We assist and facilitate the organizations in obtaining ISO 9001 certification (ISO 9001 or ISO 9000) Quality Management Certification (QMS), ISO 14001, OHSAS 18001 (ISO 45001), ISO 22000, HACCP, and ISO 27001. We have a team of experts with the know-how of technology, human resources, and infrastructure to meet all the challenges faced by the organizations both private and public by offering total quality solutions.<\\/p><p>Throughout our years in business, our team has continuously proven its competence, expertise, and excellence in the field. This helped us set our spot in the market and become one of the most sought-after consultancy firms in Qatar. We work with the most reputable registrars and certification agencies to ensure your certification has the proper national and international recognition. Aegis Services has achieved over 300 ISO certified clients and consistently high organic Google reviews. We also have a 100% success rate for successful ISO certification. This means that all our clients successfully clear the ISO audits and achieve ISO certification in the first go.<\\/p><p>We are at the forefront of innovation, ceaselessly investing to improve our top of the line process, not only in the domains of our fundamental expertise but also in technological areas that create new business activities, enhancing our service offering. Our research and development team continuously looks for different initiatives to increase involvement with various organizations, thus stimulating growth. We are always prepared to take on new opportunities.<\\/p><p>We offer quick and result oriented ISO consultation and management services. Get in touch with us today.<\\/p>\",\"align\":\"left\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(20102, 4899, '_wp_attached_file', '2021/01/light-banner.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(20103, 4899, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1540;s:6:\"height\";i:625;s:4:\"file\";s:24:\"2021/01/light-banner.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"light-banner-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"light-banner-1024x416.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"light-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"light-banner-768x312.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"light-banner-1536x623.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:623;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"19\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-10-03 14:02:54\";s:9:\"thumbsOpt\";i:5;s:13:\"thumbsOptList\";a:5:{i:0;s:24:\"light-banner-300x122.jpg\";i:1;s:25:\"light-banner-1024x416.jpg\";i:2;s:24:\"light-banner-150x150.jpg\";i:3;s:24:\"light-banner-768x312.jpg\";i:4;s:25:\"light-banner-1536x623.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"38.66\";}'),
(20243, 2340, '_elementor_edit_mode', 'builder'),
(20244, 2340, '_elementor_template_type', 'wp-page'),
(20264, 2340, '_elementor_version', '3.2.5'),
(20273, 2340, '_elementor_data', '[{\"id\":\"298f406\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"column_position\":\"top\",\"background_image_tablet\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"background_image_mobile\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_repeat_mobile\":\"no-repeat\",\"background_size_mobile\":\"cover\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"background_position_tablet\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_repeat_tablet\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"608dda6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd17c0d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\",\"structure\":\"20\"},\"elements\":[{\"id\":\"9d0cd94\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.55199999999999960209606797434389591217041015625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"logoContainer\"},\"elements\":[{\"id\":\"a8a92dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/06\\/logo.png\",\"id\":9957},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"01186a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/06\\/white-logo.png\",\"id\":9965},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"94ead67\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.44800000000000039790393202565610408782958984375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"407c50ca\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"740f547a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52046f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Awards and Recognitions\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a35a321\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5bd78be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9c6e481\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"12dc4784\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"750477f0\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"40\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"5b18104e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/Plaque-Correct.png\",\"id\":4935},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c9c36d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"c072205\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/award3-1024x576-1.jpeg\",\"id\":4934},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59fd83b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"00beebd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/recognition2-1024x683-1.jpg\",\"id\":4933},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e6683d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"9f8d927\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/recognition4-300x200-1.jpg\",\"id\":4932},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eceebd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(20287, 2340, 'ocean_post_layout', 'full-screen'),
(20288, 4932, '_wp_attached_file', '2021/01/recognition4-300x200-1.jpg'),
(20289, 4932, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:34:\"2021/01/recognition4-300x200-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"recognition4-300x200-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"-1\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-10-03 14:02:40\";s:9:\"thumbsOpt\";i:1;s:13:\"thumbsOptList\";a:1:{i:0;s:34:\"recognition4-300x200-1-150x150.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"30.13\";}'),
(20290, 4933, '_wp_attached_file', '2021/01/recognition2-1024x683-1.jpg'),
(20291, 4933, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:35:\"2021/01/recognition2-1024x683-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"recognition2-1024x683-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:35:\"recognition2-1024x683-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:35:\"recognition2-1024x683-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"0\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-10-03 14:02:29\";s:9:\"thumbsOpt\";i:3;s:13:\"thumbsOptList\";a:3:{i:0;s:35:\"recognition2-1024x683-1-300x200.jpg\";i:1;s:35:\"recognition2-1024x683-1-150x150.jpg\";i:2;s:35:\"recognition2-1024x683-1-768x512.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"32.05\";}'),
(20292, 4934, '_wp_attached_file', '2021/01/award3-1024x576-1.jpeg'),
(20293, 4934, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:30:\"2021/01/award3-1024x576-1.jpeg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"award3-1024x576-1-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"award3-1024x576-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"award3-1024x576-1-768x432.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"1\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-10-03 14:02:17\";s:9:\"thumbsOpt\";i:3;s:13:\"thumbsOptList\";a:3:{i:0;s:30:\"award3-1024x576-1-300x169.jpeg\";i:1;s:30:\"award3-1024x576-1-150x150.jpeg\";i:2;s:30:\"award3-1024x576-1-768x432.jpeg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"34.38\";}'),
(20294, 4935, '_wp_attached_file', '2021/01/Plaque-Correct.png'),
(20295, 4935, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:300;s:6:\"height\";i:371;s:4:\"file\";s:26:\"2021/01/Plaque-Correct.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Plaque-Correct-243x300.png\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Plaque-Correct-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"2\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-09-02 08:28:37\";s:9:\"thumbsOpt\";i:2;s:13:\"thumbsOptList\";a:2:{i:0;s:26:\"Plaque-Correct-243x300.png\";i:1;s:26:\"Plaque-Correct-150x150.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:3:\"9.3\";}'),
(20323, 4940, '_wp_attached_file', '2021/01/award3-1024x576-300x169-1.jpeg'),
(20324, 4940, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:300;s:6:\"height\";i:169;s:4:\"file\";s:38:\"2021/01/award3-1024x576-300x169-1.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"award3-1024x576-300x169-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"1\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-09-02 08:28:32\";s:9:\"thumbsOpt\";i:1;s:13:\"thumbsOptList\";a:1:{i:0;s:38:\"award3-1024x576-300x169-1-150x150.jpeg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"28.21\";}'),
(20566, 2335, '_elementor_edit_mode', 'builder'),
(20567, 2335, '_elementor_template_type', 'wp-page'),
(20579, 2335, '_elementor_data', '[{\"id\":\"26e78ed4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/faq-banner-2.jpg\",\"id\":4994},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"column_position\":\"top\",\"background_image_tablet\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/faq-banner-2.jpg\",\"id\":4994},\"background_image_mobile\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/faq-banner-2.jpg\",\"id\":4994},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_repeat_mobile\":\"no-repeat\",\"background_size_mobile\":\"cover\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"background_position_tablet\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_repeat_tablet\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"4f5e6eca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a49a39\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\",\"structure\":\"20\"},\"elements\":[{\"id\":\"456efb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.55199999999999960209606797434389591217041015625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"logoContainer\"},\"elements\":[{\"id\":\"b57734f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/06\\/logo.png\",\"id\":9957},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19b353d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/06\\/white-logo.png\",\"id\":9965},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b69fa43\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.44800000000000039790393202565610408782958984375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b0bcf51\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"536ea043\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b5a142\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#F7F7FF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e6c856\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3e514b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ca6c970\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cf64a31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43d63724\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"430681a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"739ae7ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHO IS AEGIS SERVICES - ISO CERTIFICATION IN QATAR?\",\"title_color\":\"#232754\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e24f228\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are one of the Qatar\\u2019s leading \\u2018total solutions\\u2019 provider and have adopted a simple \\u201cyou choose us-we consult- you get certified\\u201d approach with effective and no nonsense route to ISO certification and have been established since November 2012. We work with various clients including small one man bands up to large international multibillion turnover companies. Our tailored documentation will be written with your existing business processes in mind. Aegis Services seek to improve your business rather than to change it and will assist you in maintaining the standard\\/s with our second to none auditing team. We are committed to giving our customers a high level of service and making the process as easy and pain free as possible.<\\/p><p>Our core company value \\u2018ISO Certification Kept Simple\\u2019 is intended to take away the stress that is sometimes associated with the implementation and management of the ISO standards. Our main priority is the satisfaction of our customers and we pride ourselves on our approach to our clients. As such 100% of our client base rated us as good or above and 96% would recommend our services. We have a high customer retention rate and aim to continually improve our service year on year. We work with you and the rest of the work force to ensure the systems are incorporated fully into the business in the most time effective way. By ensuring we understand your organization, the way you are structured and the current systems in place, we keep your business and its success at the forefront of our minds at all times.<\\/p>\",\"align\":\"left\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(20584, 2335, '_elementor_version', '3.2.5'),
(20667, 4994, '_wp_attached_file', '2021/01/faq-banner-2.jpg'),
(20668, 4994, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1320;s:6:\"height\";i:546;s:4:\"file\";s:24:\"2021/01/faq-banner-2.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"faq-banner-2-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"faq-banner-2-1024x424.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"faq-banner-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"faq-banner-2-768x318.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"8\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-09-02 08:27:52\";s:9:\"thumbsOpt\";i:4;s:13:\"thumbsOptList\";a:4:{i:0;s:24:\"faq-banner-2-300x124.jpg\";i:1;s:25:\"faq-banner-2-1024x424.jpg\";i:2;s:24:\"faq-banner-2-150x150.jpg\";i:3;s:24:\"faq-banner-2-768x318.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"24.55\";}'),
(20846, 2360, 'ocean_post_layout', 'full-screen'),
(20847, 2360, '_elementor_edit_mode', 'builder'),
(20848, 2360, '_elementor_template_type', 'wp-page'),
(20849, 2360, '_elementor_version', '3.4.4'),
(20850, 5022, '_elementor_edit_mode', 'builder'),
(20851, 5022, '_elementor_template_type', 'page'),
(20852, 5022, '_elementor_version', '3.1.0'),
(20856, 5022, '_wp_page_template', 'default'),
(20857, 5022, '_elementor_data', '[{\"id\":\"6c140f42\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"column_position\":\"top\",\"background_image_tablet\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"background_image_mobile\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_repeat_mobile\":\"no-repeat\",\"background_size_mobile\":\"cover\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[{\"id\":\"651f8b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e560da4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"421ec958\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"580bb181\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo-1.png\",\"id\":4671},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5926a909\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fac1837\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"596804fd\",\"elType\":\"widget\",\"settings\":{\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Bebas Neue\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"page-title\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d534f8\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"569a2f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"56d72e04\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"39edff25\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"648b83dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WELCOME TO AEGIS SERVICES\",\"title_color\":\"#232754\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47af8cd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Founded in 2012, Aegis Services L.L.C is an independent management and ISO consultant, working relentlessly to provide excellent consultancy services to various industries in Qatar. Since inception, we have paved our way to becoming a leading consultancy firm having adopted a simple \\u201cyou choose us- we consult \\u2013 you get certified\\u201d approach with an effective and no-nonsense route to ISO certification, implementation, documentation, audit, training, gap analysis, and registration at an affordable price.<\\/p><p>ISO Certification in Qatar is one of the fastest accelerating programs and as management and ISO consultants, we provide services for all major management system standards. We assist and facilitate the organizations in obtaining ISO 9001 certification (ISO 9001 or ISO 9000) Quality Management Certification (QMS), ISO 14001, OHSAS 18001 (ISO 45001), ISO 22000, HACCP, and ISO 27001. We have a team of experts with the know-how of technology, human resources, and infrastructure to meet all the challenges faced by the organizations both private and public by offering total quality solutions.<\\/p><p>Throughout our years in business, our team has continuously proven its competence, expertise, and excellence in the field. This helped us set our spot in the market and become one of the most sought-after consultancy firms in Qatar. We work with the most reputable registrars and certification agencies to ensure your certification has the proper national and international recognition. Aegis Services has achieved over 300 ISO certified clients and consistently high organic Google reviews. We also have a 100% success rate for successful ISO certification. This means that all our clients successfully clear the ISO audits and achieve ISO certification in the first go.<\\/p><p>We are at the forefront of innovation, ceaselessly investing to improve our top of the line process, not only in the domains of our fundamental expertise but also in technological areas that create new business activities, enhancing our service offering. Our research and development team continuously looks for different initiatives to increase involvement with various organizations, thus stimulating growth. We are always prepared to take on new opportunities.<\\/p><p>We offer quick and result oriented ISO consultation and management services. Get in touch with us today.<\\/p>\",\"align\":\"left\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(20863, 5022, '_elementor_controls_usage', 'a:6:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:4;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:5;s:7:\"padding\";i:5;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:8:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:23:\"background_image_tablet\";i:1;s:23:\"background_image_mobile\";i:1;s:19:\"background_position\";i:1;s:26:\"background_position_mobile\";i:1;s:24:\"background_repeat_mobile\";i:1;s:22:\"background_size_mobile\";i:1;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;}}}}s:10:\"page-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:24:\"section_title_typography\";a:8:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_mobile\";i:1;s:11:\"title_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(20877, 2360, '_elementor_data', '[{\"id\":\"7e41515a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/09\\/contact-us.jpg\",\"id\":10655,\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"column_position\":\"top\",\"background_image_tablet\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/contact-us.jpg\",\"id\":5029},\"background_image_mobile\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/contact-us.jpg\",\"id\":5029},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_repeat_mobile\":\"no-repeat\",\"background_size_mobile\":\"cover\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6ec28680\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ee378f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\",\"structure\":\"20\"},\"elements\":[{\"id\":\"9c6ff4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.55199999999999960209606797434389591217041015625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"logoContainer\"},\"elements\":[{\"id\":\"c19b6e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/06\\/logo.png\",\"id\":9957},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f25b5b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/06\\/white-logo.png\",\"id\":9965},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5cc80ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.44800000000000039790393202565610408782958984375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3dd04f10\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7b66de14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56e01d34\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/get-in-touch-banner.jpg\",\"id\":5060},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"fbe98d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"59b33a5d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"798107e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dbdcfc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are Welcome to Contact Us\",\"title_color\":\"#232754\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"20de5cb\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\",\"structure\":\"20\"},\"elements\":[{\"id\":\"e28835f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba84041\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"title_color\":\"#232754\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e075061\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aegis Services\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc50010\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Address: Office no. 10, Level 15, Commercial Bank Plaza, Majlis Al Taawon St, West Bay, 27111, Doha, Qatar\",\"_id\":\"7e567d1\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_color\":\"#427EDE\",\"text_color\":\"#666666\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a2d4203\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<a style=\\\"color:#427ede\\\" href=\\\"Tel:+974-4466-2120\\\">+974-4466-2120<\\/a>\",\"_id\":\"7e567d1\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"}},{\"text\":\"<a style=\\\"color:#427ede\\\" href=\\\"Fax:+974-4452-8030\\\">+974-4452-8030<\\/a>\",\"selected_icon\":{\"value\":\"fas fa-fax\",\"library\":\"fa-solid\"},\"_id\":\"a601501\"},{\"text\":\"Email: <a style=\\\"color:#427ede\\\" href=\\\"mailto:sales@aegis.qa\\\">sales@aegis.qa<\\/a>\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"4ae88a7\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#427EDE\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#666666\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"846a2fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Hours\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3236009\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Sunday - Saturday : 8:30 am - 7:00 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"4ae88a7\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#427EDE\",\"text_color\":\"#666666\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5fb5f0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aegis Reviews\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18f8065\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Review us on google+\",\"selected_icon\":{\"value\":\"fab fa-google-plus-g\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/g.page\\/r\\/CTCND2wQ8pn5EAE\\/review\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4ae88a7\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#FA5353\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#666666\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2d20224\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf317e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"title_color\":\"#232754\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"header_size\":\"h3\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f406154\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"229\\\" title=\\\"Contact form 1\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(20884, 5029, '_wp_attached_file', '2021/01/contact-us.jpg'),
(20885, 5029, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1320;s:6:\"height\";i:518;s:4:\"file\";s:22:\"2021/01/contact-us.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"contact-us-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"contact-us-1024x402.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"contact-us-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:22:\"contact-us-768x301.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:3:\"-12\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-09-02 08:27:39\";s:9:\"thumbsOpt\";i:4;s:13:\"thumbsOptList\";a:4:{i:0;s:22:\"contact-us-300x118.jpg\";i:1;s:23:\"contact-us-1024x402.jpg\";i:2;s:22:\"contact-us-150x150.jpg\";i:3;s:22:\"contact-us-768x301.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"15.58\";}'),
(21080, 5060, '_wp_attached_file', '2021/01/get-in-touch-banner.jpg'),
(21081, 5060, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1324;s:6:\"height\";i:853;s:4:\"file\";s:31:\"2021/01/get-in-touch-banner.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"get-in-touch-banner-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"get-in-touch-banner-1024x660.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"get-in-touch-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"get-in-touch-banner-768x495.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:3:\"-37\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-09-02 08:27:28\";s:9:\"thumbsOpt\";i:4;s:13:\"thumbsOptList\";a:4:{i:0;s:31:\"get-in-touch-banner-300x193.jpg\";i:1;s:32:\"get-in-touch-banner-1024x660.jpg\";i:2;s:31:\"get-in-touch-banner-150x150.jpg\";i:3;s:31:\"get-in-touch-banner-768x495.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"29.81\";}'),
(21867, 2339, '_elementor_edit_mode', 'builder'),
(21868, 2339, '_elementor_template_type', 'wp-page'),
(21869, 2339, '_elementor_version', '3.2.5'),
(21883, 2339, '_elementor_data', '[{\"id\":\"54a87f65\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"column_position\":\"top\",\"background_image_tablet\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"background_image_mobile\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_repeat_mobile\":\"no-repeat\",\"background_size_mobile\":\"cover\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2c82a3ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac67089\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\",\"structure\":\"20\"},\"elements\":[{\"id\":\"af8bc2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.55199999999999960209606797434389591217041015625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"logoContainer\"},\"elements\":[{\"id\":\"f3a7cde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/06\\/logo.png\",\"id\":9957},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c100413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/06\\/white-logo.png\",\"id\":9965},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f91bd59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.44800000000000039790393202565610408782958984375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c83c601\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"large\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6274205b\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3dcb33a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e3a0a44\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"large\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14c1fe70\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"288ef5b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"756a5403\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7697b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11091060\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1>Testimonial<\\/h1>\\nAegis is proud of its clients and the organizational success they achieve on the basis of ISO consulting services we provide. Our clients are our biggest brand ambassadors and behind our phenomenal growth. We have been earning a reputation for our superior services since 2012. Here are just a few examples of what clients say about their experience working with us.\\n\\nI am writing to thank you for the quality of service provided by Aegis Services L.L.C. We sincerely appreciate your efficiency, the level of detail and accountability your company has demonstrated, and the way you conduct business as a whole. We look forward to continuing our partnership with you for years to come and hope you will continue to provide such excellent service to us. We have improved our business operations with the support you have provided. Thank you for a great year in business together, and we look forward to many more.\\nMosaad Ramadan\\nInternational Medical Company\\n\\nOur organization is impressed with the level of service Aegis Services L.L.C. provided us. Your firm rendered valuable services to our organization and has been very supportive for the past few years and we are looking forward to partnering with your company in the years to come. The audits conducted were very detailed and in-depth that GIC Auditors were able to find all the things that we need to improve on. Whenever there were things to clarify, your team was very responsive and was ready to support for certification.\\nShujiru Yamada\\nFUJITA Corporation, Doha\\n\\nAegis Services has undertaken the consultancy for the ISO certification of Ali Bin Ali International Travel &amp; Tourism. We found the team to be highly supportive and their professional guidance in making the entire process smooth and easy is highly appreciated. We strongly recommend Aegis Services for ISO certification and wish them all the success in their future endeavors.\\nSaeed Al Hajri\\nAli Bin Ali International Travel &amp; Tourism\\n\\nWe are extremely happy and satisfied with Aegis Services L.L.C for their professional service for our ISO certification. We finished our project within the stipulated time frame and cleared our 1st audit without any major non-conformity. We recommend Aegis Services to any company that wants to take ISO certification in Qatar.\\nSalam Enterprises\",\"align\":\"left\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(21915, 695, 'ekit_post_views_count', '2229'),
(21916, 519, 'ekit_post_views_count', '2083'),
(22034, 5215, '_wp_attached_file', '2021/01/aegis-advantage.jpg'),
(22035, 5215, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1324;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2021/01/aegis-advantage.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"aegis-advantage-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"aegis-advantage-1024x696.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"aegis-advantage-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:\"aegis-advantage-768x522.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"1\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-09-02 08:27:16\";s:9:\"thumbsOpt\";i:4;s:13:\"thumbsOptList\";a:4:{i:0;s:27:\"aegis-advantage-300x204.jpg\";i:1;s:28:\"aegis-advantage-1024x696.jpg\";i:2;s:27:\"aegis-advantage-150x150.jpg\";i:3;s:27:\"aegis-advantage-768x522.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"52.36\";}'),
(22200, 5243, '_edit_last', '1'),
(22201, 5243, '_wp_page_template', 'custom-page-template.php'),
(22202, 5243, 'ocean_sidebar', '0'),
(22203, 5243, 'ocean_second_sidebar', '0'),
(22204, 5243, 'ocean_disable_margins', 'enable'),
(22205, 5243, 'ocean_display_top_bar', 'off'),
(22206, 5243, 'ocean_display_header', 'off'),
(22207, 5243, 'ocean_center_header_left_menu', '0'),
(22208, 5243, 'ocean_custom_header_template', '0'),
(22209, 5243, 'ocean_header_custom_menu', '0'),
(22210, 5243, 'ocean_menu_typo_font_family', '0'),
(22211, 5243, 'ocean_disable_title', 'on'),
(22212, 5243, 'ocean_disable_heading', 'default'),
(22213, 5243, 'ocean_disable_breadcrumbs', 'default'),
(22214, 5243, 'ocean_display_footer_widgets', 'off'),
(22215, 5243, 'ocean_display_footer_bottom', 'off'),
(22216, 5243, 'ocean_custom_footer_template', '0'),
(22217, 5243, '_edit_lock', '1629194606:1'),
(22218, 5243, '_elementor_edit_mode', 'builder'),
(22219, 5243, '_elementor_template_type', 'wp-page'),
(22220, 5243, '_elementor_version', '3.2.5'),
(22234, 5243, '_elementor_data', '[{\"id\":\"63c4bf9d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"column_position\":\"top\",\"background_image_tablet\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"background_image_mobile\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_repeat_mobile\":\"no-repeat\",\"background_size_mobile\":\"cover\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[{\"id\":\"1f26fe86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58142ba1\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2ab78c50\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7246a4ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo-1.png\",\"id\":4671},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17a7524f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3178c2ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6415e874\",\"elType\":\"widget\",\"settings\":{\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Bebas Neue\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"heading_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"page-title\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1de26985\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4ffa81c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"60ef2a67\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"1b7e5006\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ead1527\",\"elType\":\"widget\",\"settings\":{\"title\":\"IT\\u2019S SIMPLE, IT\\u2019S EASY, IT\\u2019S FAST\",\"title_color\":\"#232754\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29db6b77\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In this modern world, when the term ISO Certification is noticed, it implies Assured Quality. It is a seal of approval from an external body where an organization complies with one of the recognized ISO Management Systems. Getting an ISO Certification brings out evident progress. Aegis Services is one of the leading consultants in Doha, Qatar offering assistance to get ISO certification for various international quality standards like ISO 9001, ISO 14001, ISO 45001, ISO 31000, ISO 28000, ISO 38500, ISO 22000, TL 9000, HACCP, SMETA, etc.\\u00a0\\u00a0<\\/p><p>To get ISO Certification in Qatar means you could increase your success in tenders, improve the quality of the process, reduce costs, and prove to your customers both existing and potential that you are credible. ISO Certification also helps increase the level of customer service which means satisfaction, as well as heightened staff morale and motivation.\\u00a0\\u00a0<\\/p><p>ISO certification in Qatar also enables you to meet the export standards, which is an opening to the new arenas of business operations. Since ISO is an international organization, ISO certification in Qatar provides you international recognition in terms of quality.<\\/p><p><b>How to Obtain ISO Certification?<\\/b><\\/p><p>ISO certifies that the functioning organization is per the predetermined standards. So, it is essential to meet the requirements of ISO to get the certification done. To meet these standards and to get the ISO certification in Qatar, the assistance and guidance of an expert are unavoidable. Understanding this need of the organization\\u2019s Aegis Services consultancy was established to provide you end to end service of ISO certification service in Qatar.<\\/p><p>Any business in Qatar can get ISO certification and to get it, the first step is to choose the type of ISO certification. When you are done with this step our experts will start with the preparation, submission, and review of the specified documents and the auditing process.\\u00a0<\\/p><p>With us, you can achieve ISO certification in just 6 to 8 weeks.<\\/p>\",\"align\":\"left\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a4fc86\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6c7e767\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8a415d\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how we work:\",\"title_color\":\"#232754\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"header_size\":\"p\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5159270\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>Choose the Aegis Services<\\/b><\\/p><p>With over 22,000 international ISO standards, finding the right one for your organization can be a daunting process. The best way to determine which system is right for your business is to discuss your needs with us. Contact us and our consultants will make the process as simple as possible.\\u00a0<\\/p><p><b>Pick right documents for your management system<\\/b><\\/p><p>Once you have decided on the ISO standard, our lead auditors conduct a gap analysis to identify what work needs to be done to become compliant and prepare documentation to include, in line with our current company procedures.<\\/p><p><b>Top level quality courses and training<\\/b><\\/p><p>We offer complete ISO training and courses to help your employees understand the process and maintain compliance.\\u00a0<\\/p><p><b>Implementation of a high standard<\\/b><\\/p><p>The final audit is carried out and ISO implementation is done. A quality team is created and a management review meeting is carried out. The implementation team is made up of managers from different areas of your business who ensure the success of your transition.\\u00a0<\\/p><p><b>You get certified and boost your standard<\\/b><\\/p><p>Once all the requirements are met at audit, we will present you with ISO certification.\\u00a0<\\/p><p>Get started with your ISO certification journey with Aegis Services now.<\\/p>\",\"align\":\"left\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(22241, 5249, '_elementor_edit_mode', 'builder'),
(22242, 5249, '_elementor_template_type', 'page'),
(22243, 5249, '_elementor_version', '3.1.0'),
(22247, 5249, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(22248, 5249, '_elementor_data', '[{\"id\":\"23914377\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/who-we-are-1.jpg\",\"id\":5224},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"column_position\":\"top\",\"background_image_tablet\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"background_image_mobile\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_repeat_mobile\":\"no-repeat\",\"background_size_mobile\":\"cover\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[{\"id\":\"150a764b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46449c6e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"742f0b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4285195f\",\"elType\":\"widget\",\"settings\":{\"site_logo_size_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5110db75\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1185be27\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fe70b4e\",\"elType\":\"widget\",\"settings\":{\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Bebas Neue\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"page-title\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c302f8c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"543af68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"460a2aae\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2419dba9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d7f6207\",\"elType\":\"widget\",\"settings\":{\"title\":\"ESTABLISHED SINCE 2012\",\"title_color\":\"#232754\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74485b9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aegis Services L.L.C is one of Qatar\\u2019s leading \\u2018total solutions\\u2019 provider and have adopted a simple \\u201cyou choose us-we consult- you get certified\\u201d approach with the effective and no-nonsense route to ISO certification. Established in November 2012, we provide consultation and management for the entire ISO Standard Series and have worked with various clients including small, one-man brands up to large international multi-billion turnover companies offering impeccable services.<\\/p><p>We believe in upholding the highest standards of business ethics with a commitment to total quality and our tailored documentation will be written with your existing business processes in mind. Our 8 years of experience has helped us understand our clients better, improve our services, develop a practical approach, and upgrade our expertise to meet the needs of our clients. As a trusted partner, we go beyond certification and educate our clients to witness continuous improvement in their business.<\\/p><p>Aegis Services seek to improve your business rather than to change it and will assist you in maintaining the standard\\/s with our second to none auditing team. Our team follows unique techniques and methodologies to focus on improving the bottom-line of your company. Our experts provide training and conduct a gap analysis to render the shortcomings so that you excel and stand out in the market. With experienced consultants in different domains such as manufacturing, banking, hospital, education, software and IT, food industry, real estate, media and entertainment, automation, chemical industries, and more, Aegis Services deliver consistent result-oriented services to all its customers.<\\/p><p>Our experts integrate the ideas and come up with innovative solutions to best serve the customers. We are recognized as global market players and are committed to giving our customers a high level of service and making the process of ISO certification, implementation, and management as easy and pain-free as possible. We are a one-stop destination for all your ISO certification and consultation needs.<\\/p>\",\"align\":\"left\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"38e29c42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Vision<\\/strong><\\/p><p>To operate with integrity partnered with unparalleled quality of service, to be globally competitive as well as maintain a consistent drive for innovation and adaptability to the demands of the industry.<\\/p><p><strong>Mission<\\/strong><\\/p><p>Aegis Services mission is to be the most successful consultancy company in Qatar and one of the top consultancy companies in the international arena. We strive to achieve this goal by firmly holding onto our values and principles, which consist of Knowledge, Effectiveness, Dependability, and Integrity.<\\/p>\",\"align\":\"left\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(22254, 5249, '_elementor_controls_usage', 'a:6:{s:9:\"site-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:18:\"section_site_image\";a:2:{s:19:\"site_logo_size_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:4;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:5;s:7:\"padding\";i:5;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:8:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:23:\"background_image_tablet\";i:1;s:23:\"background_image_mobile\";i:1;s:19:\"background_position\";i:1;s:26:\"background_position_mobile\";i:1;s:24:\"background_repeat_mobile\";i:1;s:22:\"background_size_mobile\";i:1;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:1;}}}}s:10:\"page-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:24:\"section_title_typography\";a:8:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_mobile\";i:1;s:11:\"title_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:2;s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}}}}}'),
(22258, 5252, '_edit_last', '1'),
(22259, 5252, '_wp_page_template', 'custom-page-template.php'),
(22260, 5252, 'ocean_sidebar', '0'),
(22261, 5252, 'ocean_second_sidebar', '0'),
(22262, 5252, 'ocean_disable_margins', 'enable'),
(22263, 5252, 'ocean_display_top_bar', 'off'),
(22264, 5252, 'ocean_display_header', 'off'),
(22265, 5252, 'ocean_center_header_left_menu', '0'),
(22266, 5252, 'ocean_custom_header_template', '0'),
(22267, 5252, 'ocean_header_custom_menu', '0'),
(22268, 5252, 'ocean_menu_typo_font_family', '0'),
(22269, 5252, 'ocean_disable_title', 'default'),
(22270, 5252, 'ocean_disable_heading', 'default'),
(22271, 5252, 'ocean_disable_breadcrumbs', 'off'),
(22272, 5252, 'ocean_display_footer_widgets', 'default'),
(22273, 5252, 'ocean_display_footer_bottom', 'default'),
(22274, 5252, 'ocean_custom_footer_template', '0'),
(22275, 5252, '_edit_lock', '1624350237:1'),
(22276, 5252, '_elementor_edit_mode', 'builder'),
(22277, 5252, '_elementor_template_type', 'wp-page'),
(22278, 5252, '_elementor_version', '3.1.1'),
(22279, 5252, 'ocean_post_layout', 'full-screen'),
(22293, 5252, '_elementor_data', '[{\"id\":\"e893d5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/who-we-are-bg-1.jpg\",\"id\":5263},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"column_position\":\"top\",\"background_image_tablet\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"background_image_mobile\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_repeat_mobile\":\"no-repeat\",\"background_size_mobile\":\"cover\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2a733c36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"239d21fb\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"e949e5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e442ae2\",\"elType\":\"widget\",\"settings\":{\"site_logo_size_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2724d95f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"c37cdd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67a26e12\",\"elType\":\"widget\",\"settings\":{\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Bebas Neue\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"page-title\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2231e1dd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5481ba5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"79398556\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"50a2c6b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52e65db9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ESTABLISHED SINCE 2012\",\"title_color\":\"#232754\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"719ac9ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aegis Services L.L.C is one of Qatar\\u2019s leading \\u2018total solutions\\u2019 provider and have adopted a simple \\u201cyou choose us-we consult- you get certified\\u201d approach with the effective and no-nonsense route to ISO certification. Established in November 2012, we provide consultation and management for the entire ISO Standard Series and have worked with various clients including small, one-man brands up to large international multi-billion turnover companies offering impeccable services.<\\/p><p>We believe in upholding the highest standards of business ethics with a commitment to total quality and our tailored documentation will be written with your existing business processes in mind. Our 8 years of experience has helped us understand our clients better, improve our services, develop a practical approach, and upgrade our expertise to meet the needs of our clients. As a trusted partner, we go beyond certification and educate our clients to witness continuous improvement in their business.<\\/p><p>Aegis Services seek to improve your business rather than to change it and will assist you in maintaining the standard\\/s with our second to none auditing team. Our team follows unique techniques and methodologies to focus on improving the bottom-line of your company. Our experts provide training and conduct a gap analysis to render the shortcomings so that you excel and stand out in the market. With experienced consultants in different domains such as manufacturing, banking, hospital, education, software and IT, food industry, real estate, media and entertainment, automation, chemical industries, and more, Aegis Services deliver consistent result-oriented services to all its customers.<\\/p><p>Our experts integrate the ideas and come up with innovative solutions to best serve the customers. We are recognized as global market players and are committed to giving our customers a high level of service and making the process of ISO certification, implementation, and management as easy and pain-free as possible. We are a one-stop destination for all your ISO certification and consultation needs.<\\/p>\",\"align\":\"left\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ddb455b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Vision<\\/strong><\\/p><p>To operate with integrity partnered with unparalleled quality of service, to be globally competitive as well as maintain a consistent drive for innovation and adaptability to the demands of the industry.<\\/p><p><strong>Mission<\\/strong><\\/p><p>Aegis Services mission is to be the most successful consultancy company in Qatar and one of the top consultancy companies in the international arena. We strive to achieve this goal by firmly holding onto our values and principles, which consist of Knowledge, Effectiveness, Dependability, and Integrity.<\\/p>\",\"align\":\"left\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(22300, 5258, '_wp_attached_file', '2021/01/how-it-work.jpg'),
(22301, 5258, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1324;s:6:\"height\";i:897;s:4:\"file\";s:23:\"2021/01/how-it-work.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"how-it-work-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"how-it-work-1024x694.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:694;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"how-it-work-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:\"how-it-work-768x520.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:3:\"-42\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-09-02 08:27:04\";s:9:\"thumbsOpt\";i:4;s:13:\"thumbsOptList\";a:4:{i:0;s:23:\"how-it-work-300x203.jpg\";i:1;s:24:\"how-it-work-1024x694.jpg\";i:2;s:23:\"how-it-work-150x150.jpg\";i:3;s:23:\"how-it-work-768x520.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"37.84\";}'),
(22324, 5263, '_wp_attached_file', '2021/01/who-we-are-bg-1.jpg'),
(22325, 5263, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1324;s:6:\"height\";i:546;s:4:\"file\";s:27:\"2021/01/who-we-are-bg-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"who-we-are-bg-1-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"who-we-are-bg-1-1024x422.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"who-we-are-bg-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:27:\"who-we-are-bg-1-768x317.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"18\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-09-02 08:26:53\";s:9:\"thumbsOpt\";i:4;s:13:\"thumbsOptList\";a:4:{i:0;s:27:\"who-we-are-bg-1-300x124.jpg\";i:1;s:28:\"who-we-are-bg-1-1024x422.jpg\";i:2;s:27:\"who-we-are-bg-1-150x150.jpg\";i:3;s:27:\"who-we-are-bg-1-768x317.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"27.46\";}'),
(22572, 2338, '_elementor_edit_mode', 'builder'),
(22573, 2338, '_elementor_template_type', 'wp-page'),
(22574, 2338, '_elementor_version', '3.2.5'),
(22588, 2338, '_elementor_data', '[{\"id\":\"21248fba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"column_position\":\"top\",\"background_image_tablet\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"background_image_mobile\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_repeat_mobile\":\"no-repeat\",\"background_size_mobile\":\"cover\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6d742912\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d7deba8\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\",\"structure\":\"20\"},\"elements\":[{\"id\":\"64b67dc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.55199999999999960209606797434389591217041015625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"logoContainer\"},\"elements\":[{\"id\":\"f4a2efb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/06\\/logo.png\",\"id\":9957},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4787d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/06\\/white-logo.png\",\"id\":9965},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"e203aca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.44800000000000039790393202565610408782958984375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d399c54\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"56c434d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14f558c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bb1d942\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"b021737\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[bdp_post show_author=\\\"false\\\" show_tags=\\\"false\\\" show_comments=\\\"false\\\" show_category=\\\"false\\\" content_words_limit=\\\"40\\\" media_size=\\\"thumbnail\\\" limit=\\\"5\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(22800, 5342, '_edit_last', '1'),
(22801, 5342, '_edit_lock', '1632908099:1'),
(22802, 5342, '_wp_page_template', 'default'),
(22803, 5342, 'ehf_target_include_locations', 'a:0:{}'),
(22804, 5342, 'ehf_target_exclude_locations', 'a:0:{}'),
(22805, 5342, 'ehf_target_user_roles', 'a:1:{i:0;s:0:\"\";}'),
(22806, 5342, 'ehf_template_type', 'custom'),
(22807, 5342, '_elementor_edit_mode', 'builder'),
(22808, 5342, '_elementor_template_type', 'wp-post'),
(22809, 5342, '_elementor_version', '3.4.4'),
(22810, 5342, 'ekit_post_views_count', '22'),
(22824, 5342, '_elementor_data', '[{\"id\":\"94a1cf1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"column_position\":\"top\",\"background_image_tablet\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"background_image_mobile\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/07\\/light-banner.jpg\",\"id\":10729,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_repeat_mobile\":\"no-repeat\",\"background_size_mobile\":\"cover\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4d679151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e595\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\",\"structure\":\"20\"},\"elements\":[{\"id\":\"33b7163\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.55199999999999960209606797434389591217041015625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"logoContainer\"},\"elements\":[{\"id\":\"42d7c67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/06\\/logo.png\",\"id\":9957},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e87dad3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/06\\/white-logo.png\",\"id\":9965},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1f4b316\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.44800000000000039790393202565610408782958984375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3aafbc2e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3570165e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58ed519\",\"elType\":\"widget\",\"settings\":{\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Bebas Neue\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":66,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"heading_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"page-title\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(22915, 611, 'ekit_post_views_count', '1909'),
(23084, 4879, '_elementor_controls_usage', 'a:6:{s:9:\"site-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:18:\"section_site_image\";a:2:{s:19:\"site_logo_size_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:4;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:5;s:7:\"padding\";i:5;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:5:{s:6:\"layout\";i:3;s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:13:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:23:\"background_image_tablet\";i:1;s:23:\"background_image_mobile\";i:1;s:19:\"background_position\";i:1;s:26:\"background_position_mobile\";i:1;s:24:\"background_repeat_mobile\";i:1;s:22:\"background_size_mobile\";i:1;s:26:\"background_position_tablet\";i:1;s:17:\"background_repeat\";i:1;s:24:\"background_repeat_tablet\";i:1;s:15:\"background_size\";i:1;s:22:\"background_size_tablet\";i:1;}}}}s:10:\"page-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:24:\"section_title_typography\";a:8:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_mobile\";i:1;s:11:\"title_color\";i:1;}}s:7:\"content\";a:1:{s:22:\"section_general_fields\";a:1:{s:11:\"heading_tag\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}}'),
(23104, 5390, '_edit_last', '1'),
(23105, 5390, '_wp_page_template', 'custom-page-template.php'),
(23106, 5390, 'ocean_sidebar', '0'),
(23107, 5390, 'ocean_second_sidebar', '0'),
(23108, 5390, 'ocean_disable_margins', 'enable'),
(23109, 5390, 'ocean_display_top_bar', 'off'),
(23110, 5390, 'ocean_display_header', 'off'),
(23111, 5390, 'ocean_center_header_left_menu', '0'),
(23112, 5390, 'ocean_custom_header_template', '0'),
(23113, 5390, 'ocean_header_custom_menu', '0'),
(23114, 5390, 'ocean_menu_typo_font_family', '0'),
(23115, 5390, 'ocean_disable_title', 'default'),
(23116, 5390, 'ocean_disable_heading', 'default'),
(23117, 5390, 'ocean_disable_breadcrumbs', 'default'),
(23118, 5390, 'ocean_display_footer_widgets', 'off'),
(23119, 5390, 'ocean_display_footer_bottom', 'off'),
(23120, 5390, 'ocean_custom_footer_template', '0'),
(23121, 5390, '_edit_lock', '1625742074:1'),
(23122, 5390, '_elementor_edit_mode', 'builder'),
(23123, 5390, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(23124, 5390, '_elementor_data', '[{\"id\":\"26e78ed4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/faq-banner-2.jpg\",\"id\":4994},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"column_position\":\"top\",\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_repeat_mobile\":\"no-repeat\",\"background_size_mobile\":\"cover\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"background_position_tablet\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_repeat_tablet\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"4f5e6eca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"362bfba0\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"5b1c95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"864220c\",\"elType\":\"widget\",\"settings\":{\"site_logo_size_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b0bcf51\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"536ea043\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6383284d\",\"elType\":\"widget\",\"settings\":{\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Bebas Neue\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"heading_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"page-title\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ca6c970\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cf64a31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43d63724\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"430681a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e24f228\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\\u2019s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\\u2019s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<\\/p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\\u2019s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\\u2019s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<\\/p>\",\"align\":\"left\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(23125, 5390, '_elementor_version', '3.1.4'),
(23157, 5395, '_edit_last', '1'),
(23158, 5395, '_wp_page_template', 'custom-page-template.php'),
(23159, 5395, 'ocean_sidebar', '0'),
(23160, 5395, 'ocean_second_sidebar', '0'),
(23161, 5395, 'ocean_disable_margins', 'enable'),
(23162, 5395, 'ocean_display_top_bar', 'off'),
(23163, 5395, 'ocean_display_header', 'off'),
(23164, 5395, 'ocean_center_header_left_menu', '0'),
(23165, 5395, 'ocean_custom_header_template', '0'),
(23166, 5395, 'ocean_header_custom_menu', '0'),
(23167, 5395, 'ocean_menu_typo_font_family', '0'),
(23168, 5395, 'ocean_disable_title', 'default'),
(23169, 5395, 'ocean_disable_heading', 'default'),
(23170, 5395, 'ocean_disable_breadcrumbs', 'default'),
(23171, 5395, 'ocean_display_footer_widgets', 'off'),
(23172, 5395, 'ocean_display_footer_bottom', 'off'),
(23173, 5395, 'ocean_custom_footer_template', '0'),
(23174, 5395, '_edit_lock', '1616147009:1'),
(23175, 5395, '_elementor_edit_mode', 'builder'),
(23176, 5395, '_elementor_template_type', 'wp-page'),
(23177, 5395, '_elementor_data', '[{\"id\":\"26e78ed4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/faq-banner-2.jpg\",\"id\":4994},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"column_position\":\"top\",\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_repeat_mobile\":\"no-repeat\",\"background_size_mobile\":\"cover\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"background_position_tablet\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_repeat_tablet\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"4f5e6eca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"362bfba0\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"5b1c95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"864220c\",\"elType\":\"widget\",\"settings\":{\"site_logo_size_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b0bcf51\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"536ea043\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6383284d\",\"elType\":\"widget\",\"settings\":{\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Bebas Neue\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"heading_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"page-title\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ca6c970\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cf64a31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43d63724\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"430681a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e24f228\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\\u2019s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\\u2019s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<\\/p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\\u2019s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\\u2019s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<\\/p>\",\"align\":\"left\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(23178, 5395, '_elementor_version', '3.1.4'),
(23195, 5397, '_edit_last', '1'),
(23196, 5397, '_wp_page_template', 'custom-page-template.php'),
(23197, 5397, 'ocean_sidebar', '0'),
(23198, 5397, 'ocean_second_sidebar', '0'),
(23199, 5397, 'ocean_disable_margins', 'enable'),
(23200, 5397, 'ocean_display_top_bar', 'off'),
(23201, 5397, 'ocean_display_header', 'off'),
(23202, 5397, 'ocean_center_header_left_menu', '0'),
(23203, 5397, 'ocean_custom_header_template', '0'),
(23204, 5397, 'ocean_header_custom_menu', '0'),
(23205, 5397, 'ocean_menu_typo_font_family', '0'),
(23206, 5397, 'ocean_disable_title', 'default'),
(23207, 5397, 'ocean_disable_heading', 'default'),
(23208, 5397, 'ocean_disable_breadcrumbs', 'default'),
(23209, 5397, 'ocean_display_footer_widgets', 'off'),
(23210, 5397, 'ocean_display_footer_bottom', 'off'),
(23211, 5397, 'ocean_custom_footer_template', '0'),
(23212, 5397, '_edit_lock', '1625742217:1'),
(23213, 5397, '_elementor_edit_mode', 'builder'),
(23214, 5397, '_elementor_template_type', 'wp-page'),
(23215, 5397, '_elementor_data', '[{\"id\":\"26e78ed4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/light-banner.jpg\",\"id\":4899},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"column_position\":\"top\",\"background_image_tablet\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/faq-banner-2.jpg\",\"id\":4994},\"background_image_mobile\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/faq-banner-2.jpg\",\"id\":4994},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_repeat_mobile\":\"no-repeat\",\"background_size_mobile\":\"cover\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"background_position_tablet\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_repeat_tablet\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"4f5e6eca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"362bfba0\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"5b1c95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"864220c\",\"elType\":\"widget\",\"settings\":{\"site_logo_size_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b0bcf51\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"536ea043\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6383284d\",\"elType\":\"widget\",\"settings\":{\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Bebas Neue\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"heading_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"page-title\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ca6c970\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cf64a31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43d63724\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"430681a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bceacc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/emailsent.png\",\"id\":5399},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(23216, 5397, '_elementor_version', '3.1.0'),
(23233, 5399, '_wp_attached_file', '2021/01/emailsent.png'),
(23234, 5399, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:150;s:6:\"height\";i:197;s:4:\"file\";s:21:\"2021/01/emailsent.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"emailsent-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"12\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-09-02 08:26:40\";s:9:\"thumbsOpt\";i:1;s:13:\"thumbsOptList\";a:1:{i:0;s:21:\"emailsent-150x150.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"14.33\";}'),
(23253, 5397, '_elementor_controls_usage', 'a:5:{s:9:\"site-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:18:\"section_site_image\";a:2:{s:19:\"site_logo_size_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:4;s:7:\"padding\";i:4;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:2;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:5;s:7:\"padding\";i:5;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:5:{s:6:\"layout\";i:3;s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:20:\"custom_height_mobile\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:13:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:23:\"background_image_tablet\";i:1;s:23:\"background_image_mobile\";i:1;s:19:\"background_position\";i:1;s:26:\"background_position_mobile\";i:1;s:24:\"background_repeat_mobile\";i:1;s:22:\"background_size_mobile\";i:1;s:26:\"background_position_tablet\";i:1;s:17:\"background_repeat\";i:1;s:24:\"background_repeat_tablet\";i:1;s:15:\"background_size\";i:1;s:22:\"background_size_tablet\";i:1;}}}}s:10:\"page-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:24:\"section_title_typography\";a:8:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_mobile\";i:1;s:11:\"title_color\";i:1;}}s:7:\"content\";a:1:{s:22:\"section_general_fields\";a:1:{s:11:\"heading_tag\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}}}}'),
(23255, 591, 'ekit_post_views_count', '2013'),
(23258, 614, 'ekit_post_views_count', '2048'),
(23299, 579, 'ekit_post_views_count', '1842'),
(23300, 562, 'ekit_post_views_count', '2145'),
(23301, 5409, '_edit_last', '1'),
(23302, 5409, '_wp_page_template', 'default'),
(23304, 5409, 'ocean_gallery_link_images', 'off'),
(23305, 5409, 'ocean_sidebar', '0'),
(23306, 5409, 'ocean_second_sidebar', '0'),
(23307, 5409, 'ocean_disable_margins', 'enable'),
(23308, 5409, 'ocean_display_top_bar', 'default'),
(23309, 5409, 'ocean_display_header', 'default'),
(23310, 5409, 'ocean_center_header_left_menu', '0'),
(23311, 5409, 'ocean_custom_header_template', '0'),
(23312, 5409, 'ocean_header_custom_menu', '0'),
(23313, 5409, 'ocean_menu_typo_font_family', '0'),
(23314, 5409, 'ocean_disable_title', 'default'),
(23315, 5409, 'ocean_disable_heading', 'default'),
(23316, 5409, 'ocean_disable_breadcrumbs', 'default'),
(23317, 5409, 'ocean_display_footer_widgets', 'default'),
(23318, 5409, 'ocean_display_footer_bottom', 'default'),
(23319, 5409, 'ocean_custom_footer_template', '0'),
(23320, 5409, 'ocean_link_format_target', 'self'),
(23321, 5409, 'ocean_quote_format_link', 'post'),
(23322, 5409, '_edit_lock', '1628763715:1'),
(23323, 5411, '_edit_last', '1'),
(23324, 5411, '_wp_page_template', 'default'),
(23326, 5411, 'ocean_gallery_link_images', 'off'),
(23327, 5411, 'ocean_sidebar', '0'),
(23328, 5411, 'ocean_second_sidebar', '0'),
(23329, 5411, 'ocean_disable_margins', 'enable'),
(23330, 5411, 'ocean_display_top_bar', 'default'),
(23331, 5411, 'ocean_display_header', 'default'),
(23332, 5411, 'ocean_center_header_left_menu', '0'),
(23333, 5411, 'ocean_custom_header_template', '0'),
(23334, 5411, 'ocean_header_custom_menu', '0'),
(23335, 5411, 'ocean_menu_typo_font_family', '0'),
(23336, 5411, 'ocean_disable_title', 'default'),
(23337, 5411, 'ocean_disable_heading', 'default'),
(23338, 5411, 'ocean_disable_breadcrumbs', 'default'),
(23339, 5411, 'ocean_display_footer_widgets', 'default'),
(23340, 5411, 'ocean_display_footer_bottom', 'default'),
(23341, 5411, 'ocean_custom_footer_template', '0'),
(23342, 5411, 'ocean_link_format_target', 'self'),
(23343, 5411, 'ocean_quote_format_link', 'post'),
(23344, 5411, '_edit_lock', '1628763141:1'),
(23346, 5411, 'ekit_post_views_count', '2171'),
(23347, 5409, 'ekit_post_views_count', '2175'),
(23351, 602, 'ekit_post_views_count', '1699'),
(23352, 605, 'ekit_post_views_count', '1840'),
(23353, 609, 'ekit_post_views_count', '1803'),
(23354, 625, 'ekit_post_views_count', '1892'),
(23355, 630, 'ekit_post_views_count', '1769'),
(23356, 632, 'ekit_post_views_count', '2048'),
(23357, 636, 'ekit_post_views_count', '1801'),
(23358, 639, 'ekit_post_views_count', '1601'),
(23359, 647, 'ekit_post_views_count', '1538'),
(23360, 652, 'ekit_post_views_count', '2041'),
(23361, 657, 'ekit_post_views_count', '1903'),
(23362, 665, 'ekit_post_views_count', '2684'),
(23363, 668, 'ekit_post_views_count', '2352'),
(23364, 671, 'ekit_post_views_count', '4353'),
(23365, 677, 'ekit_post_views_count', '2130'),
(23366, 681, 'ekit_post_views_count', '1654'),
(23367, 686, 'ekit_post_views_count', '1743'),
(23368, 689, 'ekit_post_views_count', '2160'),
(23369, 692, 'ekit_post_views_count', '1531'),
(23370, 694, 'ekit_post_views_count', '1505'),
(23534, 5444, 'who_we_are_text', 'Quality Management Systems'),
(23535, 5444, '_who_we_are_text', 'field_6013a308bff32'),
(23536, 5444, 'page_icon', ''),
(23537, 5444, '_page_icon', 'field_6013a36028f95'),
(23538, 5444, 'certificate_name', 'Business Continuity Management System (BCMS)'),
(23539, 5444, '_certificate_name', 'field_6013a285ce61e'),
(23540, 5444, 'rank_math_internal_links_processed', '1'),
(23541, 5444, 'rank_math_permalink', 'iso-22301-business-continuity'),
(23542, 5444, 'rank_math_seo_score', '18'),
(23543, 5444, 'rank_math_robots', 'a:1:{i:0;s:5:\"index\";}'),
(23544, 5444, 'rank_math_advanced_robots', 'a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),
(23545, 5444, 'rank_math_rich_snippet', 'off'),
(23546, 5444, 'rank_math_snippet_location', 'custom'),
(23547, 5444, 'rank_math_snippet_article_type', 'Article'),
(23548, 5444, 'rank_math_snippet_book_rating_min', '1'),
(23549, 5444, 'rank_math_snippet_book_rating_max', '5'),
(23550, 5444, 'rank_math_snippet_book_editions', 'a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),
(23551, 5444, 'rank_math_snippet_course_provider_type', 'Organization'),
(23552, 5444, 'rank_math_snippet_course_rating_min', '1'),
(23553, 5444, 'rank_math_snippet_course_rating_max', '5'),
(23554, 5444, 'rank_math_snippet_event_type', 'Event'),
(23555, 5444, 'rank_math_snippet_event_attendance_mode', 'offline'),
(23556, 5444, 'rank_math_snippet_event_performer_type', 'Person'),
(23557, 5444, 'rank_math_snippet_event_rating_min', '1'),
(23558, 5444, 'rank_math_snippet_event_rating_max', '5'),
(23559, 5444, 'rank_math_snippet_jobposting_unpublish', 'on'),
(23560, 5444, 'rank_math_snippet_music_type', 'MusicGroup'),
(23561, 5444, 'rank_math_snippet_product_instock', 'on'),
(23562, 5444, 'rank_math_snippet_product_rating_min', '1'),
(23563, 5444, 'rank_math_snippet_product_rating_max', '5'),
(23564, 5444, 'rank_math_snippet_recipe_rating_min', '1'),
(23565, 5444, 'rank_math_snippet_recipe_rating_max', '5'),
(23566, 5444, 'rank_math_snippet_recipe_instruction_type', 'SingleField'),
(23567, 5444, 'rank_math_snippet_review_worst_rating', '1'),
(23568, 5444, 'rank_math_snippet_review_best_rating', '5'),
(23569, 5444, 'rank_math_snippet_review_location', 'bottom'),
(23570, 5444, 'rank_math_snippet_software_rating_min', '1'),
(23571, 5444, 'rank_math_snippet_software_rating_max', '5'),
(23572, 5444, 'rank_math_facebook_enable_image_overlay', 'off'),
(23573, 5444, 'rank_math_facebook_image_overlay', 'play'),
(23574, 5444, 'rank_math_twitter_use_facebook', 'on'),
(23575, 5444, 'rank_math_twitter_card_type', 'summary_large_image'),
(23576, 5444, 'rank_math_twitter_enable_image_overlay', 'off'),
(23577, 5444, 'rank_math_twitter_image_overlay', 'play'),
(23578, 5444, '_yoast_wpseo_focuskw', 'ISO 22301 Certification ISO 22301 consultant'),
(23579, 5444, '_yoast_wpseo_title', 'ISO 22301 - ISO 22301 Consultants - Aegis Services'),
(23580, 5444, '_yoast_wpseo_metadesc', 'AEGIS provides a wide range of ISO certification services for all business types. Visit our website to learn about the benefits of ISO 22000 certification.'),
(23581, 5444, '_yoast_wpseo_linkdex', '59'),
(23582, 5444, '_yoast_wpseo_content_score', '30'),
(23584, 5445, 'who_we_are_text', 'Quality Management Systems'),
(23585, 5445, '_who_we_are_text', 'field_6013a308bff32'),
(23586, 5445, 'page_icon', ''),
(23587, 5445, '_page_icon', 'field_6013a36028f95'),
(23588, 5445, 'certificate_name', 'Food Safety Management System (FSMS)'),
(23589, 5445, '_certificate_name', 'field_6013a285ce61e'),
(23590, 5445, 'rank_math_internal_links_processed', '1'),
(23591, 5445, 'rank_math_permalink', 'iso-22000-food-safety'),
(23592, 5445, 'rank_math_seo_score', '18'),
(23593, 5445, 'rank_math_robots', 'a:1:{i:0;s:5:\"index\";}'),
(23594, 5445, 'rank_math_advanced_robots', 'a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),
(23595, 5445, 'rank_math_rich_snippet', 'off'),
(23596, 5445, 'rank_math_snippet_location', 'custom'),
(23597, 5445, 'rank_math_snippet_article_type', 'Article'),
(23598, 5445, 'rank_math_snippet_book_rating_min', '1'),
(23599, 5445, 'rank_math_snippet_book_rating_max', '5'),
(23600, 5445, 'rank_math_snippet_book_editions', 'a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),
(23601, 5445, 'rank_math_snippet_course_provider_type', 'Organization'),
(23602, 5445, 'rank_math_snippet_course_rating_min', '1'),
(23603, 5445, 'rank_math_snippet_course_rating_max', '5'),
(23604, 5445, 'rank_math_snippet_event_type', 'Event'),
(23605, 5445, 'rank_math_snippet_event_attendance_mode', 'offline'),
(23606, 5445, 'rank_math_snippet_event_performer_type', 'Person'),
(23607, 5445, 'rank_math_snippet_event_rating_min', '1'),
(23608, 5445, 'rank_math_snippet_event_rating_max', '5'),
(23609, 5445, 'rank_math_snippet_jobposting_unpublish', 'on'),
(23610, 5445, 'rank_math_snippet_music_type', 'MusicGroup'),
(23611, 5445, 'rank_math_snippet_product_instock', 'on'),
(23612, 5445, 'rank_math_snippet_product_rating_min', '1'),
(23613, 5445, 'rank_math_snippet_product_rating_max', '5'),
(23614, 5445, 'rank_math_snippet_recipe_rating_min', '1'),
(23615, 5445, 'rank_math_snippet_recipe_rating_max', '5'),
(23616, 5445, 'rank_math_snippet_recipe_instruction_type', 'SingleField'),
(23617, 5445, 'rank_math_snippet_review_worst_rating', '1'),
(23618, 5445, 'rank_math_snippet_review_best_rating', '5'),
(23619, 5445, 'rank_math_snippet_review_location', 'bottom'),
(23620, 5445, 'rank_math_snippet_software_rating_min', '1'),
(23621, 5445, 'rank_math_snippet_software_rating_max', '5'),
(23622, 5445, 'rank_math_facebook_enable_image_overlay', 'off'),
(23623, 5445, 'rank_math_facebook_image_overlay', 'play'),
(23624, 5445, 'rank_math_twitter_use_facebook', 'on'),
(23625, 5445, 'rank_math_twitter_card_type', 'summary_large_image'),
(23626, 5445, 'rank_math_twitter_enable_image_overlay', 'off'),
(23627, 5445, 'rank_math_twitter_image_overlay', 'play'),
(23628, 5445, '_yoast_wpseo_focuskw', 'ISO 22000 Certification ISO 45001 consultant'),
(23629, 5445, '_yoast_wpseo_title', 'ISO 22000 Certification in Qatar - Aegis Services'),
(23630, 5445, '_yoast_wpseo_metadesc', 'Aegis Services is the most trusted ISO 22000 certification consultants in Qatar. Get ISO 22000 certification in Qatar from Aegis Services.'),
(23631, 5445, '_yoast_wpseo_linkdex', '56'),
(23632, 5445, '_yoast_wpseo_content_score', '30'),
(23634, 5446, 'who_we_are_text', 'Quality Management Systems'),
(23635, 5446, '_who_we_are_text', 'field_6013a308bff32'),
(23636, 5446, 'page_icon', ''),
(23637, 5446, '_page_icon', 'field_6013a36028f95'),
(23638, 5446, 'certificate_name', 'Information Security Management System (ISMS)'),
(23639, 5446, '_certificate_name', 'field_6013a285ce61e'),
(23640, 5446, 'rank_math_internal_links_processed', '1'),
(23641, 5446, 'rank_math_permalink', 'iso-27001-information-security'),
(23642, 5446, 'rank_math_seo_score', '12'),
(23643, 5446, 'rank_math_robots', 'a:1:{i:0;s:5:\"index\";}'),
(23644, 5446, 'rank_math_advanced_robots', 'a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),
(23645, 5446, 'rank_math_rich_snippet', 'off'),
(23646, 5446, 'rank_math_snippet_location', 'custom'),
(23647, 5446, 'rank_math_snippet_article_type', 'Article'),
(23648, 5446, 'rank_math_snippet_book_rating_min', '1'),
(23649, 5446, 'rank_math_snippet_book_rating_max', '5'),
(23650, 5446, 'rank_math_snippet_book_editions', 'a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),
(23651, 5446, 'rank_math_snippet_course_provider_type', 'Organization'),
(23652, 5446, 'rank_math_snippet_course_rating_min', '1'),
(23653, 5446, 'rank_math_snippet_course_rating_max', '5'),
(23654, 5446, 'rank_math_snippet_event_type', 'Event'),
(23655, 5446, 'rank_math_snippet_event_attendance_mode', 'offline'),
(23656, 5446, 'rank_math_snippet_event_performer_type', 'Person'),
(23657, 5446, 'rank_math_snippet_event_rating_min', '1'),
(23658, 5446, 'rank_math_snippet_event_rating_max', '5'),
(23659, 5446, 'rank_math_snippet_jobposting_unpublish', 'on'),
(23660, 5446, 'rank_math_snippet_music_type', 'MusicGroup'),
(23661, 5446, 'rank_math_snippet_product_instock', 'on'),
(23662, 5446, 'rank_math_snippet_product_rating_min', '1'),
(23663, 5446, 'rank_math_snippet_product_rating_max', '5'),
(23664, 5446, 'rank_math_snippet_recipe_rating_min', '1'),
(23665, 5446, 'rank_math_snippet_recipe_rating_max', '5'),
(23666, 5446, 'rank_math_snippet_recipe_instruction_type', 'SingleField'),
(23667, 5446, 'rank_math_snippet_review_worst_rating', '1'),
(23668, 5446, 'rank_math_snippet_review_best_rating', '5'),
(23669, 5446, 'rank_math_snippet_review_location', 'bottom'),
(23670, 5446, 'rank_math_snippet_software_rating_min', '1'),
(23671, 5446, 'rank_math_snippet_software_rating_max', '5'),
(23672, 5446, 'rank_math_facebook_enable_image_overlay', 'off'),
(23673, 5446, 'rank_math_facebook_image_overlay', 'play'),
(23674, 5446, 'rank_math_twitter_use_facebook', 'on'),
(23675, 5446, 'rank_math_twitter_card_type', 'summary_large_image'),
(23676, 5446, 'rank_math_twitter_enable_image_overlay', 'off'),
(23677, 5446, 'rank_math_twitter_image_overlay', 'play'),
(23678, 5446, '_yoast_wpseo_focuskw', 'ISO 27001 Certification ISO 27001 consultant'),
(23679, 5446, '_yoast_wpseo_title', 'ISO 27001 Certification Qatar - ISO 27001 Consulting Services | Aegis Services'),
(23680, 5446, '_yoast_wpseo_metadesc', 'If you are looking for ISO 27001 consultant in Qatar. Aegis Services is providing best ISO 27001 Certification in Qatar.'),
(23681, 5446, '_yoast_wpseo_linkdex', '57'),
(23682, 5446, '_yoast_wpseo_content_score', '30'),
(23684, 5447, 'who_we_are_text', 'Quality Management System (QMS)'),
(23685, 5447, '_who_we_are_text', 'field_6013a308bff32'),
(23686, 5447, 'page_icon', ''),
(23687, 5447, '_page_icon', 'field_6013a36028f95'),
(23688, 5447, 'certificate_name', 'Quality'),
(23689, 5447, '_certificate_name', 'field_6013a285ce61e'),
(23690, 5447, 'rank_math_internal_links_processed', '1'),
(23691, 5447, 'rank_math_permalink', 'iso-9001-quality'),
(23692, 5447, 'rank_math_seo_score', '18'),
(23693, 5447, 'rank_math_robots', 'a:1:{i:0;s:5:\"index\";}'),
(23694, 5447, 'rank_math_advanced_robots', 'a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),
(23695, 5447, 'rank_math_rich_snippet', 'off'),
(23696, 5447, 'rank_math_snippet_location', 'custom'),
(23697, 5447, 'rank_math_snippet_article_type', 'Article'),
(23698, 5447, 'rank_math_snippet_book_rating_min', '1'),
(23699, 5447, 'rank_math_snippet_book_rating_max', '5'),
(23700, 5447, 'rank_math_snippet_book_editions', 'a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),
(23701, 5447, 'rank_math_snippet_course_provider_type', 'Organization'),
(23702, 5447, 'rank_math_snippet_course_rating_min', '1'),
(23703, 5447, 'rank_math_snippet_course_rating_max', '5'),
(23704, 5447, 'rank_math_snippet_event_type', 'Event'),
(23705, 5447, 'rank_math_snippet_event_attendance_mode', 'offline'),
(23706, 5447, 'rank_math_snippet_event_performer_type', 'Person'),
(23707, 5447, 'rank_math_snippet_event_rating_min', '1'),
(23708, 5447, 'rank_math_snippet_event_rating_max', '5'),
(23709, 5447, 'rank_math_snippet_jobposting_unpublish', 'on'),
(23710, 5447, 'rank_math_snippet_music_type', 'MusicGroup'),
(23711, 5447, 'rank_math_snippet_product_instock', 'on'),
(23712, 5447, 'rank_math_snippet_product_rating_min', '1'),
(23713, 5447, 'rank_math_snippet_product_rating_max', '5'),
(23714, 5447, 'rank_math_snippet_recipe_rating_min', '1'),
(23715, 5447, 'rank_math_snippet_recipe_rating_max', '5'),
(23716, 5447, 'rank_math_snippet_recipe_instruction_type', 'SingleField'),
(23717, 5447, 'rank_math_snippet_review_worst_rating', '1'),
(23718, 5447, 'rank_math_snippet_review_best_rating', '5'),
(23719, 5447, 'rank_math_snippet_review_location', 'bottom'),
(23720, 5447, 'rank_math_snippet_software_rating_min', '1'),
(23721, 5447, 'rank_math_snippet_software_rating_max', '5'),
(23722, 5447, 'rank_math_facebook_enable_image_overlay', 'off'),
(23723, 5447, 'rank_math_facebook_image_overlay', 'play'),
(23724, 5447, 'rank_math_twitter_use_facebook', 'on'),
(23725, 5447, 'rank_math_twitter_card_type', 'summary_large_image'),
(23726, 5447, 'rank_math_twitter_enable_image_overlay', 'off'),
(23727, 5447, 'rank_math_twitter_image_overlay', 'play'),
(23728, 5447, '_yoast_wpseo_focuskw', 'ISO 9001'),
(23729, 5447, '_yoast_wpseo_title', 'What is ISO 9001 - ISO 9001 Standard - Expert in ISO 9001 Consultancy | Aegis Services'),
(23730, 5447, '_yoast_wpseo_metadesc', 'Aegis Services provide ISO 9001 Quality Management Services. Also, we conduct a free gap analysis based on ISO 9001 and the requirements.'),
(23731, 5447, '_yoast_wpseo_linkdex', '21'),
(23732, 5447, '_yoast_wpseo_content_score', '30'),
(23734, 5448, 'who_we_are_text', 'Environmental Management System (EMS)'),
(23735, 5448, '_who_we_are_text', 'field_6013a308bff32'),
(23736, 5448, 'page_icon', ''),
(23737, 5448, '_page_icon', 'field_6013a36028f95'),
(23738, 5448, 'certificate_name', 'Environmental Management System (EMS)'),
(23739, 5448, '_certificate_name', 'field_6013a285ce61e'),
(23740, 5448, 'rank_math_internal_links_processed', '1'),
(23741, 5448, 'rank_math_permalink', 'iso-14001-environment'),
(23742, 5448, 'rank_math_seo_score', '18'),
(23743, 5448, 'rank_math_robots', 'a:1:{i:0;s:5:\"index\";}'),
(23744, 5448, 'rank_math_advanced_robots', 'a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),
(23745, 5448, 'rank_math_rich_snippet', 'off'),
(23746, 5448, 'rank_math_snippet_location', 'custom'),
(23747, 5448, 'rank_math_snippet_article_type', 'Article'),
(23748, 5448, 'rank_math_snippet_book_rating_min', '1'),
(23749, 5448, 'rank_math_snippet_book_rating_max', '5'),
(23750, 5448, 'rank_math_snippet_book_editions', 'a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),
(23751, 5448, 'rank_math_snippet_course_provider_type', 'Organization'),
(23752, 5448, 'rank_math_snippet_course_rating_min', '1'),
(23753, 5448, 'rank_math_snippet_course_rating_max', '5'),
(23754, 5448, 'rank_math_snippet_event_type', 'Event'),
(23755, 5448, 'rank_math_snippet_event_attendance_mode', 'offline'),
(23756, 5448, 'rank_math_snippet_event_performer_type', 'Person'),
(23757, 5448, 'rank_math_snippet_event_rating_min', '1'),
(23758, 5448, 'rank_math_snippet_event_rating_max', '5'),
(23759, 5448, 'rank_math_snippet_jobposting_unpublish', 'on'),
(23760, 5448, 'rank_math_snippet_music_type', 'MusicGroup'),
(23761, 5448, 'rank_math_snippet_product_instock', 'on'),
(23762, 5448, 'rank_math_snippet_product_rating_min', '1'),
(23763, 5448, 'rank_math_snippet_product_rating_max', '5'),
(23764, 5448, 'rank_math_snippet_recipe_rating_min', '1'),
(23765, 5448, 'rank_math_snippet_recipe_rating_max', '5'),
(23766, 5448, 'rank_math_snippet_recipe_instruction_type', 'SingleField'),
(23767, 5448, 'rank_math_snippet_review_worst_rating', '1'),
(23768, 5448, 'rank_math_snippet_review_best_rating', '5'),
(23769, 5448, 'rank_math_snippet_review_location', 'bottom'),
(23770, 5448, 'rank_math_snippet_software_rating_min', '1'),
(23771, 5448, 'rank_math_snippet_software_rating_max', '5'),
(23772, 5448, 'rank_math_facebook_enable_image_overlay', 'off'),
(23773, 5448, 'rank_math_facebook_image_overlay', 'play'),
(23774, 5448, 'rank_math_twitter_use_facebook', 'on'),
(23775, 5448, 'rank_math_twitter_card_type', 'summary_large_image'),
(23776, 5448, 'rank_math_twitter_enable_image_overlay', 'off'),
(23777, 5448, 'rank_math_twitter_image_overlay', 'play'),
(23778, 5448, '_yoast_wpseo_focuskw', 'ISO 14001 Certification'),
(23779, 5448, '_yoast_wpseo_title', 'ISO 14001 Certification in Qatar - ISO 14001Qatar | Aegis Services'),
(23780, 5448, '_yoast_wpseo_metadesc', 'Aegis services is a Professional ISO 14001 consultant, providing ISO 14001 Certification in Qatar. We provide EMS with proper documentation.'),
(23781, 5448, '_yoast_wpseo_linkdex', '69'),
(23782, 5448, '_yoast_wpseo_content_score', '60'),
(23784, 5449, 'who_we_are_text', ' Occupational Health and Safety (OH&S)'),
(23785, 5449, '_who_we_are_text', 'field_6013a308bff32'),
(23786, 5449, 'page_icon', ''),
(23787, 5449, '_page_icon', 'field_6013a36028f95'),
(23788, 5449, 'certificate_name', 'Occupational Health and Safety (OH&S)'),
(23789, 5449, '_certificate_name', 'field_6013a285ce61e'),
(23790, 5449, 'rank_math_internal_links_processed', '1'),
(23791, 5449, 'rank_math_permalink', 'iso-45001-health-and-safety'),
(23792, 5449, 'rank_math_seo_score', '18'),
(23793, 5449, 'rank_math_robots', 'a:1:{i:0;s:5:\"index\";}'),
(23794, 5449, 'rank_math_advanced_robots', 'a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),
(23795, 5449, 'rank_math_rich_snippet', 'off'),
(23796, 5449, 'rank_math_snippet_location', 'custom'),
(23797, 5449, 'rank_math_snippet_article_type', 'Article'),
(23798, 5449, 'rank_math_snippet_book_rating_min', '1'),
(23799, 5449, 'rank_math_snippet_book_rating_max', '5'),
(23800, 5449, 'rank_math_snippet_book_editions', 'a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),
(23801, 5449, 'rank_math_snippet_course_provider_type', 'Organization'),
(23802, 5449, 'rank_math_snippet_course_rating_min', '1'),
(23803, 5449, 'rank_math_snippet_course_rating_max', '5'),
(23804, 5449, 'rank_math_snippet_event_type', 'Event'),
(23805, 5449, 'rank_math_snippet_event_attendance_mode', 'offline'),
(23806, 5449, 'rank_math_snippet_event_performer_type', 'Person'),
(23807, 5449, 'rank_math_snippet_event_rating_min', '1'),
(23808, 5449, 'rank_math_snippet_event_rating_max', '5'),
(23809, 5449, 'rank_math_snippet_jobposting_unpublish', 'on'),
(23810, 5449, 'rank_math_snippet_music_type', 'MusicGroup'),
(23811, 5449, 'rank_math_snippet_product_instock', 'on'),
(23812, 5449, 'rank_math_snippet_product_rating_min', '1'),
(23813, 5449, 'rank_math_snippet_product_rating_max', '5'),
(23814, 5449, 'rank_math_snippet_recipe_rating_min', '1'),
(23815, 5449, 'rank_math_snippet_recipe_rating_max', '5'),
(23816, 5449, 'rank_math_snippet_recipe_instruction_type', 'SingleField'),
(23817, 5449, 'rank_math_snippet_review_worst_rating', '1'),
(23818, 5449, 'rank_math_snippet_review_best_rating', '5'),
(23819, 5449, 'rank_math_snippet_review_location', 'bottom'),
(23820, 5449, 'rank_math_snippet_software_rating_min', '1'),
(23821, 5449, 'rank_math_snippet_software_rating_max', '5'),
(23822, 5449, 'rank_math_facebook_enable_image_overlay', 'off'),
(23823, 5449, 'rank_math_facebook_image_overlay', 'play');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(23824, 5449, 'rank_math_twitter_use_facebook', 'on'),
(23825, 5449, 'rank_math_twitter_card_type', 'summary_large_image'),
(23826, 5449, 'rank_math_twitter_enable_image_overlay', 'off'),
(23827, 5449, 'rank_math_twitter_image_overlay', 'play'),
(23828, 5449, 'rank_math_canonical_url', 'https://aegis.qa/iso_certificates/iso-45001-health-and-safety/'),
(23829, 5449, '_yoast_wpseo_focuskw', 'ISO 45001 Certification'),
(23830, 5449, '_yoast_wpseo_title', 'ISO 45001 - Certification & Consulting Services In Qatar'),
(23831, 5449, '_yoast_wpseo_metadesc', 'If you are looking at how to get ISO 45001 Certification in Qatar, then you have reached the correct service provider.'),
(23832, 5449, '_yoast_wpseo_linkdex', '65'),
(23833, 5449, '_yoast_wpseo_content_score', '30'),
(23835, 5450, 'who_we_are_text', 'Quality Management Systems'),
(23836, 5450, '_who_we_are_text', 'field_6013a308bff32'),
(23837, 5450, 'page_icon', ''),
(23838, 5450, '_page_icon', 'field_6013a36028f95'),
(23839, 5450, 'certificate_name', 'Energy management System (EnMS)'),
(23840, 5450, '_certificate_name', 'field_6013a285ce61e'),
(23841, 5450, 'rank_math_internal_links_processed', '1'),
(23842, 5450, 'rank_math_permalink', 'iso-50001-energy-management'),
(23843, 5450, 'rank_math_seo_score', '18'),
(23844, 5450, 'rank_math_robots', 'a:1:{i:0;s:5:\"index\";}'),
(23845, 5450, 'rank_math_advanced_robots', 'a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),
(23846, 5450, 'rank_math_rich_snippet', 'off'),
(23847, 5450, 'rank_math_snippet_location', 'custom'),
(23848, 5450, 'rank_math_snippet_article_type', 'Article'),
(23849, 5450, 'rank_math_snippet_book_rating_min', '1'),
(23850, 5450, 'rank_math_snippet_book_rating_max', '5'),
(23851, 5450, 'rank_math_snippet_book_editions', 'a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),
(23852, 5450, 'rank_math_snippet_course_provider_type', 'Organization'),
(23853, 5450, 'rank_math_snippet_course_rating_min', '1'),
(23854, 5450, 'rank_math_snippet_course_rating_max', '5'),
(23855, 5450, 'rank_math_snippet_event_type', 'Event'),
(23856, 5450, 'rank_math_snippet_event_attendance_mode', 'offline'),
(23857, 5450, 'rank_math_snippet_event_performer_type', 'Person'),
(23858, 5450, 'rank_math_snippet_event_rating_min', '1'),
(23859, 5450, 'rank_math_snippet_event_rating_max', '5'),
(23860, 5450, 'rank_math_snippet_jobposting_unpublish', 'on'),
(23861, 5450, 'rank_math_snippet_music_type', 'MusicGroup'),
(23862, 5450, 'rank_math_snippet_product_instock', 'on'),
(23863, 5450, 'rank_math_snippet_product_rating_min', '1'),
(23864, 5450, 'rank_math_snippet_product_rating_max', '5'),
(23865, 5450, 'rank_math_snippet_recipe_rating_min', '1'),
(23866, 5450, 'rank_math_snippet_recipe_rating_max', '5'),
(23867, 5450, 'rank_math_snippet_recipe_instruction_type', 'SingleField'),
(23868, 5450, 'rank_math_snippet_review_worst_rating', '1'),
(23869, 5450, 'rank_math_snippet_review_best_rating', '5'),
(23870, 5450, 'rank_math_snippet_review_location', 'bottom'),
(23871, 5450, 'rank_math_snippet_software_rating_min', '1'),
(23872, 5450, 'rank_math_snippet_software_rating_max', '5'),
(23873, 5450, 'rank_math_facebook_enable_image_overlay', 'off'),
(23874, 5450, 'rank_math_facebook_image_overlay', 'play'),
(23875, 5450, 'rank_math_twitter_use_facebook', 'on'),
(23876, 5450, 'rank_math_twitter_card_type', 'summary_large_image'),
(23877, 5450, 'rank_math_twitter_enable_image_overlay', 'off'),
(23878, 5450, 'rank_math_twitter_image_overlay', 'play'),
(23879, 5450, '_yoast_wpseo_focuskw', 'ISO 50001 Certification'),
(23880, 5450, '_yoast_wpseo_title', 'ISO 50001 - Certification & Consulting Services In Qatar'),
(23881, 5450, '_yoast_wpseo_metadesc', 'Aegis services in leading ISO 50001 consultant in Qatar Providing the hassle-free way to get ISO 50001 Certification in Qatar.'),
(23882, 5450, '_yoast_wpseo_linkdex', '67'),
(23883, 5450, '_yoast_wpseo_content_score', '30'),
(23885, 325, 'page_icon', ''),
(23886, 325, '_page_icon', 'field_6013a36028f95'),
(23887, 325, 'who_we_are_text', ''),
(23888, 325, '_who_we_are_text', 'field_6013a308bff32'),
(23889, 325, 'certificate_name', 'Risk Management'),
(23890, 325, '_certificate_name', 'field_6013a285ce61e'),
(23891, 325, 'rank_math_internal_links_processed', '1'),
(23892, 325, 'rank_math_permalink', 'iso-31000-risk-management'),
(23893, 325, 'rank_math_seo_score', '18'),
(23894, 325, 'rank_math_robots', 'a:1:{i:0;s:5:\"index\";}'),
(23895, 325, 'rank_math_advanced_robots', 'a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),
(23896, 325, 'rank_math_rich_snippet', 'off'),
(23897, 325, 'rank_math_snippet_location', 'custom'),
(23898, 325, 'rank_math_snippet_article_type', 'Article'),
(23899, 325, 'rank_math_snippet_book_rating_min', '1'),
(23900, 325, 'rank_math_snippet_book_rating_max', '5'),
(23901, 325, 'rank_math_snippet_book_editions', 'a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),
(23902, 325, 'rank_math_snippet_course_provider_type', 'Organization'),
(23903, 325, 'rank_math_snippet_course_rating_min', '1'),
(23904, 325, 'rank_math_snippet_course_rating_max', '5'),
(23905, 325, 'rank_math_snippet_event_type', 'Event'),
(23906, 325, 'rank_math_snippet_event_attendance_mode', 'offline'),
(23907, 325, 'rank_math_snippet_event_performer_type', 'Person'),
(23908, 325, 'rank_math_snippet_event_rating_min', '1'),
(23909, 325, 'rank_math_snippet_event_rating_max', '5'),
(23910, 325, 'rank_math_snippet_jobposting_unpublish', 'on'),
(23911, 325, 'rank_math_snippet_music_type', 'MusicGroup'),
(23912, 325, 'rank_math_snippet_product_instock', 'on'),
(23913, 325, 'rank_math_snippet_product_rating_min', '1'),
(23914, 325, 'rank_math_snippet_product_rating_max', '5'),
(23915, 325, 'rank_math_snippet_recipe_rating_min', '1'),
(23916, 325, 'rank_math_snippet_recipe_rating_max', '5'),
(23917, 325, 'rank_math_snippet_recipe_instruction_type', 'SingleField'),
(23918, 325, 'rank_math_snippet_review_worst_rating', '1'),
(23919, 325, 'rank_math_snippet_review_best_rating', '5'),
(23920, 325, 'rank_math_snippet_review_location', 'bottom'),
(23921, 325, 'rank_math_snippet_software_rating_min', '1'),
(23922, 325, 'rank_math_snippet_software_rating_max', '5'),
(23923, 325, 'rank_math_facebook_enable_image_overlay', 'off'),
(23924, 325, 'rank_math_facebook_image_overlay', 'play'),
(23925, 325, 'rank_math_twitter_use_facebook', 'on'),
(23926, 325, 'rank_math_twitter_card_type', 'summary_large_image'),
(23927, 325, 'rank_math_twitter_enable_image_overlay', 'off'),
(23928, 325, 'rank_math_twitter_image_overlay', 'play'),
(23929, 325, '_yoast_wpseo_focuskw', 'ISO 31000 Certification'),
(23930, 325, '_yoast_wpseo_title', 'ISO 31000 - Certification & Consulting Services In Qatar'),
(23931, 325, '_yoast_wpseo_metadesc', 'If you are in a business related to health, safety, the environment and quality, ISO 31000 is the standard you should be following. Aegis Services provides ISO 31000 risk management services. Contact us today for more information.'),
(23932, 325, '_yoast_wpseo_linkdex', '64'),
(23933, 325, '_yoast_wpseo_content_score', '30'),
(23935, 326, 'page_icon', ''),
(23936, 326, '_page_icon', 'field_6013a36028f95'),
(23937, 326, 'who_we_are_text', ''),
(23938, 326, '_who_we_are_text', 'field_6013a308bff32'),
(23939, 326, 'certificate_name', 'Facility management System (FMS)'),
(23940, 326, '_certificate_name', 'field_6013a285ce61e'),
(23941, 326, 'rank_math_internal_links_processed', '1'),
(23942, 326, 'rank_math_permalink', 'iso-41001-facilities-management'),
(23943, 326, 'rank_math_seo_score', '18'),
(23944, 326, 'rank_math_robots', 'a:1:{i:0;s:5:\"index\";}'),
(23945, 326, 'rank_math_advanced_robots', 'a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),
(23946, 326, 'rank_math_rich_snippet', 'off'),
(23947, 326, 'rank_math_snippet_location', 'custom'),
(23948, 326, 'rank_math_snippet_article_type', 'Article'),
(23949, 326, 'rank_math_snippet_book_rating_min', '1'),
(23950, 326, 'rank_math_snippet_book_rating_max', '5'),
(23951, 326, 'rank_math_snippet_book_editions', 'a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),
(23952, 326, 'rank_math_snippet_course_provider_type', 'Organization'),
(23953, 326, 'rank_math_snippet_course_rating_min', '1'),
(23954, 326, 'rank_math_snippet_course_rating_max', '5'),
(23955, 326, 'rank_math_snippet_event_type', 'Event'),
(23956, 326, 'rank_math_snippet_event_attendance_mode', 'offline'),
(23957, 326, 'rank_math_snippet_event_performer_type', 'Person'),
(23958, 326, 'rank_math_snippet_event_rating_min', '1'),
(23959, 326, 'rank_math_snippet_event_rating_max', '5'),
(23960, 326, 'rank_math_snippet_jobposting_unpublish', 'on'),
(23961, 326, 'rank_math_snippet_music_type', 'MusicGroup'),
(23962, 326, 'rank_math_snippet_product_instock', 'on'),
(23963, 326, 'rank_math_snippet_product_rating_min', '1'),
(23964, 326, 'rank_math_snippet_product_rating_max', '5'),
(23965, 326, 'rank_math_snippet_recipe_rating_min', '1'),
(23966, 326, 'rank_math_snippet_recipe_rating_max', '5'),
(23967, 326, 'rank_math_snippet_recipe_instruction_type', 'SingleField'),
(23968, 326, 'rank_math_snippet_review_worst_rating', '1'),
(23969, 326, 'rank_math_snippet_review_best_rating', '5'),
(23970, 326, 'rank_math_snippet_review_location', 'bottom'),
(23971, 326, 'rank_math_snippet_software_rating_min', '1'),
(23972, 326, 'rank_math_snippet_software_rating_max', '5'),
(23973, 326, 'rank_math_facebook_enable_image_overlay', 'off'),
(23974, 326, 'rank_math_facebook_image_overlay', 'play'),
(23975, 326, 'rank_math_twitter_use_facebook', 'on'),
(23976, 326, 'rank_math_twitter_card_type', 'summary_large_image'),
(23977, 326, 'rank_math_twitter_enable_image_overlay', 'off'),
(23978, 326, 'rank_math_twitter_image_overlay', 'play'),
(23979, 326, '_yoast_wpseo_focuskw', 'ISO 41001 Certification'),
(23980, 326, '_yoast_wpseo_title', 'Facilities Management Courses in Qatar - ISO 41001 Facility Management | Aegis Services'),
(23981, 326, '_yoast_wpseo_metadesc', 'Aegis Services is a professional training provider in Qatar. Our company offers various training related to facility management. Get a free consultation set up immediately!'),
(23982, 326, '_yoast_wpseo_linkdex', '57'),
(23983, 326, '_yoast_wpseo_content_score', '30'),
(23985, 327, 'page_icon', ''),
(23986, 327, '_page_icon', 'field_6013a36028f95'),
(23987, 327, 'who_we_are_text', 'Quality Management System (QMS)'),
(23988, 327, '_who_we_are_text', 'field_6013a308bff32'),
(23989, 327, 'certificate_name', 'Quality Management System (QMS)'),
(23990, 327, '_certificate_name', 'field_6013a285ce61e'),
(23991, 327, 'rank_math_internal_links_processed', '1'),
(23992, 327, 'rank_math_permalink', 'smeta-audit'),
(23993, 327, 'rank_math_seo_score', '18'),
(23994, 327, 'rank_math_robots', 'a:1:{i:0;s:5:\"index\";}'),
(23995, 327, 'rank_math_advanced_robots', 'a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),
(23996, 327, 'rank_math_rich_snippet', 'off'),
(23997, 327, 'rank_math_snippet_location', 'custom'),
(23998, 327, 'rank_math_snippet_article_type', 'Article'),
(23999, 327, 'rank_math_snippet_book_rating_min', '1'),
(24000, 327, 'rank_math_snippet_book_rating_max', '5'),
(24001, 327, 'rank_math_snippet_book_editions', 'a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),
(24002, 327, 'rank_math_snippet_course_provider_type', 'Organization'),
(24003, 327, 'rank_math_snippet_course_rating_min', '1'),
(24004, 327, 'rank_math_snippet_course_rating_max', '5'),
(24005, 327, 'rank_math_snippet_event_type', 'Event'),
(24006, 327, 'rank_math_snippet_event_attendance_mode', 'offline'),
(24007, 327, 'rank_math_snippet_event_performer_type', 'Person'),
(24008, 327, 'rank_math_snippet_event_rating_min', '1'),
(24009, 327, 'rank_math_snippet_event_rating_max', '5'),
(24010, 327, 'rank_math_snippet_jobposting_unpublish', 'on'),
(24011, 327, 'rank_math_snippet_music_type', 'MusicGroup'),
(24012, 327, 'rank_math_snippet_product_instock', 'on'),
(24013, 327, 'rank_math_snippet_product_rating_min', '1'),
(24014, 327, 'rank_math_snippet_product_rating_max', '5'),
(24015, 327, 'rank_math_snippet_recipe_rating_min', '1'),
(24016, 327, 'rank_math_snippet_recipe_rating_max', '5'),
(24017, 327, 'rank_math_snippet_recipe_instruction_type', 'SingleField'),
(24018, 327, 'rank_math_snippet_review_worst_rating', '1'),
(24019, 327, 'rank_math_snippet_review_best_rating', '5'),
(24020, 327, 'rank_math_snippet_review_location', 'bottom'),
(24021, 327, 'rank_math_snippet_software_rating_min', '1'),
(24022, 327, 'rank_math_snippet_software_rating_max', '5'),
(24023, 327, 'rank_math_facebook_enable_image_overlay', 'off'),
(24024, 327, 'rank_math_facebook_image_overlay', 'play'),
(24025, 327, 'rank_math_twitter_use_facebook', 'on'),
(24026, 327, 'rank_math_twitter_card_type', 'summary_large_image'),
(24027, 327, 'rank_math_twitter_enable_image_overlay', 'off'),
(24028, 327, 'rank_math_twitter_image_overlay', 'play'),
(24029, 327, '_yoast_wpseo_content_score', '30'),
(24030, 5448, 'ekit_post_views_count', '3039'),
(24031, 5451, '_edit_last', '1'),
(24032, 5451, '_edit_lock', '1628766920:1'),
(24033, 5451, '_wp_page_template', 'default'),
(24034, 5451, 'ehf_target_include_locations', 'a:0:{}'),
(24035, 5451, 'ehf_target_exclude_locations', 'a:0:{}'),
(24036, 5451, 'ehf_target_user_roles', 'a:1:{i:0;s:0:\"\";}'),
(24037, 5451, 'ehf_template_type', 'custom'),
(24038, 5451, '_elementor_edit_mode', 'builder'),
(24039, 5451, '_elementor_template_type', 'wp-post'),
(24040, 5451, '_elementor_version', '3.2.5'),
(24041, 5451, 'ekit_post_views_count', '21'),
(24042, 5451, '_elementor_data', '[{\"id\":\"94a1cf1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/iso-banner.jpg\",\"id\":5452},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"column_position\":\"top\",\"background_image_tablet\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/iso-banner.jpg\",\"id\":5452},\"background_image_mobile\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/iso-banner.jpg\",\"id\":5452},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_repeat_mobile\":\"no-repeat\",\"background_size_mobile\":\"cover\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_position_tablet\":\"center center\",\"background_repeat_tablet\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"4d679151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6e2a0f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\",\"structure\":\"20\"},\"elements\":[{\"id\":\"b33e7f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.55199999999999960209606797434389591217041015625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"logoContainer\"},\"elements\":[{\"id\":\"e9a627d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/logo.png\",\"id\":37},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cc80c72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/03\\/white-logo.png\",\"id\":7938},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"df5fb7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.44800000000000039790393202565610408782958984375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3aafbc2e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"3570165e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f2169fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/01\\/iso-banner-icon.png\",\"id\":5456},\"image_size\":\"custom\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fc47cae\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d2f4512\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e4e525\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[certificate_name]\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"d15cb3f\",\"elType\":\"widget\",\"settings\":{\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Bebas Neue\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":66,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"heading_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"page-title\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(24046, 5452, '_wp_attached_file', '2021/01/iso-banner.jpg'),
(24047, 5452, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1328;s:6:\"height\";i:519;s:4:\"file\";s:22:\"2021/01/iso-banner.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"iso-banner-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"iso-banner-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"iso-banner-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:22:\"iso-banner-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:3:\"-14\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-09-02 08:26:25\";s:9:\"thumbsOpt\";i:4;s:13:\"thumbsOptList\";a:4:{i:0;s:22:\"iso-banner-300x117.jpg\";i:1;s:23:\"iso-banner-1024x400.jpg\";i:2;s:22:\"iso-banner-150x150.jpg\";i:3;s:22:\"iso-banner-768x300.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"16.52\";}'),
(24070, 5456, '_wp_attached_file', '2021/01/iso-banner-icon.png'),
(24071, 5456, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:138;s:6:\"height\";i:138;s:4:\"file\";s:27:\"2021/01/iso-banner-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"0\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-09-01 10:37:35\";s:9:\"thumbsOpt\";i:0;s:13:\"thumbsOptList\";a:0:{}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"28.95\";}'),
(24221, 5448, '_edit_lock', '1640778475:1'),
(24222, 5481, '_edit_last', '1'),
(24223, 5481, '_edit_lock', '1616154953:1'),
(24242, 5445, '_edit_lock', '1640778584:1'),
(24243, 5444, '_edit_lock', '1640778734:1'),
(24244, 5446, '_edit_lock', '1640779072:1'),
(24245, 325, '_edit_lock', '1640779032:1'),
(24246, 326, '_edit_lock', '1640779161:1'),
(24247, 5449, '_edit_lock', '1628835233:1'),
(24248, 5450, '_edit_lock', '1628835080:1'),
(24249, 327, '_edit_lock', '1634109718:1'),
(24250, 5447, '_edit_lock', '1634553783:1'),
(24253, 5448, '_edit_last', '1'),
(24254, 5445, '_edit_last', '1'),
(24255, 5444, '_edit_last', '1'),
(24256, 5446, '_edit_last', '1'),
(24257, 325, '_edit_last', '1'),
(24258, 326, '_edit_last', '1'),
(24259, 5449, '_edit_last', '1'),
(24260, 5450, '_edit_last', '1'),
(24261, 327, '_edit_last', '1'),
(24262, 5447, '_edit_last', '1'),
(24363, 5449, 'ekit_post_views_count', '2856'),
(24364, 5445, 'ekit_post_views_count', '2999'),
(24365, 5444, 'ekit_post_views_count', '2652'),
(24366, 325, 'ekit_post_views_count', '2562'),
(24367, 326, 'ekit_post_views_count', '2631'),
(24368, 5446, 'ekit_post_views_count', '2724'),
(24369, 5450, 'ekit_post_views_count', '2425'),
(24370, 327, 'ekit_post_views_count', '3008'),
(24376, 72, '_thumbnail_id', '5751'),
(24377, 72, 'happy_clients', 'a:1:{i:0;s:3:\"Yes\";}'),
(24378, 72, '_happy_clients', 'field_6013da44b4012'),
(24379, 72, 'enter_url', 'https://aegis.qa/wp-content/uploads/2019/11/Letter-of-Recognition_Ali-Bin-Ali.pdf'),
(24380, 72, '_enter_url', 'field_6013da1888968'),
(24381, 72, 'rank_math_internal_links_processed', '1'),
(24382, 73, '_thumbnail_id', '5752'),
(24383, 73, 'happy_clients', 'a:1:{i:0;s:3:\"Yes\";}'),
(24384, 73, '_happy_clients', 'field_6013da44b4012'),
(24385, 73, 'enter_url', 'https://aegis.qa/wp-content/uploads/2019/11/Fujita_Letter-of-Recognition.pdf'),
(24386, 73, '_enter_url', 'field_6013da1888968'),
(24387, 73, 'rank_math_internal_links_processed', '1'),
(24388, 90, '_thumbnail_id', '5753'),
(24389, 90, 'happy_clients', 'a:1:{i:0;s:3:\"Yes\";}'),
(24390, 90, '_happy_clients', 'field_6013da44b4012'),
(24391, 90, 'enter_url', 'https://aegis.qa/wp-content/uploads/2019/11/IMC-Letter-of-Recognition.pdf'),
(24392, 90, '_enter_url', 'field_6013da1888968'),
(24393, 90, 'rank_math_internal_links_processed', '1'),
(24394, 5505, '_thumbnail_id', '5750'),
(24395, 5505, 'happy_clients', 'a:1:{i:0;s:3:\"Yes\";}'),
(24396, 5505, '_happy_clients', 'field_6013da44b4012'),
(24397, 5505, 'enter_url', 'https://aegis.qa/wp-content/uploads/2019/11/Al-Jaber_Letter-of-Recognition.pdf'),
(24398, 5505, '_enter_url', 'field_6013da1888968'),
(24399, 5505, 'rank_math_internal_links_processed', '1'),
(24400, 5506, '_edit_last', '1'),
(24401, 5506, '_edit_lock', '1612172350:1'),
(24402, 5505, '_edit_lock', '1625742593:1'),
(24409, 340, 'rank_math_internal_links_processed', '1'),
(24410, 341, 'rank_math_internal_links_processed', '1'),
(24411, 342, 'rank_math_internal_links_processed', '1'),
(24412, 343, 'rank_math_internal_links_processed', '1'),
(24413, 343, '_yoast_wpseo_content_score', '30'),
(24414, 344, 'rank_math_internal_links_processed', '1'),
(24415, 344, '_yoast_wpseo_content_score', '30'),
(24416, 345, 'rank_math_internal_links_processed', '1'),
(24417, 346, 'rank_math_internal_links_processed', '1'),
(24420, 532, '_email', 'alexandros5792@gmail.com'),
(24421, 532, '_name', 'admin'),
(24422, 532, '_props', 'a:2:{s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";}'),
(24423, 532, '_last_contacted', '2020-10-02 09:00:23'),
(24424, 532, '_wp_old_date', '2020-08-07'),
(24425, 533, '_email', 'wapuu@wordpress.example'),
(24426, 533, '_name', 'A WordPress Commenter'),
(24427, 533, '_props', 'a:0:{}'),
(24428, 533, '_last_contacted', '2020-08-07 07:56:02'),
(24429, 541, '_email', 'ginish@alberojv.com'),
(24430, 541, '_name', '[your-name]'),
(24431, 541, '_props', 'a:0:{}'),
(24432, 541, '_last_contacted', '2020-08-08 20:28:34'),
(24433, 544, '_email', 'hr@bkcgulf.com'),
(24434, 544, '_name', '[your-name]'),
(24435, 544, '_props', 'a:0:{}'),
(24436, 544, '_last_contacted', '2020-08-11 07:54:30'),
(24437, 547, '_email', 'hradmin@edamafm.com.qa'),
(24438, 547, '_name', '[your-name]'),
(24439, 547, '_props', 'a:0:{}'),
(24440, 547, '_last_contacted', '2020-08-11 13:01:43'),
(24441, 555, '_email', 'Hidayat.b@outlook.com'),
(24442, 555, '_name', '[your-name]'),
(24443, 555, '_props', 'a:0:{}'),
(24444, 555, '_last_contacted', '2020-08-16 06:37:14'),
(24445, 557, '_email', 'bepharhiddu@gmail.com'),
(24446, 557, '_name', 'Hidayat'),
(24447, 557, '_props', 'a:0:{}'),
(24448, 557, '_last_contacted', '2020-08-16 06:42:33'),
(24449, 560, '_email', 'test@bephar.com'),
(24450, 560, '_name', 'Bephar'),
(24451, 560, '_props', 'a:0:{}'),
(24452, 560, '_last_contacted', '2020-08-16 06:52:07'),
(24453, 586, '_email', 'AnasAmayreh93@gmail.com'),
(24454, 586, '_name', 'Anas Mohammad Saleem Amayreh'),
(24455, 586, '_props', 'a:0:{}'),
(24456, 586, '_last_contacted', '2020-08-17 10:13:59'),
(24457, 708, '_email', 'syampillai005@gmail.com'),
(24458, 708, '_name', 'Syamkumar'),
(24459, 708, '_props', 'a:0:{}'),
(24460, 708, '_last_contacted', '2020-08-30 11:09:44'),
(24461, 710, '_email', 'kamel11111976@yahoo.fr'),
(24462, 710, '_name', 'Kamel Bousnina'),
(24463, 710, '_props', 'a:0:{}'),
(24464, 710, '_last_contacted', '2020-09-02 10:46:16'),
(24465, 712, '_email', 's.paloma@hatco.com.qa'),
(24466, 712, '_name', '[your-name]'),
(24467, 712, '_props', 'a:0:{}'),
(24468, 712, '_last_contacted', '2020-09-03 12:16:35'),
(24469, 714, '_email', 'nextgenerationqatar@gmail.com'),
(24470, 714, '_name', 'waseem'),
(24471, 714, '_props', 'a:0:{}'),
(24472, 714, '_last_contacted', '2020-09-13 16:20:39'),
(24473, 718, '_email', 'haroonrasheed91@hotmail.com'),
(24474, 718, '_name', '[your-name]'),
(24475, 718, '_props', 'a:0:{}'),
(24476, 718, '_last_contacted', '2020-09-14 05:34:42'),
(24477, 720, '_email', 'service-qatar@dimemarine.com'),
(24478, 720, '_name', 'MARCILY JAMES'),
(24479, 720, '_props', 'a:0:{}'),
(24480, 720, '_last_contacted', '2020-09-14 12:48:04'),
(24481, 722, '_email', 'info@valence-group.net'),
(24482, 722, '_name', 'SHARON BEVERY DAO-AN'),
(24483, 722, '_props', 'a:0:{}'),
(24484, 722, '_last_contacted', '2020-09-17 06:30:24'),
(24485, 725, '_email', 'jmadackel@binyousefcargo.com'),
(24486, 725, '_name', '[your-name]'),
(24487, 725, '_props', 'a:0:{}'),
(24488, 725, '_last_contacted', '2020-09-22 07:47:42'),
(24489, 736, '_email', 'mmalhotra@aboutdigital.ca'),
(24490, 736, '_name', 'admin'),
(24491, 736, '_props', 'a:2:{s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";}'),
(24492, 736, '_last_contacted', '2020-10-14 04:42:06'),
(24493, 736, '_wp_old_date', '2020-10-02'),
(24494, 739, '_email', 'hadeel.sheikh87@gmail.com'),
(24495, 739, '_name', 'Hadeel Sheikh'),
(24496, 739, '_props', 'a:0:{}'),
(24497, 739, '_last_contacted', '2020-10-20 23:35:04'),
(24498, 741, '_email', 'hadeel.a.sheikh@gmail.com'),
(24499, 741, '_name', 'M Hadeel Sheikh'),
(24500, 741, '_props', 'a:0:{}'),
(24501, 741, '_last_contacted', '2020-10-20 23:52:11'),
(24502, 734, '_email', 'munish14sept@gmail.com'),
(24503, 734, '_name', 'Aegis Qa'),
(24504, 734, '_props', 'a:2:{s:10:\"first_name\";s:5:\"Aegis\";s:9:\"last_name\";s:2:\"Qa\";}'),
(24505, 734, '_last_contacted', '2020-11-27 06:20:21'),
(24506, 734, '_wp_old_date', '2020-10-02'),
(24507, 734, '_wp_old_date', '2020-10-14'),
(24508, 743, '_email', 'reem@mezeab.qa'),
(24509, 743, '_name', 'Reem Al Fouz'),
(24510, 743, '_props', 'a:0:{}'),
(24511, 743, '_last_contacted', '2020-10-21 07:24:42'),
(24512, 745, '_email', 'saad.kazi@hydrofab.co'),
(24513, 745, '_name', 'Saad Kazi'),
(24514, 745, '_props', 'a:0:{}'),
(24515, 745, '_last_contacted', '2020-10-21 14:08:54'),
(24516, 758, '_email', 'dhuidb@asdujn.com'),
(24517, 758, '_name', 'asd'),
(24518, 758, '_props', 'a:0:{}'),
(24519, 758, '_last_contacted', '2020-10-28 16:59:10'),
(24520, 760, '_email', '2@2.com'),
(24521, 760, '_name', 'Test'),
(24522, 760, '_props', 'a:0:{}'),
(24523, 760, '_last_contacted', '2020-11-25 14:36:15'),
(24524, 760, '_wp_old_date', '2020-10-28'),
(24525, 763, '_email', 'lechuga@thelocation3.com'),
(24526, 763, '_name', 'Love Lechuga'),
(24527, 763, '_props', 'a:0:{}'),
(24528, 763, '_last_contacted', '2020-11-12 08:45:39'),
(24529, 774, '_email', 'deepika.seodiscovery@gmail.com'),
(24530, 774, '_name', 'Aegis SEO'),
(24531, 774, '_props', 'a:2:{s:10:\"first_name\";s:5:\"Aegis\";s:9:\"last_name\";s:3:\"SEO\";}'),
(24532, 774, '_last_contacted', '2020-11-17 10:56:27'),
(24533, 776, '_email', 'info@castle.qa'),
(24534, 776, '_name', 'Donna'),
(24535, 776, '_props', 'a:0:{}'),
(24536, 776, '_last_contacted', '2020-11-18 11:44:49'),
(24537, 797, '_email', 'test@tewest.com'),
(24538, 797, '_name', 'test test'),
(24539, 797, '_props', 'a:0:{}'),
(24540, 797, '_last_contacted', '2020-11-24 02:02:52'),
(24541, 802, '_email', 'test@tewsddsest.com'),
(24542, 802, '_name', 'test test test'),
(24543, 802, '_props', 'a:0:{}'),
(24544, 802, '_last_contacted', '2020-11-24 02:03:43'),
(24545, 808, '_email', 'info@technoarray.com'),
(24546, 808, '_name', 'raman mehta'),
(24547, 808, '_props', 'a:2:{s:10:\"first_name\";s:5:\"raman\";s:9:\"last_name\";s:5:\"mehta\";}'),
(24548, 808, '_last_contacted', '2020-11-25 13:05:30'),
(24549, 810, '_email', 'Nadine.abouayash@lau.edu'),
(24550, 810, '_name', 'Nadine Abou Ayash'),
(24551, 810, '_props', 'a:0:{}'),
(24552, 810, '_last_contacted', '2020-11-25 13:42:51'),
(24553, 815, '_email', 'mustak.dsquare@gmail.com'),
(24554, 815, '_name', 'Mustak'),
(24555, 815, '_props', 'a:0:{}'),
(24556, 815, '_last_contacted', '2020-11-26 07:31:00'),
(24557, 831, '_email', 'jordane@ateliers-ame.com'),
(24558, 831, '_name', 'jordane'),
(24559, 831, '_props', 'a:0:{}'),
(24560, 831, '_last_contacted', '2020-12-07 10:02:41'),
(24561, 833, '_email', 'a.sarab@live.com'),
(24562, 833, '_name', 'Sarab A Zourob'),
(24563, 833, '_props', 'a:0:{}'),
(24564, 833, '_last_contacted', '2020-12-08 11:01:43'),
(24565, 835, '_email', 'kazmicr7@gmail.com'),
(24566, 835, '_name', 'Murtaza Kazmi'),
(24567, 835, '_props', 'a:0:{}'),
(24568, 835, '_last_contacted', '2020-12-10 13:54:05'),
(24569, 839, '_email', 'lo@email.com'),
(24570, 839, '_name', 'hi'),
(24571, 839, '_props', 'a:0:{}'),
(24572, 839, '_last_contacted', '2020-12-13 06:13:12'),
(24573, 841, '_email', 'lupo@aegis.qa'),
(24574, 841, '_name', 'Mary'),
(24575, 841, '_props', 'a:0:{}'),
(24576, 841, '_last_contacted', '2020-12-13 06:19:18'),
(24577, 843, '_email', 'q@Q.com'),
(24578, 843, '_name', 'hi'),
(24579, 843, '_props', 'a:0:{}'),
(24580, 843, '_last_contacted', '2020-12-13 06:20:32'),
(24581, 845, '_email', 'lpo@aegis.qa'),
(24582, 845, '_name', 'Mary'),
(24583, 845, '_props', 'a:0:{}'),
(24584, 845, '_last_contacted', '2020-12-13 06:21:22'),
(24599, 847, '_email', 'rashid.ans87@gmail.com'),
(24600, 847, '_name', 'Rashid Ansari'),
(24601, 847, '_props', 'a:0:{}'),
(24602, 847, '_last_contacted', '2020-12-14 04:31:50'),
(24603, 935, '_email', 'testing@gmail.com'),
(24604, 935, '_name', 'sfdzghxkvjb'),
(24605, 935, '_props', 'a:0:{}'),
(24606, 935, '_last_contacted', '2020-12-16 06:02:21'),
(24607, 961, '_email', 'rajamar.jaiswal@gmail.com'),
(24608, 961, '_name', 'Amar Jaiswal'),
(24609, 961, '_props', 'a:0:{}'),
(24610, 961, '_last_contacted', '2020-12-19 07:51:36'),
(24611, 976, '_email', 'anugrha.trivedi@gmail.com'),
(24612, 976, '_name', 'ANUGRHA'),
(24613, 976, '_props', 'a:0:{}'),
(24614, 976, '_last_contacted', '2020-12-21 17:16:29'),
(24615, 984, '_email', 'samsonshanza@gmail.com'),
(24616, 984, '_name', 'Shanza Samson'),
(24617, 984, '_props', 'a:0:{}'),
(24618, 984, '_last_contacted', '2020-12-23 05:58:15'),
(24624, 1493, '_email', 'engryasir49@gmail.com'),
(24625, 1493, '_name', 'Muhammad Yasir Biag'),
(24626, 1493, '_props', 'a:0:{}'),
(24627, 1493, '_last_contacted', '2021-01-02 13:34:33'),
(24628, 1496, '_email', 'basith@sic-q.com'),
(24629, 1496, '_name', 'Abdul Basith'),
(24630, 1496, '_props', 'a:0:{}'),
(24631, 1496, '_last_contacted', '2021-01-03 08:26:47'),
(24632, 1522, '_email', 'sales@maktapp.com'),
(24633, 1522, '_name', 'Rachida Essabri'),
(24634, 1522, '_props', 'a:0:{}'),
(24635, 1522, '_last_contacted', '2021-01-13 01:56:58'),
(24636, 1524, '_email', 'faraz@alrmehconsultants.com'),
(24637, 1524, '_name', 'Faraz Ahmed'),
(24638, 1524, '_props', 'a:0:{}'),
(24639, 1524, '_last_contacted', '2021-01-27 07:35:35'),
(24640, 1524, '_wp_old_date', '2021-01-13'),
(24641, 5512, '_email', 'sralqadi@lzhiba.qa'),
(24642, 5512, '_name', 'Samer Al-Qadi'),
(24643, 5512, '_props', 'a:0:{}'),
(24644, 5512, '_last_contacted', '2021-01-19 06:14:18'),
(24645, 1547, '_email', 'semen95@internet.ru'),
(24646, 1547, '_name', 'aaa'),
(24647, 1547, '_props', 'a:0:{}'),
(24648, 1547, '_last_contacted', '2021-01-24 18:24:45'),
(24649, 1566, '_email', 'viswaa@fortunalanka.com'),
(24650, 1566, '_name', 'viswanathan'),
(24651, 1566, '_props', 'a:0:{}'),
(24652, 1566, '_last_contacted', '2021-01-26 08:25:01'),
(24655, 535, '_submission_status', 'mail_sent'),
(24656, 535, '_subject', '[your-subject]'),
(24657, 535, '_from', 'Test <test@test.com>'),
(24658, 535, '_from_name', 'Test'),
(24659, 535, '_from_email', 'test@test.com'),
(24660, 535, '_field_your-name', 'Test'),
(24661, 535, '_field_gclid_field', ''),
(24662, 535, '_field_your-email', 'test@test.com'),
(24663, 535, '_field_phone', '01234567'),
(24664, 535, '_field_your-message', 'testing'),
(24665, 535, '_fields', 'a:5:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:12:\"your-message\";N;}'),
(24666, 535, '_meta', 'a:19:{s:13:\"serial_number\";i:1;s:9:\"remote_ip\";s:13:\"202.164.46.20\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36\";s:3:\"url\";s:28:\"https://aegis.qa/what-we-do/\";s:4:\"date\";s:14:\"August 7, 2020\";s:4:\"time\";s:7:\"8:00 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:21:\"Aegis Services L.L.C.\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(24667, 535, '_akismet', ''),
(24668, 535, '_recaptcha', 'a:0:{}'),
(24669, 535, '_spam_log', 'a:0:{}'),
(24670, 535, '_consent', 'a:0:{}'),
(24671, 535, '_hash', 'd70b97061d450b20cfb78f54ce9223b0'),
(24672, 536, '_submission_status', 'mail_sent'),
(24673, 536, '_subject', '[your-subject]'),
(24674, 536, '_from', 'Test <test@test.com>'),
(24675, 536, '_from_name', 'Test'),
(24676, 536, '_from_email', 'test@test.com'),
(24677, 536, '_field_your-name', 'Test'),
(24678, 536, '_field_gclid_field', ''),
(24679, 536, '_field_your-email', 'test@test.com'),
(24680, 536, '_field_phone', '01234567'),
(24681, 536, '_field_your-message', 'test'),
(24682, 536, '_fields', 'a:5:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:12:\"your-message\";N;}'),
(24683, 536, '_meta', 'a:19:{s:13:\"serial_number\";i:2;s:9:\"remote_ip\";s:13:\"202.164.46.20\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36\";s:3:\"url\";s:28:\"https://aegis.qa/what-we-do/\";s:4:\"date\";s:14:\"August 7, 2020\";s:4:\"time\";s:7:\"8:03 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:21:\"Aegis Services L.L.C.\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(24684, 536, '_akismet', ''),
(24685, 536, '_recaptcha', 'a:0:{}'),
(24686, 536, '_spam_log', 'a:0:{}'),
(24687, 536, '_consent', 'a:0:{}'),
(24688, 536, '_hash', '4e18d13c5314fc8a1f6aef7417ca0686'),
(24689, 537, '_submission_status', 'mail_sent'),
(24690, 537, '_subject', '[your-subject]'),
(24691, 537, '_from', 'Test <test@test.com>'),
(24692, 537, '_from_name', 'Test'),
(24693, 537, '_from_email', 'test@test.com'),
(24694, 537, '_field_your-name', 'Test'),
(24695, 537, '_field_gclid_field', ''),
(24696, 537, '_field_your-email', 'test@test.com'),
(24697, 537, '_field_phone', '01234567'),
(24698, 537, '_field_your-message', 'test'),
(24699, 537, '_fields', 'a:5:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:12:\"your-message\";N;}'),
(24700, 537, '_meta', 'a:19:{s:13:\"serial_number\";i:3;s:9:\"remote_ip\";s:13:\"202.164.46.20\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:14:\"August 7, 2020\";s:4:\"time\";s:7:\"8:04 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:21:\"Aegis Services L.L.C.\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(24701, 537, '_akismet', ''),
(24702, 537, '_recaptcha', 'a:0:{}'),
(24703, 537, '_spam_log', 'a:0:{}'),
(24704, 537, '_consent', 'a:0:{}'),
(24705, 537, '_hash', 'b22daed6016bc87b4a34cea4319ae75e'),
(24706, 538, '_submission_status', 'mail_sent'),
(24707, 538, '_subject', '[your-subject]'),
(24708, 538, '_from', 'Test <test@test.com>'),
(24709, 538, '_from_name', 'Test'),
(24710, 538, '_from_email', 'test@test.com'),
(24711, 538, '_field_your-name', 'Test'),
(24712, 538, '_field_gclid_field', ''),
(24713, 538, '_field_phone', '01234567'),
(24714, 538, '_field_your-email', 'test@test.com'),
(24715, 538, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(24716, 538, '_meta', 'a:19:{s:13:\"serial_number\";i:1;s:9:\"remote_ip\";s:13:\"202.164.46.20\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:14:\"August 7, 2020\";s:4:\"time\";s:7:\"8:05 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:21:\"Aegis Services L.L.C.\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(24717, 538, '_akismet', ''),
(24718, 538, '_recaptcha', 'a:0:{}'),
(24719, 538, '_spam_log', 'a:0:{}'),
(24720, 538, '_consent', 'a:0:{}'),
(24721, 538, '_hash', '77584be90d93cbb70ebc861c0a51cb73'),
(24722, 539, '_submission_status', 'mail_sent'),
(24723, 539, '_subject', '[your-subject]'),
(24724, 539, '_from', 'Test <test@test.com>'),
(24725, 539, '_from_name', 'Test'),
(24726, 539, '_from_email', 'test@test.com'),
(24727, 539, '_field_your-name', 'Test'),
(24728, 539, '_field_gclid_field', ''),
(24729, 539, '_field_your-email', 'test@test.com'),
(24730, 539, '_field_phone', '01234567'),
(24731, 539, '_field_your-message', 'test'),
(24732, 539, '_fields', 'a:5:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:12:\"your-message\";N;}'),
(24733, 539, '_meta', 'a:19:{s:13:\"serial_number\";i:4;s:9:\"remote_ip\";s:13:\"202.164.46.20\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36\";s:3:\"url\";s:27:\"https://aegis.qa/thank-you/\";s:4:\"date\";s:14:\"August 7, 2020\";s:4:\"time\";s:7:\"8:31 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:21:\"Aegis Services L.L.C.\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(24734, 539, '_akismet', ''),
(24735, 539, '_recaptcha', 'a:0:{}'),
(24736, 539, '_spam_log', 'a:0:{}'),
(24737, 539, '_consent', 'a:0:{}'),
(24738, 539, '_hash', 'd8a21e2d6f8a1771dee6039e52653338'),
(24739, 540, '_submission_status', 'mail_sent'),
(24740, 540, '_subject', '[your-subject]'),
(24741, 540, '_from', 'Test <test@test.com>'),
(24742, 540, '_from_name', 'Test'),
(24743, 540, '_from_email', 'test@test.com'),
(24744, 540, '_field_your-name', 'Test'),
(24745, 540, '_field_gclid_field', ''),
(24746, 540, '_field_your-email', 'test@test.com'),
(24747, 540, '_field_phone', '01234567'),
(24748, 540, '_field_your-message', 'testing'),
(24749, 540, '_fields', 'a:5:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:12:\"your-message\";N;}'),
(24750, 540, '_meta', 'a:19:{s:13:\"serial_number\";i:5;s:9:\"remote_ip\";s:13:\"202.164.46.20\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:14:\"August 7, 2020\";s:4:\"time\";s:7:\"8:37 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:21:\"Aegis Services L.L.C.\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(24751, 540, '_akismet', ''),
(24752, 540, '_recaptcha', 'a:0:{}'),
(24753, 540, '_spam_log', 'a:0:{}'),
(24754, 540, '_consent', 'a:0:{}'),
(24755, 540, '_hash', '23a1a2761b47150f8ee8b13a07e0a56e'),
(24756, 542, '_submission_status', 'mail_sent'),
(24757, 542, '_subject', '[your-subject]'),
(24758, 542, '_from', '[your-name] <ginish@alberojv.com>'),
(24759, 542, '_from_name', '[your-name]'),
(24760, 542, '_from_email', 'ginish@alberojv.com'),
(24761, 542, '_field_name', 'Ginish Cherian'),
(24762, 542, '_field_gclid_field', ''),
(24763, 542, '_field_your-email', 'ginish@alberojv.com'),
(24764, 542, '_field_phone', '50898996'),
(24765, 542, '_field_requirement', 'Dear Sir\nGood day to you.\nOur company is General contracting and trading company. \nWe inquire your best Quote for ISO 9001,ISO 14001,ISO 45001.\n\nThanks and Best Regards\nGinish'),
(24766, 542, '_fields', 'a:5:{s:4:\"Name\";N;s:11:\"gclid_field\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:11:\"requirement\";N;}'),
(24767, 542, '_meta', 'a:19:{s:13:\"serial_number\";i:1;s:9:\"remote_ip\";s:13:\"78.101.155.76\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:14:\"August 8, 2020\";s:4:\"time\";s:7:\"8:28 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:21:\"Aegis Services L.L.C.\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(24768, 542, '_akismet', ''),
(24769, 542, '_recaptcha', 'a:0:{}'),
(24770, 542, '_spam_log', 'a:0:{}'),
(24771, 542, '_consent', 'a:0:{}'),
(24772, 542, '_hash', '8058c93d3f0673bc18713951ffb12195'),
(24773, 545, '_submission_status', 'mail_sent'),
(24774, 545, '_subject', '[your-subject]'),
(24775, 545, '_from', '[your-name] <hr@bkcgulf.com>'),
(24776, 545, '_from_name', '[your-name]'),
(24777, 545, '_from_email', 'hr@bkcgulf.com'),
(24778, 545, '_field_name', 'Abdulla'),
(24779, 545, '_field_gclid_field', ''),
(24780, 545, '_field_your-email', 'hr@bkcgulf.com'),
(24781, 545, '_field_phone', '30571501'),
(24782, 545, '_field_requirement', 'Need to get a quote on 9001\n'),
(24783, 545, '_fields', 'a:5:{s:4:\"Name\";N;s:11:\"gclid_field\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:11:\"requirement\";N;}'),
(24784, 545, '_meta', 'a:19:{s:13:\"serial_number\";i:2;s:9:\"remote_ip\";s:15:\"178.152.205.207\";s:10:\"user_agent\";s:121:\"Mozilla/5.0 (Linux; Android 9; Redmi 7A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.111 Mobile Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:15:\"August 11, 2020\";s:4:\"time\";s:7:\"7:54 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:21:\"Aegis Services L.L.C.\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(24785, 545, '_akismet', ''),
(24786, 545, '_recaptcha', 'a:0:{}'),
(24787, 545, '_spam_log', 'a:0:{}'),
(24788, 545, '_consent', 'a:0:{}'),
(24789, 545, '_hash', '2804e306fcef1cca8f43a42d9569d110'),
(24790, 548, '_submission_status', 'mail_sent'),
(24791, 548, '_subject', '[your-subject]'),
(24792, 548, '_from', '[your-name] <hradmin@edamafm.com.qa>'),
(24793, 548, '_from_name', '[your-name]'),
(24794, 548, '_from_email', 'hradmin@edamafm.com.qa'),
(24795, 548, '_field_name', 'Rajkumar '),
(24796, 548, '_field_gclid_field', ''),
(24797, 548, '_field_your-email', 'hradmin@edamafm.com.qa'),
(24798, 548, '_field_phone', '40360097'),
(24799, 548, '_field_requirement', 'want to register for ISO certification'),
(24800, 548, '_fields', 'a:5:{s:4:\"Name\";N;s:11:\"gclid_field\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:11:\"requirement\";N;}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(24801, 548, '_meta', 'a:19:{s:13:\"serial_number\";i:3;s:9:\"remote_ip\";s:13:\"78.101.91.214\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:15:\"August 11, 2020\";s:4:\"time\";s:7:\"1:01 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(24802, 548, '_akismet', ''),
(24803, 548, '_recaptcha', 'a:0:{}'),
(24804, 548, '_spam_log', 'a:0:{}'),
(24805, 548, '_consent', 'a:0:{}'),
(24806, 548, '_hash', 'd073061fdef49712e2b256b94e5cd0ef'),
(24807, 556, '_submission_status', 'mail_sent'),
(24808, 556, '_subject', '[your-subject]'),
(24809, 556, '_from', '[your-name] <Hidayat.b@outlook.com>'),
(24810, 556, '_from_name', '[your-name]'),
(24811, 556, '_from_email', 'Hidayat.b@outlook.com'),
(24812, 556, '_field_name', 'Hidayat'),
(24813, 556, '_field_gclid_field', ''),
(24814, 556, '_field_your-email', 'Hidayat.b@outlook.com'),
(24815, 556, '_field_phone', '33678226'),
(24816, 556, '_field_requirement', 'Test-Need ISO Certification'),
(24817, 556, '_fields', 'a:5:{s:4:\"Name\";N;s:11:\"gclid_field\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:11:\"requirement\";N;}'),
(24818, 556, '_meta', 'a:19:{s:13:\"serial_number\";i:4;s:9:\"remote_ip\";s:11:\"64.52.83.15\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:15:\"August 16, 2020\";s:4:\"time\";s:7:\"6:37 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(24819, 556, '_akismet', ''),
(24820, 556, '_recaptcha', 'a:0:{}'),
(24821, 556, '_spam_log', 'a:0:{}'),
(24822, 556, '_consent', 'a:0:{}'),
(24823, 556, '_hash', '0018929068e470d4366fb5f041cc1733'),
(24824, 558, '_submission_status', 'mail_sent'),
(24825, 558, '_subject', '[your-subject]'),
(24826, 558, '_from', 'Hidayat <bepharhiddu@gmail.com>'),
(24827, 558, '_from_name', 'Hidayat'),
(24828, 558, '_from_email', 'bepharhiddu@gmail.com'),
(24829, 558, '_field_your-name', 'Hidayat'),
(24830, 558, '_field_gclid_field', ''),
(24831, 558, '_field_phone', '31119353'),
(24832, 558, '_field_your-email', 'bepharhiddu@gmail.com'),
(24833, 558, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(24834, 558, '_meta', 'a:19:{s:13:\"serial_number\";i:2;s:9:\"remote_ip\";s:11:\"64.52.83.15\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36\";s:3:\"url\";s:27:\"https://aegis.qa/thank-you/\";s:4:\"date\";s:15:\"August 16, 2020\";s:4:\"time\";s:7:\"6:42 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(24835, 558, '_akismet', ''),
(24836, 558, '_recaptcha', 'a:0:{}'),
(24837, 558, '_spam_log', 'a:0:{}'),
(24838, 558, '_consent', 'a:0:{}'),
(24839, 558, '_hash', '0ab0f62914d47e3d52b815617adef470'),
(24840, 559, '_submission_status', 'mail_sent'),
(24841, 559, '_subject', '[your-subject]'),
(24842, 559, '_from', 'Hiddu <test@test.com>'),
(24843, 559, '_from_name', 'Hiddu'),
(24844, 559, '_from_email', 'test@test.com'),
(24845, 559, '_field_your-name', 'Hiddu '),
(24846, 559, '_field_gclid_field', ''),
(24847, 559, '_field_phone', '33117711'),
(24848, 559, '_field_your-email', 'test@test.com'),
(24849, 559, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(24850, 559, '_meta', 'a:19:{s:13:\"serial_number\";i:1;s:9:\"remote_ip\";s:11:\"64.52.83.15\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:15:\"August 16, 2020\";s:4:\"time\";s:7:\"6:46 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(24851, 559, '_akismet', ''),
(24852, 559, '_recaptcha', 'a:0:{}'),
(24853, 559, '_spam_log', 'a:0:{}'),
(24854, 559, '_consent', 'a:0:{}'),
(24855, 559, '_hash', 'c0acb99bac588762d1d810137008a06e'),
(24856, 561, '_submission_status', 'mail_sent'),
(24857, 561, '_subject', '[your-subject]'),
(24858, 561, '_from', 'Bephar <test@bephar.com>'),
(24859, 561, '_from_name', 'Bephar'),
(24860, 561, '_from_email', 'test@bephar.com'),
(24861, 561, '_field_your-name', 'Bephar'),
(24862, 561, '_field_gclid_field', ''),
(24863, 561, '_field_your-email', 'test@bephar.com'),
(24864, 561, '_field_phone', '33678226'),
(24865, 561, '_field_your-message', 'TEST for ISO'),
(24866, 561, '_fields', 'a:5:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:12:\"your-message\";N;}'),
(24867, 561, '_meta', 'a:19:{s:13:\"serial_number\";i:6;s:9:\"remote_ip\";s:11:\"64.52.83.15\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:15:\"August 16, 2020\";s:4:\"time\";s:7:\"6:52 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(24868, 561, '_akismet', ''),
(24869, 561, '_recaptcha', 'a:0:{}'),
(24870, 561, '_spam_log', 'a:0:{}'),
(24871, 561, '_consent', 'a:0:{}'),
(24872, 561, '_hash', 'db1893ba490954a259f8d4e88e277575'),
(24873, 587, '_submission_status', 'mail_sent'),
(24874, 587, '_subject', '[your-subject]'),
(24875, 587, '_from', 'Anas Mohammad Saleem Amayreh <AnasAmayreh93@gmail.com>'),
(24876, 587, '_from_name', 'Anas Mohammad Saleem Amayreh'),
(24877, 587, '_from_email', 'AnasAmayreh93@gmail.com'),
(24878, 587, '_field_your-name', 'Anas Mohammad Saleem Amayreh'),
(24879, 587, '_field_gclid_field', ''),
(24880, 587, '_field_phone', '33588556'),
(24881, 587, '_field_your-email', 'AnasAmayreh93@gmail.com'),
(24882, 587, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(24883, 587, '_meta', 'a:19:{s:13:\"serial_number\";i:2;s:9:\"remote_ip\";s:14:\"37.210.141.138\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:15:\"August 17, 2020\";s:4:\"time\";s:8:\"10:13 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(24884, 587, '_akismet', ''),
(24885, 587, '_recaptcha', 'a:0:{}'),
(24886, 587, '_spam_log', 'a:0:{}'),
(24887, 587, '_consent', 'a:0:{}'),
(24888, 587, '_hash', 'cca2269a2343bc08c1225d6fcaf3651c'),
(24889, 709, '_submission_status', 'mail_sent'),
(24890, 709, '_subject', '[your-subject]'),
(24891, 709, '_from', 'Syamkumar <syampillai005@gmail.com>'),
(24892, 709, '_from_name', 'Syamkumar'),
(24893, 709, '_from_email', 'syampillai005@gmail.com'),
(24894, 709, '_field_your-name', 'Syamkumar'),
(24895, 709, '_field_gclid_field', ''),
(24896, 709, '_field_your-email', 'syampillai005@gmail.com'),
(24897, 709, '_field_phone', '55489323'),
(24898, 709, '_field_your-message', 'Any courses offered from your institution like Food Safety  Management system . If is there kindly send the details to the mentioned Email.'),
(24899, 709, '_fields', 'a:5:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:12:\"your-message\";N;}'),
(24900, 709, '_meta', 'a:19:{s:13:\"serial_number\";i:7;s:9:\"remote_ip\";s:14:\"212.77.206.153\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36\";s:3:\"url\";s:56:\"https://aegis.qa/iso_certificates/iso-22000-food-safety/\";s:4:\"date\";s:15:\"August 30, 2020\";s:4:\"time\";s:8:\"11:09 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(24901, 709, '_akismet', ''),
(24902, 709, '_recaptcha', 'a:0:{}'),
(24903, 709, '_spam_log', 'a:0:{}'),
(24904, 709, '_consent', 'a:0:{}'),
(24905, 709, '_hash', '78a4649b716647f2e0475408a06b2f2d'),
(24906, 711, '_submission_status', 'mail_sent'),
(24907, 711, '_subject', '[your-subject]'),
(24908, 711, '_from', 'Kamel Bousnina <kamel11111976@yahoo.fr>'),
(24909, 711, '_from_name', 'Kamel Bousnina'),
(24910, 711, '_from_email', 'kamel11111976@yahoo.fr'),
(24911, 711, '_field_your-name', 'Kamel Bousnina'),
(24912, 711, '_field_gclid_field', ''),
(24913, 711, '_field_phone', '97824105'),
(24914, 711, '_field_your-email', 'kamel11111976@yahoo.fr'),
(24915, 711, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(24916, 711, '_meta', 'a:19:{s:13:\"serial_number\";i:3;s:9:\"remote_ip\";s:14:\"165.50.238.173\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36\";s:3:\"url\";s:86:\"https://aegis.qa/?fbclid=IwAR3sO-5z43WbFdOzRL73UCdwIS-3EAwzThIudAy_cejIq27NqoUr9eEkk7o\";s:4:\"date\";s:17:\"September 2, 2020\";s:4:\"time\";s:8:\"10:46 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(24917, 711, '_akismet', ''),
(24918, 711, '_recaptcha', 'a:0:{}'),
(24919, 711, '_spam_log', 'a:0:{}'),
(24920, 711, '_consent', 'a:0:{}'),
(24921, 711, '_hash', '52e686810aea825116fe191321e08481'),
(24922, 713, '_submission_status', 'mail_sent'),
(24923, 713, '_subject', '[your-subject]'),
(24924, 713, '_from', '[your-name] <s.paloma@hatco.com.qa>'),
(24925, 713, '_from_name', '[your-name]'),
(24926, 713, '_from_email', 's.paloma@hatco.com.qa'),
(24927, 713, '_field_name', 'Heart Paloma'),
(24928, 713, '_field_gclid_field', ''),
(24929, 713, '_field_your-email', 's.paloma@hatco.com.qa'),
(24930, 713, '_field_phone', '33936830'),
(24931, 713, '_field_requirement', 'Please send us your best price for our certificates renewal. Thank you.'),
(24932, 713, '_fields', 'a:5:{s:4:\"Name\";N;s:11:\"gclid_field\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:11:\"requirement\";N;}'),
(24933, 713, '_meta', 'a:19:{s:13:\"serial_number\";i:5;s:9:\"remote_ip\";s:14:\"178.153.109.28\";s:10:\"user_agent\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18363\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:17:\"September 3, 2020\";s:4:\"time\";s:8:\"12:16 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(24934, 713, '_akismet', ''),
(24935, 713, '_recaptcha', 'a:0:{}'),
(24936, 713, '_spam_log', 'a:0:{}'),
(24937, 713, '_consent', 'a:0:{}'),
(24938, 713, '_hash', '11b1c4845e9462d7fa5f8d4834d9cccb'),
(24939, 715, '_submission_status', 'mail_sent'),
(24940, 715, '_subject', '[your-subject]'),
(24941, 715, '_from', 'waseem <nextgenerationqatar@gmail.com>'),
(24942, 715, '_from_name', 'waseem'),
(24943, 715, '_from_email', 'nextgenerationqatar@gmail.com'),
(24944, 715, '_field_your-name', 'waseem '),
(24945, 715, '_field_gclid_field', ''),
(24946, 715, '_field_phone', '70707716'),
(24947, 715, '_field_your-email', 'nextgenerationqatar@gmail.com'),
(24948, 715, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(24949, 715, '_meta', 'a:19:{s:13:\"serial_number\";i:4;s:9:\"remote_ip\";s:13:\"78.101.231.63\";s:10:\"user_agent\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:18:\"September 13, 2020\";s:4:\"time\";s:7:\"4:20 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(24950, 715, '_akismet', ''),
(24951, 715, '_recaptcha', 'a:0:{}'),
(24952, 715, '_spam_log', 'a:0:{}'),
(24953, 715, '_consent', 'a:0:{}'),
(24954, 715, '_hash', 'e614ca77ac563e1780bcdbd33e9530a7'),
(24955, 719, '_submission_status', 'mail_sent'),
(24956, 719, '_subject', '[your-subject]'),
(24957, 719, '_from', '[your-name] <haroonrasheed91@hotmail.com>'),
(24958, 719, '_from_name', '[your-name]'),
(24959, 719, '_from_email', 'haroonrasheed91@hotmail.com'),
(24960, 719, '_field_name', 'Haroon'),
(24961, 719, '_field_gclid_field', ''),
(24962, 719, '_field_your-email', 'haroonrasheed91@hotmail.com'),
(24963, 719, '_field_phone', '+9747748'),
(24964, 719, '_field_requirement', 'Hi! Hope you will doing great, I would like to get the process of 45001:2018.\nThank you.\n\nRegards,'),
(24965, 719, '_fields', 'a:5:{s:4:\"Name\";N;s:11:\"gclid_field\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:11:\"requirement\";N;}'),
(24966, 719, '_meta', 'a:19:{s:13:\"serial_number\";i:6;s:9:\"remote_ip\";s:14:\"78.100.110.185\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:18:\"September 14, 2020\";s:4:\"time\";s:7:\"5:34 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(24967, 719, '_akismet', ''),
(24968, 719, '_recaptcha', 'a:0:{}'),
(24969, 719, '_spam_log', 'a:0:{}'),
(24970, 719, '_consent', 'a:0:{}'),
(24971, 719, '_hash', '870495f6eb7b9e91d7bd52d8dff51cc9'),
(24972, 721, '_submission_status', 'mail_sent'),
(24973, 721, '_subject', '[your-subject]'),
(24974, 721, '_from', 'MARCILY JAMES <service-qatar@dimemarine.com>'),
(24975, 721, '_from_name', 'MARCILY JAMES'),
(24976, 721, '_from_email', 'service-qatar@dimemarine.com'),
(24977, 721, '_field_your-name', 'MARCILY JAMES'),
(24978, 721, '_field_gclid_field', ''),
(24979, 721, '_field_phone', '+974 777'),
(24980, 721, '_field_your-email', 'service-qatar@dimemarine.com'),
(24981, 721, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(24982, 721, '_meta', 'a:19:{s:13:\"serial_number\";i:5;s:9:\"remote_ip\";s:14:\"178.153.81.227\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:18:\"September 14, 2020\";s:4:\"time\";s:8:\"12:48 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(24983, 721, '_akismet', ''),
(24984, 721, '_recaptcha', 'a:0:{}'),
(24985, 721, '_spam_log', 'a:0:{}'),
(24986, 721, '_consent', 'a:0:{}'),
(24987, 721, '_hash', 'c2d493e09de517a93fcd35d0e1497cd8'),
(24988, 723, '_submission_status', 'mail_sent'),
(24989, 723, '_subject', '[your-subject]'),
(24990, 723, '_from', 'SHARON BEVERY DAO-AN <info@valence-group.net>'),
(24991, 723, '_from_name', 'SHARON BEVERY DAO-AN'),
(24992, 723, '_from_email', 'info@valence-group.net'),
(24993, 723, '_field_your-name', 'SHARON BEVERY DAO-AN'),
(24994, 723, '_field_gclid_field', ''),
(24995, 723, '_field_phone', '44069222'),
(24996, 723, '_field_your-email', 'info@valence-group.net'),
(24997, 723, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(24998, 723, '_meta', 'a:19:{s:13:\"serial_number\";i:6;s:9:\"remote_ip\";s:14:\"37.208.161.130\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36\";s:3:\"url\";s:30:\"https://aegis.qa/how-it-works/\";s:4:\"date\";s:18:\"September 17, 2020\";s:4:\"time\";s:7:\"6:30 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(24999, 723, '_akismet', ''),
(25000, 723, '_recaptcha', 'a:0:{}'),
(25001, 723, '_spam_log', 'a:0:{}'),
(25002, 723, '_consent', 'a:0:{}'),
(25003, 723, '_hash', '6234b85f7ac86407d43d2a406ccc3de8'),
(25004, 726, '_submission_status', 'mail_sent'),
(25005, 726, '_subject', '[your-subject]'),
(25006, 726, '_from', '[your-name] <jmadackel@binyousefcargo.com>'),
(25007, 726, '_from_name', '[your-name]'),
(25008, 726, '_from_email', 'jmadackel@binyousefcargo.com'),
(25009, 726, '_field_name', 'Joseph Madackel'),
(25010, 726, '_field_gclid_field', ''),
(25011, 726, '_field_your-email', 'jmadackel@binyousefcargo.com'),
(25012, 726, '_field_phone', '44074706'),
(25013, 726, '_field_requirement', 'would like to know the charges for 9001, 14001 and 45001. we are already certified and lookinf for better option. our industry is freight forwarding'),
(25014, 726, '_fields', 'a:5:{s:4:\"Name\";N;s:11:\"gclid_field\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:11:\"requirement\";N;}'),
(25015, 726, '_meta', 'a:19:{s:13:\"serial_number\";i:7;s:9:\"remote_ip\";s:14:\"178.153.81.201\";s:10:\"user_agent\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:18:\"September 22, 2020\";s:4:\"time\";s:7:\"7:47 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25016, 726, '_akismet', ''),
(25017, 726, '_recaptcha', 'a:0:{}'),
(25018, 726, '_spam_log', 'a:0:{}'),
(25019, 726, '_consent', 'a:0:{}'),
(25020, 726, '_hash', '8fe0b2f7bcd13dc4349a342ed09f456e'),
(25021, 732, '_submission_status', 'mail_sent'),
(25022, 732, '_subject', '[your-subject]'),
(25023, 732, '_from', 'nb <test@test.com>'),
(25024, 732, '_from_name', 'nb'),
(25025, 732, '_from_email', 'test@test.com'),
(25026, 732, '_field_your-name', 'nb'),
(25027, 732, '_field_gclid_field', ''),
(25028, 732, '_field_phone', '12345678'),
(25029, 732, '_field_your-email', 'test@test.com'),
(25030, 732, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25031, 732, '_meta', 'a:19:{s:13:\"serial_number\";i:7;s:9:\"remote_ip\";s:14:\"112.135.10.255\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:18:\"September 28, 2020\";s:4:\"time\";s:8:\"12:40 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25032, 732, '_akismet', ''),
(25033, 732, '_recaptcha', 'a:0:{}'),
(25034, 732, '_spam_log', 'a:0:{}'),
(25035, 732, '_consent', 'a:0:{}'),
(25036, 732, '_hash', 'e4c98790812f817d8ab911640d4b2b76'),
(25037, 733, '_submission_status', 'mail_sent'),
(25038, 733, '_subject', '[your-subject]'),
(25039, 733, '_from', 'nb <test@test.com>'),
(25040, 733, '_from_name', 'nb'),
(25041, 733, '_from_email', 'test@test.com'),
(25042, 733, '_field_your-name', 'nb'),
(25043, 733, '_field_gclid_field', ''),
(25044, 733, '_field_phone', '12345678'),
(25045, 733, '_field_your-email', 'test@test.com'),
(25046, 733, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25047, 733, '_meta', 'a:19:{s:13:\"serial_number\";i:3;s:9:\"remote_ip\";s:14:\"112.135.10.255\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:18:\"September 28, 2020\";s:4:\"time\";s:8:\"12:41 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25048, 733, '_akismet', ''),
(25049, 733, '_recaptcha', 'a:0:{}'),
(25050, 733, '_spam_log', 'a:0:{}'),
(25051, 733, '_consent', 'a:0:{}'),
(25052, 733, '_hash', '7f7cff40e8110ee28f86a4c4d2fc5c40'),
(25053, 738, '_submission_status', 'mail_sent'),
(25054, 738, '_subject', '[your-subject]'),
(25055, 738, '_from', 'nb <test@test.com>'),
(25056, 738, '_from_name', 'nb'),
(25057, 738, '_from_email', 'test@test.com'),
(25058, 738, '_field_your-name', 'nb'),
(25059, 738, '_field_gclid_field', ''),
(25060, 738, '_field_phone', '12345678'),
(25061, 738, '_field_your-email', 'test@test.com'),
(25062, 738, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25063, 738, '_meta', 'a:19:{s:13:\"serial_number\";i:8;s:9:\"remote_ip\";s:13:\"112.135.7.194\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"October 14, 2020\";s:4:\"time\";s:7:\"5:10 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25064, 738, '_akismet', ''),
(25065, 738, '_recaptcha', 'a:0:{}'),
(25066, 738, '_spam_log', 'a:0:{}'),
(25067, 738, '_consent', 'a:0:{}'),
(25068, 738, '_hash', '93a2b92cf1eaaf8f5f6f6c542f553173'),
(25069, 740, '_submission_status', 'mail_sent'),
(25070, 740, '_subject', '[your-subject]'),
(25071, 740, '_from', 'Hadeel Sheikh <hadeel.sheikh87@gmail.com>'),
(25072, 740, '_from_name', 'Hadeel Sheikh'),
(25073, 740, '_from_email', 'hadeel.sheikh87@gmail.com'),
(25074, 740, '_field_your-name', 'Hadeel Sheikh'),
(25075, 740, '_field_gclid_field', ''),
(25076, 740, '_field_phone', '81740123'),
(25077, 740, '_field_your-email', 'hadeel.sheikh87@gmail.com'),
(25078, 740, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25079, 740, '_meta', 'a:19:{s:13:\"serial_number\";i:9;s:9:\"remote_ip\";s:12:\"49.199.35.22\";s:10:\"user_agent\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.80 Safari/537.36 Edg/86.0.622.43\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"October 20, 2020\";s:4:\"time\";s:8:\"11:35 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25080, 740, '_akismet', ''),
(25081, 740, '_recaptcha', 'a:0:{}'),
(25082, 740, '_spam_log', 'a:0:{}'),
(25083, 740, '_consent', 'a:0:{}'),
(25084, 740, '_hash', 'caa7153dcc02e7ce7b7fab9e6bec8d08'),
(25085, 742, '_submission_status', 'mail_sent'),
(25086, 742, '_subject', '[your-subject]'),
(25087, 742, '_from', 'M Hadeel Sheikh <hadeel.a.sheikh@gmail.com>'),
(25088, 742, '_from_name', 'M Hadeel Sheikh'),
(25089, 742, '_from_email', 'hadeel.a.sheikh@gmail.com'),
(25090, 742, '_field_your-name', 'M Hadeel Sheikh'),
(25091, 742, '_field_gclid_field', ''),
(25092, 742, '_field_phone', '12345678'),
(25093, 742, '_field_your-email', 'hadeel.a.sheikh@gmail.com'),
(25094, 742, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25095, 742, '_meta', 'a:19:{s:13:\"serial_number\";i:4;s:9:\"remote_ip\";s:12:\"49.199.35.22\";s:10:\"user_agent\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.80 Safari/537.36 Edg/86.0.622.43\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"October 20, 2020\";s:4:\"time\";s:8:\"11:52 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25096, 742, '_akismet', ''),
(25097, 742, '_recaptcha', 'a:0:{}'),
(25098, 742, '_spam_log', 'a:0:{}'),
(25099, 742, '_consent', 'a:0:{}'),
(25100, 742, '_hash', '85ffc9758978518d0300eb9b50e1fb3b'),
(25101, 744, '_submission_status', 'mail_sent'),
(25102, 744, '_subject', '[your-subject]'),
(25103, 744, '_from', 'Reem Al Fouz <reem@mezeab.qa>'),
(25104, 744, '_from_name', 'Reem Al Fouz'),
(25105, 744, '_from_email', 'reem@mezeab.qa'),
(25106, 744, '_field_your-name', 'Reem Al Fouz'),
(25107, 744, '_field_gclid_field', ''),
(25108, 744, '_field_phone', '33678226'),
(25109, 744, '_field_your-email', 'reem@mezeab.qa'),
(25110, 744, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25111, 744, '_meta', 'a:19:{s:13:\"serial_number\";i:10;s:9:\"remote_ip\";s:15:\"199.188.237.200\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"October 21, 2020\";s:4:\"time\";s:7:\"7:24 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25112, 744, '_akismet', ''),
(25113, 744, '_recaptcha', 'a:0:{}'),
(25114, 744, '_spam_log', 'a:0:{}'),
(25115, 744, '_consent', 'a:0:{}'),
(25116, 744, '_hash', 'e64959bca7f9c6fbecf4feff8e13a7b4'),
(25117, 746, '_submission_status', 'mail_sent'),
(25118, 746, '_subject', '[your-subject]'),
(25119, 746, '_from', 'Saad Kazi <saad.kazi@hydrofab.co>'),
(25120, 746, '_from_name', 'Saad Kazi'),
(25121, 746, '_from_email', 'saad.kazi@hydrofab.co'),
(25122, 746, '_field_your-name', 'Saad Kazi'),
(25123, 746, '_field_gclid_field', ''),
(25124, 746, '_field_phone', '33362444'),
(25125, 746, '_field_your-email', 'saad.kazi@hydrofab.co'),
(25126, 746, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25127, 746, '_meta', 'a:19:{s:13:\"serial_number\";i:11;s:9:\"remote_ip\";s:14:\"78.101.226.210\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"October 21, 2020\";s:4:\"time\";s:7:\"2:08 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25128, 746, '_akismet', ''),
(25129, 746, '_recaptcha', 'a:0:{}'),
(25130, 746, '_spam_log', 'a:0:{}'),
(25131, 746, '_consent', 'a:0:{}'),
(25132, 746, '_hash', '81bc9e504d7d859695db33eabcfc5a99'),
(25133, 747, '_submission_status', 'mail_sent'),
(25134, 747, '_subject', '[your-subject]'),
(25135, 747, '_from', 'Munish <test@test.com>'),
(25136, 747, '_from_name', 'Munish'),
(25137, 747, '_from_email', 'test@test.com'),
(25138, 747, '_field_your-name', 'Munish '),
(25139, 747, '_field_gclid_field', ''),
(25140, 747, '_field_phone', '98769156'),
(25141, 747, '_field_your-email', 'test@test.com'),
(25142, 747, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25143, 747, '_meta', 'a:19:{s:13:\"serial_number\";i:12;s:9:\"remote_ip\";s:13:\"156.146.59.37\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"October 24, 2020\";s:4:\"time\";s:7:\"2:57 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25144, 747, '_akismet', ''),
(25145, 747, '_recaptcha', 'a:0:{}'),
(25146, 747, '_spam_log', 'a:0:{}'),
(25147, 747, '_consent', 'a:0:{}'),
(25148, 747, '_hash', 'deaa5582b45226b6de3ad1ab23da7e14'),
(25149, 755, '_submission_status', 'mail_sent'),
(25150, 755, '_subject', '[your-subject]'),
(25151, 755, '_from', 'Munish <test@test.com>'),
(25152, 755, '_from_name', 'Munish'),
(25153, 755, '_from_email', 'test@test.com'),
(25154, 755, '_field_your-name', 'Munish '),
(25155, 755, '_field_gclid_field', ''),
(25156, 755, '_field_phone', '01234567'),
(25157, 755, '_field_your-email', 'test@test.com'),
(25158, 755, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25159, 755, '_meta', 'a:19:{s:13:\"serial_number\";i:13;s:9:\"remote_ip\";s:13:\"156.146.59.37\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"October 24, 2020\";s:4:\"time\";s:7:\"3:26 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25160, 755, '_akismet', ''),
(25161, 755, '_recaptcha', 'a:0:{}'),
(25162, 755, '_spam_log', 'a:0:{}'),
(25163, 755, '_consent', 'a:0:{}'),
(25164, 755, '_hash', '1b11e15f17d69584d054262356cb51f0'),
(25165, 759, '_submission_status', 'mail_sent'),
(25166, 759, '_subject', '[your-subject]'),
(25167, 759, '_from', 'asd <dhuidb@asdujn.com>'),
(25168, 759, '_from_name', 'asd'),
(25169, 759, '_from_email', 'dhuidb@asdujn.com'),
(25170, 759, '_field_your-name', 'asd'),
(25171, 759, '_field_gclid_field', ''),
(25172, 759, '_field_phone', '12345678'),
(25173, 759, '_field_your-email', 'dhuidb@asdujn.com'),
(25174, 759, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25175, 759, '_meta', 'a:19:{s:13:\"serial_number\";i:14;s:9:\"remote_ip\";s:11:\"27.6.204.22\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"October 28, 2020\";s:4:\"time\";s:7:\"4:59 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25176, 759, '_akismet', ''),
(25177, 759, '_recaptcha', 'a:0:{}'),
(25178, 759, '_spam_log', 'a:0:{}'),
(25179, 759, '_consent', 'a:0:{}'),
(25180, 759, '_hash', '485130b899df48a9aa82ff86e0c254ca'),
(25181, 761, '_submission_status', 'mail_sent'),
(25182, 761, '_subject', '[your-subject]'),
(25183, 761, '_from', 'Test <2@2.com>'),
(25184, 761, '_from_name', 'Test'),
(25185, 761, '_from_email', '2@2.com'),
(25186, 761, '_field_your-name', 'Test'),
(25187, 761, '_field_gclid_field', ''),
(25188, 761, '_field_phone', '12345678'),
(25189, 761, '_field_your-email', '2@2.com'),
(25190, 761, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25191, 761, '_meta', 'a:19:{s:13:\"serial_number\";i:15;s:9:\"remote_ip\";s:13:\"49.184.187.54\";s:10:\"user_agent\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.80 Safari/537.36 Edg/86.0.622.43\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"October 28, 2020\";s:4:\"time\";s:8:\"11:05 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25192, 761, '_akismet', ''),
(25193, 761, '_recaptcha', 'a:0:{}'),
(25194, 761, '_spam_log', 'a:0:{}'),
(25195, 761, '_consent', 'a:0:{}'),
(25196, 761, '_hash', 'bea353a0b3ed84a9db704790625258fd'),
(25197, 764, '_submission_status', 'mail_sent'),
(25198, 764, '_subject', '[your-subject]'),
(25199, 764, '_from', 'Love Lechuga <lechuga@thelocation3.com>'),
(25200, 764, '_from_name', 'Love Lechuga'),
(25201, 764, '_from_email', 'lechuga@thelocation3.com'),
(25202, 764, '_field_your-name', 'Love Lechuga'),
(25203, 764, '_field_gclid_field', ''),
(25204, 764, '_field_your-email', 'lechuga@thelocation3.com'),
(25205, 764, '_field_phone', '412 0917'),
(25206, 764, '_field_your-message', 'Why Did You Create This Website?\n\nWhy did you create this website? Yes, for financial freedom.\n\nHello,\n\nI am Lechuga. \n\nThere is a better way to achieve financial freedom - Get Paid To Take Photos. I invite you to test our service.\n\nCompared to other phote sites that charge 30% commission fees, Photojobz $1 5-day premium membership covers everything. (60-Day Money Back Guarantee)\n\nThe premium account is ready for you: https://www.thelocation3.com/getpaid\n\nBest,\nLove Lechuga\n\n\n^^^^^^^^\nUnsubscribe: https://www.thelocation3.com/unsubscribe'),
(25207, 764, '_fields', 'a:5:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:12:\"your-message\";N;}'),
(25208, 764, '_meta', 'a:19:{s:13:\"serial_number\";i:1;s:9:\"remote_ip\";s:12:\"49.83.16.242\";s:10:\"user_agent\";s:107:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3416.0 Safari/537.36\";s:3:\"url\";s:28:\"https://aegis.qa/contact-us/\";s:4:\"date\";s:17:\"November 12, 2020\";s:4:\"time\";s:7:\"8:45 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25209, 764, '_akismet', ''),
(25210, 764, '_recaptcha', 'a:0:{}'),
(25211, 764, '_spam_log', 'a:0:{}'),
(25212, 764, '_consent', 'a:0:{}'),
(25213, 764, '_hash', '7e10d9ec006e0bdfa12121dadadfa38b'),
(25214, 777, '_submission_status', 'mail_sent'),
(25215, 777, '_subject', '[your-subject]'),
(25216, 777, '_from', 'Donna <info@castle.qa>'),
(25217, 777, '_from_name', 'Donna'),
(25218, 777, '_from_email', 'info@castle.qa'),
(25219, 777, '_field_your-name', 'Donna '),
(25220, 777, '_field_gclid_field', ''),
(25221, 777, '_field_your-email', 'info@castle.qa'),
(25222, 777, '_field_phone', '30584380'),
(25223, 777, '_field_your-message', 'Our company - Castle Limousine would like to inquire for SMETA services.\n\nPlease kindly contact us with the ff numbers below:\n\n974 30584380/ 974 4486 6705.\n'),
(25224, 777, '_fields', 'a:5:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:12:\"your-message\";N;}'),
(25225, 777, '_meta', 'a:19:{s:13:\"serial_number\";i:2;s:9:\"remote_ip\";s:13:\"212.70.107.49\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36\";s:3:\"url\";s:28:\"https://aegis.qa/contact-us/\";s:4:\"date\";s:17:\"November 18, 2020\";s:4:\"time\";s:8:\"11:44 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25226, 777, '_akismet', ''),
(25227, 777, '_recaptcha', 'a:0:{}'),
(25228, 777, '_spam_log', 'a:0:{}'),
(25229, 777, '_consent', 'a:0:{}'),
(25230, 777, '_hash', '520893bef9e1e08d0ef36866748e38cb'),
(25231, 783, '_submission_status', 'mail_sent'),
(25232, 783, '_subject', '[your-subject]'),
(25233, 783, '_from', 'Munish <test@test.com>'),
(25234, 783, '_from_name', 'Munish'),
(25235, 783, '_from_email', 'test@test.com'),
(25236, 783, '_field_your-name', 'Munish'),
(25237, 783, '_field_gclid_field', ''),
(25238, 783, '_field_tel-115', '32563254'),
(25239, 783, '_field_your-email', 'test@test.com'),
(25240, 783, '_field_text-952', 'testing'),
(25241, 783, '_fields', 'a:5:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(25242, 783, '_meta', 'a:19:{s:13:\"serial_number\";i:1;s:9:\"remote_ip\";s:13:\"202.164.46.20\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:17:\"November 19, 2020\";s:4:\"time\";s:7:\"2:36 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25243, 783, '_akismet', ''),
(25244, 783, '_recaptcha', 'a:0:{}'),
(25245, 783, '_spam_log', 'a:0:{}'),
(25246, 783, '_consent', 'a:0:{}'),
(25247, 783, '_hash', 'dce8f819cc5835c884c10f5decea95d1'),
(25248, 789, '_submission_status', 'mail_sent'),
(25249, 789, '_subject', '[your-subject]'),
(25250, 789, '_from', '[your-name] <[your-email]>'),
(25251, 789, '_from_name', '[your-name]'),
(25252, 789, '_from_email', '[your-email]'),
(25253, 789, '_field_certificate', '28235650747'),
(25254, 789, '_fields', 'a:1:{s:11:\"certificate\";N;}'),
(25255, 789, '_meta', 'a:19:{s:13:\"serial_number\";i:1;s:9:\"remote_ip\";s:15:\"178.152.192.204\";s:10:\"user_agent\";s:119:\"Mozilla/5.0 (Linux; Android 9; Redmi 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Mobile Safari/537.36\";s:3:\"url\";s:126:\"https://aegis.qa/contact-us?gclid=Cj0KCQiAkuP9BRCkARIsAKGLE8XR08UWog6aJhJJ93nmWBcGcsCkRu9HN5bEFbBk07qnyuAcufrKPhAaAsxEEALw_wcB\";s:4:\"date\";s:17:\"November 21, 2020\";s:4:\"time\";s:7:\"2:13 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25256, 789, '_akismet', ''),
(25257, 789, '_recaptcha', 'a:0:{}'),
(25258, 789, '_spam_log', 'a:0:{}'),
(25259, 789, '_consent', 'a:0:{}'),
(25260, 789, '_hash', '99fb4182f2ed7c637dea9349e695b07c'),
(25261, 796, '_submission_status', 'mail_sent'),
(25262, 796, '_subject', '[your-subject]'),
(25263, 796, '_from', 'test test <test@test.com>'),
(25264, 796, '_from_name', 'test test'),
(25265, 796, '_from_email', 'test@test.com'),
(25266, 796, '_field_your-name', 'test test'),
(25267, 796, '_field_tel-115', '12345678'),
(25268, 796, '_field_your-email', 'test@test.com'),
(25269, 796, '_field_text-952', ''),
(25270, 796, '_fields', 'a:4:{s:9:\"your-name\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(25271, 796, '_meta', 'a:19:{s:13:\"serial_number\";i:2;s:9:\"remote_ip\";s:14:\"202.142.49.222\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:17:\"November 24, 2020\";s:4:\"time\";s:7:\"2:02 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25272, 796, '_akismet', ''),
(25273, 796, '_recaptcha', 'a:0:{}'),
(25274, 796, '_spam_log', 'a:0:{}'),
(25275, 796, '_consent', 'a:0:{}'),
(25276, 796, '_hash', 'f58fbc6267bb3b2cb5d692bfce25177c'),
(25277, 798, '_submission_status', 'mail_sent'),
(25278, 798, '_subject', '[your-subject]'),
(25279, 798, '_from', 'test test <test@tewest.com>'),
(25280, 798, '_from_name', 'test test'),
(25281, 798, '_from_email', 'test@tewest.com'),
(25282, 798, '_field_your-name', 'test test'),
(25283, 798, '_field_phone', '12345666'),
(25284, 798, '_field_your-email', 'test@tewest.com'),
(25285, 798, '_fields', 'a:3:{s:9:\"your-name\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25286, 798, '_meta', 'a:19:{s:13:\"serial_number\";i:16;s:9:\"remote_ip\";s:14:\"202.142.49.222\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36\";s:3:\"url\";s:27:\"https://aegis.qa/thank-you/\";s:4:\"date\";s:17:\"November 24, 2020\";s:4:\"time\";s:7:\"2:02 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25287, 798, '_akismet', ''),
(25288, 798, '_recaptcha', 'a:0:{}'),
(25289, 798, '_spam_log', 'a:0:{}'),
(25290, 798, '_consent', 'a:0:{}'),
(25291, 798, '_hash', 'bf1a779aefd32deeb1918aeeba44a181'),
(25292, 800, '_submission_status', 'mail_sent'),
(25293, 800, '_subject', '[your-subject]'),
(25294, 800, '_from', 'test test <test@tewest.com>'),
(25295, 800, '_from_name', 'test test'),
(25296, 800, '_from_email', 'test@tewest.com'),
(25297, 800, '_field_your-name', 'test test'),
(25298, 800, '_field_phone', '12345666'),
(25299, 800, '_field_your-email', 'test@tewest.com'),
(25300, 800, '_fields', 'a:3:{s:9:\"your-name\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25301, 800, '_meta', 'a:19:{s:13:\"serial_number\";i:17;s:9:\"remote_ip\";s:14:\"202.142.49.222\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36\";s:3:\"url\";s:27:\"https://aegis.qa/thank-you/\";s:4:\"date\";s:17:\"November 24, 2020\";s:4:\"time\";s:7:\"2:02 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25302, 800, '_akismet', ''),
(25303, 800, '_recaptcha', 'a:0:{}'),
(25304, 800, '_spam_log', 'a:0:{}'),
(25305, 800, '_consent', 'a:0:{}'),
(25306, 800, '_hash', 'bf1a779aefd32deeb1918aeeba44a181'),
(25307, 801, '_submission_status', 'mail_sent'),
(25308, 801, '_subject', '[your-subject]'),
(25309, 801, '_from', 'test test <test@tewest.com>');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(25310, 801, '_from_name', 'test test'),
(25311, 801, '_from_email', 'test@tewest.com'),
(25312, 801, '_field_your-name', 'test test'),
(25313, 801, '_field_phone', '12345666'),
(25314, 801, '_field_your-email', 'test@tewest.com'),
(25315, 801, '_fields', 'a:3:{s:9:\"your-name\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25316, 801, '_meta', 'a:19:{s:13:\"serial_number\";i:18;s:9:\"remote_ip\";s:14:\"202.142.49.222\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36\";s:3:\"url\";s:27:\"https://aegis.qa/thank-you/\";s:4:\"date\";s:17:\"November 24, 2020\";s:4:\"time\";s:7:\"2:02 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25317, 801, '_akismet', ''),
(25318, 801, '_recaptcha', 'a:0:{}'),
(25319, 801, '_spam_log', 'a:0:{}'),
(25320, 801, '_consent', 'a:0:{}'),
(25321, 801, '_hash', 'bf1a779aefd32deeb1918aeeba44a181'),
(25322, 803, '_submission_status', 'mail_sent'),
(25323, 803, '_subject', '[your-subject]'),
(25324, 803, '_from', 'test test test <test@tewsddsest.com>'),
(25325, 803, '_from_name', 'test test test'),
(25326, 803, '_from_email', 'test@tewsddsest.com'),
(25327, 803, '_field_your-name', 'test test test'),
(25328, 803, '_field_phone', '11111111'),
(25329, 803, '_field_your-email', 'test@tewsddsest.com'),
(25330, 803, '_fields', 'a:3:{s:9:\"your-name\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25331, 803, '_meta', 'a:19:{s:13:\"serial_number\";i:5;s:9:\"remote_ip\";s:14:\"202.142.49.222\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:17:\"November 24, 2020\";s:4:\"time\";s:7:\"2:03 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25332, 803, '_akismet', ''),
(25333, 803, '_recaptcha', 'a:0:{}'),
(25334, 803, '_spam_log', 'a:0:{}'),
(25335, 803, '_consent', 'a:0:{}'),
(25336, 803, '_hash', '304591879ae4d11cb74f707866a91445'),
(25337, 811, '_submission_status', 'mail_sent'),
(25338, 811, '_subject', '[your-subject]'),
(25339, 811, '_from', 'Nadine Abou Ayash <Nadine.abouayash@lau.edu>'),
(25340, 811, '_from_name', 'Nadine Abou Ayash'),
(25341, 811, '_from_email', 'Nadine.abouayash@lau.edu'),
(25342, 811, '_field_your-name', 'Nadine Abou Ayash'),
(25343, 811, '_field_phone', '55261520'),
(25344, 811, '_field_your-email', 'Nadine.abouayash@lau.edu'),
(25345, 811, '_fields', 'a:3:{s:9:\"your-name\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25346, 811, '_meta', 'a:19:{s:13:\"serial_number\";i:19;s:9:\"remote_ip\";s:13:\"78.101.147.24\";s:10:\"user_agent\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36\";s:3:\"url\";s:56:\"https://aegis.qa/iso_certificates/iso-22000-food-safety/\";s:4:\"date\";s:17:\"November 25, 2020\";s:4:\"time\";s:7:\"1:42 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25347, 811, '_akismet', ''),
(25348, 811, '_recaptcha', 'a:0:{}'),
(25349, 811, '_spam_log', 'a:0:{}'),
(25350, 811, '_consent', 'a:0:{}'),
(25351, 811, '_hash', '9bdae5823a885cc05285e737bbb9597a'),
(25352, 813, '_submission_status', 'mail_sent'),
(25353, 813, '_subject', '[your-subject]'),
(25354, 813, '_from', 'qese <2@2.com>'),
(25355, 813, '_from_name', 'qese'),
(25356, 813, '_from_email', '2@2.com'),
(25357, 813, '_field_your-name', 'qese'),
(25358, 813, '_field_tel-115', '12345678'),
(25359, 813, '_field_your-email', '2@2.com'),
(25360, 813, '_field_text-952', ''),
(25361, 813, '_fields', 'a:4:{s:9:\"your-name\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(25362, 813, '_meta', 'a:19:{s:13:\"serial_number\";i:3;s:9:\"remote_ip\";s:14:\"49.184.198.216\";s:10:\"user_agent\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 Edg/87.0.664.41\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:17:\"November 25, 2020\";s:4:\"time\";s:7:\"2:34 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25363, 813, '_akismet', ''),
(25364, 813, '_recaptcha', 'a:0:{}'),
(25365, 813, '_spam_log', 'a:0:{}'),
(25366, 813, '_consent', 'a:0:{}'),
(25367, 813, '_hash', '7f2e7f1dc23564d0ff59474d7cec624c'),
(25368, 814, '_submission_status', 'mail_sent'),
(25369, 814, '_subject', '[your-subject]'),
(25370, 814, '_from', 'qwe <2@2.com>'),
(25371, 814, '_from_name', 'qwe'),
(25372, 814, '_from_email', '2@2.com'),
(25373, 814, '_field_your-name', 'qwe'),
(25374, 814, '_field_tel-115', '12345678'),
(25375, 814, '_field_your-email', '2@2.com'),
(25376, 814, '_field_text-952', ''),
(25377, 814, '_fields', 'a:4:{s:9:\"your-name\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(25378, 814, '_meta', 'a:19:{s:13:\"serial_number\";i:4;s:9:\"remote_ip\";s:14:\"49.184.198.216\";s:10:\"user_agent\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:17:\"November 25, 2020\";s:4:\"time\";s:7:\"2:36 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25379, 814, '_akismet', ''),
(25380, 814, '_recaptcha', 'a:0:{}'),
(25381, 814, '_spam_log', 'a:0:{}'),
(25382, 814, '_consent', 'a:0:{}'),
(25383, 814, '_hash', '500e133302e8c4e6425a125082b579fc'),
(25384, 816, '_submission_status', 'mail_sent'),
(25385, 816, '_subject', '[your-subject]'),
(25386, 816, '_from', 'Mustak <mustak.dsquare@gmail.com>'),
(25387, 816, '_from_name', 'Mustak'),
(25388, 816, '_from_email', 'mustak.dsquare@gmail.com'),
(25389, 816, '_field_your-name', 'Mustak '),
(25390, 816, '_field_your-email', 'mustak.dsquare@gmail.com'),
(25391, 816, '_field_phone', '33974917'),
(25392, 816, '_field_your-message', ''),
(25393, 816, '_fields', 'a:4:{s:9:\"your-name\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:12:\"your-message\";N;}'),
(25394, 816, '_meta', 'a:19:{s:13:\"serial_number\";i:3;s:9:\"remote_ip\";s:12:\"37.186.45.58\";s:10:\"user_agent\";s:203:\"Mozilla/5.0 (Linux; U; Android 10; en-gb; Redmi Note 8 Pro Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.141 Mobile Safari/537.36 XiaoMi/MiuiBrowser/12.6.6-gn\";s:3:\"url\";s:89:\"https://aegis.qa/contact-us?gclid=EAIaIQobChMIppf5j9if7QIV2sLtCh0tawuYEAAYASAEEgL_c_D_BwE\";s:4:\"date\";s:17:\"November 26, 2020\";s:4:\"time\";s:7:\"7:30 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25395, 816, '_akismet', ''),
(25396, 816, '_recaptcha', 'a:0:{}'),
(25397, 816, '_spam_log', 'a:0:{}'),
(25398, 816, '_consent', 'a:0:{}'),
(25399, 816, '_hash', '4762bac935ae31710bd35d74e9a1009a'),
(25400, 819, '_submission_status', 'mail_sent'),
(25401, 819, '_subject', '[your-subject]'),
(25402, 819, '_from', 'test <test@test.com>'),
(25403, 819, '_from_name', 'test'),
(25404, 819, '_from_email', 'test@test.com'),
(25405, 819, '_field_your-name', 'test '),
(25406, 819, '_field_tel-115', '87708707'),
(25407, 819, '_field_your-email', 'test@test.com'),
(25408, 819, '_field_text-952', 'Greatwell'),
(25409, 819, '_fields', 'a:4:{s:9:\"your-name\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(25410, 819, '_meta', 'a:19:{s:13:\"serial_number\";i:5;s:9:\"remote_ip\";s:12:\"94.12.250.79\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36\";s:3:\"url\";s:29:\"https://aegis.qa/?gtm_debug=x\";s:4:\"date\";s:16:\"December 1, 2020\";s:4:\"time\";s:7:\"1:26 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25411, 819, '_akismet', ''),
(25412, 819, '_recaptcha', 'a:0:{}'),
(25413, 819, '_spam_log', 'a:0:{}'),
(25414, 819, '_consent', 'a:0:{}'),
(25415, 819, '_hash', '055bb36ec0bf7d5b534c771cf1225767'),
(25416, 832, '_submission_status', 'mail_sent'),
(25417, 832, '_subject', '[your-subject]'),
(25418, 832, '_from', 'jordane <jordane@ateliers-ame.com>'),
(25419, 832, '_from_name', 'jordane'),
(25420, 832, '_from_email', 'jordane@ateliers-ame.com'),
(25421, 832, '_field_your-name', 'jordane'),
(25422, 832, '_field_tel-115', '+3364216'),
(25423, 832, '_field_your-email', 'jordane@ateliers-ame.com'),
(25424, 832, '_field_text-952', 'AME'),
(25425, 832, '_fields', 'a:4:{s:9:\"your-name\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(25426, 832, '_meta', 'a:19:{s:13:\"serial_number\";i:6;s:9:\"remote_ip\";s:14:\"81.250.143.184\";s:10:\"user_agent\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Safari/605.1.15\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"December 7, 2020\";s:4:\"time\";s:8:\"10:02 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25427, 832, '_akismet', ''),
(25428, 832, '_recaptcha', 'a:0:{}'),
(25429, 832, '_spam_log', 'a:0:{}'),
(25430, 832, '_consent', 'a:0:{}'),
(25431, 832, '_hash', '7ec0bb9b98f90f4ab14525f1f79971ca'),
(25432, 834, '_submission_status', 'mail_sent'),
(25433, 834, '_subject', '[your-subject]'),
(25434, 834, '_from', 'Sarab A Zourob <a.sarab@live.com>'),
(25435, 834, '_from_name', 'Sarab A Zourob'),
(25436, 834, '_from_email', 'a.sarab@live.com'),
(25437, 834, '_field_your-name', 'Sarab A Zourob'),
(25438, 834, '_field_tel-115', '55006058'),
(25439, 834, '_field_your-email', 'a.sarab@live.com'),
(25440, 834, '_field_text-952', 'Al Hazm '),
(25441, 834, '_fields', 'a:4:{s:9:\"your-name\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(25442, 834, '_meta', 'a:19:{s:13:\"serial_number\";i:7;s:9:\"remote_ip\";s:14:\"37.210.217.137\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"December 8, 2020\";s:4:\"time\";s:8:\"11:01 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25443, 834, '_akismet', ''),
(25444, 834, '_recaptcha', 'a:0:{}'),
(25445, 834, '_spam_log', 'a:0:{}'),
(25446, 834, '_consent', 'a:0:{}'),
(25447, 834, '_hash', '47755dc1084d535fc1351b92c6fdfe24'),
(25448, 836, '_submission_status', 'mail_sent'),
(25449, 836, '_subject', '[your-subject]'),
(25450, 836, '_from', 'Murtaza Kazmi <kazmicr7@gmail.com>'),
(25451, 836, '_from_name', 'Murtaza Kazmi'),
(25452, 836, '_from_email', 'kazmicr7@gmail.com'),
(25453, 836, '_field_your-name', 'Murtaza Kazmi'),
(25454, 836, '_field_tel-115', '+9233232'),
(25455, 836, '_field_your-email', 'kazmicr7@gmail.com'),
(25456, 836, '_field_text-952', ''),
(25457, 836, '_fields', 'a:4:{s:9:\"your-name\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(25458, 836, '_meta', 'a:19:{s:13:\"serial_number\";i:8;s:9:\"remote_ip\";s:14:\"175.107.223.23\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:17:\"December 10, 2020\";s:4:\"time\";s:7:\"1:53 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25459, 836, '_akismet', ''),
(25460, 836, '_recaptcha', 'a:0:{}'),
(25461, 836, '_spam_log', 'a:0:{}'),
(25462, 836, '_consent', 'a:0:{}'),
(25463, 836, '_hash', '1b72b04dd999c4fa52d38558dcf743e8'),
(25464, 837, '_submission_status', 'mail_sent'),
(25465, 837, '_subject', '[your-subject]'),
(25466, 837, '_from', 'Murtaza Kazmi <kazmicr7@gmail.com>'),
(25467, 837, '_from_name', 'Murtaza Kazmi'),
(25468, 837, '_from_email', 'kazmicr7@gmail.com'),
(25469, 837, '_field_your-name', 'Murtaza Kazmi'),
(25470, 837, '_field_tel-115', '+9233232'),
(25471, 837, '_field_your-email', 'kazmicr7@gmail.com'),
(25472, 837, '_field_text-952', ''),
(25473, 837, '_fields', 'a:4:{s:9:\"your-name\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(25474, 837, '_meta', 'a:19:{s:13:\"serial_number\";i:9;s:9:\"remote_ip\";s:14:\"175.107.223.23\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:17:\"December 10, 2020\";s:4:\"time\";s:7:\"1:54 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25475, 837, '_akismet', ''),
(25476, 837, '_recaptcha', 'a:0:{}'),
(25477, 837, '_spam_log', 'a:0:{}'),
(25478, 837, '_consent', 'a:0:{}'),
(25479, 837, '_hash', 'c24a47c02ca733d87db2f91c87419a61'),
(25480, 840, '_submission_status', 'mail_sent'),
(25481, 840, '_subject', '[your-subject]'),
(25482, 840, '_from', 'hi <lo@email.com>'),
(25483, 840, '_from_name', 'hi'),
(25484, 840, '_from_email', 'lo@email.com'),
(25485, 840, '_field_your-name', 'hi'),
(25486, 840, '_field_tel-115', '12345678'),
(25487, 840, '_field_your-email', 'lo@email.com'),
(25488, 840, '_field_text-952', 'l'),
(25489, 840, '_fields', 'a:4:{s:9:\"your-name\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(25490, 840, '_meta', 'a:19:{s:13:\"serial_number\";i:10;s:9:\"remote_ip\";s:14:\"89.211.238.147\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:17:\"December 13, 2020\";s:4:\"time\";s:7:\"6:13 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25491, 840, '_akismet', ''),
(25492, 840, '_recaptcha', 'a:0:{}'),
(25493, 840, '_spam_log', 'a:0:{}'),
(25494, 840, '_consent', 'a:0:{}'),
(25495, 840, '_hash', '5bf99c2eabb5b134535952408def43de'),
(25496, 842, '_submission_status', 'mail_sent'),
(25497, 842, '_subject', '[your-subject]'),
(25498, 842, '_from', 'Mary <lupo@aegis.qa>'),
(25499, 842, '_from_name', 'Mary'),
(25500, 842, '_from_email', 'lupo@aegis.qa'),
(25501, 842, '_field_your-name', 'Mary'),
(25502, 842, '_field_phone', '50405828'),
(25503, 842, '_field_your-email', 'lupo@aegis.qa'),
(25504, 842, '_fields', 'a:3:{s:9:\"your-name\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25505, 842, '_meta', 'a:19:{s:13:\"serial_number\";i:6;s:9:\"remote_ip\";s:14:\"89.211.238.147\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:17:\"December 13, 2020\";s:4:\"time\";s:7:\"6:19 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25506, 842, '_akismet', ''),
(25507, 842, '_recaptcha', 'a:0:{}'),
(25508, 842, '_spam_log', 'a:0:{}'),
(25509, 842, '_consent', 'a:0:{}'),
(25510, 842, '_hash', '98771ba1a586f7e6cb29c8a90550babe'),
(25511, 844, '_submission_status', 'mail_sent'),
(25512, 844, '_subject', '[your-subject]'),
(25513, 844, '_from', 'hi <q@Q.com>'),
(25514, 844, '_from_name', 'hi'),
(25515, 844, '_from_email', 'q@Q.com'),
(25516, 844, '_field_your-name', 'hi'),
(25517, 844, '_field_phone', '12345678'),
(25518, 844, '_field_your-email', 'q@Q.com'),
(25519, 844, '_fields', 'a:3:{s:9:\"your-name\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25520, 844, '_meta', 'a:19:{s:13:\"serial_number\";i:7;s:9:\"remote_ip\";s:14:\"89.211.238.147\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:17:\"December 13, 2020\";s:4:\"time\";s:7:\"6:20 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25521, 844, '_akismet', ''),
(25522, 844, '_recaptcha', 'a:0:{}'),
(25523, 844, '_spam_log', 'a:0:{}'),
(25524, 844, '_consent', 'a:0:{}'),
(25525, 844, '_hash', '381fb2ee335389a9fa0d07c64890421a'),
(25526, 846, '_submission_status', 'mail_sent'),
(25527, 846, '_subject', '[your-subject]'),
(25528, 846, '_from', 'Mary <lpo@aegis.qa>'),
(25529, 846, '_from_name', 'Mary'),
(25530, 846, '_from_email', 'lpo@aegis.qa'),
(25531, 846, '_field_your-name', 'Mary'),
(25532, 846, '_field_tel-115', '50405828'),
(25533, 846, '_field_your-email', 'lpo@aegis.qa'),
(25534, 846, '_field_text-952', 'aegis'),
(25535, 846, '_fields', 'a:4:{s:9:\"your-name\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(25536, 846, '_meta', 'a:19:{s:13:\"serial_number\";i:11;s:9:\"remote_ip\";s:14:\"89.211.238.147\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:17:\"December 13, 2020\";s:4:\"time\";s:7:\"6:21 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25537, 846, '_akismet', ''),
(25538, 846, '_recaptcha', 'a:0:{}'),
(25539, 846, '_spam_log', 'a:0:{}'),
(25540, 846, '_consent', 'a:0:{}'),
(25541, 846, '_hash', 'e22c24212985733cb442cdd1e1cc6326'),
(25542, 848, '_submission_status', 'mail_sent'),
(25543, 848, '_subject', '[your-subject]'),
(25544, 848, '_from', 'Rashid Ansari <rashid.ans87@gmail.com>'),
(25545, 848, '_from_name', 'Rashid Ansari'),
(25546, 848, '_from_email', 'rashid.ans87@gmail.com'),
(25547, 848, '_field_your-name', 'Rashid Ansari'),
(25548, 848, '_field_your-email', 'rashid.ans87@gmail.com'),
(25549, 848, '_field_phone', '90332751'),
(25550, 848, '_field_your-message', 'Dear Sir/Ma\'am,\n\nGreetings of the day...!!\n\nI received an email through Naukri.com for the employment of following mention post..\n\nSr HR Recruitment Executive:\n\nI do have relevant experience in the same field in India. If anything positive opprtunity for me then please let me know.\n\nI having more than six years of experience in the Hospitality sector and three years in the Admin Business.\n\nI am expertise in HR Generalist, Software Payroll Management Like IDS, WinHMS, etc. I am punctual and work with full dedication to accomplish a common goal. I also take care of Security Management, Housekeeping, Travel arrangements, Company Vehicle Management, etc.\n\nLast, I was worked as a Human Resource Manager at RAMADA BY WYNDHAM Hotel Gujarat, India. (Pre-opening Team Member)\n\nI can join ASAP. \n\nI have completed my two years of Post Graduation in Master of Business Administration - Human Resource Management.\n\n\nRegards\nRashid Ansari\n\n\n'),
(25551, 848, '_fields', 'a:4:{s:9:\"your-name\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:12:\"your-message\";N;}'),
(25552, 848, '_meta', 'a:19:{s:13:\"serial_number\";i:8;s:9:\"remote_ip\";s:13:\"157.32.248.65\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:41:\"https://aegis.qa/awards-and-recognitions/\";s:4:\"date\";s:17:\"December 14, 2020\";s:4:\"time\";s:7:\"4:31 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25553, 848, '_akismet', ''),
(25554, 848, '_recaptcha', 'a:0:{}'),
(25555, 848, '_spam_log', 'a:0:{}'),
(25556, 848, '_consent', 'a:0:{}'),
(25557, 848, '_hash', '2dade057e3852bb375231aa28e83867c'),
(25558, 853, '_submission_status', 'mail_sent'),
(25559, 853, '_subject', '[your-subject]'),
(25560, 853, '_from', 'Munish <test@test.com>'),
(25561, 853, '_from_name', 'Munish'),
(25562, 853, '_from_email', 'test@test.com'),
(25563, 853, '_field_your-name', 'Munish'),
(25564, 853, '_field_tel-115', '01234567'),
(25565, 853, '_field_your-email', 'test@test.com'),
(25566, 853, '_field_text-952', 'testing'),
(25567, 853, '_fields', 'a:4:{s:9:\"your-name\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(25568, 853, '_meta', 'a:19:{s:13:\"serial_number\";i:12;s:9:\"remote_ip\";s:14:\"193.176.84.212\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:17:\"December 14, 2020\";s:4:\"time\";s:7:\"6:52 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25569, 853, '_akismet', ''),
(25570, 853, '_recaptcha', 'a:0:{}'),
(25571, 853, '_spam_log', 'a:0:{}'),
(25572, 853, '_consent', 'a:0:{}'),
(25573, 853, '_hash', 'b4afcc3391640f738fbfd6c76cc9b894'),
(25574, 854, '_submission_status', 'mail_sent'),
(25575, 854, '_subject', '[your-subject]'),
(25576, 854, '_from', 'Munish <test@test.com>'),
(25577, 854, '_from_name', 'Munish'),
(25578, 854, '_from_email', 'test@test.com'),
(25579, 854, '_field_your-name', 'Munish'),
(25580, 854, '_field_your-email', 'test@test.com'),
(25581, 854, '_field_phone', '01234567'),
(25582, 854, '_field_your-message', 'testing'),
(25583, 854, '_fields', 'a:4:{s:9:\"your-name\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:12:\"your-message\";N;}'),
(25584, 854, '_meta', 'a:19:{s:13:\"serial_number\";i:9;s:9:\"remote_ip\";s:14:\"193.176.84.212\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:46:\"https://aegis.qa/iso_certificates/smeta-audit/\";s:4:\"date\";s:17:\"December 14, 2020\";s:4:\"time\";s:7:\"7:14 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25585, 854, '_akismet', ''),
(25586, 854, '_recaptcha', 'a:0:{}'),
(25587, 854, '_spam_log', 'a:0:{}'),
(25588, 854, '_consent', 'a:0:{}'),
(25589, 854, '_hash', 'c4a8d93350f93e288ea7b52b363c2960'),
(25590, 936, '_submission_status', 'mail_sent'),
(25591, 936, '_subject', '[your-subject]'),
(25592, 936, '_from', 'sfdzghxkvjb <testing@gmail.com>'),
(25593, 936, '_from_name', 'sfdzghxkvjb'),
(25594, 936, '_from_email', 'testing@gmail.com'),
(25595, 936, '_field_your-name', 'sfdzghxkvjb'),
(25596, 936, '_field_phone', '34567890'),
(25597, 936, '_field_your-email', 'testing@gmail.com'),
(25598, 936, '_fields', 'a:3:{s:9:\"your-name\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25599, 936, '_meta', 'a:19:{s:13:\"serial_number\";i:20;s:9:\"remote_ip\";s:15:\"169.149.250.174\";s:10:\"user_agent\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:23:\"https://aegis.qa/?65252\";s:4:\"date\";s:17:\"December 16, 2020\";s:4:\"time\";s:7:\"5:56 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25600, 936, '_akismet', ''),
(25601, 936, '_recaptcha', 'a:0:{}'),
(25602, 936, '_spam_log', 'a:0:{}'),
(25603, 936, '_consent', 'a:0:{}'),
(25604, 936, '_hash', 'f95343a24add38b051699ac4248ac0ed'),
(25605, 940, '_submission_status', 'mail_sent'),
(25606, 940, '_subject', '[your-subject]'),
(25607, 940, '_from', 'fghdgh <testing@gmail.com>'),
(25608, 940, '_from_name', 'fghdgh'),
(25609, 940, '_from_email', 'testing@gmail.com'),
(25610, 940, '_field_your-name', 'fghdgh'),
(25611, 940, '_field_phone', '34567890'),
(25612, 940, '_field_your-email', 'testing@gmail.com'),
(25613, 940, '_fields', 'a:3:{s:9:\"your-name\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25614, 940, '_meta', 'a:19:{s:13:\"serial_number\";i:21;s:9:\"remote_ip\";s:15:\"169.149.250.174\";s:10:\"user_agent\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:17:\"December 16, 2020\";s:4:\"time\";s:7:\"6:02 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25615, 940, '_akismet', ''),
(25616, 940, '_recaptcha', 'a:0:{}'),
(25617, 940, '_spam_log', 'a:0:{}'),
(25618, 940, '_consent', 'a:0:{}'),
(25619, 940, '_hash', '6d6bbd8db7d36eda4635ba67b62990f0'),
(25620, 951, '_submission_status', 'mail_sent'),
(25621, 951, '_subject', '[your-subject]'),
(25622, 951, '_from', '[your-name] <[your-email]>'),
(25623, 951, '_from_name', '[your-name]'),
(25624, 951, '_from_email', '[your-email]'),
(25625, 951, '_field_certificate', 'bgncg'),
(25626, 951, '_fields', 'a:1:{s:11:\"certificate\";N;}'),
(25627, 951, '_meta', 'a:19:{s:13:\"serial_number\";i:2;s:9:\"remote_ip\";s:15:\"169.149.219.204\";s:10:\"user_agent\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:22:\"https://aegis.qa/?5521\";s:4:\"date\";s:17:\"December 16, 2020\";s:4:\"time\";s:7:\"6:13 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25628, 951, '_akismet', ''),
(25629, 951, '_recaptcha', 'a:0:{}'),
(25630, 951, '_spam_log', 'a:0:{}'),
(25631, 951, '_consent', 'a:0:{}'),
(25632, 951, '_hash', 'ce95774b12c993d777ec6aab8abb1506'),
(25633, 962, '_submission_status', 'mail_sent'),
(25634, 962, '_subject', '[your-subject]'),
(25635, 962, '_from', 'Amar Jaiswal <rajamar.jaiswal@gmail.com>'),
(25636, 962, '_from_name', 'Amar Jaiswal'),
(25637, 962, '_from_email', 'rajamar.jaiswal@gmail.com'),
(25638, 962, '_field_your-name', 'Amar Jaiswal'),
(25639, 962, '_field_your-email', 'rajamar.jaiswal@gmail.com'),
(25640, 962, '_field_phone', '011-2554'),
(25641, 962, '_field_your-message', 'Looking for ob Opportunity for Sr. HR Recruitment Executive based in Qatar\nPlease help\nEmail ID. rajamar.jaiswal@gmail.com\n'),
(25642, 962, '_fields', 'a:4:{s:9:\"your-name\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:12:\"your-message\";N;}'),
(25643, 962, '_meta', 'a:19:{s:13:\"serial_number\";i:4;s:9:\"remote_ip\";s:14:\"103.90.180.142\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:27:\"https://aegis.qa/contact-us\";s:4:\"date\";s:17:\"December 19, 2020\";s:4:\"time\";s:7:\"7:51 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25644, 962, '_akismet', ''),
(25645, 962, '_recaptcha', 'a:0:{}'),
(25646, 962, '_spam_log', 'a:0:{}'),
(25647, 962, '_consent', 'a:0:{}'),
(25648, 962, '_hash', '88dd3d9c99c9c94cb6b453f0fdba0432'),
(25649, 964, '_submission_status', 'mail_sent'),
(25650, 964, '_subject', '[your-subject]'),
(25651, 964, '_from', '[your-name] <[your-email]>'),
(25652, 964, '_from_name', '[your-name]'),
(25653, 964, '_from_email', '[your-email]'),
(25654, 964, '_field_certificate', '4567'),
(25655, 964, '_fields', 'a:1:{s:11:\"certificate\";N;}'),
(25656, 964, '_meta', 'a:19:{s:13:\"serial_number\";i:3;s:9:\"remote_ip\";s:14:\"178.152.219.56\";s:10:\"user_agent\";s:129:\"Mozilla/5.0 (Linux; Android 8.1.0; Redmi 5 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36\";s:3:\"url\";s:51:\"https://aegis.qa/iso_certificates/iso-9001-quality/\";s:4:\"date\";s:17:\"December 20, 2020\";s:4:\"time\";s:8:\"11:15 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25657, 964, '_akismet', ''),
(25658, 964, '_recaptcha', 'a:0:{}'),
(25659, 964, '_spam_log', 'a:0:{}'),
(25660, 964, '_consent', 'a:0:{}'),
(25661, 964, '_hash', '686d0d3333fa99b99e4481611cc11747'),
(25662, 966, '_submission_status', 'mail_sent'),
(25663, 966, '_subject', '[your-subject]'),
(25664, 966, '_from', '[your-name] <[your-email]>'),
(25665, 966, '_from_name', '[your-name]'),
(25666, 966, '_from_email', '[your-email]'),
(25667, 966, '_field_certificate', '4567'),
(25668, 966, '_fields', 'a:1:{s:11:\"certificate\";N;}'),
(25669, 966, '_meta', 'a:19:{s:13:\"serial_number\";i:4;s:9:\"remote_ip\";s:14:\"178.152.219.56\";s:10:\"user_agent\";s:129:\"Mozilla/5.0 (Linux; Android 8.1.0; Redmi 5 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36\";s:3:\"url\";s:51:\"https://aegis.qa/iso_certificates/iso-9001-quality/\";s:4:\"date\";s:17:\"December 20, 2020\";s:4:\"time\";s:8:\"11:15 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25670, 966, '_akismet', ''),
(25671, 966, '_recaptcha', 'a:0:{}'),
(25672, 966, '_spam_log', 'a:0:{}'),
(25673, 966, '_consent', 'a:0:{}'),
(25674, 966, '_hash', '686d0d3333fa99b99e4481611cc11747'),
(25675, 967, '_submission_status', 'mail_sent'),
(25676, 967, '_subject', '[your-subject]'),
(25677, 967, '_from', '[your-name] <[your-email]>'),
(25678, 967, '_from_name', '[your-name]'),
(25679, 967, '_from_email', '[your-email]'),
(25680, 967, '_field_certificate', 'Q453544'),
(25681, 967, '_fields', 'a:1:{s:11:\"certificate\";N;}'),
(25682, 967, '_meta', 'a:19:{s:13:\"serial_number\";i:5;s:9:\"remote_ip\";s:14:\"178.152.219.56\";s:10:\"user_agent\";s:129:\"Mozilla/5.0 (Linux; Android 8.1.0; Redmi 5 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36\";s:3:\"url\";s:51:\"https://aegis.qa/iso_certificates/iso-9001-quality/\";s:4:\"date\";s:17:\"December 20, 2020\";s:4:\"time\";s:8:\"11:15 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25683, 967, '_akismet', ''),
(25684, 967, '_recaptcha', 'a:0:{}'),
(25685, 967, '_spam_log', 'a:0:{}'),
(25686, 967, '_consent', 'a:0:{}'),
(25687, 967, '_hash', '29941320566eb9ac14146c5fc60c3771'),
(25688, 977, '_submission_status', 'mail_sent'),
(25689, 977, '_subject', '[your-subject]'),
(25690, 977, '_from', 'ANUGRHA <anugrha.trivedi@gmail.com>'),
(25691, 977, '_from_name', 'ANUGRHA'),
(25692, 977, '_from_email', 'anugrha.trivedi@gmail.com'),
(25693, 977, '_field_your-name', 'ANUGRHA'),
(25694, 977, '_field_your-email', 'anugrha.trivedi@gmail.com'),
(25695, 977, '_field_phone', '96287064'),
(25696, 977, '_field_your-message', 'Hello Sir,\n\nThis is Anugrha from India, I applied for the position of HR Recruitment Executive in your organization through Naukri.com. Just following up for the update. One more thing, I would suggest you that Your organization should be on LinkedIn. I didn\'t find you on it. \n\nThanks'),
(25697, 977, '_fields', 'a:4:{s:9:\"your-name\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:12:\"your-message\";N;}'),
(25698, 977, '_meta', 'a:19:{s:13:\"serial_number\";i:5;s:9:\"remote_ip\";s:10:\"47.9.77.34\";s:10:\"user_agent\";s:77:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0\";s:3:\"url\";s:27:\"https://aegis.qa/contact-us\";s:4:\"date\";s:17:\"December 21, 2020\";s:4:\"time\";s:7:\"5:16 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25699, 977, '_akismet', ''),
(25700, 977, '_recaptcha', 'a:0:{}'),
(25701, 977, '_spam_log', 'a:0:{}'),
(25702, 977, '_consent', 'a:0:{}'),
(25703, 977, '_hash', '7bfed31f8e1ec1e098d7e4ba14a1c402'),
(25704, 985, '_submission_status', 'mail_sent'),
(25705, 985, '_subject', '[your-subject]'),
(25706, 985, '_from', 'Shanza Samson <samsonshanza@gmail.com>'),
(25707, 985, '_from_name', 'Shanza Samson'),
(25708, 985, '_from_email', 'samsonshanza@gmail.com'),
(25709, 985, '_field_your-name', 'Shanza Samson'),
(25710, 985, '_field_tel-115', '15846619'),
(25711, 985, '_field_your-email', 'samsonshanza@gmail.com'),
(25712, 985, '_field_text-952', 'Islamabad Recruitment Company'),
(25713, 985, '_fields', 'a:4:{s:9:\"your-name\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(25714, 985, '_meta', 'a:19:{s:13:\"serial_number\";i:13;s:9:\"remote_ip\";s:11:\"39.50.30.75\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:17:\"December 23, 2020\";s:4:\"time\";s:7:\"5:58 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25715, 985, '_akismet', ''),
(25716, 985, '_recaptcha', 'a:0:{}'),
(25717, 985, '_spam_log', 'a:0:{}'),
(25718, 985, '_consent', 'a:0:{}'),
(25719, 985, '_hash', 'ef6c24a4bbb3833b91c9cf6ec95bf5b8'),
(25720, 1131, '_submission_status', 'mail_sent'),
(25721, 1131, '_subject', '[your-subject]'),
(25722, 1131, '_from', 'test <test@gmail.com>'),
(25723, 1131, '_from_name', 'test'),
(25724, 1131, '_from_email', 'test@gmail.com'),
(25725, 1131, '_field_your-name', 'test'),
(25726, 1131, '_field_your-email', 'test@gmail.com'),
(25727, 1131, '_field_phone', '52345235'),
(25728, 1131, '_field_your-message', 'afasdfasdfsdfs'),
(25729, 1131, '_fields', 'a:4:{s:9:\"your-name\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:12:\"your-message\";N;}'),
(25730, 1131, '_meta', 'a:19:{s:13:\"serial_number\";i:10;s:9:\"remote_ip\";s:14:\"110.225.247.46\";s:10:\"user_agent\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:26:\"https://aegis.qa/about-us/\";s:4:\"date\";s:17:\"December 29, 2020\";s:4:\"time\";s:8:\"11:27 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25731, 1131, '_akismet', ''),
(25732, 1131, '_recaptcha', 'a:0:{}'),
(25733, 1131, '_spam_log', 'a:0:{}'),
(25734, 1131, '_consent', 'a:0:{}'),
(25735, 1131, '_hash', '79f9d64eb4c269bbbd5c86a65a550ad1'),
(25736, 1180, '_submission_status', 'mail_sent'),
(25737, 1180, '_subject', '[your-subject]'),
(25738, 1180, '_from', 'Test <test@test.com>'),
(25739, 1180, '_from_name', 'Test'),
(25740, 1180, '_from_email', 'test@test.com'),
(25741, 1180, '_field_your-name', 'Test'),
(25742, 1180, '_field_your-email', 'test@test.com'),
(25743, 1180, '_field_phone', '01234567'),
(25744, 1180, '_field_your-message', 'test'),
(25745, 1180, '_fields', 'a:4:{s:9:\"your-name\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:12:\"your-message\";N;}'),
(25746, 1180, '_meta', 'a:19:{s:13:\"serial_number\";i:6;s:9:\"remote_ip\";s:14:\"193.176.84.163\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:28:\"https://aegis.qa/contact-us/\";s:4:\"date\";s:17:\"December 29, 2020\";s:4:\"time\";s:7:\"6:53 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25747, 1180, '_akismet', ''),
(25748, 1180, '_recaptcha', 'a:0:{}'),
(25749, 1180, '_spam_log', 'a:0:{}'),
(25750, 1180, '_consent', 'a:0:{}'),
(25751, 1180, '_hash', '7e63f37a2097d99f9931d93d7ccc22ec'),
(25752, 1181, '_submission_status', 'mail_sent'),
(25753, 1181, '_subject', '[your-subject]'),
(25754, 1181, '_from', 'Test <test@test.com>'),
(25755, 1181, '_from_name', 'Test'),
(25756, 1181, '_from_email', 'test@test.com'),
(25757, 1181, '_field_your-name', 'Test'),
(25758, 1181, '_field_phone', '01234567'),
(25759, 1181, '_field_your-email', 'test@test.com'),
(25760, 1181, '_fields', 'a:3:{s:9:\"your-name\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25761, 1181, '_meta', 'a:19:{s:13:\"serial_number\";i:22;s:9:\"remote_ip\";s:14:\"193.176.84.163\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:28:\"https://aegis.qa/contact-us/\";s:4:\"date\";s:17:\"December 29, 2020\";s:4:\"time\";s:7:\"6:53 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25762, 1181, '_akismet', ''),
(25763, 1181, '_recaptcha', 'a:0:{}'),
(25764, 1181, '_spam_log', 'a:0:{}'),
(25765, 1181, '_consent', 'a:0:{}'),
(25766, 1181, '_hash', '30527b9beed03cbc5f05a8777e36f3c5'),
(25767, 1489, '_submission_status', 'mail_sent'),
(25768, 1489, '_subject', '[your-subject]'),
(25769, 1489, '_from', 'Test <test@test.com>'),
(25770, 1489, '_from_name', 'Test'),
(25771, 1489, '_from_email', 'test@test.com'),
(25772, 1489, '_field_your-name', 'Test'),
(25773, 1489, '_field_tel-115', '01234567'),
(25774, 1489, '_field_your-email', 'test@test.com'),
(25775, 1489, '_field_text-952', 'testing'),
(25776, 1489, '_fields', 'a:4:{s:9:\"your-name\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(25777, 1489, '_meta', 'a:19:{s:13:\"serial_number\";i:14;s:9:\"remote_ip\";s:14:\"193.176.84.163\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:17:\"December 30, 2020\";s:4:\"time\";s:7:\"3:56 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25778, 1489, '_akismet', ''),
(25779, 1489, '_recaptcha', 'a:0:{}'),
(25780, 1489, '_spam_log', 'a:0:{}'),
(25781, 1489, '_consent', 'a:0:{}'),
(25782, 1489, '_hash', 'c592dd1d926f25a49c7b8f609ff633a5'),
(25783, 1490, '_submission_status', 'mail_sent'),
(25784, 1490, '_subject', '[your-subject]'),
(25785, 1490, '_from', 'Test <test@test.com>'),
(25786, 1490, '_from_name', 'Test'),
(25787, 1490, '_from_email', 'test@test.com'),
(25788, 1490, '_field_your-name', 'Test'),
(25789, 1490, '_field_phone', '01234567'),
(25790, 1490, '_field_your-email', 'test@test.com'),
(25791, 1490, '_fields', 'a:3:{s:9:\"your-name\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25792, 1490, '_meta', 'a:19:{s:13:\"serial_number\";i:23;s:9:\"remote_ip\";s:14:\"193.176.84.163\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:17:\"December 30, 2020\";s:4:\"time\";s:7:\"3:56 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25793, 1490, '_akismet', ''),
(25794, 1490, '_recaptcha', 'a:0:{}'),
(25795, 1490, '_spam_log', 'a:0:{}'),
(25796, 1490, '_consent', 'a:0:{}'),
(25797, 1490, '_hash', 'a407eb6b49d08c4eff7e1164388150b4'),
(25798, 1491, '_submission_status', 'mail_sent'),
(25799, 1491, '_subject', '[your-subject]'),
(25800, 1491, '_from', 'Test <test@test.com>'),
(25801, 1491, '_from_name', 'Test'),
(25802, 1491, '_from_email', 'test@test.com'),
(25803, 1491, '_field_your-name', 'Test'),
(25804, 1491, '_field_phone', '01234567'),
(25805, 1491, '_field_your-email', 'test@test.com'),
(25806, 1491, '_fields', 'a:3:{s:9:\"your-name\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(25807, 1491, '_meta', 'a:19:{s:13:\"serial_number\";i:8;s:9:\"remote_ip\";s:14:\"193.176.84.163\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:17:\"December 30, 2020\";s:4:\"time\";s:7:\"3:57 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(25808, 1491, '_akismet', ''),
(25809, 1491, '_recaptcha', 'a:0:{}'),
(25810, 1491, '_spam_log', 'a:0:{}'),
(25811, 1491, '_consent', 'a:0:{}'),
(25812, 1491, '_hash', 'a1566cca9348a3d58b45d2961c80c9e7'),
(25813, 1492, '_submission_status', 'mail_sent'),
(25814, 1492, '_subject', '[your-subject]'),
(25815, 1492, '_from', 'Test <test@test.com>'),
(25816, 1492, '_from_name', 'Test'),
(25817, 1492, '_from_email', 'test@test.com'),
(25818, 1492, '_field_your-name', 'Test'),
(25819, 1492, '_field_your-email', 'test@test.com'),
(25820, 1492, '_field_phone', '01234567'),
(25821, 1492, '_field_your-message', 'testing'),
(25822, 1492, '_fields', 'a:4:{s:9:\"your-name\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:12:\"your-message\";N;}'),
(25823, 1492, '_meta', 'a:19:{s:13:\"serial_number\";i:11;s:9:\"remote_ip\";s:14:\"193.176.84.163\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:17:\"December 30, 2020\";s:4:\"time\";s:7:\"3:58 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25824, 1492, '_akismet', ''),
(25825, 1492, '_recaptcha', 'a:0:{}'),
(25826, 1492, '_spam_log', 'a:0:{}'),
(25827, 1492, '_consent', 'a:0:{}'),
(25828, 1492, '_hash', 'a9ddf953ef5ca61bba1942a8eb600f01'),
(25829, 1494, '_submission_status', 'mail_sent'),
(25830, 1494, '_subject', '[your-subject]'),
(25831, 1494, '_from', 'Muhammad Yasir Biag <engryasir49@gmail.com>'),
(25832, 1494, '_from_name', 'Muhammad Yasir Biag'),
(25833, 1494, '_from_email', 'engryasir49@gmail.com'),
(25834, 1494, '_field_your-name', 'Muhammad Yasir Biag '),
(25835, 1494, '_field_tel-115', '77880855'),
(25836, 1494, '_field_your-email', 'engryasir49@gmail.com'),
(25837, 1494, '_field_text-952', 'Redco International'),
(25838, 1494, '_fields', 'a:4:{s:9:\"your-name\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(25839, 1494, '_meta', 'a:19:{s:13:\"serial_number\";i:15;s:9:\"remote_ip\";s:13:\"37.186.32.246\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:15:\"January 2, 2021\";s:4:\"time\";s:7:\"1:32 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25840, 1494, '_akismet', ''),
(25841, 1494, '_recaptcha', 'a:0:{}'),
(25842, 1494, '_spam_log', 'a:0:{}'),
(25843, 1494, '_consent', 'a:0:{}'),
(25844, 1494, '_hash', '26888e851d343f5e1608fd90a60474ab'),
(25845, 1495, '_submission_status', 'mail_sent'),
(25846, 1495, '_subject', '[your-subject]'),
(25847, 1495, '_from', '[your-name] <engryasir49@gmail.com>'),
(25848, 1495, '_from_name', '[your-name]'),
(25849, 1495, '_from_email', 'engryasir49@gmail.com'),
(25850, 1495, '_field_name', 'Muhammad Yasir Baig'),
(25851, 1495, '_field_your-email', 'engryasir49@gmail.com'),
(25852, 1495, '_field_phone', '00974778'),
(25853, 1495, '_field_requirement', 'We are 4 candidates and interested for QMS ISO-9001-2015\nPlease confirm fee and timing of classes.'),
(25854, 1495, '_fields', 'a:4:{s:4:\"Name\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:11:\"requirement\";N;}'),
(25855, 1495, '_meta', 'a:19:{s:13:\"serial_number\";i:8;s:9:\"remote_ip\";s:13:\"37.186.32.246\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:15:\"January 2, 2021\";s:4:\"time\";s:7:\"1:34 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25856, 1495, '_akismet', ''),
(25857, 1495, '_recaptcha', 'a:0:{}'),
(25858, 1495, '_spam_log', 'a:0:{}'),
(25859, 1495, '_consent', 'a:0:{}'),
(25860, 1495, '_hash', '7db6e078f9e56c70901ea368b5c636de'),
(25861, 1497, '_submission_status', 'mail_sent'),
(25862, 1497, '_subject', '[your-subject]'),
(25863, 1497, '_from', 'Abdul Basith <basith@sic-q.com>'),
(25864, 1497, '_from_name', 'Abdul Basith'),
(25865, 1497, '_from_email', 'basith@sic-q.com'),
(25866, 1497, '_field_your-name', 'Abdul Basith'),
(25867, 1497, '_field_tel-115', '77334734'),
(25868, 1497, '_field_your-email', 'basith@sic-q.com'),
(25869, 1497, '_field_text-952', 'QIPF'),
(25870, 1497, '_fields', 'a:4:{s:9:\"your-name\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(25871, 1497, '_meta', 'a:19:{s:13:\"serial_number\";i:16;s:9:\"remote_ip\";s:14:\"178.152.93.233\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:15:\"January 3, 2021\";s:4:\"time\";s:7:\"8:26 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25872, 1497, '_akismet', ''),
(25873, 1497, '_recaptcha', 'a:0:{}'),
(25874, 1497, '_spam_log', 'a:0:{}'),
(25875, 1497, '_consent', 'a:0:{}'),
(25876, 1497, '_hash', 'c90c9d904e5932796364cd11447d8b8f'),
(25877, 1516, '_submission_status', 'mail_sent'),
(25878, 1516, '_subject', '[your-subject]'),
(25879, 1516, '_from', '[your-name] <[your-email]>'),
(25880, 1516, '_from_name', '[your-name]'),
(25881, 1516, '_from_email', '[your-email]'),
(25882, 1516, '_field_certificate', '70109539'),
(25883, 1516, '_fields', 'a:1:{s:11:\"certificate\";N;}'),
(25884, 1516, '_meta', 'a:19:{s:13:\"serial_number\";i:6;s:9:\"remote_ip\";s:13:\"37.186.42.136\";s:10:\"user_agent\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 Edg/87.0.664.66\";s:3:\"url\";s:28:\"https://aegis.qa/testimonial\";s:4:\"date\";s:15:\"January 7, 2021\";s:4:\"time\";s:7:\"5:27 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25885, 1516, '_akismet', ''),
(25886, 1516, '_recaptcha', 'a:0:{}'),
(25887, 1516, '_spam_log', 'a:0:{}'),
(25888, 1516, '_consent', 'a:0:{}'),
(25889, 1516, '_hash', '5fc9e496a1c0d5dc0c3ed0c8bc2bd2ae'),
(25890, 1516, '_submission_status', 'mail_sent'),
(25891, 1516, '_subject', '[your-subject]'),
(25892, 1516, '_from', '[your-name] <[your-email]>'),
(25893, 1516, '_from_name', '[your-name]'),
(25894, 1516, '_from_email', '[your-email]'),
(25895, 1516, '_field_certificate', '70109539'),
(25896, 1516, '_fields', 'a:1:{s:11:\"certificate\";N;}'),
(25897, 1516, '_meta', 'a:19:{s:13:\"serial_number\";i:6;s:9:\"remote_ip\";s:13:\"37.186.42.136\";s:10:\"user_agent\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 Edg/87.0.664.66\";s:3:\"url\";s:28:\"https://aegis.qa/testimonial\";s:4:\"date\";s:15:\"January 7, 2021\";s:4:\"time\";s:7:\"5:27 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25898, 1516, '_akismet', ''),
(25899, 1516, '_recaptcha', 'a:0:{}'),
(25900, 1516, '_spam_log', 'a:0:{}'),
(25901, 1516, '_consent', 'a:0:{}'),
(25902, 1516, '_hash', '5fc9e496a1c0d5dc0c3ed0c8bc2bd2ae'),
(25903, 1520, '_submission_status', 'mail_sent'),
(25904, 1520, '_subject', '[your-subject]'),
(25905, 1520, '_from', '[your-name] <[your-email]>'),
(25906, 1520, '_from_name', '[your-name]'),
(25907, 1520, '_from_email', '[your-email]'),
(25908, 1520, '_field_certificate', '70109539'),
(25909, 1520, '_fields', 'a:1:{s:11:\"certificate\";N;}'),
(25910, 1520, '_meta', 'a:19:{s:13:\"serial_number\";i:8;s:9:\"remote_ip\";s:13:\"37.186.42.136\";s:10:\"user_agent\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 Edg/87.0.664.66\";s:3:\"url\";s:28:\"https://aegis.qa/testimonial\";s:4:\"date\";s:15:\"January 7, 2021\";s:4:\"time\";s:7:\"5:27 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25911, 1520, '_akismet', ''),
(25912, 1520, '_recaptcha', 'a:0:{}'),
(25913, 1520, '_spam_log', 'a:0:{}'),
(25914, 1520, '_consent', 'a:0:{}'),
(25915, 1520, '_hash', '85853c9b450ac9bafc3980ce8cfa61b2'),
(25916, 1523, '_submission_status', 'mail_sent'),
(25917, 1523, '_subject', '[your-subject]'),
(25918, 1523, '_from', 'Rachida Essabri <sales@maktapp.com>'),
(25919, 1523, '_from_name', 'Rachida Essabri'),
(25920, 1523, '_from_email', 'sales@maktapp.com'),
(25921, 1523, '_field_your-name', 'Rachida Essabri'),
(25922, 1523, '_field_your-email', 'sales@maktapp.com'),
(25923, 1523, '_field_phone', '30005665'),
(25924, 1523, '_field_your-message', 'Dear Team\n\n \n\nThis is Rachida, the Sales expert in Fatora.\n\n \n\nWe are approaching you with the intent to propose to you a partnership between Fatora and your IT Company.\n\n \n\nFatora is an online payment provider located in Qatar. We currently have over 13k clients in Qatar that are using our services such as QF, HBKU, Qatar Insurance Brokers, Qatar Chess Federation and so on.\n\n \n\n \n\n \n\nWe currently provide the following services to our customers.\n\n \n\nPayable Invoice/Link: send payable invoices and collect your payments through any Social Media Platform, Whatsapp, SMS or Email.\n\n \n\nPayment Gateway: Add a payment gateway to your website to allow people to pay you through your website.\n\n \n\nAPI Integration: Integrate online payments with any ERP or Accounting Tools.\n\n \n\n \n\n \n\nWe have recently launched a reseller program that allows our partners to get a percentage of the amounts paid by the referred client or the option to get a recurring amount from the transaction fees generated by the referred client. We would like to see if you would be interested in joining our reseller program.Please let us know if you would like to organize a meeting from here: https://calendly.com/fatora\n\n \n\n \n\nRegards,\n\n \n\nRachida Essabri.\n\nM: 30005665\n\nFatora.io'),
(25925, 1523, '_fields', 'a:4:{s:9:\"your-name\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:12:\"your-message\";N;}'),
(25926, 1523, '_meta', 'a:19:{s:13:\"serial_number\";i:7;s:9:\"remote_ip\";s:12:\"85.145.29.52\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36\";s:3:\"url\";s:28:\"https://aegis.qa/contact-us/\";s:4:\"date\";s:16:\"January 13, 2021\";s:4:\"time\";s:7:\"1:56 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25927, 1523, '_akismet', ''),
(25928, 1523, '_recaptcha', 'a:0:{}'),
(25929, 1523, '_spam_log', 'a:0:{}'),
(25930, 1523, '_consent', 'a:0:{}'),
(25931, 1523, '_hash', '1558ca015549d0912a4891ca0be41537'),
(25932, 1525, '_submission_status', 'mail_sent'),
(25933, 1525, '_subject', '[your-subject]'),
(25934, 1525, '_from', 'Faraz Ahmed <faraz@alrmehconsultants.com>'),
(25935, 1525, '_from_name', 'Faraz Ahmed'),
(25936, 1525, '_from_email', 'faraz@alrmehconsultants.com'),
(25937, 1525, '_field_your-name', 'Faraz Ahmed'),
(25938, 1525, '_field_tel-115', '3203 540'),
(25939, 1525, '_field_your-email', 'faraz@alrmehconsultants.com'),
(25940, 1525, '_field_text-952', 'ALrmeh Consultants'),
(25941, 1525, '_fields', 'a:4:{s:9:\"your-name\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(25942, 1525, '_meta', 'a:19:{s:13:\"serial_number\";i:17;s:9:\"remote_ip\";s:14:\"119.157.33.214\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"January 13, 2021\";s:4:\"time\";s:8:\"12:03 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25943, 1525, '_akismet', ''),
(25944, 1525, '_recaptcha', 'a:0:{}'),
(25945, 1525, '_spam_log', 'a:0:{}'),
(25946, 1525, '_consent', 'a:0:{}'),
(25947, 1525, '_hash', '9da1a9019f2f4c7526aca5e2192c76f1'),
(25948, 1536, '_submission_status', 'mail_sent'),
(25949, 1536, '_subject', '[your-subject]'),
(25950, 1536, '_from', 'Samer Al-Qadi <sralqadi@lzhiba.qa>'),
(25951, 1536, '_from_name', 'Samer Al-Qadi'),
(25952, 1536, '_from_email', 'sralqadi@lzhiba.qa'),
(25953, 1536, '_field_your-name', 'Samer Al-Qadi'),
(25954, 1536, '_field_tel-115', '55896289'),
(25955, 1536, '_field_your-email', 'sralqadi@lzhiba.qa'),
(25956, 1536, '_field_text-952', 'Lzhiba Design & Trading'),
(25957, 1536, '_fields', 'a:4:{s:9:\"your-name\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(25958, 1536, '_meta', 'a:19:{s:13:\"serial_number\";i:18;s:9:\"remote_ip\";s:14:\"78.100.121.206\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"January 19, 2021\";s:4:\"time\";s:7:\"6:14 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25959, 1536, '_akismet', ''),
(25960, 1536, '_recaptcha', 'a:0:{}'),
(25961, 1536, '_spam_log', 'a:0:{}'),
(25962, 1536, '_consent', 'a:0:{}'),
(25963, 1536, '_hash', '55dc006d32633155df0561fad1dedc46'),
(25964, 1546, '_submission_status', 'mail_sent'),
(25965, 1546, '_subject', '[your-subject]'),
(25966, 1546, '_from', '[your-name] <[your-email]>'),
(25967, 1546, '_from_name', '[your-name]'),
(25968, 1546, '_from_email', '[your-email]'),
(25969, 1546, '_field_certificate', 'As-iat-401212'),
(25970, 1546, '_fields', 'a:1:{s:11:\"certificate\";N;}'),
(25971, 1546, '_meta', 'a:19:{s:13:\"serial_number\";i:9;s:9:\"remote_ip\";s:12:\"89.211.198.1\";s:10:\"user_agent\";s:120:\"Mozilla/5.0 (Linux; Android 10; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.93 Mobile Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"January 22, 2021\";s:4:\"time\";s:8:\"11:23 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25972, 1546, '_akismet', ''),
(25973, 1546, '_recaptcha', 'a:0:{}'),
(25974, 1546, '_spam_log', 'a:0:{}'),
(25975, 1546, '_consent', 'a:0:{}'),
(25976, 1546, '_hash', 'e22741147ca96dd18556e2b00187c1c3'),
(25977, 1548, '_submission_status', 'mail_sent'),
(25978, 1548, '_subject', '[your-subject]'),
(25979, 1548, '_from', 'aaa <semen95@internet.ru>'),
(25980, 1548, '_from_name', 'aaa'),
(25981, 1548, '_from_email', 'semen95@internet.ru'),
(25982, 1548, '_field_your-name', 'aaa'),
(25983, 1548, '_field_your-email', 'semen95@internet.ru'),
(25984, 1548, '_field_phone', '13413412'),
(25985, 1548, '_field_your-message', 'adf ad fad f'),
(25986, 1548, '_fields', 'a:4:{s:9:\"your-name\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:12:\"your-message\";N;}'),
(25987, 1548, '_meta', 'a:19:{s:13:\"serial_number\";i:8;s:9:\"remote_ip\";s:13:\"63.141.240.26\";s:10:\"user_agent\";s:113:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:3:\"url\";s:28:\"https://aegis.qa/contact-us/\";s:4:\"date\";s:16:\"January 24, 2021\";s:4:\"time\";s:7:\"6:24 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(25988, 1548, '_akismet', ''),
(25989, 1548, '_recaptcha', 'a:0:{}'),
(25990, 1548, '_spam_log', 'a:0:{}'),
(25991, 1548, '_consent', 'a:0:{}'),
(25992, 1548, '_hash', '47030cf43ddac2a75e204d71ee2ae60f'),
(25993, 5514, '_submission_status', 'mail_sent'),
(25994, 5514, '_subject', '[your-subject]'),
(25995, 5514, '_from', 'viswanathan <viswaa@fortunalanka.com>'),
(25996, 5514, '_from_name', 'viswanathan'),
(25997, 5514, '_from_email', 'viswaa@fortunalanka.com'),
(25998, 5514, '_field_your-name', 'viswanathan'),
(25999, 5514, '_field_tel-115', '07791006'),
(26000, 5514, '_field_your-email', 'viswaa@fortunalanka.com'),
(26001, 5514, '_field_text-952', 'fortuna enterprises'),
(26002, 5514, '_fields', 'a:4:{s:9:\"your-name\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(26003, 5514, '_meta', 'a:19:{s:13:\"serial_number\";i:19;s:9:\"remote_ip\";s:15:\"123.231.127.153\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"January 26, 2021\";s:4:\"time\";s:7:\"8:25 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(26004, 5514, '_akismet', ''),
(26005, 5514, '_recaptcha', 'a:0:{}'),
(26006, 5514, '_spam_log', 'a:0:{}'),
(26007, 5514, '_consent', 'a:0:{}'),
(26008, 5514, '_hash', 'c667d4a9b763eb267c303735e3592ff2'),
(26009, 5515, '_submission_status', 'mail_sent'),
(26010, 5515, '_subject', '[your-subject]'),
(26011, 5515, '_from', 'Faraz Ahmed <faraz@alrmehconsultants.com>'),
(26012, 5515, '_from_name', 'Faraz Ahmed'),
(26013, 5515, '_from_email', 'faraz@alrmehconsultants.com'),
(26014, 5515, '_field_your-name', 'Faraz Ahmed'),
(26015, 5515, '_field_tel-115', '3203 540'),
(26016, 5515, '_field_your-email', 'faraz@alrmehconsultants.com'),
(26017, 5515, '_field_text-952', 'ALrmeh Consultants'),
(26018, 5515, '_fields', 'a:4:{s:9:\"your-name\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(26019, 5515, '_meta', 'a:19:{s:13:\"serial_number\";i:20;s:9:\"remote_ip\";s:15:\"182.188.141.163\";s:10:\"user_agent\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"January 27, 2021\";s:4:\"time\";s:7:\"7:35 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(26020, 5515, '_akismet', ''),
(26021, 5515, '_recaptcha', 'a:0:{}'),
(26022, 5515, '_spam_log', 'a:0:{}'),
(26023, 5515, '_consent', 'a:0:{}'),
(26024, 5515, '_hash', '27dd1a0d8e93b4cfc15a93dd71c6b327'),
(26025, 5516, '_submission_status', 'mail_sent'),
(26026, 5516, '_subject', '[your-subject]'),
(26027, 5516, '_from', 'test <test@gmail.com>'),
(26028, 5516, '_from_name', 'test'),
(26029, 5516, '_from_email', 'test@gmail.com'),
(26030, 5516, '_field_your-name', 'test'),
(26031, 5516, '_field_phone', '42352523'),
(26032, 5516, '_field_your-email', 'test@gmail.com'),
(26033, 5516, '_fields', 'a:3:{s:9:\"your-name\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(26034, 5516, '_meta', 'a:19:{s:13:\"serial_number\";i:9;s:9:\"remote_ip\";s:14:\"203.145.165.17\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"January 28, 2021\";s:4:\"time\";s:7:\"7:24 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(26035, 5516, '_akismet', ''),
(26036, 5516, '_recaptcha', 'a:0:{}'),
(26037, 5516, '_spam_log', 'a:0:{}'),
(26038, 5516, '_consent', 'a:0:{}'),
(26039, 5516, '_hash', 'f3fde4b91780d310bbb32be0a043fe2d'),
(26040, 5517, '_submission_status', 'mail_sent'),
(26041, 5517, '_subject', '[your-subject]'),
(26042, 5517, '_from', 'test <test@gmail.com>'),
(26043, 5517, '_from_name', 'test'),
(26044, 5517, '_from_email', 'test@gmail.com'),
(26045, 5517, '_field_your-name', 'test'),
(26046, 5517, '_field_phone', '23534523'),
(26047, 5517, '_field_your-email', 'test@gmail.com'),
(26048, 5517, '_fields', 'a:3:{s:9:\"your-name\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(26049, 5517, '_meta', 'a:19:{s:13:\"serial_number\";i:24;s:9:\"remote_ip\";s:14:\"203.145.165.17\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"January 28, 2021\";s:4:\"time\";s:7:\"7:25 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(26050, 5517, '_akismet', ''),
(26051, 5517, '_recaptcha', 'a:0:{}'),
(26052, 5517, '_spam_log', 'a:0:{}'),
(26053, 5517, '_consent', 'a:0:{}'),
(26054, 5517, '_hash', '2c0e9e466ea0badecc314feb3bc64771'),
(26055, 5518, '_submission_status', 'mail_sent'),
(26056, 5518, '_subject', '[your-subject]'),
(26057, 5518, '_from', 'test <test@gmail.com>'),
(26058, 5518, '_from_name', 'test'),
(26059, 5518, '_from_email', 'test@gmail.com'),
(26060, 5518, '_field_your-name', 'test'),
(26061, 5518, '_field_your-email', 'test@gmail.com'),
(26062, 5518, '_field_phone', '24543523'),
(26063, 5518, '_field_your-message', 'teste'),
(26064, 5518, '_fields', 'a:4:{s:9:\"your-name\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:12:\"your-message\";N;}'),
(26065, 5518, '_meta', 'a:19:{s:13:\"serial_number\";i:12;s:9:\"remote_ip\";s:14:\"203.145.165.17\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"January 28, 2021\";s:4:\"time\";s:7:\"7:25 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:14:\"Aegis Services\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:22:\"munish14sept@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(26066, 5518, '_akismet', ''),
(26067, 5518, '_recaptcha', 'a:0:{}'),
(26068, 5518, '_spam_log', 'a:0:{}'),
(26069, 5518, '_consent', 'a:0:{}'),
(26070, 5518, '_hash', '9df9162b95fb5e77340c91d0c391ec3a'),
(26077, 2337, '_yoast_wpseo_metadesc', 'Description: Frequently Asked Question. If you are not clear about our services then here you can find the answers of your question. Visit us now.'),
(26078, 2337, '_yoast_wpseo_content_score', '30'),
(26079, 2337, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(26080, 2338, '_yoast_wpseo_metadesc', 'Read our latest Blogs on ISO certifications and stay connected with all the updates. To know more visit us.'),
(26081, 2338, '_yoast_wpseo_content_score', '60'),
(26082, 2338, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(26083, 2335, '_yoast_wpseo_metadesc', 'Aegis Services is one of the leading company in Qatar that provide ISO certification services in Qatar since 2012.'),
(26084, 2335, '_yoast_wpseo_content_score', '30'),
(26085, 2335, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(26088, 5520, '_submission_status', 'mail_sent'),
(26089, 5520, '_subject', '[your-subject]'),
(26090, 5520, '_from', 'Test <test@gmail.com>'),
(26091, 5520, '_from_name', 'Test'),
(26092, 5520, '_from_email', 'test@gmail.com'),
(26093, 5520, '_field_your-name', 'Test'),
(26094, 5520, '_field_gclid_field', ''),
(26095, 5520, '_field_phone', '78979797'),
(26096, 5520, '_field_your-email', 'test@gmail.com'),
(26097, 5520, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(26098, 5520, '_meta', 'a:19:{s:13:\"serial_number\";i:1;s:9:\"remote_ip\";s:14:\"203.145.165.17\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36\";s:3:\"url\";s:21:\"https://aegis.qa/faq/\";s:4:\"date\";s:16:\"January 29, 2021\";s:4:\"time\";s:8:\"12:00 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:43:\"Aegis Services - ISO Certification in Qatar\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:21:\"raman@technoarray.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(26099, 5520, '_akismet', NULL),
(26100, 5520, '_recaptcha', 'a:0:{}'),
(26101, 5520, '_spam_log', 'a:0:{}'),
(26102, 5520, '_consent', 'a:0:{}'),
(26103, 5520, '_hash', 'b19b62d36b787449be008ee01747aec3'),
(26108, 5524, '_submission_status', 'mail_sent'),
(26109, 5524, '_subject', '[your-subject]'),
(26110, 5524, '_from', 'Kunal <kunal@gmail.com>'),
(26111, 5524, '_from_name', 'Kunal'),
(26112, 5524, '_from_email', 'kunal@gmail.com'),
(26113, 5524, '_field_your-name', 'Kunal'),
(26114, 5524, '_field_gclid_field', ''),
(26115, 5524, '_field_phone', '78979797'),
(26116, 5524, '_field_your-email', 'kunal@gmail.com'),
(26117, 5524, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(26118, 5524, '_meta', 'a:19:{s:13:\"serial_number\";i:2;s:9:\"remote_ip\";s:14:\"203.145.165.17\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36\";s:3:\"url\";s:21:\"https://aegis.qa/faq/\";s:4:\"date\";s:16:\"January 29, 2021\";s:4:\"time\";s:8:\"12:01 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:43:\"Aegis Services - ISO Certification in Qatar\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:21:\"raman@technoarray.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(26119, 5524, '_akismet', NULL),
(26120, 5524, '_recaptcha', 'a:0:{}'),
(26121, 5524, '_spam_log', 'a:0:{}'),
(26122, 5524, '_consent', 'a:0:{}'),
(26123, 5524, '_hash', '111619a6a9b6e9b455e4b4cbd87ef112'),
(26128, 5526, '_submission_status', 'mail_sent'),
(26129, 5526, '_subject', '[your-subject]'),
(26130, 5526, '_from', 'Kunal <tanu@technoarray.com>'),
(26131, 5526, '_from_name', 'Kunal'),
(26132, 5526, '_from_email', 'tanu@technoarray.com'),
(26133, 5526, '_field_your-name', 'Kunal'),
(26134, 5526, '_field_gclid_field', ''),
(26135, 5526, '_field_phone', '78979797'),
(26136, 5526, '_field_your-email', 'tanu@technoarray.com'),
(26137, 5526, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(26138, 5526, '_meta', 'a:19:{s:13:\"serial_number\";i:3;s:9:\"remote_ip\";s:14:\"203.145.165.17\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36\";s:3:\"url\";s:21:\"https://aegis.qa/faq/\";s:4:\"date\";s:16:\"January 29, 2021\";s:4:\"time\";s:8:\"12:07 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:43:\"Aegis Services - ISO Certification in Qatar\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:21:\"raman@technoarray.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(26139, 5526, '_akismet', NULL),
(26140, 5526, '_recaptcha', 'a:0:{}'),
(26141, 5526, '_spam_log', 'a:0:{}'),
(26142, 5526, '_consent', 'a:0:{}'),
(26143, 5526, '_hash', '27f4d0ec9d74fee85059cf85edaab0f6'),
(26145, 5527, '_submission_status', 'mail_sent'),
(26146, 5527, '_subject', '[your-subject]'),
(26147, 5527, '_from', 'Kunal <kunal@gmail.com>'),
(26148, 5527, '_from_name', 'Kunal'),
(26149, 5527, '_from_email', 'kunal@gmail.com'),
(26150, 5527, '_field_your-name', 'Kunal'),
(26151, 5527, '_field_gclid_field', ''),
(26152, 5527, '_field_phone', '78979797'),
(26153, 5527, '_field_your-email', 'kunal@gmail.com'),
(26154, 5527, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(26155, 5527, '_meta', 'a:19:{s:13:\"serial_number\";i:4;s:9:\"remote_ip\";s:14:\"203.145.165.17\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"January 29, 2021\";s:4:\"time\";s:7:\"1:20 pm\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:43:\"Aegis Services - ISO Certification in Qatar\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:21:\"raman@technoarray.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(26156, 5527, '_akismet', NULL),
(26157, 5527, '_recaptcha', 'a:0:{}'),
(26158, 5527, '_spam_log', 'a:0:{}'),
(26159, 5527, '_consent', 'a:0:{}'),
(26160, 5527, '_hash', '9179f53250d01913f3c8746901b47b46'),
(26161, 5529, '_submission_status', 'mail_sent'),
(26162, 5529, '_subject', '[your-subject]'),
(26163, 5529, '_from', 'Kunal <kunal@gmail.com>'),
(26164, 5529, '_from_name', 'Kunal'),
(26165, 5529, '_from_email', 'kunal@gmail.com'),
(26166, 5529, '_field_your-name', 'Kunal'),
(26167, 5529, '_field_gclid_field', ''),
(26168, 5529, '_field_phone', '78979797'),
(26169, 5529, '_field_your-email', 'kunal@gmail.com'),
(26170, 5529, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(26171, 5529, '_meta', 'a:19:{s:13:\"serial_number\";i:5;s:9:\"remote_ip\";s:14:\"203.145.165.17\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"January 29, 2021\";s:4:\"time\";s:7:\"1:40 pm\";s:7:\"post_id\";s:4:\"3628\";s:9:\"post_name\";s:4:\"home\";s:10:\"post_title\";s:4:\"Home\";s:8:\"post_url\";s:17:\"https://aegis.qa/\";s:11:\"post_author\";s:6:\"techno\";s:17:\"post_author_email\";s:21:\"raman@technoarray.com\";s:10:\"site_title\";s:43:\"Aegis Services - ISO Certification in Qatar\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:21:\"raman@technoarray.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(26172, 5529, '_akismet', NULL),
(26173, 5529, '_recaptcha', 'a:0:{}'),
(26174, 5529, '_spam_log', 'a:0:{}'),
(26175, 5529, '_consent', 'a:0:{}'),
(26176, 5529, '_hash', 'e812e98e9427b25679334eb2974e30a1'),
(26177, 5530, '_submission_status', 'mail_sent'),
(26178, 5530, '_subject', '[your-subject]'),
(26179, 5530, '_from', 'Kunal <tanu@technoarray.com>'),
(26180, 5530, '_from_name', 'Kunal'),
(26181, 5530, '_from_email', 'tanu@technoarray.com'),
(26182, 5530, '_field_your-name', 'Kunal'),
(26183, 5530, '_field_gclid_field', ''),
(26184, 5530, '_field_phone', '78979797'),
(26185, 5530, '_field_your-email', 'tanu@technoarray.com'),
(26186, 5530, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(26187, 5530, '_meta', 'a:19:{s:13:\"serial_number\";i:6;s:9:\"remote_ip\";s:14:\"203.145.165.17\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"January 29, 2021\";s:4:\"time\";s:7:\"1:41 pm\";s:7:\"post_id\";s:4:\"3628\";s:9:\"post_name\";s:4:\"home\";s:10:\"post_title\";s:4:\"Home\";s:8:\"post_url\";s:17:\"https://aegis.qa/\";s:11:\"post_author\";s:6:\"techno\";s:17:\"post_author_email\";s:21:\"raman@technoarray.com\";s:10:\"site_title\";s:43:\"Aegis Services - ISO Certification in Qatar\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:21:\"raman@technoarray.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(26188, 5530, '_akismet', NULL),
(26189, 5530, '_recaptcha', 'a:0:{}'),
(26190, 5530, '_spam_log', 'a:0:{}'),
(26191, 5530, '_consent', 'a:0:{}'),
(26192, 5530, '_hash', '9fe07eb2f605bd61f82f07a5d0459089'),
(26194, 5531, '_submission_status', 'mail_sent'),
(26195, 5531, '_subject', '[your-subject]'),
(26196, 5531, '_from', 'Kunal xyz <tanu@technoarray.com>'),
(26197, 5531, '_from_name', 'Kunal xyz'),
(26198, 5531, '_from_email', 'tanu@technoarray.com'),
(26199, 5531, '_field_your-name', 'Kunal xyz'),
(26200, 5531, '_field_gclid_field', ''),
(26201, 5531, '_field_tel-115', '78979797'),
(26202, 5531, '_field_your-email', 'tanu@technoarray.com'),
(26203, 5531, '_field_text-952', 'asdfasdf'),
(26204, 5531, '_fields', 'a:5:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(26205, 5531, '_meta', 'a:19:{s:13:\"serial_number\";i:1;s:9:\"remote_ip\";s:14:\"203.145.165.17\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"January 29, 2021\";s:4:\"time\";s:7:\"1:44 pm\";s:7:\"post_id\";s:4:\"3628\";s:9:\"post_name\";s:4:\"home\";s:10:\"post_title\";s:4:\"Home\";s:8:\"post_url\";s:17:\"https://aegis.qa/\";s:11:\"post_author\";s:6:\"techno\";s:17:\"post_author_email\";s:21:\"raman@technoarray.com\";s:10:\"site_title\";s:43:\"Aegis Services - ISO Certification in Qatar\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:21:\"raman@technoarray.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(26206, 5531, '_akismet', NULL),
(26207, 5531, '_recaptcha', 'a:0:{}'),
(26208, 5531, '_spam_log', 'a:0:{}'),
(26209, 5531, '_consent', 'a:0:{}'),
(26210, 5531, '_hash', '6b4ef759f0ef941b04a6eb31479bc6d7'),
(26211, 5532, '_submission_status', 'mail_sent'),
(26212, 5532, '_subject', '[your-subject]'),
(26213, 5532, '_from', 'Kunal <kunal@gmail.com>'),
(26214, 5532, '_from_name', 'Kunal'),
(26215, 5532, '_from_email', 'kunal@gmail.com'),
(26216, 5532, '_field_your-name', 'Kunal'),
(26217, 5532, '_field_gclid_field', ''),
(26218, 5532, '_field_phone', '78979797'),
(26219, 5532, '_field_your-email', 'kunal@gmail.com'),
(26220, 5532, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(26221, 5532, '_meta', 'a:19:{s:13:\"serial_number\";i:7;s:9:\"remote_ip\";s:14:\"203.145.165.17\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"January 29, 2021\";s:4:\"time\";s:7:\"1:45 pm\";s:7:\"post_id\";s:4:\"3628\";s:9:\"post_name\";s:4:\"home\";s:10:\"post_title\";s:4:\"Home\";s:8:\"post_url\";s:17:\"https://aegis.qa/\";s:11:\"post_author\";s:6:\"techno\";s:17:\"post_author_email\";s:21:\"raman@technoarray.com\";s:10:\"site_title\";s:43:\"Aegis Services - ISO Certification in Qatar\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:21:\"raman@technoarray.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(26222, 5532, '_akismet', NULL),
(26223, 5532, '_recaptcha', 'a:0:{}'),
(26224, 5532, '_spam_log', 'a:0:{}'),
(26225, 5532, '_consent', 'a:0:{}'),
(26226, 5532, '_hash', 'a3810b9de8ffa458c2f12d5e6a52be53'),
(26281, 5456, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3805;s:10:\"size_after\";i:3805;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3805;s:10:\"size_after\";i:3805;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(26282, 5452, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.607310529845741076115928080980665981769561767578125;s:5:\"bytes\";i:1244;s:11:\"size_before\";i:47712;s:10:\"size_after\";i:46468;s:4:\"time\";d:0.1100000000000000144328993201270350255072116851806640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:566;s:11:\"size_before\";i:4737;s:10:\"size_after\";i:4171;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23673;s:10:\"size_after\";i:23673;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:589;s:11:\"size_before\";i:3446;s:10:\"size_after\";i:2857;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:89;s:11:\"size_before\";i:15856;s:10:\"size_after\";i:15767;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(26283, 5399, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.0944261888523794112870746175758540630340576171875;s:5:\"bytes\";i:2112;s:11:\"size_before\";i:16129;s:10:\"size_after\";i:14017;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2112;s:11:\"size_before\";i:16129;s:10:\"size_after\";i:14017;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),
(26284, 5263, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.5559913540130836384633994384785182774066925048828125;s:5:\"bytes\";i:1087;s:11:\"size_before\";i:69859;s:10:\"size_after\";i:68772;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:514;s:11:\"size_before\";i:6009;s:10:\"size_after\";i:5495;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36714;s:10:\"size_after\";i:36714;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.25;s:5:\"bytes\";i:573;s:11:\"size_before\";i:3526;s:10:\"size_after\";i:2953;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23610;s:10:\"size_after\";i:23610;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(26285, 5258, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13351;s:10:\"size_after\";i:13351;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1186;s:10:\"size_after\";i:1186;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6985;s:10:\"size_after\";i:6985;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:683;s:10:\"size_after\";i:683;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4497;s:10:\"size_after\";i:4497;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(26286, 5215, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.43651593888156359213326140888966619968414306640625;s:5:\"bytes\";i:2860;s:11:\"size_before\";i:64465;s:10:\"size_after\";i:61605;s:4:\"time\";d:0.159999999999999975575093458246556110680103302001953125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5469;s:10:\"size_after\";i:5469;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1708;s:11:\"size_before\";i:33160;s:10:\"size_after\";i:31452;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2997;s:10:\"size_after\";i:2997;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1152;s:11:\"size_before\";i:22839;s:10:\"size_after\";i:21687;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),
(26287, 5060, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.6593923362357170248060356243513524532318115234375;s:5:\"bytes\";i:2357;s:11:\"size_before\";i:27219;s:10:\"size_after\";i:24862;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:718;s:11:\"size_before\";i:2613;s:10:\"size_after\";i:1895;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:246;s:11:\"size_before\";i:13828;s:10:\"size_after\";i:13582;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.2999999999999971578290569595992565155029296875;s:5:\"bytes\";i:762;s:11:\"size_before\";i:1845;s:10:\"size_after\";i:1083;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:631;s:11:\"size_before\";i:8933;s:10:\"size_after\";i:8302;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(26288, 5029, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:30.865734533614247681043707416392862796783447265625;s:5:\"bytes\";i:22561;s:11:\"size_before\";i:73094;s:10:\"size_after\";i:50533;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:56.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:5860;s:11:\"size_before\";i:10449;s:10:\"size_after\";i:4589;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.75;s:5:\"bytes\";i:5212;s:11:\"size_before\";i:31124;s:10:\"size_after\";i:25912;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:5900;s:11:\"size_before\";i:9159;s:10:\"size_after\";i:3259;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:5589;s:11:\"size_before\";i:22362;s:10:\"size_after\";i:16773;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(26289, 4994, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.752571932460237125184221440576948225498199462890625;s:5:\"bytes\";i:2298;s:11:\"size_before\";i:61238;s:10:\"size_after\";i:58940;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:629;s:11:\"size_before\";i:5670;s:10:\"size_after\";i:5041;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.439999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:453;s:11:\"size_before\";i:31455;s:10:\"size_after\";i:31002;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:667;s:11:\"size_before\";i:3877;s:10:\"size_after\";i:3210;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:549;s:11:\"size_before\";i:20236;s:10:\"size_after\";i:19687;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(26290, 4940, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6104;s:10:\"size_after\";i:6104;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6104;s:10:\"size_after\";i:6104;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(26291, 4935, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:110742;s:10:\"size_after\";i:110742;s:4:\"time\";d:0.29000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:80051;s:10:\"size_after\";i:80051;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30691;s:10:\"size_after\";i:30691;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}}}'),
(26292, 4934, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5190477445888586061073510791175067424774169921875;s:5:\"bytes\";i:1911;s:11:\"size_before\";i:75862;s:10:\"size_after\";i:73951;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.609999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:345;s:11:\"size_before\";i:13213;s:10:\"size_after\";i:12868;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.92000000000000003996802888650563545525074005126953125;s:5:\"bytes\";i:62;s:11:\"size_before\";i:6718;s:10:\"size_after\";i:6656;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.689999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:1504;s:11:\"size_before\";i:55931;s:10:\"size_after\";i:54427;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(26293, 4933, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.345054831900324376903199663502164185047149658203125;s:5:\"bytes\";i:1045;s:11:\"size_before\";i:77692;s:10:\"size_after\";i:76647;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:215;s:11:\"size_before\";i:13917;s:10:\"size_after\";i:13702;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6382;s:10:\"size_after\";i:6382;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.4499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:830;s:11:\"size_before\";i:57393;s:10:\"size_after\";i:56563;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(26294, 4932, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4156;s:10:\"size_after\";i:4156;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4156;s:10:\"size_after\";i:4156;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(26295, 4899, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.055613668061366805517309330753050744533538818359375;s:5:\"bytes\";i:1211;s:11:\"size_before\";i:114720;s:10:\"size_after\";i:113509;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:603;s:11:\"size_before\";i:6051;s:10:\"size_after\";i:5448;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29907;s:10:\"size_after\";i:29907;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:608;s:11:\"size_before\";i:4416;s:10:\"size_after\";i:3808;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19853;s:10:\"size_after\";i:19853;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54493;s:10:\"size_after\";i:54493;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(26296, 4671, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.4441981413590241345445974729955196380615234375;s:5:\"bytes\";i:1225;s:11:\"size_before\";i:11729;s:10:\"size_after\";i:10504;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:1225;s:11:\"size_before\";i:10301;s:10:\"size_after\";i:9076;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1428;s:10:\"size_after\";i:1428;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(26297, 4646, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.59221079626882566770973426173441112041473388671875;s:5:\"bytes\";i:1031;s:11:\"size_before\";i:39773;s:10:\"size_after\";i:38742;s:4:\"time\";d:0.169999999999999984456877655247808434069156646728515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:11;s:5:\"bytes\";i:497;s:11:\"size_before\";i:4518;s:10:\"size_after\";i:4021;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19043;s:10:\"size_after\";i:19043;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:534;s:11:\"size_before\";i:3086;s:10:\"size_after\";i:2552;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13126;s:10:\"size_after\";i:13126;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),
(26298, 4208, 'wp-smush-animated', '1'),
(26299, 4208, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:40.03795066413662340210066759027540683746337890625;s:5:\"bytes\";i:633;s:11:\"size_before\";i:1581;s:10:\"size_after\";i:948;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:633;s:11:\"size_before\";i:1581;s:10:\"size_after\";i:948;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(26300, 4173, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:50.060576212755478309190948493778705596923828125;s:5:\"bytes\";i:152472;s:11:\"size_before\";i:304575;s:10:\"size_after\";i:152103;s:4:\"time\";d:3.05999999999999960920149533194489777088165283203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.31000000000000227373675443232059478759765625;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13058;s:10:\"size_after\";i:3746;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:74.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:0;s:11:\"size_before\";i:93672;s:10:\"size_after\";i:23518;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:91.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18216;s:10:\"size_after\";i:1589;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:92.2900000000000062527760746888816356658935546875;s:5:\"bytes\";i:0;s:11:\"size_before\";i:61090;s:10:\"size_after\";i:4711;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44155;s:10:\"size_after\";i:44155;s:4:\"time\";d:0.88000000000000000444089209850062616169452667236328125;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:73729;s:10:\"size_after\";i:73729;s:4:\"time\";d:1.6100000000000000976996261670137755572795867919921875;}s:26:\"swift_performance_lazyload\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:655;s:10:\"size_after\";i:655;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(26301, 4104, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:32.2486119679210361255172756500542163848876953125;s:5:\"bytes\";i:2091;s:11:\"size_before\";i:6484;s:10:\"size_after\";i:4393;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.25;s:5:\"bytes\";i:2091;s:11:\"size_before\";i:6484;s:10:\"size_after\";i:4393;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(26302, 3602, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:101410;s:10:\"size_after\";i:101410;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4980;s:10:\"size_after\";i:4980;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27227;s:10:\"size_after\";i:27227;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2706;s:10:\"size_after\";i:2706;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18000;s:10:\"size_after\";i:18000;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48497;s:10:\"size_after\";i:48497;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(26303, 3569, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:45.9210526315789451246018870733678340911865234375;s:5:\"bytes\";i:698;s:11:\"size_before\";i:1520;s:10:\"size_after\";i:822;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:698;s:11:\"size_before\";i:1520;s:10:\"size_after\";i:822;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),
(26304, 2957, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6108;s:10:\"size_after\";i:6108;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6108;s:10:\"size_after\";i:6108;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(26305, 2933, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8224;s:10:\"size_after\";i:8224;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8224;s:10:\"size_after\";i:8224;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(26306, 2760, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.115124153498872061618385487236082553863525390625;s:5:\"bytes\";i:321;s:11:\"size_before\";i:1772;s:10:\"size_after\";i:1451;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:321;s:11:\"size_before\";i:1772;s:10:\"size_after\";i:1451;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(26307, 2706, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.8863771837314871060442555972258560359477996826171875;s:5:\"bytes\";i:2057;s:11:\"size_before\";i:109045;s:10:\"size_after\";i:106988;s:4:\"time\";d:2.54000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:143;s:11:\"size_before\";i:4530;s:10:\"size_after\";i:4387;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:503;s:11:\"size_before\";i:17505;s:10:\"size_after\";i:17002;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:123;s:11:\"size_before\";i:2374;s:10:\"size_after\";i:1946;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.180000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:450;s:11:\"size_before\";i:14159;s:10:\"size_after\";i:13709;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.149999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:429;s:11:\"size_before\";i:37356;s:10:\"size_after\";i:36927;s:4:\"time\";d:0.56999999999999995115018691649311222136020660400390625;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32654;s:10:\"size_after\";i:32654;s:4:\"time\";d:1.3600000000000000976996261670137755572795867919921875;}s:26:\"swift_performance_lazyload\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:104;s:11:\"size_before\";i:467;s:10:\"size_after\";i:363;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(26308, 1581, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:158627;s:10:\"size_after\";i:158627;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3352;s:10:\"size_after\";i:3352;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15641;s:10:\"size_after\";i:15641;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2114;s:10:\"size_after\";i:2114;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10723;s:10:\"size_after\";i:10723;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"portfolio-square\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10965;s:10:\"size_after\";i:10965;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"portfolio-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11683;s:10:\"size_after\";i:11683;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:19:\"portfolio-landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14362;s:10:\"size_after\";i:14362;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4553;s:10:\"size_after\";i:4553;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5621;s:10:\"size_after\";i:5621;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"portfolio_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8165;s:10:\"size_after\";i:8165;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:25:\"portfolio_masonry_regular\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9243;s:10:\"size_after\";i:9243;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:22:\"portfolio_masonry_wide\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16701;s:10:\"size_after\";i:16701;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:22:\"portfolio_masonry_tall\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9477;s:10:\"size_after\";i:9477;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"portfolio_masonry_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18600;s:10:\"size_after\";i:18600;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:28:\"portfolio_masonry_with_space\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9671;s:10:\"size_after\";i:9671;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:17:\"latest_post_boxes\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7756;s:10:\"size_after\";i:7756;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(26309, 381, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.2559833506763791177718303515575826168060302734375;s:5:\"bytes\";i:1370;s:11:\"size_before\";i:9610;s:10:\"size_after\";i:8240;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1370;s:11:\"size_before\";i:9610;s:10:\"size_after\";i:8240;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(26310, 363, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.560131304088332004909034367301501333713531494140625;s:5:\"bytes\";i:2386;s:11:\"size_before\";i:67020;s:10:\"size_after\";i:64634;s:4:\"time\";d:1.12000000000000010658141036401502788066864013671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:160;s:11:\"size_before\";i:3281;s:10:\"size_after\";i:3121;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12772;s:10:\"size_after\";i:12772;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:219;s:11:\"size_before\";i:1371;s:10:\"size_after\";i:1152;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.63000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:58;s:11:\"size_before\";i:9238;s:10:\"size_after\";i:9180;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:300;s:11:\"size_before\";i:19764;s:10:\"size_after\";i:19464;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:16:\"portfolio-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.25;s:5:\"bytes\";i:208;s:11:\"size_before\";i:979;s:10:\"size_after\";i:771;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"portfolio-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:212;s:11:\"size_before\";i:1016;s:10:\"size_after\";i:804;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:19:\"portfolio-landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:206;s:11:\"size_before\";i:1261;s:10:\"size_after\";i:1055;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:236;s:11:\"size_before\";i:1879;s:10:\"size_after\";i:1643;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:183;s:11:\"size_before\";i:717;s:10:\"size_after\";i:534;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:16:\"portfolio_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:196;s:11:\"size_before\";i:907;s:10:\"size_after\";i:711;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:25:\"portfolio_masonry_regular\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:711;s:10:\"size_after\";i:711;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:22:\"portfolio_masonry_wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:210;s:11:\"size_before\";i:1720;s:10:\"size_after\";i:1510;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:22:\"portfolio_masonry_tall\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:711;s:10:\"size_after\";i:711;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"portfolio_masonry_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1510;s:10:\"size_after\";i:1510;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:28:\"portfolio_masonry_with_space\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8244;s:10:\"size_after\";i:8244;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:17:\"latest_post_boxes\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:198;s:11:\"size_before\";i:939;s:10:\"size_after\";i:741;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),
(26311, 352, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26105;s:10:\"size_after\";i:26105;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26105;s:10:\"size_after\";i:26105;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}}}'),
(26312, 296, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2793913;s:10:\"size_after\";i:2793913;s:4:\"time\";d:7.58999999999999896971303314785473048686981201171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34006;s:10:\"size_after\";i:34006;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:305595;s:10:\"size_after\";i:305595;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18100;s:10:\"size_after\";i:18100;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:179727;s:10:\"size_after\";i:179727;s:4:\"time\";d:0.25;}s:16:\"portfolio-square\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:191272;s:10:\"size_after\";i:191272;s:4:\"time\";d:0.939999999999999946709294817992486059665679931640625;}s:18:\"portfolio-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:236778;s:10:\"size_after\";i:236778;s:4:\"time\";d:0.82999999999999996003197111349436454474925994873046875;}s:19:\"portfolio-landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:277178;s:10:\"size_after\";i:277178;s:4:\"time\";d:0.66000000000000003108624468950438313186168670654296875;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49437;s:10:\"size_after\";i:49437;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:69979;s:10:\"size_after\";i:69979;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:16:\"portfolio_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:118361;s:10:\"size_after\";i:118361;s:4:\"time\";d:0.25;}s:25:\"portfolio_masonry_regular\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:150559;s:10:\"size_after\";i:150559;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:22:\"portfolio_masonry_wide\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:307010;s:10:\"size_after\";i:307010;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:22:\"portfolio_masonry_tall\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:200807;s:10:\"size_after\";i:200807;s:4:\"time\";d:1.1599999999999999200639422269887290894985198974609375;}s:23:\"portfolio_masonry_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:395284;s:10:\"size_after\";i:395284;s:4:\"time\";d:1.3000000000000000444089209850062616169452667236328125;}s:28:\"portfolio_masonry_with_space\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:151275;s:10:\"size_after\";i:151275;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:17:\"latest_post_boxes\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:108545;s:10:\"size_after\";i:108545;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}}}'),
(26313, 250, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.2538411397709285921564514865167438983917236328125;s:5:\"bytes\";i:24171;s:11:\"size_before\";i:214780;s:10:\"size_after\";i:190609;s:4:\"time\";d:0.390000000000000068833827526759705506265163421630859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1157;s:11:\"size_before\";i:5870;s:10:\"size_after\";i:4713;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1000;s:11:\"size_before\";i:3972;s:10:\"size_after\";i:2972;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2287;s:11:\"size_before\";i:20469;s:10:\"size_after\";i:18182;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:16:\"portfolio-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:1923;s:11:\"size_before\";i:20380;s:10:\"size_after\";i:18457;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"portfolio-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2122;s:11:\"size_before\";i:24479;s:10:\"size_after\";i:22357;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:19:\"portfolio-landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2256;s:11:\"size_before\";i:22919;s:10:\"size_after\";i:20663;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1126;s:11:\"size_before\";i:6204;s:10:\"size_after\";i:5078;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1228;s:11:\"size_before\";i:7525;s:10:\"size_after\";i:6297;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"portfolio_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:1506;s:11:\"size_before\";i:11871;s:10:\"size_after\";i:10365;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:25:\"portfolio_masonry_regular\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.75;s:5:\"bytes\";i:1788;s:11:\"size_before\";i:16628;s:10:\"size_after\";i:14840;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:22:\"portfolio_masonry_wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:2540;s:11:\"size_before\";i:25759;s:10:\"size_after\";i:23219;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"portfolio_masonry_tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1748;s:11:\"size_before\";i:19689;s:10:\"size_after\";i:17941;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"portfolio_masonry_with_space\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2041;s:11:\"size_before\";i:17761;s:10:\"size_after\";i:15720;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:17:\"latest_post_boxes\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1449;s:11:\"size_before\";i:11254;s:10:\"size_after\";i:9805;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),
(26314, 119, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.788632928913433062234616954810917377471923828125;s:5:\"bytes\";i:33904;s:11:\"size_before\";i:708010;s:10:\"size_after\";i:674106;s:4:\"time\";d:0.5700000000000000621724893790087662637233734130859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1127;s:11:\"size_before\";i:11601;s:10:\"size_after\";i:10474;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:3571;s:11:\"size_before\";i:89224;s:10:\"size_after\";i:85653;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:990;s:11:\"size_before\";i:5435;s:10:\"size_after\";i:4445;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2307;s:11:\"size_before\";i:54923;s:10:\"size_after\";i:52616;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:16:\"portfolio-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2345;s:11:\"size_before\";i:43673;s:10:\"size_after\";i:41328;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"portfolio-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2542;s:11:\"size_before\";i:54503;s:10:\"size_after\";i:51961;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:19:\"portfolio-landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3113;s:11:\"size_before\";i:62796;s:10:\"size_after\";i:59683;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1180;s:11:\"size_before\";i:12477;s:10:\"size_after\";i:11297;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1343;s:11:\"size_before\";i:17682;s:10:\"size_after\";i:16339;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"portfolio_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1649;s:11:\"size_before\";i:28933;s:10:\"size_after\";i:27284;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:25:\"portfolio_masonry_regular\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.80999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:2045;s:11:\"size_before\";i:35219;s:10:\"size_after\";i:33174;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:22:\"portfolio_masonry_wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2507;s:11:\"size_before\";i:60082;s:10:\"size_after\";i:57575;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:22:\"portfolio_masonry_tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2163;s:11:\"size_before\";i:52877;s:10:\"size_after\";i:50714;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"portfolio_masonry_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.069999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:3270;s:11:\"size_before\";i:106663;s:10:\"size_after\";i:103393;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"portfolio_masonry_with_space\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2215;s:11:\"size_before\";i:47026;s:10:\"size_after\";i:44811;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:17:\"latest_post_boxes\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1537;s:11:\"size_before\";i:24896;s:10:\"size_after\";i:23359;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(26315, 118, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.3194951541888286783432704396545886993408203125;s:5:\"bytes\";i:52395;s:11:\"size_before\";i:462874;s:10:\"size_after\";i:410479;s:4:\"time\";d:3.71000000000000085265128291212022304534912109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:631;s:11:\"size_before\";i:7595;s:10:\"size_after\";i:6964;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3766;s:11:\"size_before\";i:43890;s:10:\"size_after\";i:40124;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:291;s:11:\"size_before\";i:3435;s:10:\"size_after\";i:3144;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3212;s:11:\"size_before\";i:29384;s:10:\"size_after\";i:26172;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:4961;s:11:\"size_before\";i:79368;s:10:\"size_after\";i:74407;s:4:\"time\";d:0.67000000000000003996802888650563545525074005126953125;}s:16:\"portfolio-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:2730;s:11:\"size_before\";i:23608;s:10:\"size_after\";i:20878;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:18:\"portfolio-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:3202;s:11:\"size_before\";i:19854;s:10:\"size_after\";i:16652;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:19:\"portfolio-landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:4262;s:11:\"size_before\";i:38087;s:10:\"size_after\";i:33825;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:935;s:11:\"size_before\";i:10090;s:10:\"size_after\";i:9155;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:1690;s:11:\"size_before\";i:13491;s:10:\"size_after\";i:11801;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:16:\"portfolio_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2783;s:11:\"size_before\";i:19216;s:10:\"size_after\";i:16433;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:25:\"portfolio_masonry_regular\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2480;s:11:\"size_before\";i:19523;s:10:\"size_after\";i:17043;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:22:\"portfolio_masonry_wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4433;s:11:\"size_before\";i:45018;s:10:\"size_after\";i:40585;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:22:\"portfolio_masonry_tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2028;s:11:\"size_before\";i:13715;s:10:\"size_after\";i:11687;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:23:\"portfolio_masonry_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:9767;s:11:\"size_before\";i:51658;s:10:\"size_after\";i:41891;s:4:\"time\";d:0.5500000000000000444089209850062616169452667236328125;}s:28:\"portfolio_masonry_with_space\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:2995;s:11:\"size_before\";i:25555;s:10:\"size_after\";i:22560;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:17:\"latest_post_boxes\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.5;s:5:\"bytes\";i:2229;s:11:\"size_before\";i:19387;s:10:\"size_after\";i:17158;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),
(26316, 87, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:24.9475304323492395042194402776658535003662109375;s:5:\"bytes\";i:1783;s:11:\"size_before\";i:7147;s:10:\"size_after\";i:5364;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1783;s:11:\"size_before\";i:7147;s:10:\"size_after\";i:5364;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),
(26317, 77, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.3141025641025638748260462307371199131011962890625;s:5:\"bytes\";i:3530;s:11:\"size_before\";i:31200;s:10:\"size_after\";i:27670;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1155;s:11:\"size_before\";i:10464;s:10:\"size_after\";i:9309;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:276;s:11:\"size_before\";i:1153;s:10:\"size_after\";i:877;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:868;s:11:\"size_before\";i:7759;s:10:\"size_after\";i:6891;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1231;s:11:\"size_before\";i:11824;s:10:\"size_after\";i:10593;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(26318, 71, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.672854166287319088723961613141000270843505859375;s:5:\"bytes\";i:56407;s:11:\"size_before\";i:384431;s:10:\"size_after\";i:328024;s:4:\"time\";d:0.5900000000000000799360577730112709105014801025390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:3923;s:11:\"size_before\";i:15557;s:10:\"size_after\";i:11634;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3798;s:11:\"size_before\";i:8400;s:10:\"size_after\";i:4602;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"portfolio-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4585;s:11:\"size_before\";i:36976;s:10:\"size_after\";i:32391;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"portfolio-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:5609;s:11:\"size_before\";i:50823;s:10:\"size_after\";i:45214;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:19:\"portfolio-landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4735;s:11:\"size_before\";i:45461;s:10:\"size_after\";i:40726;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3733;s:11:\"size_before\";i:10887;s:10:\"size_after\";i:7154;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:3776;s:11:\"size_before\";i:14528;s:10:\"size_after\";i:10752;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:16:\"portfolio_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3979;s:11:\"size_before\";i:23376;s:10:\"size_after\";i:19397;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:25:\"portfolio_masonry_regular\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:4310;s:11:\"size_before\";i:30865;s:10:\"size_after\";i:26555;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:22:\"portfolio_masonry_wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4085;s:11:\"size_before\";i:33326;s:10:\"size_after\";i:29241;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:22:\"portfolio_masonry_tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5349;s:11:\"size_before\";i:48931;s:10:\"size_after\";i:43582;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"portfolio_masonry_with_space\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4860;s:11:\"size_before\";i:48933;s:10:\"size_after\";i:44073;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:17:\"latest_post_boxes\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:3665;s:11:\"size_before\";i:16368;s:10:\"size_after\";i:12703;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),
(26319, 50, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.89568308597629453515764907933771610260009765625;s:5:\"bytes\";i:965;s:11:\"size_before\";i:107739;s:10:\"size_after\";i:106774;s:4:\"time\";d:0.46000000000000007549516567451064474880695343017578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1559;s:10:\"size_after\";i:1559;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.9699999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:123;s:11:\"size_before\";i:12632;s:10:\"size_after\";i:12509;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:892;s:10:\"size_after\";i:892;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7558;s:10:\"size_after\";i:7558;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:16:\"portfolio-square\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7710;s:10:\"size_after\";i:7710;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:18:\"portfolio-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.89000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:95;s:11:\"size_before\";i:10690;s:10:\"size_after\";i:10595;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:19:\"portfolio-landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.289999999999999980015985556747182272374629974365234375;s:5:\"bytes\";i:27;s:11:\"size_before\";i:9419;s:10:\"size_after\";i:9392;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1081;s:10:\"size_after\";i:1081;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1916;s:10:\"size_after\";i:1916;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"portfolio_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4330;s:10:\"size_after\";i:4330;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:25:\"portfolio_masonry_regular\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6017;s:10:\"size_after\";i:6017;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:22:\"portfolio_masonry_wide\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5319;s:10:\"size_after\";i:5319;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:22:\"portfolio_masonry_tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:295;s:11:\"size_before\";i:10895;s:10:\"size_after\";i:10600;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"portfolio_masonry_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.25;s:5:\"bytes\";i:425;s:11:\"size_before\";i:18882;s:10:\"size_after\";i:18457;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"portfolio_masonry_with_space\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6692;s:10:\"size_after\";i:6692;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:17:\"latest_post_boxes\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2147;s:10:\"size_after\";i:2147;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(26320, 41, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5642398;s:10:\"size_after\";i:5642398;s:4:\"time\";d:9.32000000000000028421709430404007434844970703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:77932;s:10:\"size_after\";i:77932;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:722168;s:10:\"size_after\";i:722168;s:4:\"time\";d:1.04000000000000003552713678800500929355621337890625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30360;s:10:\"size_after\";i:30360;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:428027;s:10:\"size_after\";i:428027;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:16:\"portfolio-square\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:331200;s:10:\"size_after\";i:331200;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:18:\"portfolio-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:447264;s:10:\"size_after\";i:447264;s:4:\"time\";d:1.350000000000000088817841970012523233890533447265625;}s:19:\"portfolio-landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:498263;s:10:\"size_after\";i:498263;s:4:\"time\";d:1.0900000000000000799360577730112709105014801025390625;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:84266;s:10:\"size_after\";i:84266;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:124453;s:10:\"size_after\";i:124453;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:16:\"portfolio_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:215432;s:10:\"size_after\";i:215432;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:25:\"portfolio_masonry_regular\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:261357;s:10:\"size_after\";i:261357;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:22:\"portfolio_masonry_wide\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:486115;s:10:\"size_after\";i:486115;s:4:\"time\";d:1.189999999999999946709294817992486059665679931640625;}s:22:\"portfolio_masonry_tall\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:454046;s:10:\"size_after\";i:454046;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;}s:23:\"portfolio_masonry_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:936638;s:10:\"size_after\";i:936638;s:4:\"time\";d:1.310000000000000053290705182007513940334320068359375;}s:28:\"portfolio_masonry_with_space\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:361905;s:10:\"size_after\";i:361905;s:4:\"time\";d:0.67000000000000003996802888650563545525074005126953125;}s:17:\"latest_post_boxes\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:182972;s:10:\"size_after\";i:182972;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}}}'),
(26321, 40, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4409;s:10:\"size_after\";i:4409;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4409;s:10:\"size_after\";i:4409;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),
(26322, 39, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:41.82194616977225365417325519956648349761962890625;s:5:\"bytes\";i:1616;s:11:\"size_before\";i:3864;s:10:\"size_after\";i:2248;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1616;s:11:\"size_before\";i:3864;s:10:\"size_after\";i:2248;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(26323, 38, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:178116;s:10:\"size_after\";i:178116;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18169;s:10:\"size_after\";i:18169;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8281;s:10:\"size_after\";i:8281;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15216;s:10:\"size_after\";i:15216;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20586;s:10:\"size_after\";i:20586;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"portfolio_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28552;s:10:\"size_after\";i:28552;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:25:\"portfolio_masonry_regular\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32236;s:10:\"size_after\";i:32236;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:22:\"portfolio_masonry_wide\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32236;s:10:\"size_after\";i:32236;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:17:\"latest_post_boxes\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22840;s:10:\"size_after\";i:22840;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(26324, 37, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.9030442568431826799724149168469011783599853515625;s:5:\"bytes\";i:10655;s:11:\"size_before\";i:97725;s:10:\"size_after\";i:87070;s:4:\"time\";d:3.810000000000000053290705182007513940334320068359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:74.31999999999999317878973670303821563720703125;s:5:\"bytes\";i:1244;s:11:\"size_before\";i:10414;s:10:\"size_after\";i:2674;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11027;s:10:\"size_after\";i:11027;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:68;s:11:\"size_before\";i:1428;s:10:\"size_after\";i:1252;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:415;s:11:\"size_before\";i:11873;s:10:\"size_after\";i:11458;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20073;s:10:\"size_after\";i:20073;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24386;s:10:\"size_after\";i:24386;s:4:\"time\";d:2.54000000000000003552713678800500929355621337890625;}s:26:\"swift_performance_lazyload\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:79;s:11:\"size_before\";i:344;s:10:\"size_after\";i:265;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:894;s:11:\"size_before\";i:7075;s:10:\"size_after\";i:6181;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1351;s:11:\"size_before\";i:11105;s:10:\"size_after\";i:9754;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),
(26325, 36, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.27984595635430054016978829167783260345458984375;s:5:\"bytes\";i:258;s:11:\"size_before\";i:3116;s:10:\"size_after\";i:2858;s:4:\"time\";d:0.060000000000000004718447854656915296800434589385986328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5;s:5:\"bytes\";i:258;s:11:\"size_before\";i:1911;s:10:\"size_after\";i:1653;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:363;s:10:\"size_after\";i:363;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:389;s:10:\"size_after\";i:389;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:453;s:10:\"size_after\";i:453;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(26326, 35, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:227433;s:10:\"size_after\";i:227433;s:4:\"time\";d:0.3400000000000000799360577730112709105014801025390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3365;s:10:\"size_after\";i:3365;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21273;s:10:\"size_after\";i:21273;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3852;s:10:\"size_after\";i:3852;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13573;s:10:\"size_after\";i:13573;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"portfolio-square\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14421;s:10:\"size_after\";i:14421;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:18:\"portfolio-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14685;s:10:\"size_after\";i:14685;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:19:\"portfolio-landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21941;s:10:\"size_after\";i:21941;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8310;s:10:\"size_after\";i:8310;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9994;s:10:\"size_after\";i:9994;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"portfolio_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13095;s:10:\"size_after\";i:13095;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:25:\"portfolio_masonry_regular\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13095;s:10:\"size_after\";i:13095;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:22:\"portfolio_masonry_wide\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25513;s:10:\"size_after\";i:25513;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:22:\"portfolio_masonry_tall\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13095;s:10:\"size_after\";i:13095;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"portfolio_masonry_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25513;s:10:\"size_after\";i:25513;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"portfolio_masonry_with_space\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11745;s:10:\"size_after\";i:11745;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:17:\"latest_post_boxes\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13963;s:10:\"size_after\";i:13963;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(26327, 34, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.831432192648922097077957005240023136138916015625;s:5:\"bytes\";i:1378;s:11:\"size_before\";i:6312;s:10:\"size_after\";i:4934;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:1378;s:11:\"size_before\";i:6312;s:10:\"size_after\";i:4934;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(26328, 33, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.041046459179067795730588841252028942108154296875;s:5:\"bytes\";i:1199;s:11:\"size_before\";i:4434;s:10:\"size_after\";i:3235;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1199;s:11:\"size_before\";i:4434;s:10:\"size_after\";i:3235;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(26329, 32, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45576;s:10:\"size_after\";i:45576;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17074;s:10:\"size_after\";i:17074;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28502;s:10:\"size_after\";i:28502;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(26330, 31, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44512;s:10:\"size_after\";i:44512;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44512;s:10:\"size_after\";i:44512;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),
(26331, 30, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42836;s:10:\"size_after\";i:42836;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42836;s:10:\"size_after\";i:42836;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(26332, 29, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9097587400576063743073973455466330051422119140625;s:5:\"bytes\";i:1858;s:11:\"size_before\";i:37843;s:10:\"size_after\";i:35985;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1858;s:11:\"size_before\";i:37843;s:10:\"size_after\";i:35985;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}}}'),
(26333, 28, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:33.388931008339653772054589353501796722412109375;s:5:\"bytes\";i:2202;s:11:\"size_before\";i:6595;s:10:\"size_after\";i:4393;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:2202;s:11:\"size_before\";i:6595;s:10:\"size_after\";i:4393;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(26334, 27, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:32.4324324324324351209725136868655681610107421875;s:5:\"bytes\";i:3072;s:11:\"size_before\";i:9472;s:10:\"size_after\";i:6400;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3072;s:11:\"size_before\";i:9472;s:10:\"size_after\";i:6400;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),
(26335, 26, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.473231989424984789138761698268353939056396484375;s:5:\"bytes\";i:2236;s:11:\"size_before\";i:12104;s:10:\"size_after\";i:9868;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:2236;s:11:\"size_before\";i:12104;s:10:\"size_after\";i:9868;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(26336, 25, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:2045;s:11:\"size_before\";i:12500;s:10:\"size_after\";i:10455;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:2045;s:11:\"size_before\";i:12500;s:10:\"size_after\";i:10455;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),
(26337, 24, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.117381489841985597877282998524606227874755859375;s:5:\"bytes\";i:1182;s:11:\"size_before\";i:10632;s:10:\"size_after\";i:9450;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:1182;s:11:\"size_before\";i:10632;s:10:\"size_after\";i:9450;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(26338, 23, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.6785437645236243042745627462863922119140625;s:5:\"bytes\";i:1137;s:11:\"size_before\";i:7746;s:10:\"size_after\";i:6609;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1137;s:11:\"size_before\";i:7746;s:10:\"size_after\";i:6609;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),
(26339, 22, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1330329;s:10:\"size_after\";i:1330329;s:4:\"time\";d:3.20999999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25589;s:10:\"size_after\";i:25589;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26794;s:10:\"size_after\";i:26794;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:124495;s:10:\"size_after\";i:124495;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:16:\"portfolio-square\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:131404;s:10:\"size_after\";i:131404;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:18:\"portfolio-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:134942;s:10:\"size_after\";i:134942;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:19:\"portfolio-landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:155379;s:10:\"size_after\";i:155379;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56686;s:10:\"size_after\";i:56686;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:84260;s:10:\"size_after\";i:84260;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:16:\"portfolio_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:121760;s:10:\"size_after\";i:121760;s:4:\"time\";d:0.85999999999999998667732370449812151491641998291015625;}s:25:\"portfolio_masonry_regular\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:121760;s:10:\"size_after\";i:121760;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:22:\"portfolio_masonry_tall\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:121760;s:10:\"size_after\";i:121760;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:28:\"portfolio_masonry_with_space\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:105465;s:10:\"size_after\";i:105465;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:17:\"latest_post_boxes\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:120035;s:10:\"size_after\";i:120035;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}}}'),
(26340, 21, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:17.725284731031802465395230683498084545135498046875;s:5:\"bytes\";i:126731;s:11:\"size_before\";i:714973;s:10:\"size_after\";i:588242;s:4:\"time\";d:4.660000000000000142108547152020037174224853515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:3944;s:11:\"size_before\";i:14915;s:10:\"size_after\";i:10971;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:13628;s:11:\"size_before\";i:80574;s:10:\"size_after\";i:66946;s:4:\"time\";d:0.9699999999999999733546474089962430298328399658203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2924;s:11:\"size_before\";i:12822;s:10:\"size_after\";i:9898;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.309999999999998721023075631819665431976318359375;s:5:\"bytes\";i:11660;s:11:\"size_before\";i:54725;s:10:\"size_after\";i:43065;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:16:\"portfolio-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:10139;s:11:\"size_before\";i:47683;s:10:\"size_after\";i:37544;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:18:\"portfolio-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:10616;s:11:\"size_before\";i:49509;s:10:\"size_after\";i:38893;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:19:\"portfolio-landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.75;s:5:\"bytes\";i:13259;s:11:\"size_before\";i:60964;s:10:\"size_after\";i:47705;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:6115;s:11:\"size_before\";i:28554;s:10:\"size_after\";i:22439;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:7989;s:11:\"size_before\";i:33565;s:10:\"size_after\";i:25576;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:16:\"portfolio_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:9426;s:11:\"size_before\";i:42769;s:10:\"size_after\";i:33343;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:25:\"portfolio_masonry_regular\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33343;s:10:\"size_after\";i:33343;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:22:\"portfolio_masonry_wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:16586;s:11:\"size_before\";i:72788;s:10:\"size_after\";i:56202;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:22:\"portfolio_masonry_tall\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33343;s:10:\"size_after\";i:33343;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:23:\"portfolio_masonry_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56202;s:10:\"size_after\";i:56202;s:4:\"time\";d:0.63000000000000000444089209850062616169452667236328125;}s:28:\"portfolio_masonry_with_space\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:10741;s:11:\"size_before\";i:47825;s:10:\"size_after\";i:37084;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:17:\"latest_post_boxes\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:9704;s:11:\"size_before\";i:45392;s:10:\"size_after\";i:35688;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}}}'),
(26341, 20, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26105;s:10:\"size_after\";i:26105;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26105;s:10:\"size_after\";i:26105;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),
(26342, 19, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.3194951541888286783432704396545886993408203125;s:5:\"bytes\";i:52395;s:11:\"size_before\";i:462874;s:10:\"size_after\";i:410479;s:4:\"time\";d:3.720000000000001083577672034152783453464508056640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:631;s:11:\"size_before\";i:7595;s:10:\"size_after\";i:6964;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3766;s:11:\"size_before\";i:43890;s:10:\"size_after\";i:40124;s:4:\"time\";d:0.93000000000000004884981308350688777863979339599609375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:291;s:11:\"size_before\";i:3435;s:10:\"size_after\";i:3144;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3212;s:11:\"size_before\";i:29384;s:10:\"size_after\";i:26172;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:4961;s:11:\"size_before\";i:79368;s:10:\"size_after\";i:74407;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:16:\"portfolio-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:2730;s:11:\"size_before\";i:23608;s:10:\"size_after\";i:20878;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:18:\"portfolio-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:3202;s:11:\"size_before\";i:19854;s:10:\"size_after\";i:16652;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:19:\"portfolio-landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:4262;s:11:\"size_before\";i:38087;s:10:\"size_after\";i:33825;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:935;s:11:\"size_before\";i:10090;s:10:\"size_after\";i:9155;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:1690;s:11:\"size_before\";i:13491;s:10:\"size_after\";i:11801;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:16:\"portfolio_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2783;s:11:\"size_before\";i:19216;s:10:\"size_after\";i:16433;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:25:\"portfolio_masonry_regular\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2480;s:11:\"size_before\";i:19523;s:10:\"size_after\";i:17043;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:22:\"portfolio_masonry_wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4433;s:11:\"size_before\";i:45018;s:10:\"size_after\";i:40585;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:22:\"portfolio_masonry_tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2028;s:11:\"size_before\";i:13715;s:10:\"size_after\";i:11687;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"portfolio_masonry_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:9767;s:11:\"size_before\";i:51658;s:10:\"size_after\";i:41891;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:28:\"portfolio_masonry_with_space\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:2995;s:11:\"size_before\";i:25555;s:10:\"size_after\";i:22560;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:17:\"latest_post_boxes\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.5;s:5:\"bytes\";i:2229;s:11:\"size_before\";i:19387;s:10:\"size_after\";i:17158;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),
(26343, 18, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2793913;s:10:\"size_after\";i:2793913;s:4:\"time\";d:8.309999999999998721023075631819665431976318359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34006;s:10:\"size_after\";i:34006;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:305595;s:10:\"size_after\";i:305595;s:4:\"time\";d:0.89000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18100;s:10:\"size_after\";i:18100;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:179727;s:10:\"size_after\";i:179727;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:16:\"portfolio-square\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:191272;s:10:\"size_after\";i:191272;s:4:\"time\";d:0.520000000000000017763568394002504646778106689453125;}s:18:\"portfolio-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:236778;s:10:\"size_after\";i:236778;s:4:\"time\";d:1.4699999999999999733546474089962430298328399658203125;}s:19:\"portfolio-landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:277178;s:10:\"size_after\";i:277178;s:4:\"time\";d:1.3000000000000000444089209850062616169452667236328125;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49437;s:10:\"size_after\";i:49437;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:69979;s:10:\"size_after\";i:69979;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:16:\"portfolio_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:118361;s:10:\"size_after\";i:118361;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:25:\"portfolio_masonry_regular\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:150559;s:10:\"size_after\";i:150559;s:4:\"time\";d:0.70999999999999996447286321199499070644378662109375;}s:22:\"portfolio_masonry_wide\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:307010;s:10:\"size_after\";i:307010;s:4:\"time\";d:0.58999999999999996891375531049561686813831329345703125;}s:22:\"portfolio_masonry_tall\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:200807;s:10:\"size_after\";i:200807;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;}s:23:\"portfolio_masonry_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:395284;s:10:\"size_after\";i:395284;s:4:\"time\";d:0.68000000000000004884981308350688777863979339599609375;}s:28:\"portfolio_masonry_with_space\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:151275;s:10:\"size_after\";i:151275;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:17:\"latest_post_boxes\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:108545;s:10:\"size_after\";i:108545;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(26344, 17, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2450826;s:10:\"size_after\";i:2450826;s:4:\"time\";d:13.0299999999999993605115378159098327159881591796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30550;s:10:\"size_after\";i:30550;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:250584;s:10:\"size_after\";i:250584;s:4:\"time\";d:0.56999999999999995115018691649311222136020660400390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20247;s:10:\"size_after\";i:20247;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:152451;s:10:\"size_after\";i:152451;s:4:\"time\";d:0.56999999999999995115018691649311222136020660400390625;}s:16:\"portfolio-square\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:190095;s:10:\"size_after\";i:190095;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:18:\"portfolio-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:197959;s:10:\"size_after\";i:197959;s:4:\"time\";d:1.75;}s:19:\"portfolio-landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:246176;s:10:\"size_after\";i:246176;s:4:\"time\";d:1.399999999999999911182158029987476766109466552734375;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49755;s:10:\"size_after\";i:49755;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:72168;s:10:\"size_after\";i:72168;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:16:\"portfolio_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:122979;s:10:\"size_after\";i:122979;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:25:\"portfolio_masonry_regular\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:156458;s:10:\"size_after\";i:156458;s:4:\"time\";d:1.350000000000000088817841970012523233890533447265625;}s:22:\"portfolio_masonry_wide\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:265955;s:10:\"size_after\";i:265955;s:4:\"time\";d:2.70000000000000017763568394002504646778106689453125;}s:22:\"portfolio_masonry_tall\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:171247;s:10:\"size_after\";i:171247;s:4:\"time\";d:1.7800000000000000266453525910037569701671600341796875;}s:23:\"portfolio_masonry_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:289884;s:10:\"size_after\";i:289884;s:4:\"time\";d:1.020000000000000017763568394002504646778106689453125;}s:28:\"portfolio_masonry_with_space\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:129570;s:10:\"size_after\";i:129570;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:17:\"latest_post_boxes\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:104748;s:10:\"size_after\";i:104748;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}}}'),
(26345, 16, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.1622853823662442351860590861178934574127197265625;s:5:\"bytes\";i:430306;s:11:\"size_before\";i:4696492;s:10:\"size_after\";i:4266186;s:4:\"time\";d:13.620000000000000994759830064140260219573974609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1929;s:11:\"size_before\";i:32815;s:10:\"size_after\";i:30886;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.78000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:18927;s:11:\"size_before\";i:327583;s:10:\"size_after\";i:308656;s:4:\"time\";d:0.91000000000000003108624468950438313186168670654296875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:2961;s:11:\"size_before\";i:25143;s:10:\"size_after\";i:22182;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:11703;s:11:\"size_before\";i:188515;s:10:\"size_after\";i:176812;s:4:\"time\";d:1.0300000000000000266453525910037569701671600341796875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:26744;s:11:\"size_before\";i:706484;s:10:\"size_after\";i:679740;s:4:\"time\";d:2.20000000000000017763568394002504646778106689453125;}s:16:\"portfolio-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:50964;s:11:\"size_before\";i:338277;s:10:\"size_after\";i:287313;s:4:\"time\";i:1;}s:18:\"portfolio-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:52673;s:11:\"size_before\";i:353948;s:10:\"size_after\";i:301275;s:4:\"time\";d:0.66000000000000003108624468950438313186168670654296875;}s:19:\"portfolio-landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:55005;s:11:\"size_before\";i:465207;s:10:\"size_after\";i:410202;s:4:\"time\";d:0.9499999999999999555910790149937383830547332763671875;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4929;s:11:\"size_before\";i:70769;s:10:\"size_after\";i:65840;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:9818;s:11:\"size_before\";i:105563;s:10:\"size_after\";i:95745;s:4:\"time\";d:0.5;}s:16:\"portfolio_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:20660;s:11:\"size_before\";i:186492;s:10:\"size_after\";i:165832;s:4:\"time\";d:0.68000000000000004884981308350688777863979339599609375;}s:25:\"portfolio_masonry_regular\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:28255;s:11:\"size_before\";i:239415;s:10:\"size_after\";i:211160;s:4:\"time\";d:0.5300000000000000266453525910037569701671600341796875;}s:22:\"portfolio_masonry_wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:24086;s:11:\"size_before\";i:465388;s:10:\"size_after\";i:441302;s:4:\"time\";d:1.45999999999999996447286321199499070644378662109375;}s:22:\"portfolio_masonry_tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:48593;s:11:\"size_before\";i:298186;s:10:\"size_after\";i:249593;s:4:\"time\";d:1.6100000000000000976996261670137755572795867919921875;}s:23:\"portfolio_masonry_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:50464;s:11:\"size_before\";i:572936;s:10:\"size_after\";i:522472;s:4:\"time\";d:0.88000000000000000444089209850062616169452667236328125;}s:28:\"portfolio_masonry_with_space\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:11954;s:11:\"size_before\";i:157417;s:10:\"size_after\";i:145463;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:17:\"latest_post_boxes\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:10641;s:11:\"size_before\";i:162354;s:10:\"size_after\";i:151713;s:4:\"time\";d:0.66000000000000003108624468950438313186168670654296875;}}}'),
(26346, 15, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.56537912838055515152291263802908360958099365234375;s:5:\"bytes\";i:47618;s:11:\"size_before\";i:1043024;s:10:\"size_after\";i:995406;s:4:\"time\";d:7.39000000000000145661260830820538103580474853515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1368;s:11:\"size_before\";i:15499;s:10:\"size_after\";i:14131;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3066;s:11:\"size_before\";i:108146;s:10:\"size_after\";i:105080;s:4:\"time\";d:0.56999999999999995115018691649311222136020660400390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:936;s:11:\"size_before\";i:9667;s:10:\"size_after\";i:8731;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4782;s:11:\"size_before\";i:68100;s:10:\"size_after\";i:63318;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:16:\"portfolio-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:5383;s:11:\"size_before\";i:74745;s:10:\"size_after\";i:69362;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:18:\"portfolio-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:103869;s:10:\"size_after\";i:103869;s:4:\"time\";d:0.82999999999999996003197111349436454474925994873046875;}s:19:\"portfolio-landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:4700;s:11:\"size_before\";i:83419;s:10:\"size_after\";i:78719;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1444;s:11:\"size_before\";i:18756;s:10:\"size_after\";i:17312;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1851;s:11:\"size_before\";i:23940;s:10:\"size_after\";i:22089;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:16:\"portfolio_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2979;s:11:\"size_before\";i:39690;s:10:\"size_after\";i:36711;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:25:\"portfolio_masonry_regular\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:4937;s:11:\"size_before\";i:60138;s:10:\"size_after\";i:55201;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:22:\"portfolio_masonry_wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.430000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:2424;s:11:\"size_before\";i:99617;s:10:\"size_after\";i:97193;s:4:\"time\";d:0.95999999999999996447286321199499070644378662109375;}s:22:\"portfolio_masonry_tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:976;s:11:\"size_before\";i:81364;s:10:\"size_after\";i:80388;s:4:\"time\";d:1.310000000000000053290705182007513940334320068359375;}s:23:\"portfolio_masonry_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.310000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:5300;s:11:\"size_before\";i:160227;s:10:\"size_after\";i:154927;s:4:\"time\";d:1.1100000000000000976996261670137755572795867919921875;}s:28:\"portfolio_masonry_with_space\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4710;s:11:\"size_before\";i:58493;s:10:\"size_after\";i:53783;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:17:\"latest_post_boxes\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:2762;s:11:\"size_before\";i:37354;s:10:\"size_after\";i:34592;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),
(26347, 14, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2900040;s:10:\"size_after\";i:2900040;s:4:\"time\";d:7.09000000000000074606987254810519516468048095703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36071;s:10:\"size_after\";i:36071;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:327481;s:10:\"size_after\";i:327481;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18093;s:10:\"size_after\";i:18093;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:195182;s:10:\"size_after\";i:195182;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:16:\"portfolio-square\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:199703;s:10:\"size_after\";i:199703;s:4:\"time\";d:0.59999999999999997779553950749686919152736663818359375;}s:18:\"portfolio-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:212266;s:10:\"size_after\";i:212266;s:4:\"time\";d:0.63000000000000000444089209850062616169452667236328125;}s:19:\"portfolio-landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:300735;s:10:\"size_after\";i:300735;s:4:\"time\";d:0.79000000000000003552713678800500929355621337890625;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55444;s:10:\"size_after\";i:55444;s:4:\"time\";d:0.520000000000000017763568394002504646778106689453125;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:76359;s:10:\"size_after\";i:76359;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:16:\"portfolio_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:126367;s:10:\"size_after\";i:126367;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:25:\"portfolio_masonry_regular\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:146936;s:10:\"size_after\";i:146936;s:4:\"time\";d:0.5;}s:22:\"portfolio_masonry_wide\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:343237;s:10:\"size_after\";i:343237;s:4:\"time\";d:0.63000000000000000444089209850062616169452667236328125;}s:22:\"portfolio_masonry_tall\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:171655;s:10:\"size_after\";i:171655;s:4:\"time\";d:0.520000000000000017763568394002504646778106689453125;}s:23:\"portfolio_masonry_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:402536;s:10:\"size_after\";i:402536;s:4:\"time\";d:0.89000000000000001332267629550187848508358001708984375;}s:28:\"portfolio_masonry_with_space\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:165480;s:10:\"size_after\";i:165480;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:17:\"latest_post_boxes\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:122495;s:10:\"size_after\";i:122495;s:4:\"time\";d:0.5;}}}'),
(26348, 13, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5398166;s:10:\"size_after\";i:5398166;s:4:\"time\";d:8.300000000000000710542735760100185871124267578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:72137;s:10:\"size_after\";i:72137;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:662735;s:10:\"size_after\";i:662735;s:4:\"time\";d:0.86999999999999999555910790149937383830547332763671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29956;s:10:\"size_after\";i:29956;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:392193;s:10:\"size_after\";i:392193;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;}s:16:\"portfolio-square\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:325168;s:10:\"size_after\";i:325168;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:18:\"portfolio-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:446673;s:10:\"size_after\";i:446673;s:4:\"time\";d:0.70999999999999996447286321199499070644378662109375;}s:19:\"portfolio-landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:478333;s:10:\"size_after\";i:478333;s:4:\"time\";d:0.5300000000000000266453525910037569701671600341796875;}s:18:\"menu-featured-post\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:80888;s:10:\"size_after\";i:80888;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"qode-carousel_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:120266;s:10:\"size_after\";i:120266;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:16:\"portfolio_slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:205447;s:10:\"size_after\";i:205447;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:25:\"portfolio_masonry_regular\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:256785;s:10:\"size_after\";i:256785;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:22:\"portfolio_masonry_wide\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:459182;s:10:\"size_after\";i:459182;s:4:\"time\";d:0.5300000000000000266453525910037569701671600341796875;}s:22:\"portfolio_masonry_tall\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:451488;s:10:\"size_after\";i:451488;s:4:\"time\";d:0.5;}s:23:\"portfolio_masonry_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:912286;s:10:\"size_after\";i:912286;s:4:\"time\";d:2.54999999999999982236431605997495353221893310546875;}s:28:\"portfolio_masonry_with_space\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:330497;s:10:\"size_after\";i:330497;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:17:\"latest_post_boxes\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:174132;s:10:\"size_after\";i:174132;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),
(26356, 5447, 'ekit_post_views_count', '2917'),
(26357, 346, 'ekit_post_views_count', '1254'),
(26358, 5505, 'ekit_post_views_count', '1228'),
(26361, 5545, '_submission_status', 'mail_sent'),
(26362, 5545, '_subject', '[your-subject]'),
(26363, 5545, '_from', 'Kunal <kunal@gmail.com>'),
(26364, 5545, '_from_name', 'Kunal'),
(26365, 5545, '_from_email', 'kunal@gmail.com'),
(26366, 5545, '_field_your-name', 'Kunal'),
(26367, 5545, '_field_gclid_field', ''),
(26368, 5545, '_field_phone', '78979797'),
(26369, 5545, '_field_your-email', 'kunal@gmail.com'),
(26370, 5545, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(26371, 5545, '_meta', 'a:19:{s:13:\"serial_number\";i:1;s:9:\"remote_ip\";s:14:\"203.145.165.17\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"January 30, 2021\";s:4:\"time\";s:7:\"7:03 am\";s:7:\"post_id\";s:4:\"3628\";s:9:\"post_name\";s:4:\"home\";s:10:\"post_title\";s:4:\"Home\";s:8:\"post_url\";s:17:\"https://aegis.qa/\";s:11:\"post_author\";s:6:\"techno\";s:17:\"post_author_email\";s:21:\"raman@technoarray.com\";s:10:\"site_title\";s:43:\"Aegis Services - ISO Certification in Qatar\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:21:\"raman@technoarray.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(26372, 5545, '_akismet', NULL),
(26373, 5545, '_recaptcha', 'a:0:{}'),
(26374, 5545, '_spam_log', 'a:0:{}'),
(26375, 5545, '_consent', 'a:0:{}'),
(26376, 5545, '_hash', 'a8cf199c20f7af53cd8c4ae32f6efc50'),
(26753, 5411, '_thumbnail_id', '6171'),
(26755, 5411, '_yoast_wpseo_content_score', '60'),
(26756, 5411, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(26757, 5409, '_thumbnail_id', '6173'),
(26759, 5409, '_yoast_wpseo_content_score', '60'),
(26760, 5409, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(26765, 3599, 'ekit_post_views_count', '1'),
(26805, 5022, 'ekit_post_views_count', '2'),
(27058, 3695, 'ekit_post_views_count', '1'),
(27671, 345, 'ekit_post_views_count', '1024'),
(27765, 341, 'ekit_post_views_count', '1198'),
(27801, 344, 'ekit_post_views_count', '1117'),
(27840, 342, 'ekit_post_views_count', '1140'),
(27841, 343, 'ekit_post_views_count', '1383'),
(28037, 340, 'ekit_post_views_count', '1137'),
(28040, 90, 'ekit_post_views_count', '1019'),
(28042, 73, 'ekit_post_views_count', '997'),
(28043, 72, 'ekit_post_views_count', '1279'),
(28279, 5725, '_edit_last', '1'),
(28280, 5725, '_edit_lock', '1625742040:1'),
(28281, 5725, '_wp_page_template', 'elementor_header_footer'),
(28282, 5725, '_yoast_wpseo_estimated-reading-time-minutes', '16'),
(28283, 5725, 'ocean_sidebar', '0'),
(28284, 5725, 'ocean_second_sidebar', '0'),
(28285, 5725, 'ocean_disable_margins', 'enable'),
(28286, 5725, 'ocean_display_top_bar', 'default'),
(28287, 5725, 'ocean_display_header', 'default'),
(28288, 5725, 'ocean_center_header_left_menu', '0'),
(28289, 5725, 'ocean_custom_header_template', '0'),
(28290, 5725, 'ocean_header_custom_menu', '0'),
(28291, 5725, 'ocean_menu_typo_font_family', '0'),
(28292, 5725, 'ocean_disable_title', 'default'),
(28293, 5725, 'ocean_disable_heading', 'default'),
(28294, 5725, 'ocean_disable_breadcrumbs', 'default'),
(28295, 5725, 'ocean_display_footer_widgets', 'default'),
(28296, 5725, 'ocean_display_footer_bottom', 'default'),
(28297, 5725, 'ocean_custom_footer_template', '0'),
(28298, 5725, '_elementor_edit_mode', 'builder'),
(28299, 5725, '_elementor_template_type', 'wp-page'),
(28300, 5725, '_elementor_version', '3.2.5'),
(28350, 5725, '_elementor_data', '[{\"id\":\"3ee8e10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#BA6969\"},\"elements\":[{\"id\":\"c26e40d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48ceab6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[bdp_post_carousel show_author=\\\"false\\\" show_comments=\\\"false\\\" show_category=\\\"false\\\" show_content=\\\"true\\\" content_words_limit=\\\"18\\\" media_size=\\\"full\\\" dots=\\\"false\\\" autoplay=\\\"false\\\"]\",\"_css_classes\":\"knowledge-base-slider\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(28467, 5750, '_wp_attached_file', '2018/11/jis.jpg'),
(28468, 5750, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:80;s:6:\"height\";i:60;s:4:\"file\";s:15:\"2018/11/jis.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"jis-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"jis-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"jis-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"jis-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"jis-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"jis-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:13:\"jis-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"12\";s:8:\"quantity\";d:75;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-06-28 11:39:53\";s:9:\"thumbsOpt\";i:7;s:13:\"thumbsOptList\";a:7:{i:0;s:15:\"jis-300x300.jpg\";i:1;s:17:\"jis-1024x1024.jpg\";i:2;s:15:\"jis-150x150.jpg\";i:3;s:15:\"jis-768x576.jpg\";i:4;s:17:\"jis-1536x1536.jpg\";i:5;s:17:\"jis-2048x2048.jpg\";i:6;s:13:\"jis-20x20.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"51.47\";}'),
(28469, 5505, '_edit_last', '1'),
(28470, 5505, '_yoast_wpseo_content_score', '30'),
(28471, 5505, '_yoast_wpseo_estimated-reading-time-minutes', ''),
(28472, 72, '_edit_lock', '1625742417:1'),
(28473, 73, '_edit_lock', '1625742277:1'),
(28474, 90, '_edit_lock', '1625742626:1'),
(28475, 5751, '_wp_attached_file', '2018/11/ali-bin-ali.jpg'),
(28476, 5751, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:90;s:6:\"height\";i:60;s:4:\"file\";s:23:\"2018/11/ali-bin-ali.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"ali-bin-ali-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"ali-bin-ali-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ali-bin-ali-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:\"ali-bin-ali-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:25:\"ali-bin-ali-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:25:\"ali-bin-ali-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:21:\"ali-bin-ali-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"13\";s:8:\"quantity\";d:88;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-06-28 11:39:37\";s:9:\"thumbsOpt\";i:7;s:13:\"thumbsOptList\";a:7:{i:0;s:23:\"ali-bin-ali-300x300.jpg\";i:1;s:25:\"ali-bin-ali-1024x1024.jpg\";i:2;s:23:\"ali-bin-ali-150x150.jpg\";i:3;s:23:\"ali-bin-ali-768x512.jpg\";i:4;s:25:\"ali-bin-ali-1536x1536.jpg\";i:5;s:25:\"ali-bin-ali-2048x2048.jpg\";i:6;s:21:\"ali-bin-ali-20x20.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:4:\"53.5\";}'),
(28477, 72, '_edit_last', '1'),
(28478, 72, '_yoast_wpseo_content_score', '30'),
(28479, 72, '_yoast_wpseo_estimated-reading-time-minutes', ''),
(28480, 5752, '_wp_attached_file', '2018/11/fujita.jpg'),
(28481, 5752, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:119;s:6:\"height\";i:60;s:4:\"file\";s:18:\"2018/11/fujita.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"fujita-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"fujita-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"fujita-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:\"fujita-768x387.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"fujita-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:20:\"fujita-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:16:\"fujita-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"10\";s:8:\"quantity\";d:88;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-06-28 11:39:22\";s:9:\"thumbsOpt\";i:7;s:13:\"thumbsOptList\";a:7:{i:0;s:18:\"fujita-300x300.jpg\";i:1;s:20:\"fujita-1024x1024.jpg\";i:2;s:18:\"fujita-150x150.jpg\";i:3;s:18:\"fujita-768x387.jpg\";i:4;s:20:\"fujita-1536x1536.jpg\";i:5;s:20:\"fujita-2048x2048.jpg\";i:6;s:16:\"fujita-20x20.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"51.39\";}'),
(28482, 5753, '_wp_attached_file', '2018/11/IMC.jpg'),
(28483, 5753, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:95;s:6:\"height\";i:59;s:4:\"file\";s:15:\"2018/11/IMC.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"IMC-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"IMC-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"IMC-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"IMC-768x476.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"IMC-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"IMC-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:13:\"IMC-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"13\";s:8:\"quantity\";d:75;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-06-28 11:39:07\";s:9:\"thumbsOpt\";i:7;s:13:\"thumbsOptList\";a:7:{i:0;s:15:\"IMC-300x300.jpg\";i:1;s:17:\"IMC-1024x1024.jpg\";i:2;s:15:\"IMC-150x150.jpg\";i:3;s:15:\"IMC-768x476.jpg\";i:4;s:17:\"IMC-1536x1536.jpg\";i:5;s:17:\"IMC-2048x2048.jpg\";i:6;s:13:\"IMC-20x20.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"54.25\";}'),
(28484, 73, '_edit_last', '1'),
(28485, 73, '_yoast_wpseo_content_score', '30'),
(28486, 73, '_yoast_wpseo_estimated-reading-time-minutes', ''),
(28487, 90, '_edit_last', '1'),
(28488, 90, '_yoast_wpseo_content_score', '30'),
(28489, 90, '_yoast_wpseo_estimated-reading-time-minutes', ''),
(28510, 5725, '_yoast_wpseo_content_score', '30'),
(28582, 5767, '_wp_attached_file', '2021/02/Aegis-Services_Booklet_NEW.pdf'),
(28583, 5767, '_wp_attachment_metadata', 'a:3:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:34:\"Aegis-Services_Booklet_NEW-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Aegis-Services_Booklet_NEW-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Aegis-Services_Booklet_NEW-pdf-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Aegis-Services_Booklet_NEW-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-06-28 11:38:52\";s:9:\"thumbsOpt\";i:4;s:13:\"thumbsOptList\";a:4:{i:0;s:34:\"Aegis-Services_Booklet_NEW-pdf.jpg\";i:1;s:42:\"Aegis-Services_Booklet_NEW-pdf-212x300.jpg\";i:2;s:43:\"Aegis-Services_Booklet_NEW-pdf-724x1024.jpg\";i:3;s:42:\"Aegis-Services_Booklet_NEW-pdf-106x150.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"32.34\";}'),
(28646, 5451, '_wp_old_slug', 'blog-page-header-2'),
(28808, 5448, '_yoast_wpseo_estimated-reading-time-minutes', '6'),
(28809, 5445, '_yoast_wpseo_estimated-reading-time-minutes', '5'),
(28810, 5444, '_yoast_wpseo_estimated-reading-time-minutes', '5'),
(28811, 326, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(28812, 5449, '_yoast_wpseo_estimated-reading-time-minutes', '7'),
(28813, 5447, '_yoast_wpseo_estimated-reading-time-minutes', '7'),
(28814, 5446, '_yoast_wpseo_estimated-reading-time-minutes', '6'),
(28815, 325, '_yoast_wpseo_estimated-reading-time-minutes', '5'),
(28816, 5450, '_yoast_wpseo_estimated-reading-time-minutes', '6'),
(28817, 327, '_yoast_wpseo_estimated-reading-time-minutes', '6'),
(28819, 5802, '_submission_status', 'mail_sent'),
(28820, 5802, '_subject', '[your-subject]'),
(28821, 5802, '_from', 'Test <test@gmail.com>'),
(28822, 5802, '_from_name', 'Test'),
(28823, 5802, '_from_email', 'test@gmail.com'),
(28824, 5802, '_field_your-name', 'Test'),
(28825, 5802, '_field_gclid_field', ''),
(28826, 5802, '_field_tel-115', '12345678'),
(28827, 5802, '_field_your-email', 'test@gmail.com'),
(28828, 5802, '_field_text-952', 'test'),
(28829, 5802, '_fields', 'a:5:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(28830, 5802, '_meta', 'a:19:{s:13:\"serial_number\";i:2;s:9:\"remote_ip\";s:14:\"117.96.229.199\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"February 8, 2021\";s:4:\"time\";s:7:\"6:04 am\";s:7:\"post_id\";s:4:\"3628\";s:9:\"post_name\";s:4:\"home\";s:10:\"post_title\";s:4:\"Home\";s:8:\"post_url\";s:17:\"https://aegis.qa/\";s:11:\"post_author\";s:6:\"techno\";s:17:\"post_author_email\";s:21:\"raman@technoarray.com\";s:10:\"site_title\";s:43:\"Aegis Services - ISO Certification in Qatar\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:21:\"raman@technoarray.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(28831, 5802, '_akismet', NULL),
(28832, 5802, '_recaptcha', 'a:0:{}'),
(28833, 5802, '_spam_log', 'a:0:{}'),
(28834, 5802, '_consent', 'a:0:{}'),
(28835, 5802, '_hash', '3e5315de6f8da89394d22a769b43e710'),
(28837, 5803, '_submission_status', 'mail_sent'),
(28838, 5803, '_subject', '[your-subject]'),
(28839, 5803, '_from', 'test <test@test.com>'),
(28840, 5803, '_from_name', 'test'),
(28841, 5803, '_from_email', 'test@test.com'),
(28842, 5803, '_field_your-name', 'test'),
(28843, 5803, '_field_gclid_field', ''),
(28844, 5803, '_field_tel-115', '12345678'),
(28845, 5803, '_field_your-email', 'test@test.com'),
(28846, 5803, '_field_text-952', 'test'),
(28847, 5803, '_fields', 'a:5:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(28848, 5803, '_meta', 'a:19:{s:13:\"serial_number\";i:3;s:9:\"remote_ip\";s:14:\"122.173.164.14\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"February 8, 2021\";s:4:\"time\";s:7:\"6:11 am\";s:7:\"post_id\";s:4:\"3628\";s:9:\"post_name\";s:4:\"home\";s:10:\"post_title\";s:4:\"Home\";s:8:\"post_url\";s:17:\"https://aegis.qa/\";s:11:\"post_author\";s:6:\"techno\";s:17:\"post_author_email\";s:21:\"raman@technoarray.com\";s:10:\"site_title\";s:43:\"Aegis Services - ISO Certification in Qatar\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:21:\"raman@technoarray.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(28849, 5803, '_akismet', NULL),
(28850, 5803, '_recaptcha', 'a:0:{}'),
(28851, 5803, '_spam_log', 'a:0:{}'),
(28852, 5803, '_consent', 'a:0:{}'),
(28853, 5803, '_hash', '3ae35371754ace43a4abdd1089418668'),
(28854, 5804, '_submission_status', 'mail_sent'),
(28855, 5804, '_subject', '[your-subject]'),
(28856, 5804, '_from', 'Test <test@gmail.com>'),
(28857, 5804, '_from_name', 'Test'),
(28858, 5804, '_from_email', 'test@gmail.com'),
(28859, 5804, '_field_your-name', 'Test'),
(28860, 5804, '_field_gclid_field', ''),
(28861, 5804, '_field_phone', '12345678'),
(28862, 5804, '_field_your-email', 'test@gmail.com'),
(28863, 5804, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(28864, 5804, '_meta', 'a:19:{s:13:\"serial_number\";i:2;s:9:\"remote_ip\";s:14:\"117.96.229.199\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"February 8, 2021\";s:4:\"time\";s:7:\"6:27 am\";s:7:\"post_id\";s:4:\"3628\";s:9:\"post_name\";s:4:\"home\";s:10:\"post_title\";s:4:\"Home\";s:8:\"post_url\";s:17:\"https://aegis.qa/\";s:11:\"post_author\";s:6:\"techno\";s:17:\"post_author_email\";s:21:\"raman@technoarray.com\";s:10:\"site_title\";s:43:\"Aegis Services - ISO Certification in Qatar\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:21:\"raman@technoarray.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(28865, 5804, '_akismet', NULL),
(28866, 5804, '_recaptcha', 'a:0:{}'),
(28867, 5804, '_spam_log', 'a:0:{}'),
(28868, 5804, '_consent', 'a:0:{}'),
(28869, 5804, '_hash', '1464ce407c0f735be0306f566507ef2f'),
(28870, 4208, '_wp_attachment_image_alt', 'loading'),
(28873, 5753, '_wp_attachment_image_alt', 'International Medical Company'),
(28874, 5752, '_wp_attachment_image_alt', 'Fujita'),
(28875, 5751, '_wp_attachment_image_alt', 'Ali Bin Ali'),
(28876, 5750, '_wp_attachment_image_alt', 'Al Jaber Infrastructure'),
(28877, 5456, '_wp_attachment_image_alt', 'ISO Certificates Header'),
(28878, 5452, '_wp_attachment_image_alt', 'ISO Certificates Header'),
(28879, 5399, '_wp_attachment_image_alt', 'Thank you'),
(28880, 5263, '_wp_attachment_image_alt', 'who we are'),
(28881, 5258, '_wp_attachment_image_alt', 'How it work'),
(28882, 5215, '_wp_attachment_image_alt', 'Aegis Advantage'),
(28883, 5060, '_wp_attachment_image_alt', 'Get In touch banner'),
(28884, 5029, '_wp_attachment_image_alt', 'Contact us'),
(28885, 4994, '_wp_attachment_image_alt', 'Faq Banner'),
(28886, 4940, '_wp_attachment_image_alt', 'Award'),
(28887, 4935, '_wp_attachment_image_alt', 'Plaque Correct'),
(28888, 4934, '_wp_attachment_image_alt', 'Award'),
(28889, 4933, '_wp_attachment_image_alt', 'Recognition'),
(28890, 4932, '_wp_attachment_image_alt', 'Recognition'),
(28891, 4899, '_wp_attachment_image_alt', 'Light banner'),
(28892, 4671, '_wp_attachment_image_alt', 'logo'),
(28893, 4646, '_wp_attachment_image_alt', 'Faq Banner'),
(28894, 4173, '_wp_attachment_image_alt', 'Town'),
(28895, 4104, '_wp_attachment_image_alt', 'Faq Icon'),
(28896, 3602, '_wp_attachment_image_alt', 'New Home Page Banner'),
(28897, 3569, '_wp_attachment_image_alt', 'afater'),
(28898, 2957, '_wp_attachment_image_alt', 'Faq Banner'),
(28899, 2933, '_wp_attachment_image_alt', 'Who we icon'),
(28900, 2760, '_wp_attachment_image_alt', 'Aegis Logo'),
(28901, 2706, '_wp_attachment_image_alt', 'logo verticle'),
(28902, 1581, '_wp_attachment_image_alt', 'Faq Banner'),
(28903, 381, '_wp_attachment_image_alt', 'IMC'),
(28904, 363, '_wp_attachment_image_alt', 'Top'),
(28905, 352, '_wp_attachment_image_alt', 'footer Logo'),
(28906, 296, '_wp_attachment_image_alt', 'bg-6'),
(28907, 250, '_wp_attachment_image_alt', 'Aegis advantage'),
(28908, 118, '_wp_attachment_image_alt', 'footer bg'),
(28909, 87, '_wp_attachment_image_alt', 'You get certified and boost your revenues'),
(28910, 77, '_wp_attachment_image_alt', 'logo-2'),
(28911, 71, '_wp_attachment_image_alt', 'aegis advantage res'),
(28912, 50, '_wp_attachment_image_alt', 'what we do'),
(28913, 40, '_wp_attachment_image_alt', 'qd'),
(28914, 39, '_wp_attachment_image_alt', 'Marker'),
(28915, 38, '_wp_attachment_image_alt', 'Logo banner'),
(28916, 37, '_wp_attachment_image_alt', 'Logo'),
(28917, 36, '_wp_attachment_image_alt', 'line'),
(28918, 35, '_wp_attachment_image_alt', 'Label'),
(28919, 34, '_wp_attachment_image_alt', 'Kulud'),
(28920, 33, '_wp_attachment_image_alt', 'jis'),
(28921, 32, '_wp_attachment_image_alt', 'iso'),
(28922, 31, '_wp_attachment_image_alt', 'Icon Image'),
(28923, 30, '_wp_attachment_image_alt', 'icon-image-2'),
(28924, 29, '_wp_attachment_image_alt', 'icon-image-1'),
(28925, 28, '_wp_attachment_image_alt', 'icon-6'),
(28926, 27, '_wp_attachment_image_alt', 'icon-5'),
(28927, 26, '_wp_attachment_image_alt', 'icon'),
(28928, 25, '_wp_attachment_image_alt', 'icon'),
(28929, 24, '_wp_attachment_image_alt', 'icon'),
(28930, 23, '_wp_attachment_image_alt', 'icon'),
(28931, 22, '_wp_attachment_image_alt', 'Houses'),
(28932, 21, '_wp_attachment_image_alt', 'House-2'),
(28933, 20, '_wp_attachment_image_alt', 'footer logo'),
(28934, 19, '_wp_attachment_image_alt', 'footer-bg'),
(28935, 18, '_wp_attachment_image_alt', 'bg-6'),
(28936, 17, '_wp_attachment_image_alt', 'bg-5'),
(28937, 16, '_wp_attachment_image_alt', 'bg-4'),
(28938, 15, '_wp_attachment_image_alt', 'bg-3'),
(28939, 14, '_wp_attachment_image_alt', 'bg-1'),
(28940, 13, '_wp_attachment_image_alt', 'bg'),
(28977, 5811, '_menu_item_type', 'post_type'),
(28978, 5811, '_menu_item_menu_item_parent', '0'),
(28979, 5811, '_menu_item_object_id', '2335'),
(28980, 5811, '_menu_item_object', 'page'),
(28981, 5811, '_menu_item_target', ''),
(28982, 5811, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(28983, 5811, '_menu_item_xfn', ''),
(28984, 5811, '_menu_item_url', ''),
(28985, 5811, '_menu_item_template', ''),
(28986, 5811, '_menu_item_mega_template', '0'),
(28987, 5811, '_menu_item_nolink', ''),
(28988, 5811, '_menu_item_category_post', ''),
(28989, 5811, '_menu_item_megamenu', ''),
(28990, 5811, '_menu_item_megamenu_auto_width', ''),
(28991, 5811, '_menu_item_megamenu_col', ''),
(28992, 5811, '_menu_item_megamenu_heading', ''),
(28993, 5811, '_menu_item_megamenu_widgetarea', '0'),
(28994, 5811, '_menu_item_icon', ''),
(28995, 5812, '_menu_item_type', 'post_type'),
(28996, 5812, '_menu_item_menu_item_parent', '0'),
(28997, 5812, '_menu_item_object_id', '2337'),
(28998, 5812, '_menu_item_object', 'page'),
(28999, 5812, '_menu_item_target', ''),
(29000, 5812, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(29001, 5812, '_menu_item_xfn', ''),
(29002, 5812, '_menu_item_url', ''),
(29003, 5812, '_menu_item_template', ''),
(29004, 5812, '_menu_item_mega_template', '0'),
(29005, 5812, '_menu_item_nolink', ''),
(29006, 5812, '_menu_item_category_post', ''),
(29007, 5812, '_menu_item_megamenu', ''),
(29008, 5812, '_menu_item_megamenu_auto_width', ''),
(29009, 5812, '_menu_item_megamenu_col', ''),
(29010, 5812, '_menu_item_megamenu_heading', ''),
(29011, 5812, '_menu_item_megamenu_widgetarea', '0'),
(29012, 5812, '_menu_item_icon', ''),
(29013, 5813, '_menu_item_type', 'post_type'),
(29014, 5813, '_menu_item_menu_item_parent', '0'),
(29015, 5813, '_menu_item_object_id', '2338'),
(29016, 5813, '_menu_item_object', 'page'),
(29017, 5813, '_menu_item_target', ''),
(29018, 5813, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(29019, 5813, '_menu_item_xfn', ''),
(29020, 5813, '_menu_item_url', ''),
(29021, 5813, '_menu_item_template', ''),
(29022, 5813, '_menu_item_mega_template', '0'),
(29023, 5813, '_menu_item_nolink', ''),
(29024, 5813, '_menu_item_category_post', ''),
(29025, 5813, '_menu_item_megamenu', ''),
(29026, 5813, '_menu_item_megamenu_auto_width', ''),
(29027, 5813, '_menu_item_megamenu_col', ''),
(29028, 5813, '_menu_item_megamenu_heading', ''),
(29029, 5813, '_menu_item_megamenu_widgetarea', '0'),
(29030, 5813, '_menu_item_icon', ''),
(29031, 5814, '_menu_item_type', 'post_type'),
(29032, 5814, '_menu_item_menu_item_parent', '0'),
(29033, 5814, '_menu_item_object_id', '2339'),
(29034, 5814, '_menu_item_object', 'page'),
(29035, 5814, '_menu_item_target', ''),
(29036, 5814, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(29037, 5814, '_menu_item_xfn', ''),
(29038, 5814, '_menu_item_url', ''),
(29039, 5814, '_menu_item_template', ''),
(29040, 5814, '_menu_item_mega_template', '0'),
(29041, 5814, '_menu_item_nolink', ''),
(29042, 5814, '_menu_item_category_post', ''),
(29043, 5814, '_menu_item_megamenu', ''),
(29044, 5814, '_menu_item_megamenu_auto_width', ''),
(29045, 5814, '_menu_item_megamenu_col', ''),
(29046, 5814, '_menu_item_megamenu_heading', ''),
(29047, 5814, '_menu_item_megamenu_widgetarea', '0'),
(29048, 5814, '_menu_item_icon', ''),
(29049, 5815, '_menu_item_type', 'post_type'),
(29050, 5815, '_menu_item_menu_item_parent', '0'),
(29051, 5815, '_menu_item_object_id', '2340'),
(29052, 5815, '_menu_item_object', 'page'),
(29053, 5815, '_menu_item_target', ''),
(29054, 5815, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(29055, 5815, '_menu_item_xfn', ''),
(29056, 5815, '_menu_item_url', ''),
(29057, 5815, '_menu_item_template', ''),
(29058, 5815, '_menu_item_mega_template', '0'),
(29059, 5815, '_menu_item_nolink', ''),
(29060, 5815, '_menu_item_category_post', ''),
(29061, 5815, '_menu_item_megamenu', ''),
(29062, 5815, '_menu_item_megamenu_auto_width', ''),
(29063, 5815, '_menu_item_megamenu_col', ''),
(29064, 5815, '_menu_item_megamenu_heading', ''),
(29065, 5815, '_menu_item_megamenu_widgetarea', '0'),
(29066, 5815, '_menu_item_icon', ''),
(29067, 5816, '_menu_item_type', 'post_type'),
(29068, 5816, '_menu_item_menu_item_parent', '0'),
(29069, 5816, '_menu_item_object_id', '2360'),
(29070, 5816, '_menu_item_object', 'page'),
(29071, 5816, '_menu_item_target', ''),
(29072, 5816, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(29073, 5816, '_menu_item_xfn', ''),
(29074, 5816, '_menu_item_url', ''),
(29075, 5816, '_menu_item_template', ''),
(29076, 5816, '_menu_item_mega_template', '0'),
(29077, 5816, '_menu_item_nolink', ''),
(29078, 5816, '_menu_item_category_post', ''),
(29079, 5816, '_menu_item_megamenu', ''),
(29080, 5816, '_menu_item_megamenu_auto_width', ''),
(29081, 5816, '_menu_item_megamenu_col', ''),
(29082, 5816, '_menu_item_megamenu_heading', ''),
(29083, 5816, '_menu_item_megamenu_widgetarea', '0'),
(29084, 5816, '_menu_item_icon', ''),
(29125, 4208, '_edit_lock', '1628682545:1'),
(29761, 5919, '_submission_status', 'mail_sent'),
(29762, 5919, '_subject', '[your-subject]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(29763, 5919, '_from', 'ADASD <tanu@technoarray.com>'),
(29764, 5919, '_from_name', 'ADASD'),
(29765, 5919, '_from_email', 'tanu@technoarray.com'),
(29766, 5919, '_field_your-name', 'ADASD'),
(29767, 5919, '_field_gclid_field', ''),
(29768, 5919, '_field_tel-115', '52353452'),
(29769, 5919, '_field_your-email', 'tanu@technoarray.com'),
(29770, 5919, '_field_text-952', 'abc'),
(29771, 5919, '_fields', 'a:5:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(29772, 5919, '_meta', 'a:19:{s:13:\"serial_number\";i:4;s:9:\"remote_ip\";s:13:\"193.176.84.16\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"February 9, 2021\";s:4:\"time\";s:8:\"11:10 am\";s:7:\"post_id\";s:4:\"3628\";s:9:\"post_name\";s:4:\"home\";s:10:\"post_title\";s:4:\"Home\";s:8:\"post_url\";s:17:\"https://aegis.qa/\";s:11:\"post_author\";s:6:\"techno\";s:17:\"post_author_email\";s:21:\"raman@technoarray.com\";s:10:\"site_title\";s:43:\"Aegis Services - ISO Certification in Qatar\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:21:\"raman@technoarray.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(29773, 5919, '_akismet', NULL),
(29774, 5919, '_recaptcha', 'a:0:{}'),
(29775, 5919, '_spam_log', 'a:0:{}'),
(29776, 5919, '_consent', 'a:0:{}'),
(29777, 5919, '_hash', '3b08ada4f5ee5de7a4f48c9d6b05c6a7'),
(29779, 5920, '_submission_status', 'mail_sent'),
(29780, 5920, '_subject', '[your-subject]'),
(29781, 5920, '_from', 'test <test@gmail.com>'),
(29782, 5920, '_from_name', 'test'),
(29783, 5920, '_from_email', 'test@gmail.com'),
(29784, 5920, '_field_your-name', 'test'),
(29785, 5920, '_field_gclid_field', ''),
(29786, 5920, '_field_phone', '78979797'),
(29787, 5920, '_field_your-email', 'test@gmail.com'),
(29788, 5920, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(29789, 5920, '_meta', 'a:19:{s:13:\"serial_number\";i:8;s:9:\"remote_ip\";s:13:\"193.176.84.16\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"February 9, 2021\";s:4:\"time\";s:8:\"11:12 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:43:\"Aegis Services - ISO Certification in Qatar\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:21:\"raman@technoarray.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(29790, 5920, '_akismet', NULL),
(29791, 5920, '_recaptcha', 'a:0:{}'),
(29792, 5920, '_spam_log', 'a:0:{}'),
(29793, 5920, '_consent', 'a:0:{}'),
(29794, 5920, '_hash', 'dee8bcd4bf9bcbb62a99c379f8b3f612'),
(29795, 5921, '_submission_status', 'mail_sent'),
(29796, 5921, '_subject', '[your-subject]'),
(29797, 5921, '_from', 'test <test@gmail.com>'),
(29798, 5921, '_from_name', 'test'),
(29799, 5921, '_from_email', 'test@gmail.com'),
(29800, 5921, '_field_your-name', 'test'),
(29801, 5921, '_field_gclid_field', ''),
(29802, 5921, '_field_tel-115', '78979797'),
(29803, 5921, '_field_your-email', 'test@gmail.com'),
(29804, 5921, '_field_text-952', 'tester2'),
(29805, 5921, '_fields', 'a:5:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(29806, 5921, '_meta', 'a:19:{s:13:\"serial_number\";i:5;s:9:\"remote_ip\";s:13:\"193.176.84.16\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"February 9, 2021\";s:4:\"time\";s:8:\"11:18 am\";s:7:\"post_id\";s:4:\"3628\";s:9:\"post_name\";s:4:\"home\";s:10:\"post_title\";s:4:\"Home\";s:8:\"post_url\";s:17:\"https://aegis.qa/\";s:11:\"post_author\";s:6:\"techno\";s:17:\"post_author_email\";s:21:\"raman@technoarray.com\";s:10:\"site_title\";s:43:\"Aegis Services - ISO Certification in Qatar\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:21:\"raman@technoarray.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(29807, 5921, '_akismet', NULL),
(29808, 5921, '_recaptcha', 'a:0:{}'),
(29809, 5921, '_spam_log', 'a:0:{}'),
(29810, 5921, '_consent', 'a:0:{}'),
(29811, 5921, '_hash', '90f77d84ae3f7993200bf6483bff759c'),
(29812, 5922, '_submission_status', 'mail_sent'),
(29813, 5922, '_subject', '[your-subject]'),
(29814, 5922, '_from', 'test <test@gmail.com>'),
(29815, 5922, '_from_name', 'test'),
(29816, 5922, '_from_email', 'test@gmail.com'),
(29817, 5922, '_field_your-name', 'test'),
(29818, 5922, '_field_gclid_field', ''),
(29819, 5922, '_field_tel-115', '78979797'),
(29820, 5922, '_field_your-email', 'test@gmail.com'),
(29821, 5922, '_field_text-952', 'test'),
(29822, 5922, '_fields', 'a:5:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(29823, 5922, '_meta', 'a:19:{s:13:\"serial_number\";i:6;s:9:\"remote_ip\";s:13:\"193.176.84.16\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"February 9, 2021\";s:4:\"time\";s:8:\"11:49 am\";s:7:\"post_id\";s:4:\"3628\";s:9:\"post_name\";s:4:\"home\";s:10:\"post_title\";s:4:\"Home\";s:8:\"post_url\";s:17:\"https://aegis.qa/\";s:11:\"post_author\";s:6:\"techno\";s:17:\"post_author_email\";s:21:\"raman@technoarray.com\";s:10:\"site_title\";s:43:\"Aegis Services - ISO Certification in Qatar\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:21:\"raman@technoarray.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(29824, 5922, '_akismet', NULL),
(29825, 5922, '_recaptcha', 'a:0:{}'),
(29826, 5922, '_spam_log', 'a:0:{}'),
(29827, 5922, '_consent', 'a:0:{}'),
(29828, 5922, '_hash', '8ef8211c7c3d6e1fbad2a52202b3d82c'),
(29829, 5923, '_submission_status', 'mail_sent'),
(29830, 5923, '_subject', '[your-subject]'),
(29831, 5923, '_from', 'test <test@gmail.com>'),
(29832, 5923, '_from_name', 'test'),
(29833, 5923, '_from_email', 'test@gmail.com'),
(29834, 5923, '_field_your-name', 'test'),
(29835, 5923, '_field_gclid_field', ''),
(29836, 5923, '_field_phone', '32454352'),
(29837, 5923, '_field_your-email', 'test@gmail.com'),
(29838, 5923, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(29839, 5923, '_meta', 'a:19:{s:13:\"serial_number\";i:9;s:9:\"remote_ip\";s:14:\"203.145.165.17\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"February 9, 2021\";s:4:\"time\";s:8:\"11:55 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:43:\"Aegis Services - ISO Certification in Qatar\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:21:\"raman@technoarray.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(29840, 5923, '_akismet', NULL),
(29841, 5923, '_recaptcha', 'a:0:{}'),
(29842, 5923, '_spam_log', 'a:0:{}'),
(29843, 5923, '_consent', 'a:0:{}'),
(29844, 5923, '_hash', '10ad0aa0afcf93d09fc81bcdd263182f'),
(29845, 5924, '_submission_status', 'mail_sent'),
(29846, 5924, '_subject', '[your-subject]'),
(29847, 5924, '_from', 'test <test@gmail.com>'),
(29848, 5924, '_from_name', 'test'),
(29849, 5924, '_from_email', 'test@gmail.com'),
(29850, 5924, '_field_your-name', 'test'),
(29851, 5924, '_field_gclid_field', ''),
(29852, 5924, '_field_phone', '24345435'),
(29853, 5924, '_field_your-email', 'test@gmail.com'),
(29854, 5924, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(29855, 5924, '_meta', 'a:19:{s:13:\"serial_number\";i:10;s:9:\"remote_ip\";s:14:\"203.145.165.17\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"February 9, 2021\";s:4:\"time\";s:8:\"11:57 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:43:\"Aegis Services - ISO Certification in Qatar\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:21:\"raman@technoarray.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(29856, 5924, '_akismet', NULL),
(29857, 5924, '_recaptcha', 'a:0:{}'),
(29858, 5924, '_spam_log', 'a:0:{}'),
(29859, 5924, '_consent', 'a:0:{}'),
(29860, 5924, '_hash', '020b93e2330c84e971fede6c67f7d224'),
(29861, 5925, '_email', 'tester@gmal.com'),
(29862, 5925, '_name', 'test'),
(29863, 5925, '_props', 'a:0:{}'),
(29864, 5925, '_last_contacted', '2021-02-09 12:04:35'),
(29865, 5926, '_submission_status', 'mail_sent'),
(29866, 5926, '_subject', '[your-subject]'),
(29867, 5926, '_from', 'test <tester@gmal.com>'),
(29868, 5926, '_from_name', 'test'),
(29869, 5926, '_from_email', 'tester@gmal.com'),
(29870, 5926, '_field_your-name', 'test'),
(29871, 5926, '_field_gclid_field', ''),
(29872, 5926, '_field_phone', '23452345'),
(29873, 5926, '_field_your-email', 'tester@gmal.com'),
(29874, 5926, '_fields', 'a:4:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:5:\"phone\";N;s:10:\"your-email\";N;}'),
(29875, 5926, '_meta', 'a:19:{s:13:\"serial_number\";i:3;s:9:\"remote_ip\";s:14:\"203.145.165.17\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"February 9, 2021\";s:4:\"time\";s:8:\"12:04 pm\";s:7:\"post_id\";s:4:\"3628\";s:9:\"post_name\";s:4:\"home\";s:10:\"post_title\";s:4:\"Home\";s:8:\"post_url\";s:17:\"https://aegis.qa/\";s:11:\"post_author\";s:6:\"techno\";s:17:\"post_author_email\";s:21:\"raman@technoarray.com\";s:10:\"site_title\";s:43:\"Aegis Services - ISO Certification in Qatar\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:21:\"raman@technoarray.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(29876, 5926, '_akismet', NULL),
(29877, 5926, '_recaptcha', 'a:0:{}'),
(29878, 5926, '_spam_log', 'a:0:{}'),
(29879, 5926, '_consent', 'a:0:{}'),
(29880, 5926, '_hash', '03782bdec6eb6c8bcd69a7a3b384bfed'),
(29999, 5945, '_email', 'test@gmail.com'),
(30000, 5945, '_name', 'test'),
(30001, 5945, '_props', 'a:0:{}'),
(30002, 5945, '_last_contacted', '2021-09-22 05:16:43'),
(30003, 5946, '_submission_status', 'mail_sent'),
(30004, 5946, '_subject', '[your-subject]'),
(30005, 5946, '_from', 'test <test@gmail.com>'),
(30006, 5946, '_from_name', 'test'),
(30007, 5946, '_from_email', 'test@gmail.com'),
(30008, 5946, '_field_your-name', 'test'),
(30009, 5946, '_field_gclid_field', ''),
(30010, 5946, '_field_tel-115', '63456354'),
(30011, 5946, '_field_your-email', 'test@gmail.com'),
(30012, 5946, '_field_text-952', 'test'),
(30013, 5946, '_fields', 'a:5:{s:9:\"your-name\";N;s:11:\"gclid_field\";N;s:7:\"tel-115\";N;s:10:\"your-email\";N;s:8:\"text-952\";N;}'),
(30014, 5946, '_meta', 'a:19:{s:13:\"serial_number\";i:7;s:9:\"remote_ip\";s:14:\"203.145.165.17\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:16:\"February 9, 2021\";s:4:\"time\";s:7:\"1:21 pm\";s:7:\"post_id\";s:4:\"3628\";s:9:\"post_name\";s:4:\"home\";s:10:\"post_title\";s:4:\"Home\";s:8:\"post_url\";s:17:\"https://aegis.qa/\";s:11:\"post_author\";s:6:\"techno\";s:17:\"post_author_email\";s:21:\"raman@technoarray.com\";s:10:\"site_title\";s:43:\"Aegis Services - ISO Certification in Qatar\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:21:\"raman@technoarray.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(30015, 5946, '_akismet', NULL),
(30016, 5946, '_recaptcha', 'a:0:{}'),
(30017, 5946, '_spam_log', 'a:0:{}'),
(30018, 5946, '_consent', 'a:0:{}'),
(30019, 5946, '_hash', '798215d023b590f82cbc168b4a792089'),
(30030, 5945, '_wp_old_date', '2021-02-09'),
(30032, 5950, '_submission_status', 'mail_sent'),
(30033, 5950, '_subject', '[your-subject]'),
(30034, 5950, '_from', '[your-name] <test@gmail.com>'),
(30035, 5950, '_from_name', '[your-name]'),
(30036, 5950, '_from_email', 'test@gmail.com'),
(30037, 5950, '_field_name', 'test'),
(30038, 5950, '_field_gclid_field', ''),
(30039, 5950, '_field_your-email', 'test@gmail.com'),
(30040, 5950, '_field_phone', '13241234'),
(30041, 5950, '_field_requirement', 'test'),
(30042, 5950, '_fields', 'a:5:{s:4:\"Name\";N;s:11:\"gclid_field\";N;s:10:\"your-email\";N;s:5:\"phone\";N;s:11:\"requirement\";N;}'),
(30043, 5950, '_meta', 'a:19:{s:13:\"serial_number\";i:1;s:9:\"remote_ip\";s:14:\"203.145.165.17\";s:10:\"user_agent\";s:128:\"Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1\";s:3:\"url\";s:17:\"https://aegis.qa/\";s:4:\"date\";s:17:\"February 11, 2021\";s:4:\"time\";s:7:\"7:57 am\";s:7:\"post_id\";s:0:\"\";s:9:\"post_name\";s:0:\"\";s:10:\"post_title\";s:0:\"\";s:8:\"post_url\";s:0:\"\";s:11:\"post_author\";s:0:\"\";s:17:\"post_author_email\";s:0:\"\";s:10:\"site_title\";s:43:\"Aegis Services - ISO Certification in Qatar\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:8:\"site_url\";s:16:\"https://aegis.qa\";s:16:\"site_admin_email\";s:21:\"raman@technoarray.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),
(30044, 5950, '_akismet', NULL),
(30045, 5950, '_recaptcha', 'a:0:{}'),
(30046, 5950, '_spam_log', 'a:0:{}'),
(30047, 5950, '_consent', 'a:0:{}'),
(30048, 5950, '_hash', '3dd479e817b7d656f2dc592121bf4a6a'),
(30049, 5952, '_email', 'raman@technoarray.com'),
(30050, 5952, '_name', 'techno'),
(30051, 5952, '_props', 'a:2:{s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";}'),
(30052, 5952, '_last_contacted', '2022-03-12 06:31:31'),
(30073, 5956, '_wp_attached_file', '2021/02/call-icon.png'),
(30074, 5956, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:66;s:6:\"height\";i:50;s:4:\"file\";s:21:\"2021/02/call-icon.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"call-icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"call-icon-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"call-icon-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:21:\"call-icon-768x581.png\";s:5:\"width\";i:768;s:6:\"height\";i:581;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"call-icon-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:23:\"call-icon-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:19:\"call-icon-20x20.png\";s:5:\"width\";i:20;s:6:\"height\";i:20;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"12\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-06-28 11:38:39\";s:9:\"thumbsOpt\";i:7;s:13:\"thumbsOptList\";a:7:{i:0;s:21:\"call-icon-300x300.png\";i:1;s:23:\"call-icon-1024x1024.png\";i:2;s:21:\"call-icon-150x150.png\";i:3;s:21:\"call-icon-768x581.png\";i:4;s:23:\"call-icon-1536x1536.png\";i:5;s:23:\"call-icon-2048x2048.png\";i:6;s:19:\"call-icon-20x20.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"56.89\";}'),
(30115, 5963, '_edit_last', '1'),
(30116, 5963, '_edit_lock', '1666328040:1'),
(30117, 5963, '_wp_page_template', 'custom-full_screen.php'),
(30118, 5963, '_yoast_wpseo_estimated-reading-time-minutes', '38'),
(30119, 5963, 'ocean_sidebar', '0'),
(30120, 5963, 'ocean_second_sidebar', '0'),
(30121, 5963, 'ocean_disable_margins', 'enable'),
(30122, 5963, 'ocean_display_top_bar', 'off'),
(30123, 5963, 'ocean_display_header', 'off'),
(30124, 5963, 'ocean_center_header_left_menu', '0'),
(30125, 5963, 'ocean_custom_header_template', '0'),
(30126, 5963, 'ocean_header_custom_menu', '0'),
(30127, 5963, 'ocean_menu_typo_font_family', '0'),
(30128, 5963, 'ocean_disable_title', 'on'),
(30129, 5963, 'ocean_disable_heading', 'default'),
(30130, 5963, 'ocean_disable_breadcrumbs', 'default'),
(30131, 5963, 'ocean_display_footer_widgets', 'off'),
(30132, 5963, 'ocean_display_footer_bottom', 'off'),
(30133, 5963, 'ocean_custom_footer_template', '0'),
(30159, 5963, '_elementor_edit_mode', 'builder'),
(30160, 5963, '_elementor_template_type', 'wp-page'),
(30161, 5963, '_elementor_version', '3.4.4'),
(30162, 5969, '_wp_attached_file', '2021/02/logo_verticle.png'),
(30163, 5969, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:164;s:6:\"height\";i:116;s:4:\"file\";s:25:\"2021/02/logo_verticle.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo_verticle-150x116.png\";s:5:\"width\";i:150;s:6:\"height\";i:116;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"1\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-06-28 11:38:00\";s:9:\"thumbsOpt\";i:1;s:13:\"thumbsOptList\";a:1:{i:0;s:25:\"logo_verticle-150x116.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"29.06\";}'),
(30164, 5969, '_elementor_source_image_hash', '94d5b15660973d33897e204461b2ad3713497791'),
(30165, 5970, '_wp_attached_file', '2021/02/new-bg.jpg'),
(30166, 5970, '_wp_attachment_metadata', 'a:10:{s:5:\"width\";i:1600;s:6:\"height\";d:834;s:4:\"file\";s:18:\"2021/02/new-bg.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"new-bg-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"new-bg-1024x534.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"new-bg-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:\"new-bg-768x400.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"new-bg-1536x801.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:9:\"old_width\";i:1920;s:10:\"old_height\";i:1001;s:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"-6\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-06-28 11:37:50\";s:9:\"thumbsOpt\";i:5;s:13:\"thumbsOptList\";a:5:{i:0;s:18:\"new-bg-300x156.jpg\";i:1;s:19:\"new-bg-1024x534.jpg\";i:2;s:18:\"new-bg-150x150.jpg\";i:3;s:18:\"new-bg-768x400.jpg\";i:4;s:19:\"new-bg-1536x801.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"41.82\";}'),
(30167, 5970, '_elementor_source_image_hash', '3e8d93095995233ed499c073e6330fb8ed6faccd'),
(30168, 5971, '_wp_attached_file', '2021/02/logo_verticle1.png'),
(30169, 5971, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:164;s:6:\"height\";i:116;s:4:\"file\";s:26:\"2021/02/logo_verticle1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"logo_verticle1-150x116.png\";s:5:\"width\";i:150;s:6:\"height\";i:116;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"1\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-06-28 11:37:37\";s:9:\"thumbsOpt\";i:1;s:13:\"thumbsOptList\";a:1:{i:0;s:26:\"logo_verticle1-150x116.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"18.07\";}'),
(30170, 5971, '_elementor_source_image_hash', 'd2f2f0d656411f7a661081b3e15708ed362b722c'),
(30171, 5972, '_wp_attached_file', '2021/02/what-we-do-bg.jpg'),
(30172, 5972, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1324;s:6:\"height\";i:896;s:4:\"file\";s:25:\"2021/02/what-we-do-bg.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"what-we-do-bg-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"what-we-do-bg-1024x693.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:693;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"what-we-do-bg-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:25:\"what-we-do-bg-768x520.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"0\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-05-26 12:32:46\";s:9:\"thumbsOpt\";i:4;s:13:\"thumbsOptList\";a:4:{i:0;s:25:\"what-we-do-bg-300x203.jpg\";i:1;s:26:\"what-we-do-bg-1024x693.jpg\";i:2;s:25:\"what-we-do-bg-150x150.jpg\";i:3;s:25:\"what-we-do-bg-768x520.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:4:\"49.4\";}'),
(30173, 5972, '_elementor_source_image_hash', 'a27d0a0815b299fe0c2909366644b55e06b141d1'),
(30174, 5973, '_wp_attached_file', '2021/02/icon-1.png'),
(30175, 5973, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:153;s:6:\"height\";i:153;s:4:\"file\";s:18:\"2021/02/icon-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"icon-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"1\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-05-26 12:32:35\";s:9:\"thumbsOpt\";i:1;s:13:\"thumbsOptList\";a:1:{i:0;s:18:\"icon-1-150x150.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"38.34\";}'),
(30176, 5973, '_elementor_source_image_hash', '26619b0686af52b2f4122c4f251143cf02bfb0de'),
(30177, 5974, '_wp_attached_file', '2021/02/icon-2.png'),
(30178, 5974, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:153;s:6:\"height\";i:153;s:4:\"file\";s:18:\"2021/02/icon-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"icon-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"0\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-05-26 12:32:25\";s:9:\"thumbsOpt\";i:1;s:13:\"thumbsOptList\";a:1:{i:0;s:18:\"icon-2-150x150.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"33.64\";}'),
(30179, 5974, '_elementor_source_image_hash', 'd62c7e16f87c6affb07d213554ff1bf80d8bc3be'),
(30180, 5975, '_wp_attached_file', '2021/02/icon-3.png'),
(30181, 5975, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:153;s:6:\"height\";i:153;s:4:\"file\";s:18:\"2021/02/icon-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"icon-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"1\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-05-26 12:32:16\";s:9:\"thumbsOpt\";i:1;s:13:\"thumbsOptList\";a:1:{i:0;s:18:\"icon-3-150x150.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"17.27\";}'),
(30182, 5975, '_elementor_source_image_hash', 'f8e319261cbf4d84eb5967e9481ea21d0f84390b'),
(30183, 5976, '_wp_attached_file', '2021/02/icon-4.png'),
(30184, 5976, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:153;s:6:\"height\";i:153;s:4:\"file\";s:18:\"2021/02/icon-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"icon-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"1\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-05-26 12:32:05\";s:9:\"thumbsOpt\";i:1;s:13:\"thumbsOptList\";a:1:{i:0;s:18:\"icon-4-150x150.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"21.14\";}'),
(30185, 5976, '_elementor_source_image_hash', 'cb7d38364838e3353e0c5b80adaf73415bd430c8'),
(30186, 5977, '_wp_attached_file', '2021/02/h-5.png'),
(30187, 5977, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:153;s:6:\"height\";i:149;s:4:\"file\";s:15:\"2021/02/h-5.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"h-5-150x149.png\";s:5:\"width\";i:150;s:6:\"height\";i:149;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"0\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-05-26 12:31:56\";s:9:\"thumbsOpt\";i:1;s:13:\"thumbsOptList\";a:1:{i:0;s:15:\"h-5-150x149.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"16.25\";}'),
(30188, 5977, '_elementor_source_image_hash', '73281f556a2e0f570caad5db4592513008722d4e'),
(30189, 5978, '_wp_attached_file', '2021/02/how-it-work.jpg'),
(30190, 5978, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1324;s:6:\"height\";i:897;s:4:\"file\";s:23:\"2021/02/how-it-work.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"how-it-work-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"how-it-work-1024x694.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:694;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"how-it-work-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:\"how-it-work-768x520.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:3:\"-17\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-05-26 12:31:45\";s:9:\"thumbsOpt\";i:4;s:13:\"thumbsOptList\";a:4:{i:0;s:23:\"how-it-work-300x203.jpg\";i:1;s:24:\"how-it-work-1024x694.jpg\";i:2;s:23:\"how-it-work-150x150.jpg\";i:3;s:23:\"how-it-work-768x520.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"46.28\";}'),
(30191, 5978, '_elementor_source_image_hash', 'eec2ada18ca0b19675a0ef45a5f39006db470497'),
(30192, 5979, '_wp_attached_file', '2021/02/who-we-icon.png'),
(30193, 5979, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:119;s:6:\"height\";i:119;s:4:\"file\";s:23:\"2021/02/who-we-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"0\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-05-26 12:31:34\";s:9:\"thumbsOpt\";i:0;s:13:\"thumbsOptList\";a:0:{}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"33.71\";}'),
(30194, 5979, '_elementor_source_image_hash', 'b597c36b7fe44a1c79fe5069760f844f36e2889a'),
(30195, 5980, '_wp_attached_file', '2021/02/who-we-are-bg-1.jpg'),
(30196, 5980, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1324;s:6:\"height\";i:546;s:4:\"file\";s:27:\"2021/02/who-we-are-bg-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"who-we-are-bg-1-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"who-we-are-bg-1-1024x422.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"who-we-are-bg-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:27:\"who-we-are-bg-1-768x317.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"-1\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-05-26 12:31:24\";s:9:\"thumbsOpt\";i:4;s:13:\"thumbsOptList\";a:4:{i:0;s:27:\"who-we-are-bg-1-300x124.jpg\";i:1;s:28:\"who-we-are-bg-1-1024x422.jpg\";i:2;s:27:\"who-we-are-bg-1-150x150.jpg\";i:3;s:27:\"who-we-are-bg-1-768x317.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"20.94\";}'),
(30197, 5980, '_elementor_source_image_hash', '862d386d9c77812dceeefccd801b3102dc87b6ac'),
(30198, 5981, '_wp_attached_file', '2021/02/aegis_advantage_res.jpg'),
(30199, 5981, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:705;s:6:\"height\";i:736;s:4:\"file\";s:31:\"2021/02/aegis_advantage_res.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"aegis_advantage_res-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"aegis_advantage_res-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"aegis_advantage_res-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"aegis_advantage_res-768x801.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"aegis_advantage_res-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:33:\"aegis_advantage_res-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:29:\"aegis_advantage_res-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"1\";s:8:\"quantity\";d:75;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-05-26 12:31:11\";s:9:\"thumbsOpt\";i:7;s:13:\"thumbsOptList\";a:7:{i:0;s:31:\"aegis_advantage_res-300x300.jpg\";i:1;s:33:\"aegis_advantage_res-1024x1024.jpg\";i:2;s:31:\"aegis_advantage_res-150x150.jpg\";i:3;s:31:\"aegis_advantage_res-768x801.jpg\";i:4;s:33:\"aegis_advantage_res-1536x1536.jpg\";i:5;s:33:\"aegis_advantage_res-2048x2048.jpg\";i:6;s:29:\"aegis_advantage_res-20x20.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"58.29\";}'),
(30200, 5981, '_elementor_source_image_hash', 'e5782162b76941dcdd0409673303ac35b001a5fa'),
(30201, 5982, '_wp_attached_file', '2021/02/aegis-advantage.jpg'),
(30202, 5982, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1324;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2021/02/aegis-advantage.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"aegis-advantage-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"aegis-advantage-1024x696.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"aegis-advantage-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:\"aegis-advantage-768x522.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"14\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-05-26 12:30:56\";s:9:\"thumbsOpt\";i:4;s:13:\"thumbsOptList\";a:4:{i:0;s:27:\"aegis-advantage-300x204.jpg\";i:1;s:28:\"aegis-advantage-1024x696.jpg\";i:2;s:27:\"aegis-advantage-150x150.jpg\";i:3;s:27:\"aegis-advantage-768x522.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"52.64\";}'),
(30203, 5982, '_elementor_source_image_hash', '47e7d6cc0432df7e5b3442564179f7768f91410c'),
(30204, 5983, '_wp_attached_file', '2021/02/faq-banner-icon.png'),
(30205, 5983, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:119;s:6:\"height\";i:119;s:4:\"file\";s:27:\"2021/02/faq-banner-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:1:\"0\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-05-26 12:30:44\";s:9:\"thumbsOpt\";i:0;s:13:\"thumbsOptList\";a:0:{}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"30.64\";}'),
(30206, 5983, '_elementor_source_image_hash', 'd5c2b597321df9e0bd913d97d3aaaa2506069574'),
(30207, 5984, '_wp_attached_file', '2021/02/faq-banner.jpg'),
(30208, 5984, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1320;s:6:\"height\";i:546;s:4:\"file\";s:22:\"2021/02/faq-banner.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"faq-banner-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"faq-banner-1024x424.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"faq-banner-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:22:\"faq-banner-768x318.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"-4\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-05-26 12:30:34\";s:9:\"thumbsOpt\";i:4;s:13:\"thumbsOptList\";a:4:{i:0;s:22:\"faq-banner-300x124.jpg\";i:1;s:23:\"faq-banner-1024x424.jpg\";i:2;s:22:\"faq-banner-150x150.jpg\";i:3;s:22:\"faq-banner-768x318.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"14.53\";}'),
(30209, 5984, '_elementor_source_image_hash', '895f483693c38e90b70a2105239ed9fca19c05fc'),
(30210, 5985, '_wp_attached_file', '2021/02/faq-icon-1.png'),
(30211, 5985, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:119;s:6:\"height\";i:109;s:4:\"file\";s:22:\"2021/02/faq-icon-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"faq-icon-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"faq-icon-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"faq-icon-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"faq-icon-1-768x703.png\";s:5:\"width\";i:768;s:6:\"height\";i:703;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"faq-icon-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"faq-icon-1-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:20:\"faq-icon-1-20x20.png\";s:5:\"width\";i:20;s:6:\"height\";i:20;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"13\";s:8:\"quantity\";d:100;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-05-26 12:30:23\";s:9:\"thumbsOpt\";i:7;s:13:\"thumbsOptList\";a:7:{i:0;s:22:\"faq-icon-1-300x300.png\";i:1;s:24:\"faq-icon-1-1024x1024.png\";i:2;s:22:\"faq-icon-1-150x150.png\";i:3;s:22:\"faq-icon-1-768x703.png\";i:4;s:24:\"faq-icon-1-1536x1536.png\";i:5;s:24:\"faq-icon-1-2048x2048.png\";i:6;s:20:\"faq-icon-1-20x20.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:1:\"9\";}'),
(30212, 5985, '_elementor_source_image_hash', 'b615b44140098cc723447ae03c032385e7f13a31'),
(30213, 5986, '_wp_attached_file', '2021/02/bg-5.png'),
(30214, 5986, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1331;s:6:\"height\";i:516;s:4:\"file\";s:16:\"2021/02/bg-5.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bg-5-300x116.png\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"bg-5-1024x397.png\";s:5:\"width\";i:1024;s:6:\"height\";i:397;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bg-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"bg-5-768x298.png\";s:5:\"width\";i:768;s:6:\"height\";i:298;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:{}}s:7:\"optimus\";a:3:{s:6:\"profit\";s:2:\"-4\";s:8:\"quantity\";d:60;s:4:\"webp\";i:0;}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2022-03-29 09:58:53\";s:9:\"thumbsOpt\";i:4;s:13:\"thumbsOptList\";a:4:{i:0;s:16:\"bg-5-300x116.png\";i:1;s:17:\"bg-5-1024x397.png\";i:2;s:16:\"bg-5-150x150.png\";i:3;s:16:\"bg-5-768x298.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"41.44\";}'),
(30215, 5986, '_elementor_source_image_hash', '4597de7be4439c029036a0b8e4082936f2afeb76'),
(30216, 5987, '_elementor_edit_mode', 'builder'),
(30217, 5987, '_elementor_template_type', 'page'),
(30218, 5987, '_elementor_version', '3.1.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(30219, 5987, '_elementor_data', '[{\"id\":\"a40692a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":5970,\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/02\\/new-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"vertical-scrolling\",\"_element_id\":\"section0\",\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"column_position\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ef5761f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"681c9499\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"40\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999,\"html_tag\":\"div\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f2baf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":20,\"_inline_size_mobile\":40,\"content_position_tablet\":\"top\",\"content_position_mobile\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5335721\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":5969,\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/02\\/logo_verticle.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c8bc436\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":25,\"content_position_tablet\":\"top\",\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b6e7521\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_color\":\"#6166BF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4c194694\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5608a127\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":45,\"content_position_tablet\":\"top\",\"_inline_size_mobile\":50,\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5c9d83af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"header-contact-us\\\">\\n<img class=\\\"lazyloaded\\\" src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2020\\/11\\/call-icon.png\\\" alt=\\\"Call Us Now\\\" \\/>\\n<div class=\\\"call-now\\\">\\n<div class=\\\"call-no\\\"><a href=\\\"tel:+97444904713\\\">Call Now +974-4466-2120<\\/a><\\/div>\\n<div class=\\\"email-us\\\"><a href=\\\"mailto:sales@aegis.qa\\\">SALES@AEGIS.QA<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8f107b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":10,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"top\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7458a62a\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7d190e21\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"hide_desktop\":\"hidden-desktop\",\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"html_tag\":\"div\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39d66638\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.332999999999998408384271897375583648681640625,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true},{\"id\":\"475b9122\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.0859999999999985220711096189916133880615234375,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"34ffbbb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"header-contact-us\\\"><p><img class=\\\"lazyloaded\\\" src=\\\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2020\\/11\\/call-icon.png\\\" alt=\\\"Call\\\" \\/><\\/p><div class=\\\"call-now\\\"><div class=\\\"call-no\\\"><a href=\\\"tel:+97444904713\\\">Call Now +974-4466-2120<\\/a><\\/div><div class=\\\"email-us\\\"><a href=\\\"mailto:sales@aegis.qa\\\">SALES@AEGIS.QA<\\/a><\\/div><\\/div><\\/div>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"12cc7948\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"d80b84\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"html_tag\":\"div\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5cb5eaa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"669bc4fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOP CONSULtants to <span class=\\\"grey\\\">Achieve<\\/span> Top ISO Certification In Qatar\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1756a713\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"-30\",\"left\":0,\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_position\":\"middle\",\"background_background\":\"classic\",\"html_tag\":\"div\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4eac2408\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#A9A8AF40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3c98561d\",\"elType\":\"widget\",\"settings\":{\"ekit_contact_form7\":\"3598\",\"ekit_contact_form_input_style_margin_bottom\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ekit_contact_form_input_style_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_style_border_border\":\"solid\",\"ekit_contact_form_input_style_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_hover_style_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_hover_style_border_border\":\"solid\",\"ekit_contact_form_input_hover_style_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_focus_style_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_focus_style_border_border\":\"solid\",\"ekit_contact_form_input_focus_style_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_typography_typography\":\"custom\",\"ekit_contact_form_input_typography_font_family\":\"Montserrat\",\"ekit_contact_form_input_typography_font_weight\":\"400\",\"ekit_contact_form_input_style_font_color\":\"#808080\",\"ekit_contact_form_input_placeholder_font_color\":\"#808080\",\"ekit_contact_form_button_typography_typography\":\"custom\",\"ekit_contact_form_button_typography_font_family\":\"Montserrat\",\"ekit_contact_form_button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_contact_form_button_typography_font_weight\":\"700\",\"ekit_contact_form_button_typography_text_transform\":\"uppercase\",\"ekit_contact_form_button_typography_font_style\":\"normal\",\"ekit_contact_form_button_typography_text_decoration\":\"none\",\"ekit_contact_form_button_style_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_button_style_use_width_height\":\"yes\",\"ekit_contact_form_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_contact_form_button_style_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_contact_form_button_background_background\":\"classic\",\"ekit_contact_form_button_background_color\":\"#336EDB\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_button_hover_background_background\":\"classic\",\"ekit_contact_form_button_hover_background_color\":\"#255EC8\",\"ekit_contact_form_button_style_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_contact_form_input_style_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_contact_form_input_style_background_slideshow_gallery\":[],\"ekit_contact_form_input_hover_style_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_contact_form_input_hover_style_background_slideshow_gallery\":[],\"ekit_contact_form_input_focus_style_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_contact_form_input_focus_style_background_slideshow_gallery\":[],\"ekit_contact_form_button_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_contact_form_button_background_slideshow_gallery\":[],\"ekit_contact_form_button_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_contact_form_button_hover_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"elementskit-contact-form7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d506a03\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67dec0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"697e8361\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"html_tag\":\"div\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64f3ffeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68029b13\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_tablet\":{\"unit\":\"vw\",\"size\":2.5,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1874c986\",\"elType\":\"widget\",\"settings\":{\"title\":\"ISO STANDARD?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3386129d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2537ca7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"javascript:void(0)\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_css_classes\":\"ger-quote-btn\",\"align_tablet\":\"right\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb8fe50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":5972,\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/02\\/what-we-do-bg.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"css_classes\":\"vertical-scrolling\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section1\",\"column_position\":\"top\",\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1a341233\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a76763b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999,\"html_tag\":\"div\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46a5e810\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"483761ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":5971,\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/02\\/logo_verticle1.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"715a50ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3cbbd97a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1a62fc58\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"750becd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60dc055d\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1170ccf9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"html_tag\":\"div\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"451050af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"71840ff3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Aegis Services\",\"header_size\":\"h6\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"},\"align_mobile\":\"center\",\"align_tablet\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"609be827\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE DO\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4b44889\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"align_mobile\":\"center\",\"_css_classes\":\"h2title\",\"align_tablet\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41a1e4fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Founded in 2012, Aegis Services L.L.C is an independent management and ISO consultant, working relentlessly to provide excellent consultancy services to various industries in Qatar. Since inception, we have paved our way to becoming a leading cons... <strong><a href=\\\"https:\\/\\/aegis.qa\\/contact-us\\/\\\">Contact us today<\\/a><\\/strong>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"align_mobile\":\"center\",\"align_tablet\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"518cbb48\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ebf0580\",\"button_background_hover_color\":\"globals\\/colors?id=ebf0580\",\"button_text_color\":\"globals\\/colors?id=aed3438\",\"hover_color\":\"globals\\/colors?id=aed3438\"},\"_css_classes\":\"buttonCustom\",\"align_mobile\":\"center\",\"align_tablet\":\"center\",\"link\":{\"url\":\"\\/dev\\/what-we-do\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"33dc76b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Brochure Download\",\"align\":\"left\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"button_background_hover_color\":\"\",\"button_text_color\":\"\",\"hover_color\":\"\"},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#191C3D\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#191C3D\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"buttonCustom2\",\"align_mobile\":\"center\",\"align_tablet\":\"center\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/02\\/Aegis-Services_Booklet_NEW.pdf\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76f3090d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":100,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5cafa76f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[iso_lists]\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"28aedbc1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"ISO 14001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-14001-environment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5520729\"},{\"text\":\"ISO 45001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-45001-health-and-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0c2af78\"},{\"text\":\"ISO 22000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22000-food-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"21f830e\"},{\"text\":\"ISO 22301\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22301-business-continuity\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d6f46bc\"},{\"text\":\"ISO 31000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-31000-risk-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9122a9a\"},{\"text\":\"ISO 41001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-41001-facilities-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2cb33ed\"},{\"text\":\"ISO 27001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-27001-information-security\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9bb3704\"},{\"text\":\"ISO 50001\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-50001-energy-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"e38d52a\"},{\"text\":\"SMETA\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/smeta-audit\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5051fa5\"},{\"text\":\"Environment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-14001-environment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"10d559e\"},{\"text\":\"Health and Safety\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-45001-health-and-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ee55e7f\"},{\"text\":\"Food Safety\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22000-food-safety\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"30092ff\"},{\"text\":\"Business Continuity\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-22301-business-continuity\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"69f7e53\"},{\"text\":\"Risk Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-31000-risk-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"52d211f\"},{\"text\":\"Facilities Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-41001-facilities-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6f910aa\"},{\"text\":\"Information Security\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-27001-information-security\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ba17a0\"},{\"text\":\"Energy Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/iso-50001-energy-management\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"203e6fb\"},{\"text\":\"Audit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/smeta-audit\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1f50bea\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"left\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"normal\",\"_css_classes\":\"what_we_do_list\",\"__globals__\":{\"text_color\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#4B5460\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c5ca323\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"mobileSection\",\"background_color\":\"#191C3D\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"51971544\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27de5655\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"html_tag\":\"div\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f778730\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"660f9d4b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"INTERESTED IN\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"00aec8b\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#5E65B8\",\"icon_color_hover\":\"#5E65B8\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#CCCCCC\",\"text_color_hover\":\"#CCCCCC\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_tablet\":{\"unit\":\"vw\",\"size\":2.5,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"11111185\",\"elType\":\"widget\",\"settings\":{\"title\":\"ISO STANDARD?\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_mobile\":{\"unit\":\"vw\",\"size\":8,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"105faf9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"377d14a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET STARTED\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_color\":\"#4076FF\",\"button_background_hover_color\":\"#4076FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"javascript:void(0)\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_css_classes\":\"ger-quote-btn\",\"align_tablet\":\"right\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5627893b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"css_classes\":\"vertical-scrolling\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"section2\",\"column_position\":\"top\",\"background_color\":\"#FFFFFF\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":5978,\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/02\\/how-it-work.jpg\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"11b40b2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"31c7080c\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"HeaderWhite\",\"hide_desktop\":\"hidden-desktop\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index_tablet\":9999,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"html_tag\":\"div\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"331a3876\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":40,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"472ced11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":5971,\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/02\\/logo_verticle1.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/aegis.qa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"305881ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7feb54b0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"CALL US NOW\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"ce149ff\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_color\":\"#6166BF\",\"text_color\":\"#191C3D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#191C3D\",\"_css_classes\":\"adf\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"65ff6dd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"tel:+97444662120\\\">+974-4466-2120<\\/a>\",\"title_color\":\"#3E7BE1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"18eed1e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":10,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1223d8ed\",\"elType\":\"widget\",\"settings\":{\"html\":\"            <a class=\\\"l-right toggle-menu\\\" href=\\\"javascript:void(0)\\\">\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <i><\\/i>\\r\\n            <\\/a>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d250ab6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"html_tag\":\"div\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2815301d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a2f3ac9\",\"elType\":\"widget\",\"settings\":{\"title\":\"It\\u2019s simple, it\\u2019s easy, it\\u2019s fast\",\"header_size\":\"h6\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641cd9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"How it works\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4b44889\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"h2title\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"71a67797\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"css_classes\":\"how_it_works\",\"html_tag\":\"div\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6fed3c8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45c2ebdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":5973,\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/02\\/icon-1.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"full\",\"align_tablet\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a6973f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"You choose the best Aegis services\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"743fbcfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"159a7e81\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":5974,\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/02\\/icon-2.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e87473e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pick right documents for your management system\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"38cfc633\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75d89357\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":5975,\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/02\\/icon-3.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"52998951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top-level quality courses & training\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"40d2e53a\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b321770\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":5976,\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/02\\/icon-4.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1b3a90fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Implementation of the high standard\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=7e2de60\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7d700b95\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3652bf08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":5977,\"url\":\"https:\\/\\/aegis.qa\\/wp-content\\/uploads\\/2021\\/02\\/h-5.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"r