-- Softaculous SQL Dump
-- http://www.softaculous.com
--
-- Host: localhost
-- Generation Time: October 2, 2023, 11:50 am
-- Server version: 5.7.43
-- PHP Version: 8.1.16

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


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

--
-- Database: `pitechco_wp7`
--

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

--
-- Table structure for table `wpfq_aiowps_debug_log`
--

CREATE TABLE `wpfq_aiowps_debug_log` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `level` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `created` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpfq_aiowps_events`
--

CREATE TABLE `wpfq_aiowps_events` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `event_type` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `username` varchar(150) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `event_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `ip_or_host` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `referer_info` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `url` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `country_code` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `event_data` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpfq_aiowps_failed_logins`
--

CREATE TABLE `wpfq_aiowps_failed_logins` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `user_login` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `failed_login_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `login_attempt_ip` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpfq_aiowps_failed_logins`
--

INSERT INTO `wpfq_aiowps_failed_logins` VALUES
(5944, 2, 'helpdesk', '2022-06-11 09:54:44', '20.58.113.109'),
(5945, 2, 'helpdesk', '2022-06-11 09:54:44', '20.58.113.109'),
(5946, 2, 'helpdesk', '2022-06-11 09:54:46', '20.58.113.109'),
(5947, 2, 'helpdesk', '2022-06-11 09:54:46', '20.58.113.109'),
(5948, 2, 'helpdesk', '2022-06-20 20:05:55', '104.155.140.115'),
(5949, 4, 'ia-team', '2022-06-20 20:05:55', '104.155.140.115'),
(5950, 3, 'walkproduction', '2022-06-20 20:13:23', '160.16.238.243'),
(5951, 0, 'intelligentaqua', '2022-06-20 20:13:23', '160.16.238.243'),
(5952, 2, 'helpdesk', '2022-06-23 16:21:46', '35.219.62.239'),
(5953, 0, 'wadminw', '2022-06-23 18:18:04', '35.224.216.78'),
(5954, 2, 'helpdesk', '2022-06-23 19:32:05', '35.194.233.240'),
(5955, 2, 'helpdesk', '2022-06-23 19:57:44', '35.224.216.78'),
(5956, 2, 'helpdesk', '2022-06-24 01:18:08', '34.68.97.70'),
(5957, 4, 'ia-team', '2022-06-24 02:22:52', '146.148.44.185'),
(5958, 0, 'admin', '2022-06-24 03:30:52', '35.211.94.153'),
(5959, 2, 'helpdesk', '2022-06-24 05:03:05', '84.201.170.241'),
(5960, 2, 'helpdesk', '2022-06-24 13:19:50', '34.77.106.220'),
(5961, 2, 'helpdesk', '2022-06-24 15:34:59', '83.68.102.49'),
(5962, 0, 'admin', '2022-06-24 15:57:39', '186.234.80.141'),
(5963, 2, 'helpdesk', '2022-06-24 17:05:42', '167.86.114.163'),
(5964, 2, 'helpdesk', '2022-06-25 02:50:31', '146.148.44.185'),
(5965, 2, 'helpdesk', '2022-06-25 12:23:41', '84.201.170.241'),
(5966, 2, 'helpdesk', '2022-06-25 14:10:37', '34.65.234.0'),
(5967, 4, 'ia-team', '2022-06-25 22:06:43', '84.201.170.241'),
(5968, 2, 'helpdesk', '2022-07-09 02:59:20', '194.44.53.72'),
(5969, 2, 'helpdesk', '2022-07-09 04:43:49', '52.64.252.126'),
(5970, 2, 'helpdesk', '2022-07-09 07:27:35', '173.249.37.40'),
(5971, 2, 'helpdesk', '2022-07-09 08:42:33', '35.194.233.240'),
(5972, 4, 'ia-team', '2022-07-09 09:41:23', '34.88.89.12'),
(5973, 0, '[login]', '2022-07-09 09:41:24', '34.88.89.12'),
(5974, 0, 'admin', '2022-07-09 10:12:48', '173.249.37.40'),
(5975, 4, 'ia-team', '2022-07-09 10:55:22', '35.184.137.174'),
(5976, 4, 'ia-team', '2022-07-09 11:42:29', '34.88.89.12'),
(5977, 4, 'ia-team', '2022-07-09 12:25:32', '34.88.138.128'),
(5978, 4, 'ia-team', '2022-07-09 12:57:53', '34.87.101.136'),
(5979, 0, '[login]', '2022-07-09 12:57:53', '34.87.101.136'),
(5980, 4, 'ia-team', '2022-07-09 13:42:15', '34.68.4.41'),
(5981, 4, 'ia-team', '2022-07-09 13:46:24', '34.79.65.59'),
(5982, 4, 'ia-team', '2022-07-09 14:47:17', '34.88.138.128'),
(5983, 0, '[login]', '2022-07-09 14:47:21', '34.88.138.128'),
(5984, 4, 'ia-team', '2022-07-09 16:35:58', '35.184.137.174'),
(5985, 4, 'ia-team', '2022-07-09 17:32:51', '34.88.89.12'),
(5986, 0, 'admin', '2022-07-09 18:05:57', '104.45.41.45'),
(5987, 4, 'ia-team', '2022-07-09 18:37:58', '34.88.138.128'),
(5988, 4, 'ia-team', '2022-07-09 19:14:09', '34.88.138.128'),
(5989, 4, 'ia-team', '2022-07-09 20:59:07', '34.88.138.128'),
(5990, 4, 'ia-team', '2022-07-09 21:26:19', '34.87.101.136'),
(5991, 4, 'ia-team', '2022-07-09 21:31:03', '34.65.192.75'),
(5992, 4, 'ia-team', '2022-07-09 21:33:02', '35.184.137.174'),
(5993, 4, 'ia-team', '2022-07-09 21:47:32', '35.184.137.174'),
(5994, 0, '[login]', '2022-07-09 21:47:34', '35.184.137.174'),
(5995, 4, 'ia-team', '2022-07-09 22:27:06', '34.88.138.128'),
(5996, 2, 'helpdesk', '2022-07-09 23:51:44', '35.195.83.14'),
(5997, 4, 'ia-team', '2022-07-10 02:00:16', '34.65.192.75'),
(5998, 2, 'helpdesk', '2022-07-10 08:13:55', '34.75.65.218'),
(5999, 2, 'helpdesk', '2022-07-10 08:31:01', '34.75.65.218'),
(6000, 4, 'ia-team', '2022-07-10 12:14:23', '35.241.156.161'),
(6001, 4, 'ia-team', '2022-07-11 02:16:39', '34.77.106.220'),
(6002, 4, 'ia-team', '2022-07-11 12:49:43', '35.241.156.161'),
(6003, 2, 'helpdesk', '2022-07-11 15:54:10', '35.197.204.193'),
(6004, 2, 'helpdesk', '2022-07-13 02:32:05', '35.202.241.36'),
(6005, 2, 'helpdesk', '2022-07-13 06:23:58', '35.225.94.95'),
(6006, 0, 'wadminw', '2022-07-13 13:31:43', '34.105.17.129'),
(6007, 0, 'admin', '2022-07-13 16:25:39', '34.65.234.0'),
(6008, 4, 'ia-team', '2022-07-13 19:58:12', '34.65.234.0'),
(6009, 2, 'helpdesk', '2022-07-13 21:30:29', '35.240.7.218'),
(6010, 2, 'helpdesk', '2022-07-13 22:09:54', '34.77.106.220'),
(6011, 4, 'ia-team', '2022-07-13 22:48:51', '34.75.65.218'),
(6012, 2, 'helpdesk', '2022-07-14 00:22:02', '146.148.44.185'),
(6013, 2, 'helpdesk', '2022-07-14 22:38:12', '35.241.156.161'),
(6014, 4, 'ia-team', '2022-07-15 02:45:26', '35.240.7.218'),
(6015, 2, 'helpdesk', '2022-07-15 15:47:04', '171.244.17.110'),
(6016, 2, 'helpdesk', '2022-07-15 15:51:18', '165.73.81.222'),
(6017, 2, 'helpdesk', '2022-07-15 15:55:33', '128.199.166.77'),
(6018, 2, 'helpdesk', '2022-07-15 16:39:52', '35.194.233.240'),
(6019, 2, 'helpdesk', '2022-07-16 09:25:20', '34.75.65.218'),
(6020, 2, 'helpdesk', '2022-07-16 12:50:23', '34.65.234.0'),
(6021, 2, 'helpdesk', '2022-07-16 15:01:48', '35.184.137.174'),
(6022, 0, '[login]', '2022-07-16 15:01:50', '35.184.137.174'),
(6023, 2, 'helpdesk', '2022-07-18 02:18:31', '34.65.192.75'),
(6024, 0, '[login]', '2022-07-18 02:18:32', '34.65.192.75'),
(6025, 2, 'helpdesk', '2022-07-18 03:56:15', '34.87.101.136'),
(6026, 0, '[login]', '2022-07-18 03:56:15', '34.87.101.136'),
(6027, 2, 'helpdesk', '2022-07-18 16:27:27', '34.65.192.75'),
(6028, 0, '[login]', '2022-07-18 16:27:28', '34.65.192.75'),
(6029, 2, 'helpdesk', '2022-07-20 19:05:33', '34.65.192.75'),
(6030, 2, 'helpdesk', '2022-07-20 23:50:32', '34.68.4.41');

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

--
-- Table structure for table `wpfq_aiowps_global_meta`
--

CREATE TABLE `wpfq_aiowps_global_meta` (
  `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `date_time` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `meta_key1` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_key2` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_key3` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_key4` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_key5` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_value1` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_value2` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_value3` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_value4` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_value5` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`meta_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpfq_aiowps_login_activity`
--

CREATE TABLE `wpfq_aiowps_login_activity` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `user_login` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `login_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `logout_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `login_ip` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `login_country` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `browser_type` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpfq_aiowps_login_activity`
--

INSERT INTO `wpfq_aiowps_login_activity` VALUES
(53, 2, 'helpdesk', '2022-06-19 04:31:02', '1000-10-10 10:00:00', '183.171.106.160', '', ''),
(54, 2, 'helpdesk', '2022-06-20 05:57:12', '1000-10-10 10:00:00', '113.211.210.72', '', ''),
(55, 2, 'helpdesk', '2022-07-17 08:42:28', '1000-10-10 10:00:00', '113.211.210.98', '', ''),
(56, 2, 'helpdesk', '2022-08-13 08:39:31', '1000-10-10 10:00:00', '113.211.208.92', '', '');

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

--
-- Table structure for table `wpfq_aiowps_login_lockdown`
--

CREATE TABLE `wpfq_aiowps_login_lockdown` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `user_login` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `lockdown_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `release_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `failed_login_ip` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `lock_reason` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `unlock_key` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `is_lockout_email_sent` tinyint(1) NOT NULL DEFAULT '0',
  `backtrace_log` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpfq_aiowps_login_lockdown`
--

INSERT INTO `wpfq_aiowps_login_lockdown` VALUES
(1, 3, 'walkproduction', '2021-05-27 14:37:30', '2021-05-27 15:37:30', '175.140.119.241', 'login_fail', '', 0, ''),
(2, 0, 'WPteam', '2021-06-14 02:07:12', '2021-06-14 03:07:12', '202.188.194.63', 'login_fail', '', 0, '');

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

--
-- Table structure for table `wpfq_aiowps_permanent_block`
--

CREATE TABLE `wpfq_aiowps_permanent_block` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `blocked_ip` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `block_reason` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `country_origin` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `blocked_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `unblock` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpfq_commentmeta`
--

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

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

--
-- Table structure for table `wpfq_comments`
--

CREATE TABLE `wpfq_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_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',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpfq_e_events`
--

CREATE TABLE `wpfq_e_events` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `event_data` text COLLATE utf8mb4_unicode_520_ci,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `created_at_index` (`created_at`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpfq_e_notes`
--

CREATE TABLE `wpfq_e_notes` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `route_url` text COLLATE utf8mb4_unicode_520_ci COMMENT 'Clean url where the note was created.',
  `route_title` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `route_post_id` bigint(20) unsigned DEFAULT NULL COMMENT 'The post id of the route that the note was created on.',
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `element_id` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL COMMENT 'The Elementor element ID the note is attached to.',
  `parent_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `author_id` bigint(20) unsigned DEFAULT NULL,
  `author_display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL COMMENT 'Save the author name when the author was deleted.',
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `position` text COLLATE utf8mb4_unicode_520_ci COMMENT 'A JSON string that represents the position of the note inside the element in percentages. e.g. {x:10, y:15}',
  `content` longtext COLLATE utf8mb4_unicode_520_ci,
  `is_resolved` tinyint(1) NOT NULL DEFAULT '0',
  `is_public` tinyint(1) NOT NULL DEFAULT '1',
  `last_activity_at` datetime DEFAULT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `route_url_index` (`route_url`(191)),
  KEY `post_id_index` (`post_id`),
  KEY `element_id_index` (`element_id`),
  KEY `parent_id_index` (`parent_id`),
  KEY `author_id_index` (`author_id`),
  KEY `status_index` (`status`),
  KEY `is_resolved_index` (`is_resolved`),
  KEY `is_public_index` (`is_public`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`),
  KEY `last_activity_at_index` (`last_activity_at`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpfq_e_notes_users_relations`
--

CREATE TABLE `wpfq_e_notes_users_relations` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL COMMENT 'The relation type between user and note (e.g mention, watch, read).',
  `note_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `type_index` (`type`),
  KEY `note_id_index` (`note_id`),
  KEY `user_id_index` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpfq_e_submissions`
--

CREATE TABLE `wpfq_e_submissions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `hash_id` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `main_meta_id` bigint(20) unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field',
  `post_id` bigint(20) unsigned NOT NULL,
  `referer` varchar(500) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `referer_title` varchar(300) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `element_id` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `form_name` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `campaign_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip` varchar(46) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_agent` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `actions_count` int(11) DEFAULT '0',
  `actions_succeeded_count` int(11) DEFAULT '0',
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_read` tinyint(1) NOT NULL DEFAULT '0',
  `meta` text COLLATE utf8mb4_unicode_520_ci,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `hash_id_unique_index` (`hash_id`),
  KEY `main_meta_id_index` (`main_meta_id`),
  KEY `hash_id_index` (`hash_id`),
  KEY `type_index` (`type`),
  KEY `post_id_index` (`post_id`),
  KEY `element_id_index` (`element_id`),
  KEY `campaign_id_index` (`campaign_id`),
  KEY `user_id_index` (`user_id`),
  KEY `user_ip_index` (`user_ip`),
  KEY `status_index` (`status`),
  KEY `is_read_index` (`is_read`),
  KEY `created_at_gmt_index` (`created_at_gmt`),
  KEY `updated_at_gmt_index` (`updated_at_gmt`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`),
  KEY `referer_index` (`referer`(191)),
  KEY `referer_title_index` (`referer_title`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpfq_e_submissions`
--

INSERT INTO `wpfq_e_submissions` VALUES
(1, 'submission', 'b3015e51-99af-4adc-9c22-3d882ce820a8', 4, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us : Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '175.136.233.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 1, 0, 'new', 0, '{"edit_post_id":"186"}', '2021-04-28 00:34:57', '2021-04-28 00:34:57', '2021-04-28 00:34:57', '2021-04-28 00:34:57'),
(2, 'submission', '146831c1-bcc9-48c9-9c1c-eb832c9e34d6', 9, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us : Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '175.136.233.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 1, 0, 'new', 0, '{"edit_post_id":"186"}', '2021-04-28 00:35:05', '2021-04-28 00:35:05', '2021-04-28 00:35:05', '2021-04-28 00:35:05'),
(3, 'submission', 'd5b134ed-5c5e-4329-9045-c0bbb53d9347', 14, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us : Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 2, '14.192.216.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 1, 0, 'new', 0, '{"edit_post_id":"186"}', '2021-04-28 01:58:41', '2021-04-28 01:58:41', '2021-04-28 01:58:41', '2021-04-28 01:58:41'),
(4, 'submission', '9c6358af-ba83-4997-8fe9-8a9d4d3f7c8a', 19, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us : Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 2, '14.192.216.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"186"}', '2021-04-28 02:02:15', '2021-04-28 02:02:17', '2021-04-28 02:02:15', '2021-04-28 02:02:17'),
(5, 'submission', 'e8b618ab-86f1-4117-bda4-4f6ac2d41d18', 24, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us : Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '175.136.233.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"186"}', '2021-04-28 02:05:01', '2021-04-28 02:05:01', '2021-04-28 02:05:01', '2021-04-28 02:05:01'),
(6, 'submission', 'a75c8ed4-5504-4877-b68f-7e911119939b', 29, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us : Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '175.140.232.85', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36', 1, 0, 'new', 0, '{"edit_post_id":"186"}', '2021-05-28 03:19:12', '2021-05-28 03:19:12', '2021-05-28 03:19:12', '2021-05-28 03:19:12'),
(7, 'submission', '94e7016d-1d7e-41d1-bd45-67de50eaba78', 34, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us : Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '183.171.65.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36', 1, 0, 'new', 0, '{"edit_post_id":"186"}', '2021-05-31 04:02:39', '2021-05-31 04:02:39', '2021-05-31 04:02:39', '2021-05-31 04:02:39'),
(8, 'submission', '322393d5-73bb-4358-bec8-06717e8f1aca', 39, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us : Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '183.171.65.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36', 1, 0, 'new', 0, '{"edit_post_id":"186"}', '2021-05-31 04:02:58', '2021-05-31 04:02:58', '2021-05-31 04:02:58', '2021-05-31 04:02:58'),
(9, 'submission', 'e1ccd12c-dfaf-4525-95ab-94b5d510c9dc', 44, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us : Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '183.171.65.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"186"}', '2021-05-31 04:30:53', '2021-05-31 04:30:55', '2021-05-31 04:30:53', '2021-05-31 04:30:55'),
(10, 'submission', '0a2d954d-30ba-4364-b4c1-f0bc3fea8175', 49, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us : Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '14.192.221.136', 'Mozilla/5.0 (Linux; Android 9; vivo 1902) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.88 Mobile Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"186"}', '2021-06-08 03:23:20', '2021-06-08 03:23:24', '2021-06-08 03:23:20', '2021-06-08 03:23:24'),
(11, 'submission', '8fa85746-fd9c-4b98-bd00-8ad2737fc784', 54, 186, 'https://intelligentaqua.com.my/contact-intelligent-aqua-malaysia/', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '54.251.233.141', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"186"}', '2021-06-18 01:11:12', '2021-06-18 01:11:15', '2021-06-18 01:11:12', '2021-06-18 01:11:15'),
(12, 'submission', '1f4084fe-4bc9-49d2-ac5b-8e5567f1f679', 59, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '103.76.83.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36', 1, 0, 'new', 0, '{"edit_post_id":"186"}', '2021-08-05 11:03:58', '2021-08-05 11:03:58', '2021-08-05 11:03:58', '2021-08-05 11:03:58'),
(13, 'submission', '779c21b8-a8d2-4287-91c4-fa6cc6d939c2', 64, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '103.76.83.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36', 1, 0, 'new', 0, '{"edit_post_id":"186"}', '2021-08-05 11:04:38', '2021-08-05 11:04:38', '2021-08-05 11:04:38', '2021-08-05 11:04:38'),
(14, 'submission', 'f85e0388-42d8-4b7b-97be-9e887aa2499c', 69, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '118.101.117.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36', 1, 0, 'new', 0, '{"edit_post_id":"186"}', '2021-09-10 07:23:55', '2021-09-10 07:23:55', '2021-09-10 07:23:55', '2021-09-10 07:23:55'),
(15, 'submission', 'cc8e7225-1e67-4c20-a777-55a984ae969e', 74, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '118.101.117.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36', 1, 0, 'new', 0, '{"edit_post_id":"186"}', '2021-09-10 07:25:32', '2021-09-10 07:25:32', '2021-09-10 07:25:32', '2021-09-10 07:25:32'),
(16, 'submission', '4a618bcb-7560-49d4-9b2f-6fe7448aff17', 79, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 2, '14.192.220.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"186"}', '2021-09-10 08:38:04', '2021-09-10 08:38:04', '2021-09-10 08:38:04', '2021-09-10 08:38:04'),
(17, 'submission', 'a99b49d9-b35a-4459-89b5-3d52de18b743', 84, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 2, '14.192.220.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"186"}', '2021-09-10 08:41:23', '2021-09-10 08:41:23', '2021-09-10 08:41:23', '2021-09-10 08:41:23'),
(18, 'submission', '181fcfc4-1289-4987-bbbd-b2040948667c', 89, 186, '', 'Contact Us', '5a6429f0', 'Contact Form', 0, 0, '188.126.94.244', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"186"}', '2021-11-14 10:12:07', '2021-11-14 10:12:07', '2021-11-14 10:12:07', '2021-11-14 10:12:07'),
(19, 'submission', 'a76acb0c-73d6-44d0-ad71-680fd62ee449', 94, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '158.69.241.225', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/89.0.4389.90 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"186"}', '2022-01-01 05:11:28', '2022-01-01 05:11:28', '2022-01-01 05:11:28', '2022-01-01 05:11:28'),
(20, 'submission', 'fb5994a5-d813-4a6c-a67c-28d76016f493', 99, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '175.141.42.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.82 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"186"}', '2022-02-16 03:14:13', '2022-02-16 03:14:13', '2022-02-16 03:14:13', '2022-02-16 03:14:13'),
(21, 'submission', 'ef1c6f64-62ff-4cfa-a656-3263cc715669', 104, 186, '', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '46.161.11.8', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"186"}', '2022-03-14 05:25:06', '2022-03-14 05:25:07', '2022-03-14 05:25:06', '2022-03-14 05:25:07'),
(22, 'submission', '84e85493-f764-4804-9ac2-236a60843f69', 109, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '167.114.100.160', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/89.0.4389.90 Safari/537.36', 1, 0, 'new', 0, '{"edit_post_id":"186"}', '2022-05-02 04:55:06', '2022-05-02 04:55:06', '2022-05-02 04:55:06', '2022-05-02 04:55:06'),
(23, 'submission', '931b5ae9-388b-4975-b505-d1ad47527eb3', 114, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '115.164.81.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"186"}', '2022-08-03 04:29:01', '2022-08-03 04:29:01', '2022-08-03 04:29:01', '2022-08-03 04:29:01'),
(24, 'submission', '433d9dd4-382f-45c5-a819-14d0b5eafd65', 119, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '113.211.116.171', 'Mozilla/5.0 (Linux; Android 11; SM-A217F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Mobile Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"186"}', '2022-08-22 04:50:53', '2022-08-22 04:50:53', '2022-08-22 04:50:53', '2022-08-22 04:50:53'),
(25, 'submission', '205d5732-7f69-4137-98bb-d5008aa345c4', 124, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '175.138.49.27', 'Mozilla/5.0 (Linux; Android 12; RMX3370) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Mobile Safari/537.36', 1, 0, 'new', 0, '{"edit_post_id":"186"}', '2022-08-23 04:02:48', '2022-08-23 04:02:48', '2022-08-23 04:02:48', '2022-08-23 04:02:48'),
(26, 'submission', '0f709898-c5b6-46cd-bf07-c95512472916', 129, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '119.152.229.187', 'Mozilla/5.0 (Linux; Android 11; Infinix X693) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Mobile Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"186"}', '2022-09-09 19:09:11', '2022-09-09 19:09:19', '2022-09-09 19:09:11', '2022-09-09 19:09:19'),
(27, 'submission', '65ba606e-7731-4412-a0cd-b29075bd9ba5', 134, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '134.238.25.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.70', 1, 1, 'new', 0, '{"edit_post_id":"186"}', '2023-02-02 01:18:52', '2023-02-02 01:19:03', '2023-02-02 01:18:52', '2023-02-02 01:19:03'),
(28, 'submission', '1796439e-fd58-466c-96d0-e3442c4a01d3', 139, 186, '', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '181.214.153.19', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 1, 0, 'new', 0, '{"edit_post_id":"186"}', '2023-03-26 14:00:45', '2023-03-26 14:00:45', '2023-03-26 14:00:45', '2023-03-26 14:00:45'),
(29, 'submission', '6c43df89-c2bf-487a-8c67-8cc35422c363', 144, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '121.121.240.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"186"}', '2023-04-06 08:48:01', '2023-04-06 08:48:09', '2023-04-06 08:48:01', '2023-04-06 08:48:09'),
(30, 'submission', '4bfa14b8-01b8-47c4-925d-a29438badf7f', 149, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '8.218.101.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"186"}', '2023-06-05 08:09:28', '2023-06-05 08:09:39', '2023-06-05 08:09:28', '2023-06-05 08:09:39'),
(31, 'submission', 'dab2dffa-17f2-4898-ae48-e496686a12d2', 154, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '1.9.131.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"186"}', '2023-06-26 03:56:57', '2023-06-26 03:57:08', '2023-06-26 03:56:57', '2023-06-26 03:57:08'),
(32, 'submission', '0f5016a8-6e58-44a7-89e6-e08dc5c5f8cb', 159, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '119.160.98.192', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36', 1, 0, 'new', 0, '{"edit_post_id":"186"}', '2023-07-03 06:33:42', '2023-07-03 06:33:42', '2023-07-03 06:33:42', '2023-07-03 06:33:42'),
(33, 'submission', 'a400b4a1-3920-4e8c-8e86-fa42450b5b78', 164, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '119.160.98.192', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36', 1, 0, 'new', 0, '{"edit_post_id":"186"}', '2023-07-03 06:34:02', '2023-07-03 06:34:02', '2023-07-03 06:34:02', '2023-07-03 06:34:02'),
(34, 'submission', 'b4463eaa-0fc1-40df-8d50-cfc5d2ab0582', 169, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '175.136.233.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{"edit_post_id":"186"}', '2023-07-03 09:31:22', '2023-07-03 09:31:30', '2023-07-03 09:31:22', '2023-07-03 09:31:30'),
(35, 'submission', '338de5ae-2500-43d1-bc97-723ba7bbba08', 174, 186, '', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '91.90.122.141', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 1, 0, 'new', 0, '{"edit_post_id":"186"}', '2023-07-29 10:35:50', '2023-07-29 10:35:50', '2023-07-29 10:35:50', '2023-07-29 10:35:50'),
(36, 'submission', '4130a4e9-0d27-4178-baeb-cff98d2af6a4', 179, 186, 'https://intelligentaqua.com.my/contact-us/', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '175.136.233.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"186"}', '2023-08-21 05:01:22', '2023-08-21 05:01:30', '2023-08-21 05:01:22', '2023-08-21 05:01:30'),
(37, 'submission', '10d0eb97-adb6-45e3-9187-36c3905f47d9', 184, 186, '', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', '5a6429f0', 'Contact Form', 0, 0, '181.214.173.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"186"}', '2023-09-19 20:54:11', '2023-09-19 20:54:20', '2023-09-19 20:54:11', '2023-09-19 20:54:20');

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

--
-- Table structure for table `wpfq_e_submissions_actions_log`
--

CREATE TABLE `wpfq_e_submissions_actions_log` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL,
  `action_name` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `action_label` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `log` text COLLATE utf8mb4_unicode_520_ci,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `action_name_index` (`action_name`),
  KEY `status_index` (`status`),
  KEY `created_at_gmt_index` (`created_at_gmt`),
  KEY `updated_at_gmt_index` (`updated_at_gmt`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpfq_e_submissions_actions_log`
--

INSERT INTO `wpfq_e_submissions_actions_log` VALUES
(1, 1, 'email', 'Email', 'failed', 'Server error. Form not sent.', '2021-04-28 00:35:00', '2021-04-28 00:35:00', '2021-04-28 00:35:00', '2021-04-28 00:35:00'),
(2, 2, 'email', 'Email', 'failed', 'Server error. Form not sent.', '2021-04-28 00:35:07', '2021-04-28 00:35:07', '2021-04-28 00:35:07', '2021-04-28 00:35:07'),
(3, 3, 'email', 'Email', 'failed', 'Server error. Form not sent.', '2021-04-28 01:58:43', '2021-04-28 01:58:43', '2021-04-28 01:58:43', '2021-04-28 01:58:43'),
(4, 4, 'email', 'Email', 'success', NULL, '2021-04-28 02:02:17', '2021-04-28 02:02:17', '2021-04-28 02:02:17', '2021-04-28 02:02:17'),
(5, 5, 'email', 'Email', 'success', NULL, '2021-04-28 02:05:01', '2021-04-28 02:05:01', '2021-04-28 02:05:01', '2021-04-28 02:05:01'),
(6, 6, 'email', 'Email', 'failed', 'Server error. Form not sent.', '2021-05-28 03:19:26', '2021-05-28 03:19:26', '2021-05-28 03:19:26', '2021-05-28 03:19:26'),
(7, 7, 'email', 'Email', 'failed', 'Server error. Form not sent.', '2021-05-31 04:02:52', '2021-05-31 04:02:52', '2021-05-31 04:02:52', '2021-05-31 04:02:52'),
(8, 8, 'email', 'Email', 'failed', 'Server error. Form not sent.', '2021-05-31 04:03:09', '2021-05-31 04:03:09', '2021-05-31 04:03:09', '2021-05-31 04:03:09'),
(9, 9, 'email', 'Email', 'success', NULL, '2021-05-31 04:30:55', '2021-05-31 04:30:55', '2021-05-31 04:30:55', '2021-05-31 04:30:55'),
(10, 10, 'email', 'Email', 'success', NULL, '2021-06-08 03:23:24', '2021-06-08 03:23:24', '2021-06-08 03:23:24', '2021-06-08 03:23:24'),
(11, 11, 'email', 'Email', 'success', NULL, '2021-06-18 01:11:15', '2021-06-18 01:11:15', '2021-06-18 01:11:15', '2021-06-18 01:11:15'),
(12, 13, 'email', 'Email', 'failed', 'Server error. Form not sent.', '2021-08-05 11:04:49', '2021-08-05 11:04:49', '2021-08-05 11:04:49', '2021-08-05 11:04:49'),
(13, 14, 'email', 'Email', 'failed', 'Server error. Form not sent.', '2021-09-10 07:24:10', '2021-09-10 07:24:10', '2021-09-10 07:24:10', '2021-09-10 07:24:10'),
(14, 15, 'email', 'Email', 'failed', 'Server error. Form not sent.', '2021-09-10 07:25:43', '2021-09-10 07:25:43', '2021-09-10 07:25:43', '2021-09-10 07:25:43'),
(15, 16, 'email', 'Email', 'success', NULL, '2021-09-10 08:38:04', '2021-09-10 08:38:04', '2021-09-10 08:38:04', '2021-09-10 08:38:04'),
(16, 17, 'email', 'Email', 'success', NULL, '2021-09-10 08:41:23', '2021-09-10 08:41:23', '2021-09-10 08:41:23', '2021-09-10 08:41:23'),
(17, 18, 'email', 'Email', 'success', NULL, '2021-11-14 10:12:07', '2021-11-14 10:12:07', '2021-11-14 10:12:07', '2021-11-14 10:12:07'),
(18, 19, 'email', 'Email', 'success', NULL, '2022-01-01 05:11:28', '2022-01-01 05:11:28', '2022-01-01 05:11:28', '2022-01-01 05:11:28'),
(19, 20, 'email', 'Email', 'success', NULL, '2022-02-16 03:14:13', '2022-02-16 03:14:13', '2022-02-16 03:14:13', '2022-02-16 03:14:13'),
(20, 21, 'email', 'Email', 'success', NULL, '2022-03-14 05:25:07', '2022-03-14 05:25:07', '2022-03-14 05:25:07', '2022-03-14 05:25:07'),
(21, 22, 'email', 'Email', 'failed', 'Server error. Form not sent.', '2022-05-02 04:55:14', '2022-05-02 04:55:14', '2022-05-02 04:55:14', '2022-05-02 04:55:14'),
(22, 23, 'email', 'Email', 'success', NULL, '2022-08-03 04:29:01', '2022-08-03 04:29:01', '2022-08-03 04:29:01', '2022-08-03 04:29:01'),
(23, 24, 'email', 'Email', 'success', NULL, '2022-08-22 04:50:53', '2022-08-22 04:50:53', '2022-08-22 04:50:53', '2022-08-22 04:50:53'),
(24, 25, 'email', 'Email', 'failed', 'Server error. Form not sent.', '2022-08-23 04:02:55', '2022-08-23 04:02:55', '2022-08-23 04:02:55', '2022-08-23 04:02:55'),
(25, 26, 'email', 'Email', 'success', NULL, '2022-09-09 19:09:19', '2022-09-09 19:09:19', '2022-09-09 19:09:19', '2022-09-09 19:09:19'),
(26, 27, 'email', 'Email', 'success', NULL, '2023-02-02 01:19:03', '2023-02-02 01:19:03', '2023-02-02 01:19:03', '2023-02-02 01:19:03'),
(27, 28, 'email', 'Email', 'failed', 'Server error. Form not sent.', '2023-03-26 14:00:57', '2023-03-26 14:00:57', '2023-03-26 14:00:57', '2023-03-26 14:00:57'),
(28, 29, 'email', 'Email', 'success', NULL, '2023-04-06 08:48:09', '2023-04-06 08:48:09', '2023-04-06 08:48:09', '2023-04-06 08:48:09'),
(29, 30, 'email', 'Email', 'success', NULL, '2023-06-05 08:09:39', '2023-06-05 08:09:39', '2023-06-05 08:09:39', '2023-06-05 08:09:39'),
(30, 31, 'email', 'Email', 'success', NULL, '2023-06-26 03:57:08', '2023-06-26 03:57:08', '2023-06-26 03:57:08', '2023-06-26 03:57:08'),
(31, 32, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2023-07-03 06:33:51', '2023-07-03 06:33:51', '2023-07-03 06:33:51', '2023-07-03 06:33:51'),
(32, 33, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2023-07-03 06:34:09', '2023-07-03 06:34:09', '2023-07-03 06:34:09', '2023-07-03 06:34:09'),
(33, 34, 'email', 'Email', 'success', NULL, '2023-07-03 09:31:30', '2023-07-03 09:31:30', '2023-07-03 09:31:30', '2023-07-03 09:31:30'),
(34, 35, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2023-07-29 10:35:59', '2023-07-29 10:35:59', '2023-07-29 10:35:59', '2023-07-29 10:35:59'),
(35, 36, 'email', 'Email', 'success', NULL, '2023-08-21 05:01:30', '2023-08-21 05:01:30', '2023-08-21 05:01:30', '2023-08-21 05:01:30'),
(36, 37, 'email', 'Email', 'success', NULL, '2023-09-19 20:54:20', '2023-09-19 20:54:20', '2023-09-19 20:54:20', '2023-09-19 20:54:20');

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

--
-- Table structure for table `wpfq_e_submissions_values`
--

CREATE TABLE `wpfq_e_submissions_values` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `key` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `key_index` (`key`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpfq_e_submissions_values`
--

INSERT INTO `wpfq_e_submissions_values` VALUES
(1, 1, 'name', 'Testing 1'),
(2, 1, 'company', 'ABC Company'),
(3, 1, 'Phone', '0142382469'),
(4, 1, 'email', 'sitinurfakhiramasrom@gmail.com'),
(5, 1, 'message', 'Hi Intelligent Aqua!'),
(6, 2, 'name', 'Testing 1'),
(7, 2, 'company', 'ABC Company'),
(8, 2, 'Phone', '0142382469'),
(9, 2, 'email', 'sitinurfakhiramasrom@gmail.com'),
(10, 2, 'message', 'Hi Intelligent Aqua!'),
(11, 3, 'name', 'Testing'),
(12, 3, 'company', 'testing'),
(13, 3, 'Phone', '0102222222'),
(14, 3, 'email', 'testing@gmail.com'),
(15, 3, 'message', 'asdasdasdasd'),
(16, 4, 'name', 'testing'),
(17, 4, 'company', 'testing@gmail.com'),
(18, 4, 'Phone', '0102224445'),
(19, 4, 'email', 'testing@gmail.com'),
(20, 4, 'message', 'This is a testing email'),
(21, 5, 'name', 'Testing 1'),
(22, 5, 'company', 'ABC Company'),
(23, 5, 'Phone', '0189832468'),
(24, 5, 'email', 'sitinurfakhiramasrom@gmail.com'),
(25, 5, 'message', 'Hi Intelligent Aqua!'),
(26, 6, 'name', 'Nadiah Ismail'),
(27, 6, 'company', 'Greenverse Sdn Bhd'),
(28, 6, 'Phone', '0179313475'),
(29, 6, 'email', 'nadiah@greenverse.com.my'),
(30, 6, 'message', 'I have a wastewater need your help to treat. Please call me for details. Thank you.'),
(31, 7, 'name', 'Fakhira Masrom'),
(32, 7, 'company', 'Intelligent Aqua Sdn. Bhd.'),
(33, 7, 'Phone', '+60189832468'),
(34, 7, 'email', 'sitinurfakhiramasrom@gmail.com'),
(35, 7, 'message', 'Testing'),
(36, 8, 'name', 'Fakhira Masrom'),
(37, 8, 'company', 'Intelligent Aqua Sdn. Bhd.'),
(38, 8, 'Phone', '+60189832468'),
(39, 8, 'email', 'sitinurfakhiramasrom@gmail.com'),
(40, 8, 'message', 'Testing'),
(41, 9, 'name', 'Fakhira Masrom'),
(42, 9, 'company', 'Intelligent Aqua Sdn. Bhd.'),
(43, 9, 'Phone', '+60189832468'),
(44, 9, 'email', 'sitinurfakhiramasrom@gmail.com'),
(45, 9, 'message', 'Testing'),
(46, 10, 'name', 'PARTHIBAN A/L RANGARAJO'),
(47, 10, 'company', ''),
(48, 10, 'Phone', '012-3201017'),
(49, 10, 'email', 'rangarajoparthiban@gmail.com'),
(50, 10, 'message', 'I have see job in Facebook for project engineer, previously I have experience in waste water treatment plant in hartalega'),
(51, 11, 'name', 'Jeny'),
(52, 11, 'company', 'Shijiazhuang ningshu trading co.,ltd'),
(53, 11, 'Phone', '18333180316'),
(54, 11, 'email', 'contact@ningshucn.com'),
(55, 11, 'message', 'Dear Sir/Madam,\r\n\r\n\r\nHave a nice day!\r\n\r\n\r\n\r\nWe can supply Natural Zeolite with high quality and competitive price.\r\n\r\nExported to Australia, Japan, UK, Korea, Singapore, Malaysia etc.\r\n\r\n\r\n\r\nNatural Zeolite\r\n\r\nColor: Pale green \r\n\r\nCEC: 180-186meq/100g\r\n\r\nSize: 60-80mesh, 100mesh, 150mesh, 200mesh, 20-40mesh, 0.8-1.5mm, 1-4mm, 3-6mm, 6-9mm etc.\r\n\r\nPackaging: 20kg or 25kg/bag or Jumbo bag, 24-25T/20''fcl.\r\n\r\nAdvantage: Adsorbs all toxic gases like unionized ammonia (NH3), hydrogen sulfide (H2S), methane (CH4) sulfur dioxide (SO2) etc,\r\n\r\n                    High efficacy of absorption, wet-absorbent and catalysis, eco-friendly, Large specific surface area, good adsorption...\r\n\r\n\r\n\r\nIf any interests or questions pls contact us directly.\r\n\r\n\r\n\r\nHope to be a partner with you.\r\n\r\nTks & Rgds,\r\n\r\nJeny'),
(56, 12, 'name', 'Steven C'),
(57, 12, 'company', 'Steven C'),
(58, 12, 'Phone', '8102440753'),
(59, 12, 'email', 'adi@ndmails.com'),
(60, 12, '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.'),
(61, 13, 'name', 'Steven C'),
(62, 13, 'company', 'Steven C'),
(63, 13, 'Phone', '8102440753'),
(64, 13, 'email', 'adi@ndmails.com'),
(65, 13, '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.'),
(66, 14, 'name', 'Mohd Rasyidi Marzuki'),
(67, 14, 'company', 'PETRONAS'),
(68, 14, 'Phone', '0179120656'),
(69, 14, 'email', 'rasyidi_marzuki@petronas.com.my'),
(70, 14, 'message', 'Hi, I''m Rasyidi from PETRONAS Kertih. I would like to ask on the IA specifically for ammonia treatment. The plan is to install as tertiary treatment after the clarifier. \r\nI have the some background on the issue but no sure how to attach here.\r\nThanks'),
(71, 15, 'name', 'Mohd Rasyidi Marzuki'),
(72, 15, 'company', 'PETRONAS'),
(73, 15, 'Phone', '0179120656'),
(74, 15, 'email', 'rasyidi_marzuki@petronas.com.my'),
(75, 15, 'message', 'Hi, I''m Rasyidi from PETRONAS Kertih. I would like to ask on the IA specifically for ammonia treatment. The plan is to install as tertiary treatment after the clarifier. \r\nI have the some background on the issue but no sure how to attach here.\r\nThanks'),
(76, 16, 'name', 'Evans'),
(77, 16, 'company', 'WP Media Sdn Bhd'),
(78, 16, 'Phone', '01088888888'),
(79, 16, 'email', 'evans@walkproduction.com'),
(80, 16, 'message', 'Testing email only.'),
(81, 17, 'name', 'Evans'),
(82, 17, 'company', 'WP Media Sdn Bhd'),
(83, 17, 'Phone', '01088888888'),
(84, 17, 'email', 'evans@walkproduction.com'),
(85, 17, 'message', 'Testing for distribution email'),
(86, 18, 'name', 'Jaimeweect'),
(87, 18, 'company', 'google'),
(88, 18, 'Phone', '89721435211'),
(89, 18, 'email', 'no-replySkixSciene@gmail.com'),
(90, 18, 'message', 'Good day!  intelligentaqua.com.my \r\n \r\nDid you know that it is possible to send message utterly legit? \r\nWe make available a new legal method of sending request through feedback forms. Such forms are located on many sites. \r\nWhen such business proposals are sent, no personal data is used, and messages are sent to forms specifically designed to receive messages and appeals. \r\nalso, messages sent through feedback Forms do not get into spam because such messages are considered important. \r\nWe offer you to test our service for free. We will send up to 50,000 messages for you. \r\nThe cost of sending one million messages is 49 USD. \r\n \r\nThis letter is created automatically. Please use the contact details below to contact us. \r\n \r\nContact us. \r\nTelegram - @FeedbackMessages \r\nSkype  live:contactform_18 \r\nWhatsApp - +375259112693 \r\n \r\nWe only use chat.'),
(91, 19, 'name', 'Karen Allen'),
(92, 19, 'company', 'Allen & Rubinstein'),
(93, 19, 'Phone', '785-693-4533'),
(94, 19, 'email', 'AllenandCo@gmail.com'),
(95, 19, 'message', 'I think this link is broken on your website: https://intelligentaqua.com.my/2021/04/26/\r\n\r\nIf you want to keep errors like this off of your site we''ve successfully used a tool like DeadURLReport.com in the past for our websites.  A nice customer pointed out our mistakes so I''m just paying it forward :).'),
(96, 20, 'name', 'Shahrul Akram'),
(97, 20, 'company', 'MY Makmur Engineering Sdn Bhd'),
(98, 20, 'Phone', '0102598597'),
(99, 20, 'email', 'shahrul.akram@my-pva.com'),
(100, 20, 'message', 'Dear Sir/Madam,\r\n\r\nWe are the supplier for product called "MODEC Portable Valve Actuator". As we know, Intelligent Aqua is the company which is very active in water industry wherethe operation of valve is very important, So we are here to provide the solution and best option for operating valve with speedy and efficient performance.\r\n\r\nWe are highly appreciate if there is any possibility for us at your convenience to present a detailed product demonstration proposed to be as per details below :-\r\n\r\nDate : TBA\r\nTime : TBA\r\nLocation : TBA\r\nProposed Agenda (2 hours session):\r\n-Company & Product Information\r\n-Product Briefing & Demonstration\r\n-Q & A Session\r\n\r\nPlease do not hesitate to contact us at anytime for further clarification. Please provide us PIC email address and contact number so that we can furnish you with the catalogue . Please let me know as soon as possible at which date and time and location will be convenience for you. Hope to meet you soon. \r\n\r\nThanks,\r\n\r\nBest regards,,\r\nShahrul Akram Bin Che Zaid\r\nPortable Valve Actuator Specialist\r\nMY Makmur Engineering Sdn Bhd\r\nA-G-12, Jalan PJU 10/10G,\r\nSaujana Damansara, 47830 Petaling Jaya.\r\nSelangor Darul Ehsan.\r\nTel: +603-92365239       Fax: +603-92365398\r\nMobile/Whatsapp: +6010-2598597\r\nEmail: shahrul.akram@my-pva.com\r\nWebsite: www.my-pva.com'),
(101, 21, 'name', 'Kexttrupe'),
(102, 21, 'company', 'google'),
(103, 21, 'Phone', '84642445351'),
(104, 21, 'email', 'skychiack@adann.xyz'),
(105, 21, 'message', 'Low intensity peripheral muscle training has also been shown to be beneficial and training is achievable without injury. [url=https://oscialipop.com]cheap cialis from india[/url] Nnywzx Physical signs  a. Nohtbl Cialis Where To Buy Cialis Online Safely No Rx https://oscialipop.com - Cialis Ywsjym Avec Clomid'),
(106, 22, 'name', 'Jarred Miller'),
(107, 22, 'company', 'Miller Fuel'),
(108, 22, 'Phone', '914-282-1841'),
(109, 22, 'email', 'jmiller22@hotmail.com'),
(110, 22, 'message', 'I''m pretty sure you have a dead link on your website (pasted below).  You might want to check out a site like DeadLinksAlerts.com which has helped me with problems like this in the past.\r\n\r\nhttps://intelligentaqua.com.my/2021/04/26/'),
(111, 23, 'name', 'Ms.Lam'),
(112, 23, 'company', 'Green & Natural Industries Sdn Bhd'),
(113, 23, 'Phone', '0173415432'),
(114, 23, 'email', 'evelam@gnnh.com'),
(115, 23, 'message', 'My name is Eve. I''m looking for company that can provide solution for industrial waste water.'),
(116, 24, 'name', 'Chan'),
(117, 24, 'company', 'Garudamas Chemicals Sdn Bhd'),
(118, 24, 'Phone', '0127888867'),
(119, 24, 'email', 'ck.chan@garudamas.com.my'),
(120, 24, 'message', 'Dear Sir,\r\n\r\nThis is Chan from Garudamas Chemicals Johor Bahru. \r\n\r\nWe''re pleased to offer few chemicals commodities at competitive price for yr consideration.\r\n\r\n1) Coagulant 20% Liquid Ferric MYR0.20/kg.\r\n2) Polymer Anionic Powder MYR7.50/kg.\r\n3) Alkaline Soda Liquid 10% MYR0.30/kg.\r\n\r\nSample is also available upon request. \r\n\r\nLooking forward to hearing from you soon. \r\n\r\nRgds, Chan. \r\nwww.garudamas.com.my \r\n0127888867.'),
(121, 25, 'name', 'Fikri Omar'),
(122, 25, 'company', ''),
(123, 25, 'Phone', '+6018-7612704'),
(124, 25, 'email', 'muhdfikriomar31@gmail.com'),
(125, 25, 'message', 'Hi Sir/Madam. \r\nI''m Muhammad Fikri bin Omar. 30 years old. Graduate from UTHM in Civil Engineering with Honors. \r\nI would like to join your company for Engineer position or any equivalent places by referring to my  background of study. It will be a fascinating experience if I can work in your company. \r\n\r\nI''m sorry for any inconveniences.\r\nI hope to heard from you soon.'),
(126, 26, 'name', 'empire names sales'),
(127, 26, 'company', 'empire names'),
(128, 26, 'Phone', '9715053012'),
(129, 26, 'email', 'empirenamesmarketing@gmail.com'),
(130, 26, 'message', 'Hi,\r\n\r\n\r\nWe are contacting you today regarding 26 Years old global domain name aqualife.com that has now become available for sale .\r\n\r\nIf you want to take your company and brand to the next level and have a global presence then aqualife.com could be crucial in that. Owning the Exact Match more globally known domain would also add credibility.\r\n\r\naqualife.com is premium domain and would be a great fit for your business. We already have several companies interested in the name which is why we are reaching out to you to see if you would have any interest before the name is sold and never available again. I look forward to hearing from you.\r\n\r\nKind Regards\r\n\r\nEmpire Names\r\n\r\nOffice : Free Zone Building Suit number 14 Sheikh Hamdan Street Ajman UAE\r\n\r\nPhone: +971505301226\r\n\r\nEmail : empirenamesmarketing@gmail.com\r\n\r\nSkype : cranzy11\r\n\r\nLinkedin : https://www.linkedin.com/in/riz-m-7837a7ab/'),
(131, 27, 'name', 'Muhammad Aiman Huzir Bin Rosli'),
(132, 27, 'company', 'BASF PETRONAS Chemicals'),
(133, 27, 'Phone', '+609585-5766'),
(134, 27, 'email', 'muhammad-aiman-huzir.rosli@basf-petronas.com.my'),
(135, 27, 'message', 'Hi,\r\nI''m looking for a company to do a wastewater study. Would you be interested to participate?\r\n\r\nBest regards,\r\nAiman'),
(136, 28, 'name', 'AnikaSi'),
(137, 28, 'company', 'google'),
(138, 28, 'Phone', '83397394377'),
(139, 28, 'email', 'anikaSi@muddybeatz.com'),
(140, 28, 'message', 'Hеllо all, guyѕ! Ι know, mу mеssagе mаy bе too ѕрeсifiс,\r\nBut my ѕister fоund nіcе mаn herе аnd they mаrrіed, sо how abоut mе?! :)\r\nI am 25 уears old, Аnika, frоm Romaniа, I know Εnglish and Germаn languаgeѕ alѕo\r\nΑnd... I hаve ѕpeсific disease, nаmеd nymрhomаnіa. Who knоw whаt iѕ thіs, саn understand me (bеtter tо ѕаy it іmmedіаtelу)\r\nAh уeѕ, I сook vеrу tastyǃ and I love not onlу coоk ;))\r\nIm rеаl girl, not prоstіtutе, аnd lookіng for sеriouѕ аnd hot relаtionѕhiр...\r\nAnyway, yоu саn fіnd mу рrоfіlе herе: http://adidkrismo.tk/idm-54476/'),
(141, 29, 'name', 'Nur Aisyah Azizi'),
(142, 29, 'company', 'PITECH'),
(143, 29, 'Phone', '0192241420'),
(144, 29, 'email', 'nuraisyahazizi95@gmail.com'),
(145, 29, 'message', 'Testing'),
(146, 30, 'name', 'yolanda fan'),
(147, 30, 'company', 'weifang zhenhong-group.ltd'),
(148, 30, 'Phone', '8618563630265'),
(149, 30, 'email', 'info@zhenhong-group.com'),
(150, 30, 'message', 'Dear Manger,\r\nGood day.\r\nThis is Yolanda from Zhenhong Group Ltd, a water treatment chemicals manufacturer.\r\nGlad to know from website that your company is doing wast water treatment line.\r\nOur product is spray type PAC powder for water treatment, included drinking water grade and industrial water grade.\r\npls believe that we will reduce your charge while maintaining the good quality, and establish a more perfect cooperation. \r\nPlease contact us freely if you have any inquiries, we will make every effort to provide you with the good services.\r\nLooking forward to hearing from you.\r\nThank you in advanced.\r\nYolanda Fan.\r\nemail：info@zhenhong-group.com \r\nWA:+86 185 6363 0265'),
(151, 31, 'name', 'Mohamad Nuruddin Sulai'),
(152, 31, 'company', 'Sarawak Energy Berhad'),
(153, 31, 'Phone', '0199911667'),
(154, 31, 'email', 'MdNuruddin.Sulai@sarawakenergy.com'),
(155, 31, 'message', 'We want to invite your company for open tender, if your company interested to invited please register your company into our SEPRO portal.\r\nhttps://s1.ariba.com/Sourcing/Main/aw?awh=r&awssk=ug55BhvMhJPNstM.&realm=sarawakenergy&dard=1'),
(156, 32, 'name', 'MaqboolQureshi'),
(157, 32, 'company', 'Mac & Toni Enterprises'),
(158, 32, 'Phone', '0092300846473'),
(159, 32, 'email', 'macbool10@gmail.com'),
(160, 32, 'message', 'Dear Sir kindly let us know more information about your water treatment technology for example how much does it cost to treat water for drinking & sewage water does it lower TDS as well cost of units different capacity Thanking you warm regards Maqbool Qureshi 83N Street no 120 dha Phase 1 lahore Pakistan'),
(161, 33, 'name', 'MaqboolQureshi'),
(162, 33, 'company', 'Mac & Toni Enterprises'),
(163, 33, 'Phone', '0092300846473'),
(164, 33, 'email', 'macbool10@gmail.com'),
(165, 33, 'message', 'Dear Sir kindly let us know more information about your water treatment technology for example how much does it cost to treat water for drinking & sewage water does it lower TDS as well cost of units different capacity Thanking you warm regards Maqbool Qureshi 83N Street no 120 dha Phase 1 lahore Pakistan'),
(166, 34, 'name', 'Test'),
(167, 34, 'company', 'Test'),
(168, 34, 'Phone', '0193855920'),
(169, 34, 'email', 'johar@picorp.com.my'),
(170, 34, 'message', 'I''m testing the system'),
(171, 35, 'name', 'MariaBiDo'),
(172, 35, 'company', 'google'),
(173, 35, 'Phone', '82548786874'),
(174, 35, 'email', 'mariaBiDo@rwina04.com'),
(175, 35, 'message', 'Ні!\r\nΙ''vе nоtiсеd thаt mаnу guуѕ рrеfеr regulаr girls.\r\nΙ арplаudе the men оut there who had the bаlls to enjoу thе love оf many womеn and choоѕе the оne that he knew would bе hіs beѕt frіеnd durіng the bumpy and сrаzу thіng саllеd lifе.\r\nΙ wantеd to be that friend, not ϳuѕt а stаblе, reliable аnd bоrіng houѕewifе.\r\nΙ аm 27 уeаrs оld, Маriа, frоm the Сzech Reрubliс, know Εnglіѕh languagе аlѕо.\r\nΑnyway, yоu сan fіnd mу рrofіlе here: http://ortorbu.tk/idi-81719/'),
(176, 36, 'name', 'AIN TEST'),
(177, 36, 'company', 'ASMA'),
(178, 36, 'Phone', '111'),
(179, 36, 'email', 'ain1381@gmail.com'),
(180, 36, 'message', 'test'),
(181, 37, 'name', 'Raymondweawl'),
(182, 37, 'company', 'google'),
(183, 37, 'Phone', '85276714673'),
(184, 37, 'email', 'no.reply.StevenMiller@gmail.com'),
(185, 37, 'message', 'Wassup? intelligentaqua.com.my \r\n \r\nDid you know that it is possible to send business offer entirely legal and responsibly? We offer a legal and innovative method of sending business offers through contact forms. You can locate these feedback forms on a lot of websites. \r\nWhen such messages are sent, no personal data is used, and messages are sent to forms specifically designed to receive, process, and respond to messages and appeals. Since the messages sent through Feedback Forms are viewed as important, they won''t be labeled as spam. \r\nWe invіte уou to test our service without рayіng anуthіng! \r\nOn your behalf, we can send up to 50,000 messages. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis letter is automatically generated. \r\nPlease use the contact details below to get in touch with us. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nSkype  live:contactform_18 \r\nWhatsApp - +375259112693 \r\nWhatsApp  https://wa.me/+375259112693 \r\nWe only use chat for communication.');

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

--
-- Table structure for table `wpfq_links`
--

CREATE TABLE `wpfq_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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 '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpfq_options`
--

CREATE TABLE `wpfq_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpfq_options`
--

INSERT INTO `wpfq_options` VALUES
(1, 'siteurl', 'https://intelligentaqua.com.my', 'yes'),
(2, 'home', 'https://intelligentaqua.com.my', 'yes'),
(3, 'blogname', 'Intelligent Aqua', 'yes'),
(4, 'blogdescription', '', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'evans@walkproduction.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', 'closed', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '1', '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'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '55853', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', '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:2:{i:1;a:0:{}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:6:{s:27:"wp-optimize/wp-optimize.php";s:21:"wpo_uninstall_actions";s:27:"redirection/redirection.php";a:2:{i:0;s:17:"Redirection_Admin";i:1;s:16:"plugin_uninstall";}s:35:"litespeed-cache/litespeed-cache.php";s:47:"LiteSpeed\\Activation::uninstall_litespeed_cache";s:27:"wp-super-cache/wp-cache.php";s:22:"wpsupercache_uninstall";s:51:"all-in-one-wp-security-and-firewall/wp-security.php";a:2:{i:0;s:15:"AIO_WP_Security";i:1;s:17:"uninstall_handler";}s:23:"elementor/elementor.php";a:2:{i:0;s:21:"Elementor\\Maintenance";i:1;s:9:"uninstall";}}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '13', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '33', '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', '1691827111', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'initial_db_version', '49752', 'yes'),
(99, 'wpfq_user_roles', 'a:7:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:69:{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:20:"wpseo_manage_options";b:1;s:26:"create_notes_elementor-pro";b:1;s:24:"edit_notes_elementor-pro";b:1;s:26:"delete_notes_elementor-pro";b:1;s:24:"read_notes_elementor-pro";b:1;s:31:"edit_others_notes_elementor-pro";b:1;s:33:"delete_others_notes_elementor-pro";b:1;s:39:"read_others_private_notes_elementor-pro";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:36:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s: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:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}s:13:"wpseo_manager";a:2:{s:4:"name";s:11:"SEO Manager";s:12:"capabilities";a:38:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s: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:36:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:15:"wpseo_bulk_edit";b:1;s:28:"wpseo_edit_advanced_metadata";b:1;}}}', 'yes'),
(100, 'fresh_site', '0', 'yes'),
(101, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(102, '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'),
(103, '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'),
(104, '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'),
(105, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(106, 'sidebars_widgets', 'a:6:{s:19:"wp_inactive_widgets";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-1";a:3:{i:0;s:10:"archives-2";i:1;s:12:"categories-2";i:2;s:6:"meta-2";}s:13:"header-widget";a:0:{}s:15:"footer-widget-1";a:0:{}s:15:"footer-widget-2";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(107, 'cron', 'a:21:{i:1696219014;a:1:{s:11:"wp_cache_gc";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:2:{s:8:"schedule";b:0;s:4:"args";a:0:{}}}}i:1696219463;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:1696225040;a:1:{s:29:"astra_get_knowledge_base_data";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1696228523;a:1:{s:23:"aiowps_daily_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:1696231117;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:1696232368;a:1:{s:22:"redirection_log_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:1696233999;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:1696240530;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:1696247526;a:2:{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;}}}i:1696248038;a:3:{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;}}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:1696250425;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:1696256177;a:1:{s:31:"eael_remove_unused_options_data";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1696266253;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:1696271908;a:2:{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;}}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:1696299343;a:1:{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:1696300864;a:1:{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;}}}i:1696308783;a:1:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1696406400;a:1:{s:30:"wp_delete_temp_updater_backups";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1696506726;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:1696680038;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'),
(108, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(109, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(110, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(111, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(112, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(113, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(114, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(115, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(116, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(118, 'recovery_keys', 'a:0:{}', 'yes'),
(119, 'theme_mods_twentytwentyone', 'a:5:{s:18:"custom_css_post_id";i:19;s:16:"background_color";s:6:"ffffff";s:11:"custom_logo";i:33;s:18:"nav_menu_locations";a:0:{}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1629384108;s:4:"data";a:3:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:0:{}s:9:"sidebar-2";a:3:{i:0;s:10:"archives-2";i:1;s:12:"categories-2";i:2;s:6:"meta-2";}}}}', 'yes'),
(130, 'siteground_optimizer_default_enable_cache', '0', 'no'),
(131, 'siteground_optimizer_default_autoflush_cache', '0', 'no'),
(132, 'siteground_optimizer_supercacher_permissions', '1', 'no'),
(133, 'sg_cachepress', 'a:3:{s:12:"enable_cache";i:1;s:15:"autoflush_cache";i:1;s:16:"enable_memcached";i:1;}', 'yes'),
(134, 'siteground_optimizer_enable_cache', '1', 'yes'),
(135, 'siteground_optimizer_autoflush_cache', '1', 'yes'),
(136, 'siteground_optimizer_enable_memcached', '0', 'yes'),
(137, 'siteground_optimizer_show_notice', '0', 'yes'),
(138, 'siteground_optimizer_is_nginx', '0', 'yes'),
(139, 'siteground_optimizer_checked_nginx', '0', 'yes'),
(140, 'siteground_optimizer_first_run', '0', 'yes'),
(141, 'siteground_optimizer_last_fail', '0', 'yes'),
(142, 'siteground_optimizer_ssl_enabled', '0', 'yes'),
(143, 'siteground_optimizer_optimize_html', '0', 'yes'),
(144, 'siteground_optimizer_optimize_javascript', '0', 'yes'),
(145, 'siteground_optimizer_optimize_javascript_async', '0', 'yes'),
(146, 'siteground_optimizer_optimize_css', '0', 'yes'),
(147, 'siteground_optimizer_combine_css', '0', 'yes'),
(148, 'siteground_optimizer_remove_query_strings', '0', 'yes'),
(149, 'siteground_optimizer_disable_emojis', '0', 'yes'),
(150, 'siteground_optimizer_optimize_images', '0', 'yes'),
(152, 'siteground_optimizer_version', '5.7.14', 'yes'),
(153, 'siteground_optimizer_update_timestamp', '1612526457', 'yes'),
(154, 'siteground_optimizer_phpcompat_status', '1', 'yes'),
(155, 'siteground_optimizer_phpcompat_progress', '0', 'yes'),
(156, 'siteground_optimizer_phpcompat_is_compatible', '0', 'yes'),
(157, 'siteground_optimizer_phpcompat_result', 'a:0:{}', 'yes'),
(158, 'siteground_optimizer_image_optimization_completed', '1', 'no'),
(159, 'siteground_optimizer_enable_gzip_compression', '1', 'yes'),
(160, 'siteground_optimizer_enable_browser_caching', '1', 'yes'),
(161, 'siteground_optimizer_lazyload_mobile', '1', 'yes'),
(162, 'siteground_optimizer_async_javascript_exclude', 'a:3:{i:0;s:11:"jquery-core";i:1;s:14:"jquery-migrate";i:2;s:6:"jquery";}', 'yes'),
(163, 'siteground_optimizer_excluded_lazy_load_classes', 'a:1:{i:0;s:9:"skip-lazy";}', 'yes'),
(164, 'siteground_optimizer_lazyload_iframes', '1', 'no'),
(165, 'siteground_optimizer_lazyload_videos', '1', 'no'),
(166, 'siteground_optimizer_whats_new', 'a:2:{i:0;a:7:{s:4:"type";s:7:"default";s:5:"title";s:22:"Web Fonts Optimization";s:4:"text";s:271:"With this optimization we are changing the default way to load Google fonts in order to save HTTP requests. In addition to that, all other fonts that your website uses will be properly preloaded so browsers take the least possible amount of time to cache and render them.";s:4:"icon";s:33:"presentational-fonts-optimization";s:10:"icon_color";s:6:"salmon";s:12:"optimization";s:18:"optimize_web_fonts";s:6:"button";a:3:{s:4:"text";s:10:"Enable Now";s:5:"color";s:7:"primary";s:4:"link";s:8:"frontend";}}i:1;a:7:{s:4:"type";s:7:"default";s:5:"title";s:31:"Full-page Caching on CloudFlare";s:4:"text";s:217:"This optimization links your WordPress site with Cloudflare and sets the necessary rules and workers in order to enable full-page caching on Cloudflare edges in order to improve your TTFB and overall site performance.";s:4:"icon";s:25:"presentational-cloudflare";s:10:"icon_color";s:6:"salmon";s:12:"optimization";s:23:"cloudflare_optimization";s:6:"button";a:3:{s:4:"text";s:10:"Enable Now";s:5:"color";s:7:"primary";s:4:"link";s:10:"cloudflare";}}}', 'yes'),
(167, 'siteground_optimizer_quality_webp', '75', 'yes'),
(168, 'siteground_optimizer_quality_type', 'lossless', 'yes'),
(174, 'siteground_wizard_reseller', 'yes', 'yes'),
(176, 'category_children', 'a:0:{}', 'yes'),
(225, 'recently_activated', 'a:0:{}', 'yes'),
(238, 'elementor_version', '3.16.4', 'yes'),
(239, 'elementor_install_history', 'a:78:{s:5:"3.0.5";i:1613529792;s:5:"3.1.0";i:1614184304;s:5:"3.1.1";i:1614184305;s:5:"3.1.2";i:1614780926;s:5:"3.1.4";i:1616986157;s:5:"3.2.1";i:1619141977;s:5:"3.2.2";i:1619441980;s:5:"3.2.3";i:1620708211;s:5:"3.2.4";i:1623213866;s:5:"3.2.5";i:1625040301;s:5:"3.3.0";i:1626229415;s:5:"3.3.1";i:1627964803;s:5:"3.3.2";i:1627211818;s:5:"3.3.4";i:1627964802;s:5:"3.3.5";i:1629383080;s:5:"3.3.7";i:1629882724;s:5:"3.3.8";i:1631260015;s:5:"3.4.0";i:1629164083;s:5:"3.4.1";i:1629383081;s:5:"3.4.2";i:1629882725;s:5:"3.4.3";i:1631260016;s:5:"3.4.4";i:1631580142;s:5:"3.4.5";i:1634085340;s:5:"3.4.6";i:1635237662;s:5:"3.4.7";i:1636997242;s:5:"3.4.8";i:1637107995;s:5:"3.5.0";i:1639528394;s:5:"3.5.1";i:1640009735;s:5:"3.5.2";i:1640220984;s:5:"3.5.5";i:1644571635;s:5:"3.5.6";i:1646095359;s:5:"3.6.1";i:1650645255;s:5:"3.6.4";i:1650645256;s:5:"3.6.5";i:1653112978;s:5:"3.6.6";i:1655704978;s:5:"3.6.7";i:1658908363;s:5:"3.7.0";i:1660379985;s:5:"3.7.1";i:1660629488;s:5:"3.7.2";i:1661147691;s:5:"3.7.3";i:1661838699;s:5:"3.7.4";i:1662011459;s:5:"3.7.5";i:1663221210;s:5:"3.7.6";i:1663307592;s:5:"3.7.7";i:1663739438;s:5:"3.7.8";i:1666590373;s:5:"3.8.0";i:1667894672;s:5:"3.8.1";i:1668404118;s:5:"3.9.0";i:1670391478;s:5:"3.9.1";i:1671082574;s:5:"3.9.2";i:1671687382;s:6:"3.10.0";i:1673328446;s:6:"3.10.1";i:1674020099;s:6:"3.10.2";i:1675057537;s:6:"3.11.0";i:1676353728;s:6:"3.11.1";i:1676527593;s:6:"3.11.2";i:1677131436;s:6:"3.11.3";i:1678254767;s:6:"3.11.4";i:1678686275;s:6:"3.11.5";i:1679983462;s:6:"3.11.7";i:1687262635;s:6:"3.12.0";i:1680155771;s:6:"3.12.1";i:1680501843;s:6:"3.12.2";i:1682316033;s:6:"3.13.0";i:1683611660;s:6:"3.13.1";i:1683698451;s:6:"3.13.2";i:1683870743;s:6:"3.13.3";i:1684907603;s:6:"3.13.4";i:1685339918;s:6:"3.14.0";i:1687262636;s:6:"3.14.1";i:1687845192;s:6:"3.15.0";i:1690866307;s:6:"3.15.1";i:1691038670;s:6:"3.15.2";i:1691644176;s:6:"3.15.3";i:1692680044;s:6:"3.16.1";i:1694580898;s:6:"3.16.2";i:1694667233;s:6:"3.16.3";i:1694753769;s:6:"3.16.4";i:1695272310;}', 'yes'),
(241, '_elementor_installed_time', '1613529703', 'yes'),
(242, 'elementor_remote_info_library', 'a:3:{s:10:"types_data";a:4:{s:5:"block";a:2:{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:4:"sets";a:5:{i:0;s:11:"Boxing Club";i:1;s:19:"Business Consultant";i:2;s:16:"Marketing Agency";i:3;s:9:"Wireframe";i:4;s:15:"Workshop Center";}}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:2:"lb";a:1:{s:10:"categories";a:2:{i:0;s:4:"post";i:1;s:7:"product";}}}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:823:{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: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:115;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:116;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:117;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:118;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:119;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:120;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:121;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:122;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:123;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:124;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:125;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:126;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:127;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:128;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:129;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:130;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:131;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:132;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:133;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:134;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:135;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:136;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:137;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:138;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:139;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:140;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:141;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:142;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:143;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:144;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:145;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:146;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:147;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:148;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:149;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:150;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:151;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:152;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:153;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:154;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:155;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:156;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:157;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:158;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:159;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:160;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:161;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:162;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:163;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:164;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:165;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:166;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:167;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:168;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:169;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:170;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:171;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:172;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:173;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:174;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:3;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:175;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:176;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:177;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:178;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:179;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:180;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:181;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:182;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:183;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:184;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:185;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:186;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:187;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:188;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:189;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:190;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:191;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:192;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:193;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:194;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:195;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:196;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:197;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:198;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:199;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:200;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:201;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:202;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:203;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:204;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:205;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:206;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:207;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:208;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:209;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:210;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:211;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:212;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:213;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:214;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:215;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:216;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:217;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:218;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:219;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:220;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:221;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:222;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:223;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:224;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:225;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:226;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:227;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:228;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:229;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:230;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:231;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:232;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:233;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:234;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:235;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:236;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:237;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:238;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:239;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:240;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:241;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:242;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:243;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:244;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:245;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:246;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:247;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:248;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:28;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:249;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:250;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:251;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:29;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:252;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:253;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:254;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:255;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:31;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:256;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:257;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:258;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:32;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:259;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:260;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:261;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:262;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:263;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:264;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:34;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:265;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:266;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:35;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:267;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:268;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:269;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:270;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:271;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:272;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:37;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:273;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:274;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:275;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:276;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:39;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:277;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:278;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:279;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:280;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:281;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:41;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:282;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:283;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:284;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:285;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:42;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:286;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:287;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:288;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:289;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:290;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:45;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:291;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:292;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:293;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:294;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:295;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:46;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:296;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:297;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:298;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:299;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:300;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:48;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:301;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:302;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:303;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:304;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:305;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:306;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:51;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:307;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:52;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:308;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:309;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:310;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:311;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:312;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:313;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:314;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:55;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:315;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:316;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:317;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:318;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:319;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:56;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:320;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:321;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:322;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:323;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:324;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:58;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:325;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:326;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:327;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:328;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:60;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:329;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:330;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:331;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:332;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:63;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:333;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:334;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:64;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:335;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:336;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:337;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:338;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:339;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:340;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:67;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:341;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:342;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:343;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:68;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:344;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:345;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:346;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:347;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:348;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:349;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:350;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:71;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:351;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:352;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:353;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:354;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:355;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:73;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:356;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:357;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:358;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:359;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:75;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:360;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:361;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:362;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:76;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:363;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:364;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:365;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:366;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:367;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:368;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:369;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:370;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:79;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:371;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:372;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:80;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:373;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:374;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:375;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:376;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:377;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:82;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:378;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:379;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:380;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:84;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:381;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:382;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:383;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:86;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:384;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:385;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:386;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:88;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:387;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:388;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:389;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:390;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:91;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:391;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:392;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:93;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:393;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:394;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:94;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:395;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:396;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:397;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:96;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:398;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:399;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:400;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:98;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:401;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:402;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:403;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:100;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:404;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:405;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:406;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:407;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:103;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:408;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:409;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:410;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:105;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:411;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:412;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:413;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:107;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:414;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:415;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:108;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:416;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:417;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:418;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:419;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:420;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:111;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:421;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:112;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:422;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:423;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:424;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:425;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:115;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:426;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:427;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:428;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:429;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:117;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:430;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:431;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:118;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:432;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:433;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:434;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:435;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:120;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:436;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:437;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:438;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:122;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:439;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:440;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:441;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:442;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:125;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:443;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:444;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:126;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:445;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:446;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:447;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:448;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:129;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:449;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:450;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:130;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:451;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:452;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:453;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:132;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:454;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:455;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:456;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:134;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:457;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:458;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:459;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:460;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:137;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:461;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:462;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:463;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:139;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:464;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:465;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:140;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:466;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:467;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:468;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:469;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:143;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:470;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:144;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:471;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:472;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:146;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:473;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:474;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:475;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:476;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:149;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:477;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:478;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:151;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:479;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:480;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:152;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:481;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:482;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:154;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:483;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:484;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:485;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:156;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:486;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:487;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:157;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:488;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:489;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:490;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:159;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:491;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:492;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:493;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:494;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:162;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:495;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:496;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:163;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:497;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:498;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:166;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:499;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:500;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:167;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:501;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:502;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:170;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:503;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:504;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:171;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:505;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:174;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:506;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:176;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:507;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:178;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:508;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:179;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:509;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:182;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:510;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:184;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:511;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:185;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:512;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:187;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:513;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:190;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:514;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:192;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:515;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:194;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:516;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:196;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:517;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:197;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:518;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:200;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:519;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:201;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:520;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:204;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:521;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:205;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:522;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:207;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:523;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:210;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:524;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:212;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:525;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:214;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:526;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:216;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:527;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:217;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:528;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:219;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:529;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:221;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:530;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:222;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:531;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:225;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:532;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:226;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:533;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:228;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:534;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:231;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:535;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:232;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:536;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:235;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:537;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:237;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:538;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:239;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:539;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:240;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:540;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:243;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:541;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:244;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:542;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:246;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:543;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:247;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:544;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:248;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:545;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:250;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:546;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:251;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:547;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:253;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:548;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:255;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:549;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:257;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:550;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:260;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:551;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:261;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:552;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:264;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:553;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:265;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:554;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:267;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:555;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:269;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:556;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:271;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:557;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:273;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:558;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:274;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:559;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:276;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:560;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:277;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:561;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:279;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:562;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:280;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:563;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:281;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:564;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:282;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:565;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:283;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:566;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:286;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:567;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:287;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:568;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:290;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:569;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:291;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:570;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:292;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:571;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:294;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:572;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:296;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:573;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:297;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:574;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:299;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:575;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:302;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:576;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:303;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:577;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:305;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:578;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:308;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:579;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:310;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:580;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:311;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:581;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:314;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:582;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:316;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:583;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:317;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:584;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:320;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:585;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:321;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:586;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:323;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:587;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:325;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:588;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:326;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:589;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:328;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:590;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:329;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:591;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:331;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:592;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:338;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:593;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:340;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:594;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:342;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:595;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:344;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:596;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:346;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:597;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:349;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:598;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:351;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:599;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:352;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:600;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:354;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:601;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:356;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:602;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:358;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:603;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:360;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:604;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:362;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:605;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:365;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:606;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:367;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:607;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:369;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:608;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:371;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:609;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:372;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:610;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:375;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:611;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:376;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:612;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:379;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:613;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:380;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:614;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:383;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:615;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:384;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:616;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:386;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:617;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:389;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:618;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:391;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:619;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:393;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:620;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:395;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:621;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:396;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:622;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:398;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:623;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:400;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:624;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:403;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:625;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:405;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:626;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:406;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:627;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:408;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:628;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:410;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:629;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:413;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:630;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:414;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:631;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:416;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:632;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:419;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:633;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:421;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:634;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:422;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:635;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:424;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:636;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:425;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:637;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:427;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:638;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:430;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:639;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:432;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:640;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:433;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:641;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:434;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:642;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:436;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:643;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:438;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:644;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:441;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:645;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:442;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:646;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:445;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:647;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:447;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:648;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:448;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:649;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:450;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:650;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:452;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:651;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:453;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:652;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:454;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:653;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:457;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:654;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:459;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:655;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:461;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:656;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:462;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:657;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:464;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:658;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:466;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:659;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:469;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:660;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:471;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:661;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:473;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:662;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:475;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:663;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:477;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:664;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:478;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:665;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:480;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:666;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:483;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:667;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:484;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:668;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:487;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:669;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:489;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:670;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:491;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:671;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:493;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:672;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:495;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:673;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:496;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:674;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:498;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:675;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:500;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:676;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:503;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:677;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:504;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:678;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:507;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:679;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:509;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:680;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:511;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:681;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:513;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:682;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:515;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:683;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:517;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:684;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:519;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:685;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:521;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:686;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:523;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:687;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:524;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:688;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:527;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:689;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:529;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:690;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:530;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:691;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:532;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:692;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:534;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:693;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:537;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:694;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:539;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:695;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:540;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:696;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:543;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:697;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:545;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:698;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:547;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:699;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:549;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:700;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:551;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:701;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:553;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:702;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:554;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:703;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:557;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:704;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:559;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:705;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:561;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:706;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:562;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:707;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:563;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:708;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:564;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:709;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:565;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:710;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:566;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:711;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:567;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:712;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:568;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:713;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:569;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:714;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:570;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:715;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:571;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:716;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:572;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:717;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:573;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:718;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:574;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:719;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:575;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:720;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:576;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:721;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:577;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:722;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:578;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:723;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:579;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:724;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:580;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:725;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:581;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:726;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:582;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:727;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:583;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:728;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:584;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:729;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:585;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:730;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:586;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:731;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:587;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:732;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:588;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:733;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:589;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:734;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:590;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:735;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:591;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:736;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:592;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:737;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:593;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:738;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:594;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:739;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:595;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:740;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:596;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:741;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:597;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:742;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:598;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:743;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:599;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:744;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:600;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:745;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:601;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:746;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:602;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:747;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:603;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:748;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:604;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:749;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:605;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:750;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:606;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:751;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:607;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:752;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:608;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:753;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:609;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:754;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:610;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:755;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:611;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:756;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:612;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:757;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:613;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:758;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:614;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:759;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:615;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:760;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:616;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:761;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:617;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:762;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:618;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:763;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:619;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:764;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:620;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:765;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:621;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:766;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:622;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:767;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:623;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:768;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:624;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:769;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:625;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:770;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:626;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:771;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:627;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:772;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:628;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:773;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:629;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:774;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:630;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:775;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:631;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:776;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:632;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:777;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:633;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:778;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:634;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:779;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:635;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:780;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:636;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:781;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:637;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:782;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:638;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:783;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:639;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:784;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:640;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:785;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:641;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:786;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:642;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:787;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:643;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:788;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:644;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:789;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:645;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:790;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:646;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:791;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:647;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:792;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:648;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:793;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:649;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:794;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:650;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:795;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:651;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:796;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:652;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:797;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:653;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:798;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:654;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:799;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:655;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:800;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:656;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:801;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:657;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:802;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:658;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:803;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:659;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:804;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:660;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:805;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:661;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:806;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:662;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:807;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:663;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:808;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:664;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:809;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:665;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:810;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:666;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:811;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:667;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:812;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:668;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:813;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:669;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:814;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:670;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:815;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:671;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:816;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:672;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:817;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:673;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:818;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:674;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:819;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:675;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:820;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:676;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:821;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:677;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:822;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:678;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 `wpfq_options` VALUES
(243, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:"title";s:73:"Elementor 3.16 - Faster Performance, Flexible Design, and more Accessible";s:7:"excerpt";s:210:"Elementor 3.16 activates Flexbox Containers by default for new websites, improves site loading speed with performance enhancements, increases accessibility for visitors who use assistive technologies, and more.";s:7:"created";i:1695134049;s:5:"badge";s:3:"NEW";s:3:"url";s:152:"https://elementor.com/blog/316-faster-performance-flexible-design-accessibility/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:1;a:5:{s:5:"title";s:82:"Elementor 3.15 is Here - Check out The Taxonomy Filter, Nested Accordion, and More";s:7:"excerpt";s:241:"This release includes the first phase of the much-awaited Taxonomy Filter, the new and improved Accordion widget with nested items, enhanced styling capabilities for Carousel widgets, fun new Elementor AI Image tools, and the new Apps Page. ";s:7:"created";i:1691513693;s:5:"badge";s:3:"NEW";s:3:"url";s:157:"https://elementor.com/blog/introducing-315-taxonomy-filter-nested-accordion-and-more/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:2;a:5:{s:5:"title";s:97:"Introducing Elementor 3.14 - Gain More Design Flexibility with Nested Carousels and Loop Grid Ads";s:7:"excerpt";s:239:"This version includes a new Carousel widget, extends the Loop Grid with the ability to place static content within the Loop, a Global Styles Preview, and a multitude of highly requested styling capabilities, and new Elementor AI features. ";s:7:"created";i:1688394655;s:5:"badge";s:3:"NEW";s:3:"url";s:154:"https://elementor.com/blog/introducing-314-nested-carousel-loop-grid-ads-and-more/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}}', 'no'),
(248, 'finished_updating_comment_type', '1', 'yes'),
(253, 'elementor_pro_version', '3.14.0', 'yes'),
(254, 'widget_elementor-library', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(255, '_elementor_pro_installed_time', '1613529736', 'yes'),
(256, 'elementor_connect_site_key', 'ac1f418dce3cd2f2435aed3232567c2f', 'yes'),
(257, 'elementor_pro_license_key', '544d921cb7f681aa9b358fd400eb07dd', 'yes'),
(258, '_elementor_pro_license_data_fallback', 'a:2:{s:7:"timeout";i:1679109733;s:5:"value";s:197:"{"expires":"2023-11-20 02:09:03","subscription_id":8620600,"success":true,"license":"valid","subscriptions":"enable","features":["template_access_level_20","kit_access_level_20","editor_comments"]}";}', 'no'),
(259, '_elementor_pro_license_data', 'a:2:{s:7:"timeout";i:1679066533;s:5:"value";s:197:"{"expires":"2023-11-20 02:09:03","subscription_id":8620600,"success":true,"license":"valid","subscriptions":"enable","features":["template_access_level_20","kit_access_level_20","editor_comments"]}";}', 'no'),
(265, 'envato_elements_version', '2.0.12', 'yes'),
(266, 'envato_elements_install_time', '1613529776', 'yes'),
(268, '_elementor_pro_api_requests_lock', 'a:2:{s:11:"get_version";i:1695272303;s:16:"get_license_data";i:1695287840;}', 'yes'),
(271, 'elementor_log', 'a:42:{s:32:"f966de48c11573d4eabec091e7c5b3a0";O:30:"Elementor\\Core\\Logger\\Items\\JS":10:{s:9:"\0*\0column";s:6:"396931";s:7:"\0*\0file";s:94:"https://intelligentaqua.com.my/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.15.1";s:7:"\0*\0line";s:1:"3";s:7:"\0*\0date";s:19:"2023-08-09 08:16:38";s:7:"\0*\0type";s:5:"error";s:10:"\0*\0message";s:66:"Cannot read properties of undefined (reading &#039;controls&#039;)";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:8;s:14:"\0*\0times_dates";a:8:{i:0;s:19:"2023-08-09 08:16:38";i:1;s:19:"2023-08-09 08:16:41";i:2;s:19:"2023-08-09 08:16:41";i:3;s:19:"2023-08-09 08:16:46";i:4;s:19:"2023-08-09 08:16:46";i:5;s:19:"2023-08-09 08:16:48";i:6;s:19:"2023-08-09 08:16:49";i:7;s:19:"2023-08-09 08:16:49";}s:7:"\0*\0args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1691568998";s:7:"message";s:56:"Cannot read properties of undefined (reading ''controls'')";s:3:"url";s:94:"https://intelligentaqua.com.my/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.15.1";s:4:"line";s:1:"3";s:6:"column";s:6:"396931";}}s:32:"ea17cb24b09f32e152066a6df977c2a0";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-08-10 05:09:36";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-08-10 05:09:36";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"elementor::elementor_updater Started";s:4:"type";s:4:"info";}}s:32:"828884579d15d71f9961e577563779f2";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-08-10 05:09:36";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-08-10 05:09:36";}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:"fa9c5fb91ac8984ae55a550b5381d9a5";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-08-10 05:09:36";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-08-10 05:09:36";}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:"3365532bbdcbf51efdb5a6c196776f83";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-08-10 05:09:36";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.15.1";s:2:"to";s:6:"3.15.2";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-08-10 05:09:36";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.15.1";s:2:"to";s:6:"3.15.2";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"e818102be227f320a541788b7c96e03e";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-08-10 05:09:36";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.15.1";s:2:"to";s:6:"3.15.2";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-08-10 05:09:36";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.15.1";s:2:"to";s:6:"3.15.2";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"5ae95f92d637eb9285b7ddec1580a931";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-08-22 04:54:04";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-08-22 04:54:04";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"elementor::elementor_updater Started";s:4:"type";s:4:"info";}}s:32:"34e6154aa8f88a0d25a63827a6af88fd";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-08-22 04:54:04";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-08-22 04:54:04";}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:"e090c23b68959f268b05fb9d71646c9f";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-08-22 04:54:04";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-08-22 04:54:04";}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:"0fc7a1b0dd1d484aed693ffb19287580";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-08-22 04:54:04";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.15.2";s:2:"to";s:6:"3.15.3";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-08-22 04:54:04";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.15.2";s:2:"to";s:6:"3.15.3";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"63a107f43c3377bccb126403f0711ef1";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-08-22 04:54:04";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.15.2";s:2:"to";s:6:"3.15.3";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-08-22 04:54:04";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.15.2";s:2:"to";s:6:"3.15.3";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"15e751c54b7be7a006fc90b0b63ce57a";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-13 04:54:57";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-09-13 04:54:57";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"elementor::elementor_updater Started";s:4:"type";s:4:"info";}}s:32:"34897ad2729fbfe235e117c933f6c33a";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-13 04:54:57";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-09-13 04:54:57";}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:"7292c69f53fe7def60d68bfc81bccadd";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-13 04:54:58";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-09-13 04:54:58";}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:"00e49e79660cb35bdfbe534dd264870f";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-13 04:54:58";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:55:"Elementor/Upgrades - _v_3_16_0_container_updates 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-09-13 04:54:58";}s:7:"\0*\0args";a:2:{s:7:"message";s:55:"Elementor/Upgrades - _v_3_16_0_container_updates Start ";s:4:"type";s:4:"info";}}s:32:"b1106f948a302953dc2f0ff2614fe806";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-13 04:54:58";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:57:"Elementor/Upgrades - _v_3_16_0_container_updates 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-09-13 04:54:58";}s:7:"\0*\0args";a:2:{s:7:"message";s:57:"Elementor/Upgrades - _v_3_16_0_container_updates Finished";s:4:"type";s:4:"info";}}s:32:"f6f2b819dd2416fff4147d1a1e91a43f";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-13 04:54:58";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:59:"Elementor/Upgrades - _v_3_17_0_site_settings_updates 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-09-13 04:54:58";}s:7:"\0*\0args";a:2:{s:7:"message";s:59:"Elementor/Upgrades - _v_3_17_0_site_settings_updates Start ";s:4:"type";s:4:"info";}}s:32:"3e098377e7c8a3b7caaf81b9305be086";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-13 04:54:58";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:61:"Elementor/Upgrades - _v_3_17_0_site_settings_updates 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-09-13 04:54:58";}s:7:"\0*\0args";a:2:{s:7:"message";s:61:"Elementor/Upgrades - _v_3_17_0_site_settings_updates Finished";s:4:"type";s:4:"info";}}s:32:"a32f4e0e50ddf44a6be0f3f75895f4f4";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-13 04:54:58";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.15.3";s:2:"to";s:6:"3.16.1";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-09-13 04:54:58";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.15.3";s:2:"to";s:6:"3.16.1";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"86218bdfc2dc4bb7fb7c33f2359602e2";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-13 04:54:58";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.15.3";s:2:"to";s:6:"3.16.1";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-09-13 04:54:58";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.15.3";s:2:"to";s:6:"3.16.1";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"f81f883238000080971d0acae9bebd88";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-14 04:53:53";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-09-14 04:53:53";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"elementor::elementor_updater Started";s:4:"type";s:4:"info";}}s:32:"a3150c3380f852a5ebe50a093c53af7f";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-14 04:53:53";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-09-14 04:53:53";}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:"68fb49894b73e9410414cc5f052cc7a2";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-14 04:53:53";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-09-14 04:53:53";}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:"c2949b2102cc7a7a92c86f6946818397";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-14 04:53:53";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:59:"Elementor/Upgrades - _v_3_17_0_site_settings_updates 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-09-14 04:53:53";}s:7:"\0*\0args";a:2:{s:7:"message";s:59:"Elementor/Upgrades - _v_3_17_0_site_settings_updates Start ";s:4:"type";s:4:"info";}}s:32:"48a979b61099d3c15112a62206100af9";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-14 04:53:53";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:61:"Elementor/Upgrades - _v_3_17_0_site_settings_updates 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-09-14 04:53:53";}s:7:"\0*\0args";a:2:{s:7:"message";s:61:"Elementor/Upgrades - _v_3_17_0_site_settings_updates Finished";s:4:"type";s:4:"info";}}s:32:"df220e4a2fb58421f09ea0fb009a66d9";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-14 04:53:53";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.16.1";s:2:"to";s:6:"3.16.2";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-09-14 04:53:53";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.16.1";s:2:"to";s:6:"3.16.2";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"1045c13472041d1f95112928efac86f7";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-14 04:53:53";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.16.1";s:2:"to";s:6:"3.16.2";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-09-14 04:53:53";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.16.1";s:2:"to";s:6:"3.16.2";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"e17153bfe2ba498142cd738daf5b7a26";O:31:"Elementor\\Core\\Logger\\Items\\PHP":9:{s:7:"\0*\0file";s:125:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/plugins/elementor-pro/modules/posts/skins/skin-content-base.php";s:7:"\0*\0line";i:265;s:7:"\0*\0date";s:19:"2023-09-14 06:05:16";s:7:"\0*\0type";s:6:"notice";s:10:"\0*\0message";s:51:"Trying to get property &#039;ID&#039; of non-object";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:229;s:14:"\0*\0times_dates";a:42:{i:0;s:19:"2023-09-24 21:15:42";i:1;s:19:"2023-09-25 00:07:02";i:2;s:19:"2023-09-25 01:08:48";i:3;s:19:"2023-09-25 06:29:23";i:4;s:19:"2023-09-25 13:03:37";i:5;s:19:"2023-09-25 17:43:41";i:6;s:19:"2023-09-25 22:20:07";i:7;s:19:"2023-09-26 05:42:12";i:8;s:19:"2023-09-26 06:23:40";i:9;s:19:"2023-09-27 04:08:05";i:10;s:19:"2023-09-27 19:16:45";i:11;s:19:"2023-09-27 19:16:47";i:12;s:19:"2023-09-27 22:48:35";i:13;s:19:"2023-09-28 00:01:44";i:14;s:19:"2023-09-28 00:01:52";i:15;s:19:"2023-09-28 00:01:57";i:16;s:19:"2023-09-28 00:02:03";i:17;s:19:"2023-09-28 23:00:37";i:18;s:19:"2023-09-29 01:13:08";i:19;s:19:"2023-09-29 02:43:41";i:20;s:19:"2023-09-29 03:55:10";i:21;s:19:"2023-09-29 06:36:00";i:22;s:19:"2023-09-29 11:21:16";i:23;s:19:"2023-09-29 11:28:02";i:24;s:19:"2023-09-29 14:14:41";i:25;s:19:"2023-09-29 14:14:44";i:26;s:19:"2023-09-29 16:27:04";i:27;s:19:"2023-09-29 16:27:05";i:28;s:19:"2023-09-29 18:30:35";i:29;s:19:"2023-09-29 21:22:57";i:30;s:19:"2023-09-29 21:23:40";i:31;s:19:"2023-09-29 21:24:27";i:32;s:19:"2023-09-29 22:00:40";i:33;s:19:"2023-09-30 03:07:18";i:34;s:19:"2023-09-30 15:52:54";i:35;s:19:"2023-09-30 23:43:07";i:36;s:19:"2023-10-01 04:30:41";i:37;s:19:"2023-10-01 10:51:34";i:38;s:19:"2023-10-01 12:00:56";i:39;s:19:"2023-10-01 13:19:54";i:40;s:19:"2023-10-01 22:01:16";i:41;s:19:"2023-10-02 02:09:59";}s:7:"\0*\0args";a:5:{s:4:"type";s:6:"notice";s:7:"message";s:41:"Trying to get property ''ID'' of non-object";s:4:"file";s:125:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/plugins/elementor-pro/modules/posts/skins/skin-content-base.php";s:4:"line";i:265;s:5:"trace";b:1;}}s:32:"fddc861012360b6ee3fedc9bbdac85db";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-15 04:56:09";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-09-15 04:56:09";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"elementor::elementor_updater Started";s:4:"type";s:4:"info";}}s:32:"7047f004cb885608bdb4ed6092cea118";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-15 04:56:09";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-09-15 04:56:09";}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:"a22993ff205711242e71b208ecc18bf0";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-15 04:56:09";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.16.2";s:2:"to";s:6:"3.16.3";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-09-15 04:56:09";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.16.2";s:2:"to";s:6:"3.16.3";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"279c55618a1cb01dc3dad0f746ed172e";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-15 04:56:09";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-09-15 04:56:09";}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:"70bb100a130a33b151dcd21769c37e07";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-15 04:56:09";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:59:"Elementor/Upgrades - _v_3_17_0_site_settings_updates 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-09-15 04:56:09";}s:7:"\0*\0args";a:2:{s:7:"message";s:59:"Elementor/Upgrades - _v_3_17_0_site_settings_updates Start ";s:4:"type";s:4:"info";}}s:32:"14d892943fa78d84fb7bbd4a2273db07";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-15 04:56:09";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:61:"Elementor/Upgrades - _v_3_17_0_site_settings_updates 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-09-15 04:56:09";}s:7:"\0*\0args";a:2:{s:7:"message";s:61:"Elementor/Upgrades - _v_3_17_0_site_settings_updates Finished";s:4:"type";s:4:"info";}}s:32:"f99ab7ee04d8622e7eee29c2ff4758b9";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-15 04:56:09";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.16.2";s:2:"to";s:6:"3.16.3";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-09-15 04:56:09";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.16.2";s:2:"to";s:6:"3.16.3";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"886def247d012ef0334fd994702f2563";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-21 04:58:30";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-09-21 04:58:30";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"elementor::elementor_updater Started";s:4:"type";s:4:"info";}}s:32:"7e8e80df8bc68cc562d0090f6be7e6df";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-21 04:58:30";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-09-21 04:58:30";}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:"56f91a39d288b07b3af779eae5e371d3";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-21 04:58:30";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-09-21 04:58:30";}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:"fafa24a8c899d88361d7a3ed95da969b";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-21 04:58:30";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:59:"Elementor/Upgrades - _v_3_17_0_site_settings_updates 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-09-21 04:58:30";}s:7:"\0*\0args";a:2:{s:7:"message";s:59:"Elementor/Upgrades - _v_3_17_0_site_settings_updates Start ";s:4:"type";s:4:"info";}}s:32:"c975e356a94941d1ffd10d5bbdb2d1cd";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-21 04:58:30";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:61:"Elementor/Upgrades - _v_3_17_0_site_settings_updates 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-09-21 04:58:30";}s:7:"\0*\0args";a:2:{s:7:"message";s:61:"Elementor/Upgrades - _v_3_17_0_site_settings_updates Finished";s:4:"type";s:4:"info";}}s:32:"601e27a24ca02d57d98863010e87a09c";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-21 04:58:30";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.16.3";s:2:"to";s:6:"3.16.4";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-09-21 04:58:30";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.16.3";s:2:"to";s:6:"3.16.4";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"d06d0b909f464f36955301d34a9be1fd";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-09-21 04:58:30";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.16.3";s:2:"to";s:6:"3.16.4";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-09-21 04:58:30";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.16.3";s:2:"to";s:6:"3.16.4";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}}', 'no'),
(275, 'elementor_active_kit', '7', 'yes'),
(276, 'elementor_fonts_manager_font_types', 'a:0:{}', 'yes'),
(277, 'elementor_fonts_manager_fonts', 'a:0:{}', 'yes'),
(278, 'elementor_custom_icon_sets_config', 'a:0:{}', 'yes'),
(279, 'elementor_pro_theme_builder_conditions', 'a:3:{s:6:"footer";a:1:{i:292;a:1:{i:0;s:15:"include/general";}}s:6:"single";a:1:{i:260;a:1:{i:0;s:16:"include/singular";}}s:6:"header";a:1:{i:205;a:1:{i:0;s:15:"include/general";}}}', 'yes'),
(289, '_custom_fonts_db_version', '2.1.0', 'yes'),
(290, 'bsf_analytics_installed_time', '1613531175', 'no'),
(291, 'siteground_optimizer_total_non_converted_images', '402', 'yes'),
(292, 'siteground_optimizer_total_unoptimized_images', '201', 'yes'),
(293, 'taxonomy_bsf_custom_fonts_2', '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:77:"https://intelligentaqua.com.my/wp-content/uploads/2021/02/nasalization-rg.ttf";s:10:"font_eot-0";s:0:"";s:10:"font_svg-0";s:0:"";s:10:"font_otf-0";s:0:"";}', 'yes'),
(294, 'envato_elements_options', 'a:1:{i:1;a:3:{s:14:"elements_token";a:4:{s:5:"valid";b:1;s:5:"token";s:36:"ce28da25-2baf-4a60-bc99-47004fc651df";s:4:"time";i:1613531343;s:6:"status";s:4:"paid";}s:12:"project_name";s:16:"Intelligent Aqua";s:16:"downloaded_items";a:74:{s:71:"144-3-3a7d335f39a8579c20cdf02f8d462582-ac17855c9783813819aee676a6050d9c";i:17;s:7:"K988KKB";i:21;s:7:"VRY2ZJE";i:28;s:7:"Y5GYG7K";i:29;s:7:"PA8QFAJ";i:53;s:7:"YYZVDTP";i:55;s:7:"TBGVZ5U";i:56;s:7:"VYPRH76";i:95;s:7:"MVBJ39L";i:114;s:7:"FRH8Z8E";i:115;s:7:"NLCMEPV";i:116;s:7:"HJ35KPB";i:117;s:7:"E6SYP2B";i:118;s:7:"U7VL3Z8";i:119;s:7:"Y6F7HQR";i:126;s:7:"P9BW53F";i:127;s:7:"PG3Q9XF";i:140;s:7:"PAGFVSC";i:144;s:7:"Y2KG5AL";i:146;s:7:"P6592JD";i:150;s:7:"FA86QZ4";i:162;s:7:"P6DN2BG";i:163;s:7:"KYC5CEC";i:169;s:7:"PMFWW9A";i:179;s:7:"PQB9GDF";i:188;s:71:"144-3-3a7d335f39a8579c20cdf02f8d462582-82eee26c1b35da9563d362056c49d60c";i:190;s:7:"BSUC8ZF";i:215;s:7:"PKULGEU";i:276;s:7:"RGBV78H";i:296;s:7:"XARX9MX";i:316;s:7:"4DG2WFM";i:327;s:7:"A3FX5FF";i:369;s:7:"LW53YZE";i:376;s:7:"ZKPF4FQ";i:449;s:70:"72-3-34d2cc762876498c8f6be5405a48e6e2-b850ed96fc1beec05675ba2e59ac4c00";i:605;s:7:"KEF6RLA";i:737;s:7:"QRZ5SPR";i:773;s:7:"PYJYHT8";i:775;s:7:"DK5NYKM";i:776;s:7:"B2YG7X2";i:793;s:7:"H9LWFDM";i:844;s:7:"7T7GJCL";i:858;s:7:"ERK9MCV";i:1058;s:7:"XE6UT6R";i:1095;s:7:"RZMX3HX";i:1096;s:7:"XGTXFVV";i:1097;s:7:"FRFT6GL";i:1098;s:7:"5M7FBRT";i:1099;s:7:"PDDBJCJ";i:1100;s:7:"JEC6Z6B";i:1167;s:7:"2K9Z3GP";i:1232;s:7:"PKEPQJC";i:1233;s:7:"KSRCAE7";i:1234;s:7:"PAX3RVM";i:1314;s:7:"PGCUEJL";i:1332;s:7:"2ZXYNLB";i:1333;s:7:"VKGEWCZ";i:1342;s:7:"JDBVHQA";i:1343;s:7:"4QDX8F6";i:1348;s:7:"VNJYBH7";i:1390;s:7:"PZU3SMU";i:1398;s:7:"29TUWAW";i:1399;s:7:"QKAJT4R";i:1404;s:7:"KQ62TPA";i:1424;s:7:"QGU4CL2";i:1435;s:7:"KN99CFB";i:1437;s:7:"3EHMTS5";i:1447;s:7:"Z3ZZGKX";i:1465;s:7:"D7JXCVT";i:1475;s:7:"2D29T3N";i:1547;s:7:"T8QZX6N";i:1548;s:7:"RSCASGC";i:1549;s:7:"E6E7S4C";i:1593;s:7:"5ZM5DRM";i:1738;}}}', 'no'),
(302, 'elementor_disable_color_schemes', 'yes', 'yes'),
(303, 'elementor_disable_typography_schemes', 'yes', 'yes'),
(304, '_hfe_db_version', '1.5.6', 'yes'),
(313, 'eael_setup_wizard', 'init', 'yes'),
(314, 'eael_save_settings', 'a:88:{s:14:"img-comparison";i:1;s:17:"instagram-gallery";i:1;s:17:"interactive-promo";i:1;s:8:"lightbox";i:1;s:10:"post-block";i:1;s:18:"testimonial-slider";i:1;s:14:"static-product";i:1;s:14:"adv-google-map";i:1;s:13:"flip-carousel";i:1;s:17:"interactive-cards";i:1;s:16:"content-timeline";i:1;s:21:"twitter-feed-carousel";i:1;s:22:"dynamic-filter-gallery";i:1;s:9:"post-list";i:1;s:6:"toggle";i:1;s:9:"mailchimp";i:1;s:7:"divider";i:1;s:10:"price-menu";i:1;s:14:"image-hotspots";i:1;s:19:"one-page-navigation";i:1;s:7:"counter";i:1;s:13:"post-carousel";i:1;s:20:"team-member-carousel";i:1;s:13:"logo-carousel";i:1;s:17:"protected-content";i:1;s:9:"offcanvas";i:1;s:13:"advanced-menu";i:1;s:14:"image-scroller";i:1;s:19:"learn-dash-elements";i:1;s:15:"woo-collections";i:1;s:19:"dismissible-section";i:1;s:16:"section-parallax";i:1;s:17:"section-particles";i:1;s:20:"eael-tooltip-section";i:1;s:9:"post-grid";i:1;s:13:"post-timeline";i:1;s:10:"fancy-text";i:1;s:12:"creative-btn";i:1;s:10:"count-down";i:1;s:12:"team-members";i:1;s:12:"testimonials";i:1;s:8:"info-box";i:1;s:8:"flip-box";i:1;s:14:"call-to-action";i:1;s:11:"dual-header";i:1;s:11:"price-table";i:1;s:12:"twitter-feed";i:1;s:13:"facebook-feed";i:1;s:19:"advanced-data-table";i:1;s:10:"data-table";i:1;s:14:"filter-gallery";i:1;s:15:"image-accordion";i:1;s:14:"content-ticker";i:1;s:7:"tooltip";i:1;s:13:"adv-accordion";i:1;s:8:"adv-tabs";i:1;s:12:"progress-bar";i:1;s:12:"feature-list";i:1;s:12:"product-grid";i:1;s:14:"contact-form-7";i:1;s:7:"weforms";i:1;s:10:"ninja-form";i:1;s:9:"formstack";i:1;s:12:"gravity-form";i:1;s:12:"caldera-form";i:1;s:7:"wpforms";i:1;s:10:"fluentform";i:1;s:8:"typeform";i:1;s:24:"betterdocs-category-grid";i:1;s:23:"betterdocs-category-box";i:1;s:22:"betterdocs-search-form";i:1;s:12:"sticky-video";i:1;s:14:"event-calendar";i:1;s:10:"embedpress";i:1;s:24:"crowdfundly-organization";i:1;s:24:"crowdfundly-all-campaign";i:1;s:27:"crowdfundly-single-campaign";i:1;s:12:"woo-checkout";i:1;s:14:"login-register";i:1;s:18:"woocommerce-review";i:1;s:11:"career-page";i:1;s:19:"woo-product-compare";i:1;s:20:"woo-product-carousel";i:1;s:9:"promotion";i:1;s:9:"custom-js";i:1;s:16:"reading-progress";i:1;s:16:"table-of-content";i:1;s:15:"post-duplicator";i:1;}', 'yes'),
(315, 'wpdeveloper_plugins_data', 'a:1:{s:25:"essential_adons_elementor";a:3:{s:16:"notice_will_show";a:2:{s:6:"opt_in";i:1619423561;s:6:"review";i:1620028361;}s:4:"time";i:1619423561;s:7:"version";s:5:"4.6.3";}}', 'yes'),
(316, 'eael_version', '5.8.9', 'yes'),
(317, 'wpins_essential_adons_elementor_force_tracked', '1', 'yes'),
(318, 'eael_editor_updated_at', '1692594186', 'yes'),
(321, '8a988de27_updated_at', '1613536269', 'yes'),
(328, 'eael_templately_promo_hide', '1', 'yes'),
(363, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(364, 'elementor_library_category_children', 'a:0:{}', 'yes'),
(384, '54c872fd3_updated_at', '1615805287', 'yes'),
(404, 'elementor_unfiltered_files_upload', '1', 'yes'),
(431, 'wpins_block_notice', 'a:1:{s:25:"essential_adons_elementor";s:25:"essential_adons_elementor";}', 'yes'),
(432, 'bsf_analytics_optin', 'no', 'no'),
(433, 'elementor_pro_tracker_notice', '1', 'yes'),
(434, 'elementor_allow_tracking', 'no', 'yes'),
(435, 'elementor_tracker_notice', '1', 'yes'),
(443, 'wp-optimize-installed-for', '1613649126', 'yes'),
(445, 'wp-optimize-schedule', 'false', 'yes'),
(446, 'wp-optimize-last-optimized', 'Never', 'yes'),
(447, 'wp-optimize-schedule-type', 'wpo_weekly', 'yes'),
(448, 'wp-optimize-retention-enabled', 'false', 'yes'),
(449, 'wp-optimize-retention-period', '2', 'yes'),
(450, 'wp-optimize-enable-admin-menu', 'false', 'yes'),
(451, 'wp-optimize-total-cleaned', '0', 'yes'),
(452, 'wp-optimize-auto', 'a:7:{s:5:"spams";s:4:"true";s:6:"drafts";s:4:"true";s:9:"transient";s:5:"false";s:5:"trash";s:4:"true";s:10:"unapproved";s:5:"false";s:8:"optimize";s:5:"false";s:9:"revisions";s:4:"true";}', 'yes'),
(453, 'wp-optimize-settings', 'a:13:{s:11:"user-drafts";s:4:"true";s:16:"user-commentmeta";s:4:"true";s:13:"user-optimize";s:5:"false";s:15:"user-orphandata";s:4:"true";s:14:"user-pingbacks";s:4:"true";s:13:"user-postmeta";s:4:"true";s:14:"user-revisions";s:4:"true";s:10:"user-spams";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:15:"user-unapproved";s:4:"true";s:13:"last_saved_in";s:5:"3.2.5";}', 'yes'),
(454, '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:0:"";s:7:"loadcss";b:0;s:10:"remove_css";b:0;s:17:"critical_path_css";s:0:"";s:31:"critical_path_css_is_front_page";s:0:"";s:30:"preserve_settings_on_uninstall";b:1;s:22:"disable_when_logged_in";b:0;s:16:"default_protocol";s:7:"dynamic";s:17:"html_minification";b:1;s:16:"clean_header_one";b:0;s:13:"emoji_removal";b:1;s:18:"merge_google_fonts";b:1;s:19:"enable_display_swap";b:1;s:18:"remove_googlefonts";b:0;s:13:"gfonts_method";s:6:"inline";s:15:"fawesome_method";s:7:"inherit";s:10:"enable_css";b:1;s:23:"enable_css_minification";b:1;s:21:"enable_merging_of_css";b:1;s:23:"remove_print_mediatypes";b:0;s:10:"inline_css";b:0;s:9:"enable_js";b:1;s:22:"enable_js_minification";b:1;s:20:"enable_merging_of_js";b:1;s:15:"enable_defer_js";s:10:"individual";s:13:"defer_js_type";s:5:"defer";s:12:"defer_jquery";b:1;s:18:"enable_js_trycatch";b:0;s:19:"exclude_defer_login";b:1;s:7:"cdn_url";s:0:"";s:9:"cdn_force";b:0;s:9:"async_css";s:0:"";s:8:"async_js";s:0:"";s:24:"disable_css_inline_merge";b:1;s:6:"ualist";a:8:{i:0;s:12:"x11.*fox\\/54";i:1;s:20:"oid\\s4.*xus.*ome\\/62";i:2;s:12:"x11.*ome\\/62";i:3;s:5:"oobot";i:4;s:5:"ighth";i:5;s:5:"tmetr";i:6;s:6:"eadles";i:7;s:5:"ingdo";}s:9:"blacklist";a:0:{}s:11:"ignore_list";a:0:{}s:10:"exclude_js";s:0:"";s:11:"exclude_css";s:0:"";s:23:"edit_default_exclutions";b:0;s:18:"merge_allowed_urls";s:0:"";s:7:"enabled";b:0;s:17:"last-cache-update";i:1660380461;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'),
(455, 'updraft_task_manager_dbversion', '1.1', 'yes'),
(456, 'wpo_update_version', '3.2.7', 'yes'),
(460, 'updraft_unlocked_wpo_cache_preloader_creating_tasks', '1', 'no'),
(461, 'updraft_last_lock_time_wpo_cache_preloader_creating_tasks', '2021-02-18 11:52:42', 'no'),
(462, 'updraft_semaphore_wpo_cache_preloader_creating_tasks', '0', 'no'),
(463, 'wp-optimize-is_gzip_compression_enabled', '', 'yes'),
(466, 'wp-optimize-corrupted-tables-count', '0', 'yes'),
(469, 'wp-optimize-install-or-update-notice-version', '1.1', 'yes'),
(470, 'wp-optimize-enable-auto-backup', 'false', 'yes'),
(505, 'wpo_cache_config', 'a:19:{s:19:"enable_page_caching";b:0;s:23:"page_cache_length_value";i:24;s:22:"page_cache_length_unit";s:5:"hours";s:17:"page_cache_length";i:86400;s:32:"cache_exception_conditional_tags";a:0:{}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:"0";s:19:"enable_user_caching";s:1:"0";s:8:"site_url";s:31:"https://intelligentaqua.com.my/";s:24:"enable_cache_per_country";b:0;s:19:"permalink_structure";s:12:"/%postname%/";s:7:"uploads";s:69:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/uploads";s:17:"wpo_cache_cookies";a:0:{}s:25:"wpo_cache_query_variables";a:0:{}}', 'yes'),
(511, '40e4f8434_updated_at', '1615813153', 'yes'),
(544, '4d92b5754_updated_at', '1613972161', 'yes'),
(634, 'eael_pro_version', '5.4.10', 'yes'),
(635, 'essential-addons-elementor-license-key', 'fb9579aaec026fc12b943048472be217', 'yes'),
(638, 'essential-addons-elementor-license-status', 'valid', 'yes'),
(644, 'wp-optimize-dismiss_notice', '1662962284', 'yes'),
(649, 'edd_sl_5494603907ba980a99f1da00dc1c37a4', 'a:2:{s:7:"timeout";i:1696217169;s:5:"value";s:1670:"{"new_version":"5.6.1","stable_version":"5.6.1","name":"Essential Addons for Elementor","slug":"essential_adons_elementor","url":"https:\\/\\/api.wpdeveloper.com\\/downloads\\/essential-addons-elementor\\/?changelog=1","last_updated":"2023-09-14 06:35:29","homepage":"https:\\/\\/api.wpdeveloper.com\\/downloads\\/essential-addons-elementor\\/","package":"https:\\/\\/api.wpdeveloper.com\\/edd-sl\\/package_download\\/MTY5NjM2NDc3MDpmYjk1NzlhYWVjMDI2ZmMxMmI5NDMwNDg0NzJiZTIxNzo0MzcyOmZmYmRlMmJmZmU2YjllOGFmODQ3ZjA0OTM5ZmU0ZjNmOmh0dHBzQC8vaW50ZWxsaWdlbnRhcXVhLmNvbS5teTow","download_link":"https:\\/\\/api.wpdeveloper.com\\/edd-sl\\/package_download\\/MTY5NjM2NDc3MDpmYjk1NzlhYWVjMDI2ZmMxMmI5NDMwNDg0NzJiZTIxNzo0MzcyOmZmYmRlMmJmZmU2YjllOGFmODQ3ZjA0OTM5ZmU0ZjNmOmh0dHBzQC8vaW50ZWxsaWdlbnRhcXVhLmNvbS5teTow","sections":{"description":"<p>Ultimate elements bundle for Elementor WordPress Page Builder. Lots of useful and premium elements to complete your website quickly.<\\/p>\\n","changelog":"<p>See <a href=\\"https:\\/\\/essential-addons.com\\/elementor\\/changelog\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Changelog<\\/a> for details.<\\/p>\\n"},"banners":{"high":"","low":""},"icons":"a:2:{s:2:\\"1x\\";s:67:\\"https:\\/\\/store.assets.wpdeveloper.com\\/2021\\/11\\/ea-logo-sq-128x128.png\\";s:2:\\"2x\\";s:67:\\"https:\\/\\/store.assets.wpdeveloper.com\\/2021\\/11\\/ea-logo-sq-256x256.png\\";}","description":["<p>Ultimate elements bundle for Elementor WordPress Page Builder. Lots of useful and premium elements to complete your website quickly.<\\/p>\\n"],"changelog":["<p>See <a href=\\"https:\\/\\/essential-addons.com\\/elementor\\/changelog\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Changelog<\\/a> for details.<\\/p>\\n"]}";}', 'no'),
(685, 'edef0a036_updated_at', '1614750069', 'yes'),
(689, 'e9cddd29a_updated_at', '1614327310', 'yes'),
(700, 'loftloader_main_switch', 'on', 'yes'),
(701, 'loftloader_show_range', 'sitewide', 'yes'),
(702, 'loftloader_bg_color', '#ffffff', 'yes'),
(703, 'loftloader_bg_opacity', '100', 'yes'),
(704, 'loftloader_bg_animation', 'up', 'yes'),
(705, 'loftloader_loader_type', 'imgloading', 'yes'),
(706, 'loftloader_loader_color', '#248acc', 'yes'),
(707, 'loftloader_custom_img', 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/drop_slower.gif', 'yes'),
(708, 'loftloader_img_width', '200', 'yes'),
(709, 'loftloader_lite_version', '2.4', 'yes'),
(710, 'loftloader_show_close_timer', '5', 'yes'),
(810, 'wp-optimize-dismiss_page_notice_until', '1644300593', 'yes'),
(890, 'https_detection_errors', 'a:0:{}', 'yes'),
(966, '15c25c127_updated_at', '1619427452', 'yes'),
(970, '76d185711_updated_at', '1615805287', 'yes'),
(1170, 'elementor_submissions_db_version', '5', 'yes'),
(1756, 'ai1wmue_plugin_key', '22f529f9-014b-4052-b017-ab5a58469a12', 'yes'),
(1761, 'ai1wm_backups_labels', 'a:0:{}', 'yes'),
(1762, 'ai1wm_sites_links', 'a:0:{}', 'yes'),
(1767, 'active_plugins', 'a:11:{i:0;s:29:"custom-fonts/custom-fonts.php";i:1;s:31:"elementor-pro/elementor-pro.php";i:2;s:23:"elementor/elementor.php";i:3;s:35:"envato-elements/envato-elements.php";i:4;s:56:"essential-addons-elementor/essential_adons_elementor.php";i:5;s:65:"essential-addons-for-elementor-lite/essential_adons_elementor.php";i:6;s:25:"loftloader/loftloader.php";i:7;s:27:"redirection/redirection.php";i:8;s:51:"srs-simple-hits-counter/SRS_Simple_Hits_Counter.php";i:9;s:24:"wordpress-seo/wp-seo.php";i:10;s:27:"wp-super-cache/wp-cache.php";}', 'yes'),
(1768, 'template', 'twentytwentythree', 'yes'),
(1769, 'stylesheet', 'twentytwentythree', 'yes'),
(1770, 'swift_performance_plugin_organizer', 'a:0:{}', 'yes'),
(1771, 'jetpack_active_modules', 'a:0:{}', 'yes'),
(1782, 'ai1wm_updater', 'a:1:{s:43:"all-in-one-wp-migration-unlimited-extension";a:13:{s:4:"name";s:19:"Unlimited Extension";s:4:"slug";s:19:"unlimited-extension";s:8:"homepage";s:51:"https://servmask.com/extensions/unlimited-extension";s:13:"download_link";s:29:"https://servmask.com/purchase";s:7:"version";s:4:"2.39";s:6:"author";s:8:"ServMask";s:15:"author_homepage";s:20:"https://servmask.com";s:8:"sections";a:1:{s:11:"description";s:259:"<ul class="description"><li>Remove the import limit of 512MB</li><li>Lifetime license with lifetime updates</li><li>Use on any number of websites that you own</li><li>Unlimited Extension included</li><li>WP CLI commands</li><li>Premium support</li></ul><br />";}s:7:"banners";a:2:{s:3:"low";s:65:"https://servmask.com/img/products/unlimited-extension-772x250.png";s:4:"high";s:66:"https://servmask.com/img/products/unlimited-extension-1544x500.png";}s:5:"icons";a:3:{s:2:"1x";s:65:"https://servmask.com/img/products/unlimited-extension-128x128.png";s:2:"2x";s:65:"https://servmask.com/img/products/unlimited-extension-256x256.png";s:7:"default";s:65:"https://servmask.com/img/products/unlimited-extension-256x256.png";}s:6:"rating";i:99;s:11:"num_ratings";i:309;s:10:"downloaded";i:40188;}}', 'yes'),
(1788, 'wp-optimize-dismiss_review_notice', '1625855542', 'yes'),
(1793, 'elementor_clear_cache', '', 'yes'),
(1794, 'elementor_reset_api_data', '', 'yes'),
(1796, 'elementor_enable_inspector', '', 'yes'),
(1797, 'elementor_replace_url', '', 'yes'),
(1798, 'elementor_rollback', '', 'yes'),
(1799, 'elementor_rollback_pro_separator', '', 'yes'),
(1800, 'elementor_rollback_pro', '', 'yes'),
(1801, 'elementor_re_migrate_globals_separator', '', 'yes'),
(1802, 'elementor_re_migrate_globals', '', 'yes'),
(1803, 'elementor_beta', 'no', 'yes'),
(1804, 'elementor_maintenance_mode_mode', '', 'yes'),
(1805, 'elementor_maintenance_mode_exclude_mode', 'logged_in', 'yes'),
(1806, 'elementor_maintenance_mode_exclude_roles', 'a:0:{}', 'yes'),
(1807, 'elementor_maintenance_mode_template_id', '', 'yes'),
(1810, '_elementor_settings_update_time', '1618598205', 'yes'),
(1811, 'elementor_cpt_support', 'a:2:{i:0;s:4:"post";i:1;s:4:"page";}', 'yes'),
(1812, 'elementor_notice', '', 'yes'),
(1813, 'elementor_pro_recaptcha_site_key', '', 'yes'),
(1814, 'elementor_pro_recaptcha_secret_key', '', 'yes'),
(1815, 'elementor_pro_recaptcha_v3_site_key', '6LcBvawaAAAAAFzeZYCwDNs6V6fXunZmQFLTihMx', 'yes'),
(1816, 'elementor_pro_recaptcha_v3_secret_key', '6LcBvawaAAAAAO40xizRtjpvM4nyfFJzbBonl88A', 'yes'),
(1817, 'elementor_pro_recaptcha_v3_threshold', '0.5', 'yes'),
(1818, 'elementor_pro_facebook_app_id', '', 'yes'),
(1819, 'elementor_pro_mailchimp_api_key', '', 'yes'),
(1820, 'elementor_validate_api_data', '', 'yes'),
(1821, 'elementor_pro_drip_api_token', '', 'yes'),
(1822, 'elementor_pro_activecampaign_api_key', '', 'yes'),
(1823, 'elementor_pro_activecampaign_api_url', '', 'yes'),
(1824, 'elementor_pro_getresponse_api_key', '', 'yes'),
(1825, 'elementor_pro_convertkit_api_key', '', 'yes'),
(1826, 'elementor_pro_mailerlite_api_key', '', 'yes'),
(1827, 'elementor_typekit-kit-id', '', 'yes'),
(1828, 'elementor_font_awesome_pro_kit_id', '', 'yes'),
(1829, 'elementor_css_print_method', 'external', 'yes'),
(1830, 'elementor_editor_break_lines', '', 'yes'),
(1831, 'elementor_load_fa4_shim', '', 'yes'),
(1832, 'elementor_experiment-e_dom_optimization', 'default', 'yes'),
(1833, 'elementor_experiment-e_optimized_assets_loading', 'default', 'yes'),
(1834, 'elementor_experiment-a11y_improvements', 'default', 'yes'),
(1835, 'elementor_experiment-landing-pages', 'default', 'yes'),
(1836, 'elementor_experiment-form-submissions', 'default', 'yes'),
(1842, 'yoast_migrations_free', 'a:1:{s:7:"version";s:4:"21.2";}', 'yes'),
(1843, 'wpseo', 'a:106:{s:8:"tracking";b:0;s:16:"toggled_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:13:"first_install";s:29:"indexables_indexing_completed";b:1;s:13:"index_now_key";s:0:"";s:7:"version";s:4:"21.2";s:16:"previous_version";s:4:"21.1";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";b:1;s:16:"environment_type";s:10:"production";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:19:"enable_ai_generator";b:0;s:22:"show_onboarding_notice";b:0;s:18:"first_activated_on";i:1623933241;s:13:"myyoast-oauth";b:0;s:26:"semrush_integration_active";b:0;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:30:"https://intelligentaqua.com.my";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:4:{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:19:"elementor_font_type";s:19:"elementor_font_type";}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:19:"importing_completed";a:5:{s:30:"aioseo_custom_archive_settings";b:1;s:31:"aioseo_default_archive_settings";b:1;s:23:"aioseo_general_settings";b:1;s:32:"aioseo_posttype_default_settings";b:1;s:24:"aioseo_taxonomy_settings";b:1;}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:20:"deny_adsbot_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:3:{i:0;s:4:"post";i:1;s:4:"page";i:2;s:14:"e-landing-page";}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";}s:23:"last_known_no_unindexed";a:4:{s:40:"wpseo_total_unindexed_post_type_archives";i:1695287841;s:35:"wpseo_total_unindexed_general_items";i:1695287841;s:31:"wpseo_unindexed_post_link_count";i:1695287841;s:31:"wpseo_unindexed_term_link_count";i:1695287841;}s:14:"new_post_types";a:0:{}s:14:"new_taxonomies";a:0:{}s:34:"show_new_content_type_notification";b:0;}', 'yes'),
(1844, 'wpseo_titles', 'a:131:{s:17:"forcerewritetitle";b:0;s:9:"separator";s:8:"sc-colon";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:53:"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.";s:20:"noindex-author-wpseo";b:0;s:28:"noindex-author-noposts-wpseo";b:1;s:21:"noindex-archive-wpseo";b:1;s:14:"disable-author";b:1;s:12:"disable-date";b:0;s:19:"disable-post_format";b:0;s:18:"disable-attachment";b:1;s:20:"breadcrumbs-404crumb";s:25:"Error 404: Page not found";s:29:"breadcrumbs-display-blog-page";b:0;s:20:"breadcrumbs-boldlast";b:0;s:25:"breadcrumbs-archiveprefix";s:12:"Archives for";s:18:"breadcrumbs-enable";b:1;s:16:"breadcrumbs-home";s:4:"Home";s:18:"breadcrumbs-prefix";s:0:"";s:24:"breadcrumbs-searchprefix";s:16:"You searched for";s:15:"breadcrumbs-sep";s:2:"»";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:66:"https://intelligentaqua.com.my/wp-content/uploads/2021/02/Logo.png";s:12:"company_name";s:16:"Intelligent Aqua";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";i: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";i:0;s:27:"schema-page-type-attachment";s:7:"WebPage";s:30:"schema-article-type-attachment";s:4:"None";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:1;s:36:"display-metabox-pt-elementor_library";b:0;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: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:0;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:0;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:14:"person_logo_id";i:0;s:15:"company_logo_id";i:33;s:17:"company_logo_meta";a:9:{s:5:"width";i:362;s:6:"height";i:361;s:3:"url";s:66:"https://intelligentaqua.com.my/wp-content/uploads/2021/02/Logo.png";s:4:"path";s:86:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/uploads/2021/02/Logo.png";s:4:"size";s:4:"full";s:2:"id";i:33;s:3:"alt";s:21:"water treatment plant";s:6:"pixels";i:130682;s:4:"type";s:9:"image/png";}s:16:"person_logo_meta";b: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');
INSERT INTO `wpfq_options` VALUES
(1845, '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'),
(1859, 'wpseo_ryte', 'a:2:{s:6:"status";i:-1;s:10:"last_fetch";i:1648843477;}', 'yes'),
(1883, 'aiowpsec_db_version', '1.9.2', 'yes'),
(1884, 'aio_wp_security_configs', 'a:100:{s:19:"aiowps_enable_debug";s:0:"";s:36:"aiowps_remove_wp_generator_meta_info";s:0:"";s:25:"aiowps_prevent_hotlinking";s:1:"1";s:28:"aiowps_enable_login_lockdown";s:0:"";s:28:"aiowps_allow_unlock_requests";s:0:"";s:25:"aiowps_max_login_attempts";i:3;s:24:"aiowps_retry_time_period";i:5;s:26:"aiowps_lockout_time_length";i:60;s:28:"aiowps_set_generic_login_msg";s:0:"";s:26:"aiowps_enable_email_notify";s:0:"";s:20:"aiowps_email_address";s:24:"evans@walkproduction.com";s:27:"aiowps_enable_forced_logout";s:0:"";s:25:"aiowps_logout_time_period";s:2:"60";s:39:"aiowps_enable_invalid_username_lockdown";s:0:"";s:43:"aiowps_instantly_lockout_specific_usernames";a:0:{}s:32:"aiowps_unlock_request_secret_key";s:20:"x1si8elbva33sodm0q1p";s:35:"aiowps_lockdown_enable_whitelisting";s:0:"";s:36:"aiowps_lockdown_allowed_ip_addresses";s:0:"";s:26:"aiowps_enable_whitelisting";s:0:"";s:27:"aiowps_allowed_ip_addresses";s:0:"";s:27:"aiowps_enable_login_captcha";s:1:"1";s:34:"aiowps_enable_custom_login_captcha";s:1:"1";s:31:"aiowps_enable_woo_login_captcha";s:0:"";s:34:"aiowps_enable_woo_register_captcha";s:0:"";s:38:"aiowps_enable_woo_lostpassword_captcha";s:0:"";s:25:"aiowps_captcha_secret_key";s:20:"y0rl6k0gwjyyaqozjx8n";s:42:"aiowps_enable_manual_registration_approval";s:1:"1";s:39:"aiowps_enable_registration_page_captcha";s:1:"1";s:35:"aiowps_enable_registration_honeypot";s:0:"";s:27:"aiowps_enable_random_prefix";s:0:"";s:31:"aiowps_enable_automated_backups";s:0:"";s:26:"aiowps_db_backup_frequency";s:1:"4";s:25:"aiowps_db_backup_interval";s:1:"2";s:26:"aiowps_backup_files_stored";s:1:"2";s:32:"aiowps_send_backup_email_address";s:0:"";s:27:"aiowps_backup_email_address";s:24:"evans@walkproduction.com";s:27:"aiowps_disable_file_editing";s:0:"";s:37:"aiowps_prevent_default_wp_file_access";s:0:"";s:22:"aiowps_system_log_file";s:9:"error_log";s:26:"aiowps_enable_blacklisting";s:0:"";s:26:"aiowps_banned_ip_addresses";s:0:"";s:28:"aiowps_enable_basic_firewall";s:1:"1";s:27:"aiowps_max_file_upload_size";i:10;s:31:"aiowps_enable_pingback_firewall";s:0:"";s:38:"aiowps_disable_xmlrpc_pingback_methods";s:0:"";s:34:"aiowps_block_debug_log_file_access";s:0:"";s:26:"aiowps_disable_index_views";s:0:"";s:30:"aiowps_disable_trace_and_track";s:0:"";s:28:"aiowps_forbid_proxy_comments";s:0:"";s:29:"aiowps_deny_bad_query_strings";s:0:"";s:34:"aiowps_advanced_char_string_filter";s:0:"";s:25:"aiowps_enable_5g_firewall";s:0:"";s:25:"aiowps_enable_6g_firewall";s:0:"";s:26:"aiowps_enable_custom_rules";s:0:"";s:32:"aiowps_place_custom_rules_at_top";s:0:"";s:19:"aiowps_custom_rules";s:0:"";s:25:"aiowps_enable_404_logging";s:0:"";s:28:"aiowps_enable_404_IP_lockout";s:0:"";s:30:"aiowps_404_lockout_time_length";s:2:"60";s:28:"aiowps_404_lock_redirect_url";s:16:"http://127.0.0.1";s:31:"aiowps_enable_rename_login_page";s:0:"";s:28:"aiowps_enable_login_honeypot";s:1:"1";s:43:"aiowps_enable_brute_force_attack_prevention";s:0:"";s:30:"aiowps_brute_force_secret_word";s:0:"";s:24:"aiowps_cookie_brute_test";s:0:"";s:44:"aiowps_cookie_based_brute_force_redirect_url";s:16:"http://127.0.0.1";s:59:"aiowps_brute_force_attack_prevention_pw_protected_exception";s:0:"";s:51:"aiowps_brute_force_attack_prevention_ajax_exception";s:0:"";s:19:"aiowps_site_lockout";s:0:"";s:23:"aiowps_site_lockout_msg";s:0:"";s:30:"aiowps_enable_spambot_blocking";s:1:"1";s:29:"aiowps_enable_comment_captcha";s:1:"1";s:31:"aiowps_enable_autoblock_spam_ip";s:0:"";s:33:"aiowps_spam_ip_min_comments_block";s:0:"";s:33:"aiowps_enable_bp_register_captcha";s:0:"";s:35:"aiowps_enable_bbp_new_topic_captcha";s:0:"";s:32:"aiowps_enable_automated_fcd_scan";s:0:"";s:25:"aiowps_fcd_scan_frequency";s:1:"4";s:24:"aiowps_fcd_scan_interval";s:1:"2";s:28:"aiowps_fcd_exclude_filetypes";s:0:"";s:24:"aiowps_fcd_exclude_files";s:0:"";s:26:"aiowps_send_fcd_scan_email";s:0:"";s:29:"aiowps_fcd_scan_email_address";s:24:"evans@walkproduction.com";s:27:"aiowps_fcds_change_detected";b:0;s:22:"aiowps_copy_protection";s:0:"";s:40:"aiowps_prevent_site_display_inside_frame";s:0:"";s:32:"aiowps_prevent_users_enumeration";s:0:"";s:42:"aiowps_disallow_unauthorized_rest_requests";s:0:"";s:25:"aiowps_ip_retrieve_method";s:1:"0";s:25:"aiowps_recaptcha_site_key";s:0:"";s:27:"aiowps_recaptcha_secret_key";s:0:"";s:24:"aiowps_default_recaptcha";s:0:"";s:35:"aiowps_enable_lost_password_captcha";s:1:"1";s:36:"aiowps_enable_php_backtrace_in_email";s:0:"";s:30:"aiowps_max_lockout_time_length";s:2:"60";s:35:"aiowps_disable_application_password";s:1:"1";s:33:"aiowps_enable_trash_spam_comments";s:0:"";s:37:"aiowps_trash_spam_comments_after_days";s:2:"14";s:36:"aiowps_on_uninstall_delete_db_tables";s:1:"1";s:34:"aiowps_on_uninstall_delete_configs";s:1:"1";}', 'yes'),
(1890, 'litespeed.cloud._summary', 'a:5:{s:19:"curr_request.wp/ver";i:0;s:19:"last_request.wp/ver";i:1628488883;s:10:"news.utime";i:1628488746;s:20:"curr_request.wp/news";i:0;s:20:"last_request.wp/news";i:1628488746;}', 'yes'),
(1891, 'litespeed.conf._version', '3.6.4', 'yes'),
(1892, 'litespeed.conf.hash', 'jLB6pIsyAuDyVQV9fMMAN6r2FThOtVvU', 'yes'),
(1893, 'litespeed.conf.auto_upgrade', '', 'yes'),
(1894, 'litespeed.conf.api_key', '', 'yes'),
(1895, 'litespeed.conf.server_ip', '', 'yes'),
(1896, 'litespeed.conf.news', '1', 'yes'),
(1897, 'litespeed.conf.cache', '1', 'yes'),
(1898, 'litespeed.conf.cache-priv', '1', 'yes'),
(1899, 'litespeed.conf.cache-commenter', '1', 'yes'),
(1900, 'litespeed.conf.cache-rest', '1', 'yes'),
(1901, 'litespeed.conf.cache-page_login', '1', 'yes'),
(1902, 'litespeed.conf.cache-favicon', '1', 'yes'),
(1903, 'litespeed.conf.cache-resources', '1', 'yes'),
(1904, 'litespeed.conf.cache-mobile', '', 'yes'),
(1905, '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'),
(1906, 'litespeed.conf.cache-browser', '', 'yes'),
(1907, 'litespeed.conf.cache-exc_useragents', 'a:0:{}', 'yes'),
(1908, 'litespeed.conf.cache-exc_cookies', 'a:0:{}', 'yes'),
(1909, 'litespeed.conf.cache-exc_qs', 'a:0:{}', 'yes'),
(1910, 'litespeed.conf.cache-exc_cat', 'a:0:{}', 'yes'),
(1911, 'litespeed.conf.cache-exc_tag', 'a:0:{}', 'yes'),
(1912, 'litespeed.conf.cache-force_uri', 'a:0:{}', 'yes'),
(1913, 'litespeed.conf.cache-force_pub_uri', 'a:0:{}', 'yes'),
(1914, 'litespeed.conf.cache-priv_uri', 'a:0:{}', 'yes'),
(1915, 'litespeed.conf.cache-exc', 'a:0:{}', 'yes'),
(1916, 'litespeed.conf.cache-exc_roles', 'a:0:{}', 'yes'),
(1917, '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'),
(1918, 'litespeed.conf.cache-ttl_pub', '604800', 'yes'),
(1919, 'litespeed.conf.cache-ttl_priv', '1800', 'yes'),
(1920, 'litespeed.conf.cache-ttl_frontpage', '604800', 'yes'),
(1921, 'litespeed.conf.cache-ttl_feed', '604800', 'yes'),
(1922, 'litespeed.conf.cache-ttl_rest', '604800', 'yes'),
(1923, 'litespeed.conf.cache-ttl_browser', '31557600', 'yes'),
(1924, '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'),
(1925, 'litespeed.conf.cache-login_cookie', '', 'yes'),
(1926, 'litespeed.conf.cache-vary_group', 'a:0:{}', 'yes'),
(1927, 'litespeed.conf.purge-upgrade', '1', 'yes'),
(1928, 'litespeed.conf.purge-stale', '', 'yes'),
(1929, 'litespeed.conf.purge-post_all', '', 'yes'),
(1930, 'litespeed.conf.purge-post_f', '1', 'yes'),
(1931, 'litespeed.conf.purge-post_h', '1', 'yes'),
(1932, 'litespeed.conf.purge-post_p', '1', 'yes'),
(1933, 'litespeed.conf.purge-post_pwrp', '1', 'yes'),
(1934, 'litespeed.conf.purge-post_a', '1', 'yes'),
(1935, 'litespeed.conf.purge-post_y', '', 'yes'),
(1936, 'litespeed.conf.purge-post_m', '1', 'yes'),
(1937, 'litespeed.conf.purge-post_d', '', 'yes'),
(1938, 'litespeed.conf.purge-post_t', '1', 'yes'),
(1939, 'litespeed.conf.purge-post_pt', '1', 'yes'),
(1940, 'litespeed.conf.purge-timed_urls', 'a:0:{}', 'yes'),
(1941, 'litespeed.conf.purge-timed_urls_time', '', 'yes'),
(1942, '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'),
(1943, 'litespeed.conf.esi', '', 'yes'),
(1944, 'litespeed.conf.esi-cache_admbar', '1', 'yes'),
(1945, 'litespeed.conf.esi-cache_commform', '1', 'yes'),
(1946, 'litespeed.conf.esi-nonce', 'a:2:{i:0;s:11:"stats_nonce";i:1;s:15:"subscribe_nonce";}', 'yes'),
(1947, 'litespeed.conf.util-instant_click', '', 'yes'),
(1948, 'litespeed.conf.util-no_https_vary', '', 'yes'),
(1949, 'litespeed.conf.debug-disable_all', '', 'yes'),
(1950, 'litespeed.conf.debug', '', 'yes'),
(1951, 'litespeed.conf.debug-ips', 'a:1:{i:0;s:9:"127.0.0.1";}', 'yes'),
(1952, 'litespeed.conf.debug-level', '', 'yes'),
(1953, 'litespeed.conf.debug-filesize', '3', 'yes'),
(1954, 'litespeed.conf.debug-cookie', '', 'yes'),
(1955, 'litespeed.conf.debug-collaps_qs', '', 'yes'),
(1956, 'litespeed.conf.debug-inc', 'a:0:{}', 'yes'),
(1957, 'litespeed.conf.debug-exc', 'a:0:{}', 'yes'),
(1958, 'litespeed.conf.db_optm-revisions_max', '0', 'yes'),
(1959, 'litespeed.conf.db_optm-revisions_age', '0', 'yes'),
(1960, 'litespeed.conf.optm-css_min', '', 'yes'),
(1961, 'litespeed.conf.optm-css_comb', '', 'yes'),
(1962, 'litespeed.conf.optm-css_comb_ext_inl', '', 'yes'),
(1963, 'litespeed.conf.optm-ucss', '', 'yes'),
(1964, 'litespeed.conf.optm-ucss_async', '', 'yes'),
(1965, 'litespeed.conf.optm-css_http2', '', 'yes'),
(1966, 'litespeed.conf.optm-css_exc', 'a:0:{}', 'yes'),
(1967, 'litespeed.conf.optm-js_min', '', 'yes'),
(1968, 'litespeed.conf.optm-js_comb', '', 'yes'),
(1969, 'litespeed.conf.optm-js_comb_ext_inl', '', 'yes'),
(1970, 'litespeed.conf.optm-js_http2', '', 'yes'),
(1971, 'litespeed.conf.optm-js_exc', 'a:2:{i:0;s:9:"jquery.js";i:1;s:13:"jquery.min.js";}', 'yes'),
(1972, 'litespeed.conf.optm-ttl', '604800', 'yes'),
(1973, 'litespeed.conf.optm-html_min', '', 'yes'),
(1974, 'litespeed.conf.optm-qs_rm', '', 'yes'),
(1975, 'litespeed.conf.optm-ggfonts_rm', '', 'yes'),
(1976, 'litespeed.conf.optm-css_async', '', 'yes'),
(1977, 'litespeed.conf.optm-ccss_gen', '1', 'yes'),
(1978, 'litespeed.conf.optm-ccss_async', '1', 'yes'),
(1979, 'litespeed.conf.optm-css_async_inline', '1', 'yes'),
(1980, 'litespeed.conf.optm-css_font_display', '', 'yes'),
(1981, 'litespeed.conf.optm-js_defer', '', 'yes'),
(1982, 'litespeed.conf.optm-js_inline_defer', '', 'yes'),
(1983, 'litespeed.conf.optm-emoji_rm', '', 'yes'),
(1984, 'litespeed.conf.optm-noscript_rm', '', 'yes'),
(1985, 'litespeed.conf.optm-ggfonts_async', '', 'yes'),
(1986, 'litespeed.conf.optm-exc_roles', 'a:0:{}', 'yes'),
(1987, 'litespeed.conf.optm-ccss_con', '', 'yes'),
(1988, 'litespeed.conf.optm-js_defer_exc', 'a:2:{i:0;s:9:"jquery.js";i:1;s:13:"jquery.min.js";}', 'yes'),
(1989, 'litespeed.conf.optm-dns_prefetch', 'a:0:{}', 'yes'),
(1990, 'litespeed.conf.optm-dns_prefetch_ctrl', '', 'yes'),
(1991, 'litespeed.conf.optm-exc', 'a:0:{}', 'yes'),
(1992, 'litespeed.conf.optm-ccss_sep_posttype', 'a:0:{}', 'yes'),
(1993, 'litespeed.conf.optm-ccss_sep_uri', 'a:0:{}', 'yes'),
(1994, 'litespeed.conf.object', '', 'yes'),
(1995, 'litespeed.conf.object-kind', '', 'yes'),
(1996, 'litespeed.conf.object-host', 'localhost', 'yes'),
(1997, 'litespeed.conf.object-port', '11211', 'yes'),
(1998, 'litespeed.conf.object-life', '360', 'yes'),
(1999, 'litespeed.conf.object-persistent', '1', 'yes'),
(2000, 'litespeed.conf.object-admin', '1', 'yes'),
(2001, 'litespeed.conf.object-transients', '1', 'yes'),
(2002, 'litespeed.conf.object-db_id', '0', 'yes'),
(2003, 'litespeed.conf.object-user', '', 'yes'),
(2004, 'litespeed.conf.object-pswd', '', 'yes'),
(2005, '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'),
(2006, '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'),
(2007, 'litespeed.conf.discuss-avatar_cache', '', 'yes'),
(2008, 'litespeed.conf.discuss-avatar_cron', '', 'yes'),
(2009, 'litespeed.conf.discuss-avatar_cache_ttl', '604800', 'yes'),
(2010, 'litespeed.conf.optm-localize', '', 'yes'),
(2011, 'litespeed.conf.optm-localize_domains', 'a:7:{i:0;s:23:"### Popular scripts ###";i:1;s:39:"https://platform.twitter.com/widgets.js";i:2;s:39:"https://www.google.com/recaptcha/api.js";i:3;s:45:"https://www.google-analytics.com/analytics.js";i:4;s:39:"https://www.googletagmanager.com/gtm.js";i:5;s:47:"https://www.googletagservices.com/tag/js/gpt.js";i:6;s:46:"https://connect.facebook.net/en_US/fbevents.js";}', 'yes'),
(2012, 'litespeed.conf.media-lazy', '', 'yes'),
(2013, 'litespeed.conf.media-lazy_placeholder', '', 'yes'),
(2014, 'litespeed.conf.media-placeholder_resp', '', 'yes'),
(2015, 'litespeed.conf.media-placeholder_resp_color', '#cfd4db', 'yes'),
(2016, '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'),
(2017, 'litespeed.conf.media-lqip', '', 'yes'),
(2018, 'litespeed.conf.media-lqip_qual', '4', 'yes'),
(2019, 'litespeed.conf.media-lqip_min_w', '150', 'yes'),
(2020, 'litespeed.conf.media-lqip_min_h', '150', 'yes'),
(2021, 'litespeed.conf.media-placeholder_resp_async', '1', 'yes'),
(2022, 'litespeed.conf.media-iframe_lazy', '', 'yes'),
(2023, 'litespeed.conf.media-lazyjs_inline', '', 'yes'),
(2024, 'litespeed.conf.media-lazy_exc', 'a:0:{}', 'yes'),
(2025, 'litespeed.conf.media-lazy_cls_exc', 'a:1:{i:0;s:15:"wmu-preview-img";}', 'yes'),
(2026, 'litespeed.conf.media-lazy_parent_cls_exc', 'a:0:{}', 'yes'),
(2027, 'litespeed.conf.media-iframe_lazy_cls_exc', 'a:0:{}', 'yes'),
(2028, 'litespeed.conf.media-iframe_lazy_parent_cls_exc', 'a:0:{}', 'yes'),
(2029, 'litespeed.conf.media-lazy_uri_exc', 'a:0:{}', 'yes'),
(2030, 'litespeed.conf.media-lqip_exc', 'a:0:{}', 'yes'),
(2031, 'litespeed.conf.img_optm-auto', '', 'yes'),
(2032, 'litespeed.conf.img_optm-cron', '1', 'yes'),
(2033, 'litespeed.conf.img_optm-ori', '1', 'yes'),
(2034, 'litespeed.conf.img_optm-rm_bkup', '', 'yes'),
(2035, 'litespeed.conf.img_optm-webp', '', 'yes'),
(2036, 'litespeed.conf.img_optm-lossless', '', 'yes'),
(2037, 'litespeed.conf.img_optm-exif', '', 'yes'),
(2038, 'litespeed.conf.img_optm-webp_replace', '', 'yes'),
(2039, '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'),
(2040, 'litespeed.conf.img_optm-webp_replace_srcset', '', 'yes'),
(2041, 'litespeed.conf.img_optm-jpg_quality', '82', 'yes'),
(2042, 'litespeed.conf.crawler', '', 'yes'),
(2043, 'litespeed.conf.crawler-usleep', '500', 'yes'),
(2044, 'litespeed.conf.crawler-run_duration', '400', 'yes'),
(2045, 'litespeed.conf.crawler-run_interval', '600', 'yes'),
(2046, 'litespeed.conf.crawler-crawl_interval', '302400', 'yes'),
(2047, 'litespeed.conf.crawler-threads', '3', 'yes'),
(2048, 'litespeed.conf.crawler-timeout', '30', 'yes'),
(2049, 'litespeed.conf.crawler-load_limit', '1', 'yes'),
(2050, 'litespeed.conf.crawler-sitemap', '', 'yes'),
(2051, 'litespeed.conf.crawler-drop_domain', '1', 'yes'),
(2052, 'litespeed.conf.crawler-map_timeout', '120', 'yes'),
(2053, 'litespeed.conf.crawler-roles', 'a:0:{}', 'yes'),
(2054, 'litespeed.conf.crawler-cookies', 'a:0:{}', 'yes'),
(2055, 'litespeed.conf.misc-htaccess_front', '', 'yes'),
(2056, 'litespeed.conf.misc-htaccess_back', '', 'yes'),
(2057, 'litespeed.conf.misc-heartbeat_front', '', 'yes'),
(2058, 'litespeed.conf.misc-heartbeat_front_ttl', '60', 'yes'),
(2059, 'litespeed.conf.misc-heartbeat_back', '', 'yes'),
(2060, 'litespeed.conf.misc-heartbeat_back_ttl', '60', 'yes'),
(2061, 'litespeed.conf.misc-heartbeat_editor', '', 'yes'),
(2062, 'litespeed.conf.misc-heartbeat_editor_ttl', '15', 'yes'),
(2063, 'litespeed.conf.cdn', '', 'yes'),
(2064, 'litespeed.conf.cdn-ori', 'a:0:{}', 'yes'),
(2065, 'litespeed.conf.cdn-ori_dir', 'a:2:{i:0;s:10:"wp-content";i:1;s:11:"wp-includes";}', 'yes'),
(2066, 'litespeed.conf.cdn-exc', 'a:0:{}', 'yes'),
(2067, 'litespeed.conf.cdn-quic', '', 'yes'),
(2068, 'litespeed.conf.cdn-cloudflare', '', 'yes'),
(2069, 'litespeed.conf.cdn-cloudflare_email', '', 'yes'),
(2070, 'litespeed.conf.cdn-cloudflare_key', '', 'yes'),
(2071, 'litespeed.conf.cdn-cloudflare_name', '', 'yes'),
(2072, 'litespeed.conf.cdn-cloudflare_zone', '', 'yes'),
(2073, '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'),
(2074, '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'),
(2077, 'litespeed.gui._summary', 'a:2:{s:11:"new_version";i:1618684917;s:5:"score";i:1638971102;}', 'yes'),
(2084, 'litespeed.optimize.timestamp_purge_css', '1628488851', 'yes'),
(2147, '_transient_health-check-site-status-result', '{"good":18,"recommended":4,"critical":1}', 'yes'),
(2229, 'password_protected_version', '2.3', 'yes'),
(2230, 'seedprod_migration_run_once', '1', 'yes'),
(2231, 'seedprod_run_activation', '1', 'yes'),
(2232, 'seedprod_settings', '{  \n    "api_key":"",\n    "enable_coming_soon_mode":false,\n    "enable_maintenance_mode":false,\n    "enable_login_mode":false,\n    "enable_404_mode":false\n }', 'yes'),
(2233, 'seedprod_over_time', 'a:3:{s:17:"installed_version";s:5:"6.2.1";s:14:"installed_date";i:1618822143;s:13:"installed_pro";s:4:"lite";}', 'yes'),
(2234, 'seedprod_token', 'fef8d9a3-3438-49fb-9a8b-ed76fa8070b4', 'yes'),
(2238, 'seedprod_review', 'a:2:{s:4:"time";i:1618822144;s:9:"dismissed";b:0;}', 'yes'),
(2239, 'seedprod_notifications', 'a:4:{s:6:"update";i:1618822145;s:4:"feed";a:0:{}s:6:"events";a:0:{}s:9:"dismissed";a:0:{}}', 'yes'),
(2240, 'seedprod_app_settings', '{  \n    "facebook_g_app_id":"",\n    "disable_seedprod_button":false\n }', 'yes'),
(2241, 'seedprod_onetime_flush_rewrite', '1', 'yes'),
(2244, 'loginpress_customization', 'a:3:{s:12:"setting_logo";s:66:"https://intelligentaqua.com.my/wp-content/uploads/2021/02/Logo.png";s:18:"setting_background";s:157:"https://intelligentaqua.com.my/wp-content/uploads/2021/03/oil-palm-plantation-aerial-view-of-former-rainforest-land-cleared-for-a-cash-crop-deforestation.jpg";s:18:"gallery_background";s:82:"https://intelligentaqua.com.my/wp-content/plugins/loginpress/img/gallery/img-3.jpg";}', 'yes'),
(2245, 'loginpress_setting', 'a:0:{}', 'yes'),
(2246, 'loginpress_active_time', '1618822161', 'no'),
(2247, 'loginpress_premium', '', 'yes'),
(2253, '_loginpress_optin', 'no', 'yes'),
(2254, 'password_protected_status', '1', 'yes'),
(2255, 'password_protected_feeds', '0', 'yes'),
(2256, 'password_protected_rest', '0', 'yes'),
(2257, 'password_protected_administrators', '1', 'yes'),
(2258, 'password_protected_users', '0', 'yes'),
(2259, 'password_protected_password', 'b97267fa7855e04401fb12fa8a4c516f', 'yes'),
(2260, 'password_protected_allowed_ip_addresses', '', 'yes'),
(2261, 'password_protected_remember_me_lifetime', '1', 'yes'),
(2279, 'auto_update_plugins', 'a:13:{i:0;s:51:"all-in-one-wp-security-and-firewall/wp-security.php";i:1;s:29:"custom-fonts/custom-fonts.php";i:2;s:31:"elementor-pro/elementor-pro.php";i:3;s:35:"envato-elements/envato-elements.php";i:4;s:65:"essential-addons-for-elementor-lite/essential_adons_elementor.php";i:5;s:56:"essential-addons-elementor/essential_adons_elementor.php";i:6;s:25:"loftloader/loftloader.php";i:7;s:27:"wp-optimize/wp-optimize.php";i:8;s:24:"wordpress-seo/wp-seo.php";i:9;s:27:"redirection/redirection.php";i:10;s:51:"srs-simple-hits-counter/SRS_Simple_Hits_Counter.php";i:11;s:27:"wp-super-cache/wp-cache.php";i:12;s:23:"elementor/elementor.php";}', 'no'),
(2403, 'postman_options', 'a:46:{s:8:"enc_type";s:3:"tls";s:8:"hostname";s:18:"smtp.office365.com";s:4:"port";i:587;s:12:"sender_email";s:21:"fakhira@pitech.com.my";s:15:"envelope_sender";s:21:"fakhira@pitech.com.my";s:14:"transport_type";s:4:"smtp";s:12:"smtp_mailers";s:8:"postsmtp";s:9:"auth_type";s:5:"login";s:11:"sender_name";s:16:"Intelligent Aqua";s:15:"oauth_client_id";s:0:"";s:19:"oauth_client_secret";s:0:"";s:19:"basic_auth_username";s:21:"fakhira@pitech.com.my";s:19:"basic_auth_password";s:12:"RXhpdG9zNHUh";s:16:"mandrill_api_key";s:0:"";s:16:"sendgrid_api_key";s:0:"";s:15:"mailgun_api_key";s:0:"";s:19:"mailgun_domain_name";s:0:"";s:8:"reply_to";s:0:"";s:28:"prevent_sender_name_override";s:2:"on";s:29:"prevent_sender_email_override";s:2:"on";s:24:"disable_email_validation";s:2:"on";s:9:"forced_to";s:0:"";s:9:"forced_cc";s:0:"";s:10:"forced_bcc";s:0:"";s:7:"headers";s:0:"";s:12:"read_timeout";i:60;s:18:"connection_timeout";i:10;s:9:"log_level";i:40000;s:16:"mail_log_enabled";s:4:"true";s:20:"mail_log_max_entries";i:250;s:8:"run_mode";s:10:"production";s:15:"transcript_size";i:128;s:7:"tmp_dir";s:4:"/tmp";s:21:"fallback_smtp_enabled";s:3:"yes";s:22:"fallback_smtp_hostname";s:18:"smtp.office365.com";s:18:"fallback_smtp_port";i:587;s:22:"fallback_smtp_security";s:3:"ssl";s:22:"fallback_smtp_use_auth";s:4:"none";s:19:"fallback_from_email";s:21:"fakhira@pitech.com.my";s:22:"fallback_smtp_username";s:0:"";s:22:"fallback_smtp_password";s:0:"";s:20:"notification_service";s:4:"none";s:13:"pushover_user";s:0:"";s:14:"pushover_token";s:0:"";s:11:"slack_token";s:0:"";s:23:"notification_chrome_uid";s:0:"";}', 'yes'),
(2404, 'postman_state', 'a:5:{s:15:"locking_enabled";b:1;s:12:"install_date";i:1618992164;s:7:"version";s:6:"2.0.23";s:22:"delivery_success_total";i:27;s:19:"delivery_fail_total";i:69;}', 'yes'),
(2872, 'wp-optimize-dismiss_dash_notice_until', '1687327045', 'yes'),
(2890, 'migrated_to_version', '1', 'yes'),
(2891, 'srs_update_ran', '2', 'yes'),
(2892, 'widget_srs_shc_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(2893, 'srs_simple_hits_counter_version', '1.0.2', 'yes'),
(2894, 'srs_pageViews_number_format_count', 'yes', 'yes'),
(3403, 'loginpress_review_dismiss', 'yes', 'no'),
(3468, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:24:"evans@walkproduction.com";s:7:"version";s:5:"5.9.3";s:9:"timestamp";i:1649204471;}', 'no'),
(7136, 'redirection_options', 'a:31:{s:7:"support";b:0;s:5:"token";s:32:"f040af955411cdcb65845b6d4f7e9662";s:12:"monitor_post";i:1;s:13:"monitor_types";a:2:{i:0;s:4:"post";i:1;s:4:"page";}s:19:"associated_redirect";s:0:"";s:11:"auto_target";s:0:"";s:15:"expire_redirect";i:7;s:10:"expire_404";i:7;s:12:"log_external";b:0;s:10:"log_header";b:0;s:10:"track_hits";b:1;s:7:"modules";a:0:{}s:10:"newsletter";b:0;s:14:"redirect_cache";i:1;s:10:"ip_logging";i:0;s:13:"last_group_id";i:1;s:8:"rest_api";i:0;s:5:"https";b:0;s:7:"headers";a:0:{}s:8:"database";s:3:"4.2";s:8:"relocate";s:0:"";s:16:"preferred_domain";s:0:"";s:7:"aliases";a:0:{}s:10:"permalinks";a:0:{}s:9:"cache_key";i:0;s:13:"plugin_update";s:6:"prompt";s:13:"update_notice";s:3:"5.1";s:10:"flag_query";s:5:"exact";s:9:"flag_case";b:0;s:13:"flag_trailing";b:0;s:10:"flag_regex";b:0;}', 'yes'),
(8085, 'wp-optimize-dismiss_season', '1657851941', 'yes'),
(8140, 'eael_remove_old_cache', '1', 'yes'),
(8837, 'widget_block', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(9292, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(10489, 'litespeed.admin_display.messages', 'a:1:{i:0;s:94:"<div class="notice notice-success is-dismissible"><p>Purged all caches successfully.</p></div>";}', 'yes'),
(10496, 'w3tc_state', '{"common.install":1628489450,"common.install_version":"2.1.6","license.status":"no_key","license.next_check":1629464194,"license.terms":"","wordpress_seo.hide_note_suggest_activation":"true","license.community_terms":"accept","minify.hide_minify_help":true,"common.show_note.flush_posts_needed":"false","common.show_note.flush_posts_needed.timestamp":1629383188,"common.next_support_us_invitation":1629642379,"common.support_us_invitations":1}', 'no'),
(10900, 'w3tc_browsercache_flush_timestamp', '89732', 'yes'),
(10901, 'w3tc_setupguide_completed', '1628489567', 'no'),
(10902, '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":1629987989}', 'no'),
(10921, 'w3tc_pgcache_prime_offset', '0', 'no'),
(10922, 'w3tc_minify', '{"d52ed.js":["wp-includes\\/js\\/jquery\\/jquery.min.js"],"c751d.js":["wp-content\\/uploads\\/essential-addons-elementor\\/734e5f942.min.js","wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/polyfills.js","wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/responsive-embeds.js","wp-content\\/plugins\\/loftloader\\/assets\\/js\\/loftloader.min.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/lib\\/smartmenus\\/jquery.smartmenus.min.js"],"33199.js":["wp-content\\/plugins\\/srs-simple-hits-counter\\/js\\/srs_simple_hits_counter_js.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/js\\/webpack-pro.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/webpack.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend-modules.min.js"],"b45c8.js":["wp-content\\/plugins\\/elementor-pro\\/assets\\/js\\/frontend.min.js","wp-content\\/plugins\\/elementor\\/assets\\/lib\\/waypoints\\/waypoints.min.js","wp-includes\\/js\\/jquery\\/ui\\/core.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"],"d5260.js":["wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend.min.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/js\\/preloaded-elements-handlers.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/preloaded-modules.min.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/lib\\/sticky\\/jquery.sticky.min.js"],"1615d.js":["wp-content\\/plugins\\/w3-total-cache\\/pub\\/js\\/lazyload.min.js"],"a5ff7.css":["wp-includes\\/css\\/dist\\/block-library\\/style.min.css"],"e347b.css":["wp-content\\/uploads\\/essential-addons-elementor\\/734e5f942.min.css","wp-content\\/themes\\/twentytwentyone\\/style.css"],"d82c0.css":["wp-content\\/plugins\\/elementor\\/assets\\/lib\\/eicons\\/css\\/elementor-icons.min.css","wp-content\\/plugins\\/elementor\\/assets\\/css\\/frontend-legacy.min.css","wp-content\\/plugins\\/elementor\\/assets\\/css\\/frontend.min.css"],"994ca.css":["wp-content\\/uploads\\/elementor\\/css\\/post-7.css","wp-content\\/plugins\\/elementor-pro\\/assets\\/css\\/frontend.min.css","wp-content\\/uploads\\/elementor\\/css\\/post-186.css","wp-content\\/uploads\\/elementor\\/css\\/post-205.css","wp-content\\/uploads\\/elementor\\/css\\/post-292.css","wp-content\\/plugins\\/loftloader\\/assets\\/css\\/loftloader.min.css"],"33382.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"],"2cb5e.css":["wp-content\\/plugins\\/elementor\\/assets\\/lib\\/animations\\/animations.min.css"],"c4f58.js":["wp-content\\/uploads\\/essential-addons-elementor\\/734e5f942.min.js","wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/polyfills.js","wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/responsive-embeds.js","wp-content\\/plugins\\/loftloader\\/assets\\/js\\/loftloader.min.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/lib\\/smartmenus\\/jquery.smartmenus.min.js","wp-includes\\/js\\/imagesloaded.min.js","wp-content\\/plugins\\/srs-simple-hits-counter\\/js\\/srs_simple_hits_counter_js.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/js\\/webpack-pro.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/webpack.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend-modules.min.js"],"10e88.css":["wp-content\\/uploads\\/elementor\\/css\\/post-7.css","wp-content\\/plugins\\/elementor-pro\\/assets\\/css\\/frontend.min.css","wp-content\\/uploads\\/elementor\\/css\\/post-205.css","wp-content\\/uploads\\/elementor\\/css\\/post-292.css","wp-content\\/uploads\\/elementor\\/css\\/post-260.css","wp-content\\/plugins\\/loftloader\\/assets\\/css\\/loftloader.min.css"],"b7bb9.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\\/brands.min.css","wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/regular.min.css"],"ca602.js":["wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/polyfills.js","wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/responsive-embeds.js","wp-content\\/plugins\\/loftloader\\/assets\\/js\\/loftloader.min.js","wp-includes\\/js\\/jquery\\/jquery.min.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/lib\\/smartmenus\\/jquery.smartmenus.min.js","wp-includes\\/js\\/imagesloaded.min.js","wp-content\\/plugins\\/srs-simple-hits-counter\\/js\\/srs_simple_hits_counter_js.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/js\\/webpack-pro.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/webpack.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend-modules.min.js"],"5effa.css":["wp-content\\/themes\\/twentytwentyone\\/style.css"],"e1922.css":["wp-content\\/uploads\\/elementor\\/css\\/post-7.css","wp-content\\/plugins\\/elementor-pro\\/assets\\/css\\/frontend.min.css","wp-content\\/uploads\\/elementor\\/css\\/post-274.css","wp-content\\/uploads\\/elementor\\/css\\/post-205.css","wp-content\\/uploads\\/elementor\\/css\\/post-292.css","wp-content\\/plugins\\/loftloader\\/assets\\/css\\/loftloader.min.css"],"5fb4f.js":["wp-content\\/uploads\\/essential-addons-elementor\\/cb70d11b8.min.js","wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/polyfills.js","wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/responsive-embeds.js","wp-content\\/plugins\\/loftloader\\/assets\\/js\\/loftloader.min.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/lib\\/smartmenus\\/jquery.smartmenus.min.js","wp-includes\\/js\\/imagesloaded.min.js","wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/js\\/v4-shims.min.js","wp-content\\/plugins\\/srs-simple-hits-counter\\/js\\/srs_simple_hits_counter_js.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/js\\/webpack-pro.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/webpack.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend-modules.min.js"],"c0cce.css":["wp-content\\/uploads\\/essential-addons-elementor\\/cb70d11b8.min.css","wp-content\\/themes\\/twentytwentyone\\/style.css"],"bfedf.css":["wp-content\\/uploads\\/elementor\\/css\\/post-7.css","wp-content\\/plugins\\/elementor-pro\\/assets\\/css\\/frontend.min.css","wp-content\\/uploads\\/elementor\\/css\\/post-13.css","wp-content\\/uploads\\/elementor\\/css\\/post-205.css","wp-content\\/uploads\\/elementor\\/css\\/post-292.css","wp-content\\/plugins\\/loftloader\\/assets\\/css\\/loftloader.min.css"],"a658a.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\\/post-1331.css","wp-content\\/uploads\\/elementor\\/css\\/post-1340.css","wp-content\\/uploads\\/elementor\\/css\\/post-1355.css","wp-content\\/plugins\\/elementor\\/assets\\/lib\\/animations\\/animations.min.css"],"a4ec2.js":["wp-content\\/uploads\\/essential-addons-elementor\\/1ea8a93cc.min.js","wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/polyfills.js","wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/responsive-embeds.js","wp-content\\/plugins\\/loftloader\\/assets\\/js\\/loftloader.min.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/lib\\/smartmenus\\/jquery.smartmenus.min.js","wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/js\\/v4-shims.min.js","wp-content\\/plugins\\/srs-simple-hits-counter\\/js\\/srs_simple_hits_counter_js.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/js\\/webpack-pro.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/webpack.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend-modules.min.js"],"72366.css":["wp-content\\/uploads\\/essential-addons-elementor\\/1ea8a93cc.min.css","wp-content\\/themes\\/twentytwentyone\\/style.css"],"d3db0.css":["wp-content\\/uploads\\/elementor\\/css\\/post-7.css","wp-content\\/plugins\\/elementor-pro\\/assets\\/css\\/frontend.min.css","wp-content\\/uploads\\/elementor\\/css\\/post-138.css","wp-content\\/uploads\\/elementor\\/css\\/post-205.css","wp-content\\/uploads\\/elementor\\/css\\/post-292.css","wp-content\\/plugins\\/loftloader\\/assets\\/css\\/loftloader.min.css"],"0cf65.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\\/plugins\\/elementor\\/assets\\/lib\\/animations\\/animations.min.css"],"68e85.js":["wp-content\\/uploads\\/essential-addons-elementor\\/071d92bff.min.js","wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/polyfills.js","wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/responsive-embeds.js","wp-content\\/plugins\\/loftloader\\/assets\\/js\\/loftloader.min.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/lib\\/smartmenus\\/jquery.smartmenus.min.js","wp-content\\/plugins\\/srs-simple-hits-counter\\/js\\/srs_simple_hits_counter_js.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/js\\/webpack-pro.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/webpack.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend-modules.min.js"],"edc43.css":["wp-content\\/uploads\\/essential-addons-elementor\\/071d92bff.min.css","wp-content\\/themes\\/twentytwentyone\\/style.css"],"5a8d8.css":["wp-content\\/uploads\\/elementor\\/css\\/post-7.css","wp-content\\/plugins\\/elementor-pro\\/assets\\/css\\/frontend.min.css","wp-content\\/uploads\\/elementor\\/css\\/post-112.css","wp-content\\/uploads\\/elementor\\/css\\/post-205.css","wp-content\\/uploads\\/elementor\\/css\\/post-292.css","wp-content\\/plugins\\/loftloader\\/assets\\/css\\/loftloader.min.css"],"09a0e.css":["wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/fontawesome.min.css","wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/regular.min.css","wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/solid.min.css","wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/brands.min.css"],"ca9ea.js":["wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/polyfills.js","wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/responsive-embeds.js","wp-content\\/plugins\\/loftloader\\/assets\\/js\\/loftloader.min.js","wp-includes\\/js\\/jquery\\/jquery.min.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/lib\\/smartmenus\\/jquery.smartmenus.min.js","wp-content\\/plugins\\/srs-simple-hits-counter\\/js\\/srs_simple_hits_counter_js.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/js\\/webpack-pro.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/webpack.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend-modules.min.js"],"7615b.css":["wp-content\\/uploads\\/elementor\\/css\\/post-7.css","wp-content\\/plugins\\/elementor-pro\\/assets\\/css\\/frontend.min.css","wp-content\\/uploads\\/elementor\\/css\\/post-1904.css","wp-content\\/uploads\\/elementor\\/css\\/post-205.css","wp-content\\/uploads\\/elementor\\/css\\/post-292.css","wp-content\\/plugins\\/loftloader\\/assets\\/css\\/loftloader.min.css"],"41551.js":["wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/polyfills.js","wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/responsive-embeds.js","wp-content\\/plugins\\/loftloader\\/assets\\/js\\/loftloader.min.js","wp-includes\\/js\\/jquery\\/jquery.min.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/lib\\/smartmenus\\/jquery.smartmenus.min.js"],"a09cb.js":["wp-content\\/uploads\\/essential-addons-elementor\\/734e5f942.min.js","wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/polyfills.js","wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/responsive-embeds.js","wp-content\\/plugins\\/loftloader\\/assets\\/js\\/loftloader.min.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/lib\\/smartmenus\\/jquery.smartmenus.min.js","wp-content\\/plugins\\/srs-simple-hits-counter\\/js\\/srs_simple_hits_counter_js.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/js\\/webpack-pro.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/webpack.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend-modules.min.js"],"369ac.css":["wp-content\\/uploads\\/elementor\\/css\\/post-7.css","wp-content\\/plugins\\/elementor-pro\\/assets\\/css\\/frontend.min.css","wp-content\\/uploads\\/elementor\\/css\\/post-205.css","wp-content\\/uploads\\/elementor\\/css\\/post-292.css","wp-content\\/plugins\\/loftloader\\/assets\\/css\\/loftloader.min.css"],"3b5f5.css":["wp-content\\/uploads\\/elementor\\/css\\/post-7.css","wp-content\\/plugins\\/elementor-pro\\/assets\\/css\\/frontend.min.css","wp-content\\/uploads\\/elementor\\/css\\/post-1909.css","wp-content\\/uploads\\/elementor\\/css\\/post-205.css","wp-content\\/uploads\\/elementor\\/css\\/post-292.css","wp-content\\/uploads\\/elementor\\/css\\/post-260.css","wp-content\\/plugins\\/loftloader\\/assets\\/css\\/loftloader.min.css"],"96750.css":["wp-content\\/uploads\\/elementor\\/css\\/post-7.css","wp-content\\/plugins\\/elementor-pro\\/assets\\/css\\/frontend.min.css","wp-content\\/uploads\\/elementor\\/css\\/post-167.css","wp-content\\/uploads\\/elementor\\/css\\/post-205.css","wp-content\\/uploads\\/elementor\\/css\\/post-292.css","wp-content\\/uploads\\/elementor\\/css\\/post-260.css","wp-content\\/plugins\\/loftloader\\/assets\\/css\\/loftloader.min.css"],"30b70.css":["wp-content\\/uploads\\/elementor\\/css\\/post-7.css","wp-content\\/plugins\\/elementor-pro\\/assets\\/css\\/frontend.min.css","wp-content\\/uploads\\/elementor\\/css\\/post-286.css","wp-content\\/uploads\\/elementor\\/css\\/post-205.css","wp-content\\/uploads\\/elementor\\/css\\/post-292.css","wp-content\\/uploads\\/elementor\\/css\\/post-260.css","wp-content\\/plugins\\/loftloader\\/assets\\/css\\/loftloader.min.css"],"3745c.js":["wp-content\\/uploads\\/essential-addons-elementor\\/734e5f942.min.js","wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/polyfills.js","wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/responsive-embeds.js","wp-content\\/plugins\\/loftloader\\/assets\\/js\\/loftloader.min.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/lib\\/smartmenus\\/jquery.smartmenus.min.js","wp-content\\/plugins\\/elementor\\/assets\\/lib\\/jquery-numerator\\/jquery-numerator.min.js","wp-includes\\/js\\/imagesloaded.min.js","wp-content\\/plugins\\/srs-simple-hits-counter\\/js\\/srs_simple_hits_counter_js.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/js\\/webpack-pro.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/webpack.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend-modules.min.js"],"34223.css":["wp-content\\/uploads\\/elementor\\/css\\/post-7.css","wp-content\\/plugins\\/elementor-pro\\/assets\\/css\\/frontend.min.css","wp-content\\/uploads\\/elementor\\/css\\/post-123.css","wp-content\\/uploads\\/elementor\\/css\\/post-205.css","wp-content\\/uploads\\/elementor\\/css\\/post-292.css","wp-content\\/uploads\\/elementor\\/css\\/post-260.css","wp-content\\/plugins\\/loftloader\\/assets\\/css\\/loftloader.min.css"],"6af7f.js":["wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/polyfills.js","wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/responsive-embeds.js","wp-content\\/plugins\\/loftloader\\/assets\\/js\\/loftloader.min.js","wp-includes\\/js\\/jquery\\/jquery.min.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/lib\\/smartmenus\\/jquery.smartmenus.min.js","wp-content\\/plugins\\/elementor\\/assets\\/lib\\/jquery-numerator\\/jquery-numerator.min.js","wp-includes\\/js\\/imagesloaded.min.js","wp-content\\/plugins\\/srs-simple-hits-counter\\/js\\/srs_simple_hits_counter_js.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/js\\/webpack-pro.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/webpack.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend-modules.min.js"],"c5b8a.css":["wp-content\\/uploads\\/essential-addons-elementor\\/734e5f942.min.css","wp-content\\/themes\\/twentytwentyone\\/assets\\/css\\/ie.css"],"adc27.css":["wp-content\\/uploads\\/essential-addons-elementor\\/1ea8a93cc.min.css","wp-content\\/themes\\/twentytwentyone\\/assets\\/css\\/ie.css"],"e3362.css":["wp-content\\/plugins\\/elementor-pro\\/assets\\/css\\/frontend.min.css","wp-content\\/uploads\\/elementor\\/css\\/post-112.css","wp-content\\/uploads\\/elementor\\/css\\/post-205.css","wp-content\\/uploads\\/elementor\\/css\\/post-292.css","wp-content\\/plugins\\/loftloader\\/assets\\/css\\/loftloader.min.css"],"8a4f1.css":["wp-content\\/uploads\\/essential-addons-elementor\\/cb70d11b8.min.css","wp-content\\/themes\\/twentytwentyone\\/assets\\/css\\/ie.css"],"947b5.js":["wp-content\\/uploads\\/essential-addons-elementor\\/cb70d11b8.min.js","wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/polyfills.js","wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/responsive-embeds.js","wp-content\\/plugins\\/loftloader\\/assets\\/js\\/loftloader.min.js","wp-includes\\/js\\/jquery\\/ui\\/core.min.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"],"59c88.js":["wp-includes\\/js\\/api-request.min.js","wp-includes\\/js\\/dist\\/vendor\\/regenerator-runtime.min.js","wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill.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"],"d94cd.js":["wp-content\\/plugins\\/elementor\\/assets\\/js\\/app-loader.min.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/lib\\/smartmenus\\/jquery.smartmenus.min.js","wp-includes\\/js\\/imagesloaded.min.js","wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/js\\/v4-shims.min.js","wp-content\\/plugins\\/srs-simple-hits-counter\\/js\\/srs_simple_hits_counter_js.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/js\\/webpack-pro.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/webpack.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend-modules.min.js"],"c4ffe.js":["wp-content\\/plugins\\/elementor-pro\\/assets\\/js\\/frontend.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"],"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"],"a8fc9.css":["wp-content\\/plugins\\/wp-optimize\\/css\\/wp-optimize-global-3-1-12.min.css","wp-content\\/uploads\\/essential-addons-elementor\\/cb70d11b8.min.css","wp-content\\/themes\\/twentytwentyone\\/style.css"],"6cb0b.css":["wp-content\\/plugins\\/elementor\\/assets\\/css\\/frontend-legacy.min.css","wp-content\\/plugins\\/elementor\\/assets\\/css\\/frontend.min.css"],"49559.css":["wp-content\\/uploads\\/elementor\\/css\\/post-7.css","wp-content\\/plugins\\/elementor-pro\\/assets\\/css\\/frontend.min.css","wp-content\\/uploads\\/elementor\\/css\\/post-13.css","wp-content\\/uploads\\/elementor\\/css\\/post-205.css","wp-content\\/uploads\\/elementor\\/css\\/post-292.css","wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/adminbar-1690.css","wp-content\\/plugins\\/loftloader\\/assets\\/css\\/loftloader.min.css"],"f377d.js":["wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/polyfills.js","wp-content\\/themes\\/twentytwentyone\\/assets\\/js\\/responsive-embeds.js","wp-content\\/plugins\\/loftloader\\/assets\\/js\\/loftloader.min.js","wp-includes\\/js\\/jquery\\/ui\\/core.min.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"],"06d83.js":["wp-content\\/plugins\\/elementor\\/assets\\/js\\/app-loader.min.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/lib\\/smartmenus\\/jquery.smartmenus.min.js","wp-includes\\/js\\/imagesloaded.min.js","wp-content\\/plugins\\/srs-simple-hits-counter\\/js\\/srs_simple_hits_counter_js.js","wp-content\\/plugins\\/elementor-pro\\/assets\\/js\\/webpack-pro.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/webpack.runtime.min.js","wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend-modules.min.js"],"0f568.css":["wp-content\\/plugins\\/wp-optimize\\/css\\/wp-optimize-global-3-1-12.min.css","wp-content\\/themes\\/twentytwentyone\\/style.css"],"51a6e.css":["wp-content\\/uploads\\/elementor\\/css\\/post-7.css","wp-content\\/plugins\\/elementor-pro\\/assets\\/css\\/frontend.min.css","wp-content\\/uploads\\/elementor\\/css\\/post-274.css","wp-content\\/uploads\\/elementor\\/css\\/post-205.css","wp-content\\/uploads\\/elementor\\/css\\/post-292.css","wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/adminbar-1690.css","wp-content\\/plugins\\/loftloader\\/assets\\/css\\/loftloader.min.css"]}', 'no'),
(12062, 'current_theme', 'Twenty Twenty-Three', 'yes'),
(12063, 'theme_mods_astra', 'a:5:{i:0;b:0;s:18:"nav_menu_locations";a:0:{}s:18:"custom_css_post_id";i:-1;s:11:"custom_logo";i:33;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1691568868;s:4:"data";a:9:{s:19:"wp_inactive_widgets";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-1";a:3:{i:0;s:10:"archives-2";i:1;s:12:"categories-2";i:2;s:6:"meta-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:{}}}}', 'yes'),
(12064, 'theme_switched', '', 'yes'),
(12065, 'astra-settings', 'a:85:{s:18:"theme-auto-version";s:5:"4.0.2";s:22:"is_theme_queue_running";b:0;s:50:"ast-callback-notice-header-transparent-header-logo";s:0:"";s:55:"ast-callback-notice-header-transparent-header-logo-link";s:0:"";s:22:"ast-header-retina-logo";s:0:"";s:18:"mobile-header-logo";s:0:"";s:51:"ast-callback-notice-header-transparent-meta-enabled";s:0:"";s:55:"ast-callback-notice-header-transparent-header-meta-link";s:0:"";s:23:"transparent-header-logo";s:0:"";s:30:"transparent-header-retina-logo";s:0:"";s:33:"_astra_pb_compatibility_completed";b:1;s:26:"single-page-sidebar-layout";s:10:"no-sidebar";s:26:"single-post-sidebar-layout";s:10:"no-sidebar";s:19:"site-content-layout";s:12:"page-builder";s:26:"single-page-content-layout";s:12:"page-builder";s:26:"single-post-content-layout";s:12:"page-builder";s:25:"load-google-fonts-locally";b:1;s:19:"preload-local-fonts";b:1;s:20:"footer-desktop-items";a:5:{s:5:"above";a:6:{s:7:"above_1";a:0:{}s:7:"above_2";a:0:{}s:7:"above_3";a:0:{}s:7:"above_4";a:0:{}s:7:"above_5";a:0:{}s:7:"above_6";a:0:{}}s:7:"primary";a:6:{s:9:"primary_1";a:0:{}s:9:"primary_2";a:0:{}s:9:"primary_3";a:0:{}s:9:"primary_4";a:0:{}s:9:"primary_5";a:0:{}s:9:"primary_6";a:0:{}}s:5:"below";a:6:{s:7:"below_1";a:0:{}s:7:"below_2";a:0:{}s:7:"below_3";a:0:{}s:7:"below_4";a:0:{}s:7:"below_5";a:0:{}s:7:"below_6";a:0:{}}s:5:"popup";a:1:{s:13:"popup_content";a:0:{}}s:4:"flag";b:1;}s:10:"text-color";s:7:"#000000";s:18:"heading-base-color";s:7:"#000000";s:29:"astra-zero-font-size-case-css";b:0;s:32:"unset-builder-elements-underline";b:0;s:27:"support-global-color-format";b:0;s:22:"footer-copyright-color";s:7:"#3a3a3a";s:20:"improve-gb-editor-ui";b:0;s:29:"breadcrumb-separator-selector";s:7:"unicode";s:42:"apply-content-background-fullwidth-layouts";b:0;s:19:"blocks-legacy-setup";b:1;s:12:"wp-blocks-ui";s:6:"legacy";s:32:"customizer-default-layout-update";b:0;s:15:"wp-blocks-v2-ui";b:0;s:33:"single-product-breadcrumb-disable";b:1;s:29:"woo-header-cart-label-display";s:33:"Cart/{cart_total_currency_symbol}";s:12:"border-color";s:7:"#dddddd";s:22:"modern-ecommerce-setup";b:0;s:22:"woo-show-password-icon";b:0;s:19:"woo-shop-style-flag";b:1;s:32:"astra-old-global-sidebar-default";b:0;s:28:"spectra-gutenberg-compat-css";b:0;s:20:"dynamic-blog-layouts";b:0;s:32:"theme-dynamic-customizer-support";b:1;s:33:"ast-dynamic-single-page-structure";a:2:{i:0;s:29:"ast-dynamic-single-page-image";i:1;s:29:"ast-dynamic-single-page-title";}s:32:"ast-dynamic-single-page-metadata";a:2:{i:0;s:8:"comments";i:1;s:6:"author";}s:22:"ast-archive-page-title";b:1;s:21:"ast-single-page-title";b:1;s:42:"ast-dynamic-archive-page-banner-image-type";s:4:"none";s:41:"ast-dynamic-archive-page-banner-custom-bg";a:3:{s:7:"desktop";a:8:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"tablet";a:8:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"mobile";a:8:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}}s:42:"ast-dynamic-archive-page-title-font-family";s:0:"";s:40:"ast-dynamic-archive-page-title-font-size";a:6:{s:7:"desktop";i:40;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:42:"ast-dynamic-archive-page-title-font-weight";s:0:"";s:42:"ast-dynamic-archive-page-title-font-extras";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:10:"capitalize";s:15:"text-decoration";s:0:"";}s:43:"ast-dynamic-archive-page-banner-title-color";s:0:"";s:42:"ast-dynamic-archive-page-banner-text-color";s:0:"";s:42:"ast-dynamic-single-page-banner-title-color";s:0:"";s:41:"ast-dynamic-single-page-title-font-family";s:0:"";s:39:"ast-dynamic-single-page-title-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:41:"ast-dynamic-single-page-title-font-weight";s:0:"";s:41:"ast-dynamic-single-page-title-font-extras";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:10:"capitalize";s:15:"text-decoration";s:0:"";}s:33:"ast-dynamic-single-post-structure";a:3:{i:0;s:29:"ast-dynamic-single-post-image";i:1;s:29:"ast-dynamic-single-post-title";i:2;s:28:"ast-dynamic-single-post-meta";}s:32:"ast-dynamic-single-post-taxonomy";s:8:"category";s:32:"ast-dynamic-single-post-metadata";a:3:{i:0;s:8:"comments";i:1;s:32:"ast-dynamic-single-post-taxonomy";i:2;s:6:"author";}s:22:"ast-archive-post-title";b:1;s:21:"ast-single-post-title";b:1;s:42:"ast-dynamic-archive-post-banner-image-type";s:4:"none";s:41:"ast-dynamic-archive-post-banner-custom-bg";a:3:{s:7:"desktop";a:8:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"tablet";a:8:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"mobile";a:8:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}}s:42:"ast-dynamic-archive-post-title-font-family";s:0:"";s:40:"ast-dynamic-archive-post-title-font-size";a:6:{s:7:"desktop";i:40;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:42:"ast-dynamic-archive-post-title-font-weight";s:0:"";s:42:"ast-dynamic-archive-post-title-font-extras";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:10:"capitalize";s:15:"text-decoration";s:0:"";}s:43:"ast-dynamic-archive-post-banner-title-color";s:0:"";s:42:"ast-dynamic-archive-post-banner-text-color";s:0:"";s:42:"ast-dynamic-single-post-banner-title-color";s:0:"";s:41:"ast-dynamic-single-post-title-font-family";s:0:"";s:39:"ast-dynamic-single-post-title-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:41:"ast-dynamic-single-post-title-font-weight";s:0:"";s:41:"ast-dynamic-single-post-title-font-extras";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:10:"capitalize";s:15:"text-decoration";s:0:"";}s:31:"archive-download-content-layout";s:7:"default";s:31:"archive-download-sidebar-layout";s:10:"no-sidebar";s:30:"single-download-content-layout";s:7:"default";s:30:"single-download-sidebar-layout";s:7:"default";s:19:"enable-scroll-to-id";b:0;s:20:"scroll-to-top-enable";b:0;s:25:"update-default-color-typo";b:0;s:22:"v4-block-editor-compat";b:0;}', 'yes');
INSERT INTO `wpfq_options` VALUES
(12073, 'site_logo', '33', 'yes'),
(12082, 'astra_partials_config_cache', 'a:2:{s:8:"settings";a:631:{s:40:"astra-settings[theme-button-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[theme-button-bg-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:28:"astra-settings[button-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[button-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:31:"astra-settings[button-bg-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[button-bg-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[theme-button-border-group-border-size]";a:4:{s:7:"default";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[theme-button-border-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[theme-button-border-group-border-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:56:"astra-settings[theme-button-border-group-border-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:29:"astra-settings[button-radius]";a:4:{s:7:"default";i:2;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[theme-button-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";i:15;s:5:"right";i:30;s:6:"bottom";i:15;s:4:"left";i:30;}s:6:"tablet";a:4:{s:3:"top";i:14;s:5:"right";i:28;s:6:"bottom";i:14;s:4:"left";i:28;}s:6:"mobile";a:4:{s:3:"top";i:12;s:5:"right";i:24;s:6:"bottom";i:12;s:4:"left";i:24;}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:34:"astra-settings[site-content-width]";a:4:{s:7:"default";i:1200;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[different-retina-logo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[ast-header-retina-logo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:11:"esc_url_raw";}s:37:"astra-settings[different-mobile-logo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[mobile-header-logo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:11:"esc_url_raw";}s:48:"astra-settings[ast-header-responsive-logo-width]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[display-site-title-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[ast-site-title-tagline-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[display-site-tagline-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:0;s:6:"tablet";i:0;s:6:"mobile";i:0;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[logo-title-inline]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[site-identity-title-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[header-color-site-title]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-color-h-site-title]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-color-site-tagline]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:26:"astra-settings[blog-width]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[blog-max-width]";a:4:{s:7:"default";i:1200;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[blog-post-content]";a:4:{s:7:"default";s:7:"excerpt";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[blog-post-structure]";a:4:{s:7:"default";a:2:{i:0;s:5:"image";i:1;s:10:"title-meta";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:25:"astra-settings[blog-meta]";a:4:{s:7:"default";a:3:{i:0;s:8:"comments";i:1;s:8:"category";i:2;s:6:"author";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:29:"section-blog-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[blog-single-width]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[blog-single-max-width]";a:4:{s:7:"default";i:1200;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[blog-single-post-structure]";a:4:{s:7:"default";a:2:{i:0;s:12:"single-image";i:1;s:17:"single-title-meta";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:32:"astra-settings[blog-single-meta]";a:4:{s:7:"default";a:3:{i:0;s:8:"comments";i:1;s:8:"category";i:2;s:6:"author";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"section-blog-single-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[site-sidebar-layout]";a:4:{s:7:"default";s:13:"right-sidebar";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[single-page-sidebar-layout]";a:4:{s:7:"default";s:10:"no-sidebar";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[single-post-sidebar-layout]";a:4:{s:7:"default";s:10:"no-sidebar";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[archive-post-sidebar-layout]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[site-sidebar-width]";a:4:{s:7:"default";i:30;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[site-sidebar-width-description]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:0:"";}s:35:"astra-settings[site-content-layout]";a:4:{s:7:"default";s:12:"page-builder";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[single-page-content-layout]";a:4:{s:7:"default";s:12:"page-builder";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[single-post-content-layout]";a:4:{s:7:"default";s:12:"page-builder";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[archive-post-content-layout]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[site-layout-outside-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:8:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"tablet";a:8:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"mobile";a:8:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[ast-container-more-feature-description]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:0:"";}s:26:"astra-settings[text-color]";a:4:{s:7:"default";s:7:"#000000";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:27:"astra-settings[theme-color]";a:4:{s:7:"default";s:7:"#0170B9";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:26:"astra-settings[link-color]";a:4:{s:7:"default";s:7:"#0170B9";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:28:"astra-settings[link-h-color]";a:4:{s:7:"default";s:7:"#3a3a3a";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[ast-blog-typography-more-feature-description]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:0:"";}s:47:"astra-settings[font-size-archive-summary-title]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:40;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[font-size-page-title]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:30;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:32:"astra-settings[body-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:33:"astra-settings[body-font-variant]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:21:"sanitize_font_variant";}}s:32:"astra-settings[body-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:35:"astra-settings[body-text-transform]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-size-body]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:15;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:32:"astra-settings[body-line-height]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[para-margin-bottom]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[underline-content-links]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[headings-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:37:"astra-settings[headings-font-variant]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:21:"sanitize_font_variant";}}s:36:"astra-settings[headings-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:39:"astra-settings[headings-text-transform]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[headings-line-height]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[divider-section-h1]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:28:"astra-settings[font-size-h1]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:40;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[divider-section-h2]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:28:"astra-settings[font-size-h2]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:30;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[divider-section-h3]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:28:"astra-settings[font-size-h3]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:25;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[divider-section-h4]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:28:"astra-settings[font-size-h4]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:20;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[divider-section-h5]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:28:"astra-settings[font-size-h5]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[divider-section-h6]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:28:"astra-settings[font-size-h6]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:15;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:63:"astra-settings[ast-content-typography-more-feature-description]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:0:"";}s:36:"astra-settings[font-size-site-title]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:35;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[font-size-site-tagline]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:15;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:66:"astra-settings[ast-sngle-blog-typography-more-feature-description]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:0:"";}s:37:"astra-settings[font-size-entry-title]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:30;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[load-google-fonts-locally]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[preload-local-fonts]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[flush-local-font-files]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:0:"";}s:40:"astra-settings[astra-pro-section-notice]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[enable-related-posts]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[related-posts-section-heading]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[related-posts-title]";a:4:{s:7:"default";s:13:"Related Posts";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[releted-posts-title-alignment]";a:4:{s:7:"default";s:4:"left";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[related-posts-structure]";a:4:{s:7:"default";a:2:{i:0;s:14:"featured-image";i:1;s:10:"title-meta";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[related-posts-meta-structure]";a:4:{s:7:"default";a:3:{i:0;s:8:"comments";i:1;s:8:"category";i:2;s:6:"author";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[enable-related-posts-excerpt]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[related-posts-excerpt-count]";a:4:{s:7:"default";i:25;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[related-posts-total-count]";a:4:{s:7:"default";i:2;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[related-posts-grid-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:7:"2-equal";s:6:"tablet";s:7:"2-equal";s:6:"mobile";s:4:"full";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[related-posts-query-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[related-posts-based-on]";a:4:{s:7:"default";s:10:"categories";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[related-posts-order-by]";a:4:{s:7:"default";s:4:"date";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[related-posts-order]";a:4:{s:7:"default";s:3:"asc";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[related-posts-colors-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[related-posts-section-title-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[related-posts-title-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[related-posts-meta-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[related-posts-content-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[related-posts-text-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[related-posts-link-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[related-posts-design-section-heading]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[related-posts-title-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:46:"astra-settings[related-posts-background-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:40:"astra-settings[related-posts-meta-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[related-posts-link-hover-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[related-posts-meta-link-hover-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[related-posts-title-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:45:"astra-settings[related-posts-title-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:2:"20";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[related-posts-title-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:50:"astra-settings[related-posts-title-text-transform]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[related-posts-title-line-height]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[related-posts-section-title-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:53:"astra-settings[related-posts-section-title-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:2:"30";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[related-posts-section-title-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:58:"astra-settings[related-posts-section-title-text-transform]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[related-posts-section-title-line-height]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[related-posts-meta-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:44:"astra-settings[related-posts-meta-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:2:"14";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[related-posts-meta-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:49:"astra-settings[related-posts-meta-text-transform]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[related-posts-meta-line-height]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[related-posts-content-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:47:"astra-settings[related-posts-content-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[related-posts-content-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:52:"astra-settings[related-posts-content-text-transform]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[related-posts-content-line-height]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[transparent-header-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:62:"astra-settings[transparent-header-color-site-title-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:64:"astra-settings[transparent-header-color-h-site-title-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[transparent-menu-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[transparent-menu-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[transparent-menu-h-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[transparent-submenu-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[transparent-submenu-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[transparent-submenu-h-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:65:"astra-settings[transparent-content-section-link-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:67:"astra-settings[transparent-content-section-link-h-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[transparent-header-enable]";a:4:{s:7:"default";i:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[transparent-header-disable-archive]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[transparent-header-disable-index]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:61:"astra-settings[transparent-header-disable-latest-posts-index]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[transparent-header-disable-page]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[transparent-header-disable-posts]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[transparent-header-on-devices]";a:4:{s:7:"default";s:4:"both";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[different-transparent-logo]";a:4:{s:7:"default";i:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[different-transparent-logo-separator]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[transparent-header-logo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:11:"esc_url_raw";}s:49:"astra-settings[different-transparent-retina-logo]";a:4:{s:7:"default";i:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[transparent-header-retina-logo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:11:"esc_url_raw";}s:45:"astra-settings[transparent-header-logo-width]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:150;s:6:"tablet";i:120;s:6:"mobile";i:100;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[transparent-header-main-sep]";a:4:{s:7:"default";i:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[transparent-header-main-sep-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:47:"astra-settings[divider-sec-transparent-styling]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[transparent-header-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[transparent-header-colors-menu]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[transparent-header-colors-submenu]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"section-transparent-header-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:61:"astra-settings[transparent-header-social-text-colors-content]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:67:"astra-settings[transparent-header-social-background-colors-content]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[transparent-header-social-icons-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[transparent-header-social-icons-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[transparent-header-social-icons-bg-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[transparent-header-social-icons-bg-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[transparent-header-html-colors-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[transparent-header-html-text-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:50:"astra-settings[transparent-header-html-link-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:52:"astra-settings[transparent-header-html-link-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:52:"astra-settings[transparent-header-search-icon-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:62:"astra-settings[transparent-header-search-box-background-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:53:"astra-settings[transparent-header-buttons-text-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[transparent-header-buttons-background-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[transparent-header-button-text-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:54:"astra-settings[transparent-header-button-text-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:50:"astra-settings[transparent-header-button-bg-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:52:"astra-settings[transparent-header-button-bg-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:46:"astra-settings[transparent-account-icon-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:51:"astra-settings[transparent-account-type-text-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:51:"astra-settings[transparent-header-toggle-btn-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[transparent-header-toggle-btn-bg-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[transparent-header-toggle-border-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[breadcrumb-position]";a:4:{s:7:"default";s:4:"none";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[breadcrumb-disable-home-page]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[breadcrumb-disable-blog-posts-page]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[breadcrumb-disable-search]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[breadcrumb-disable-archive]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[breadcrumb-disable-single-page]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[breadcrumb-disable-single-post]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[breadcrumb-disable-singular]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[breadcrumb-disable-404-page]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[breadcrumb-alignment]";a:4:{s:7:"default";s:4:"left";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[breadcrumb-spacing]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:40:"astra-settings[select-breadcrumb-source]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[breadcrumb-separator-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[breadcrumb-separator]";a:4:{s:7:"default";s:5:"\\00bb";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"section-breadcrumb-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[breadcrumb-bg-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[breadcrumb-active-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[breadcrumb-separator-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[section-breadcrumb-link-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[breadcrumb-text-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[breadcrumb-hover-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[section-breadcrumb-typo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[breadcrumb-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:36:"astra-settings[breadcrumb-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[breadcrumb-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:41:"astra-settings[breadcrumb-text-transform]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[breadcrumb-line-height]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[heading-base-color]";a:4:{s:7:"default";s:7:"#000000";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:30:"astra-settings[font-family-h1]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:30:"astra-settings[font-weight-h1]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:33:"astra-settings[text-transform-h1]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[line-height-h1]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-family-h2]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:30:"astra-settings[font-weight-h2]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:33:"astra-settings[text-transform-h2]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[line-height-h2]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-family-h3]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:30:"astra-settings[font-weight-h3]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:33:"astra-settings[text-transform-h3]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[line-height-h3]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[button-text-typography]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[font-family-button]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:32:"astra-settings[font-size-button]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[font-weight-button]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:37:"astra-settings[text-transform-button]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[theme-btn-line-height]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[theme-btn-letter-spacing]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"section-header-builder-layout-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[cloned-component-track]";a:4:{s:7:"default";a:12:{s:13:"header-button";i:2;s:13:"footer-button";i:2;s:11:"header-html";i:2;s:11:"footer-html";i:2;s:11:"header-menu";i:2;s:13:"header-widget";i:4;s:13:"footer-widget";i:4;s:19:"header-social-icons";i:1;s:19:"footer-social-icons";i:1;s:14:"header-divider";i:0;s:14:"footer-divider";i:0;s:13:"removed-items";a:0:{}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[builder-header]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[header-desktop-items]";a:4:{s:7:"default";a:4:{s:5:"popup";a:1:{s:13:"popup_content";a:1:{i:0;s:11:"mobile-menu";}}s:5:"above";a:5:{s:10:"above_left";a:0:{}s:17:"above_left_center";a:0:{}s:12:"above_center";a:0:{}s:18:"above_right_center";a:0:{}s:11:"above_right";a:0:{}}s:7:"primary";a:5:{s:12:"primary_left";a:1:{i:0;s:4:"logo";}s:19:"primary_left_center";a:0:{}s:14:"primary_center";a:0:{}s:20:"primary_right_center";a:0:{}s:13:"primary_right";a:1:{i:0;s:6:"menu-1";}}s:5:"below";a:5:{s:10:"below_left";a:0:{}s:17:"below_left_center";a:0:{}s:12:"below_center";a:0:{}s:18:"below_right_center";a:0:{}s:11:"below_right";a:0:{}}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-desktop-draggable-items]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[header-mobile-items]";a:4:{s:7:"default";a:4:{s:5:"popup";a:1:{s:13:"popup_content";a:1:{i:0;s:11:"mobile-menu";}}s:5:"above";a:3:{s:10:"above_left";a:0:{}s:12:"above_center";a:0:{}s:11:"above_right";a:0:{}}s:7:"primary";a:3:{s:12:"primary_left";a:1:{i:0;s:4:"logo";}s:14:"primary_center";a:0:{}s:13:"primary_right";a:1:{i:0;s:14:"mobile-trigger";}}s:5:"below";a:3:{s:10:"below_left";a:0:{}s:12:"below_center";a:0:{}s:11:"below_right";a:0:{}}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-mobile-draggable-items]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-mobile-popup-items]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[header-transparent-link-heading]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[header-transparant-link]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[hb-header-main-layout-width]";a:4:{s:7:"default";s:7:"content";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-header-builder-layout-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:46:"section-footer-builder-layout-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[builder-footer]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[footer-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[footer-bg-obj-responsive-description]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:0:"";}s:36:"astra-settings[footer-desktop-items]";a:4:{s:7:"default";a:5:{s:5:"above";a:6:{s:7:"above_1";a:0:{}s:7:"above_2";a:0:{}s:7:"above_3";a:0:{}s:7:"above_4";a:0:{}s:7:"above_5";a:0:{}s:7:"above_6";a:0:{}}s:7:"primary";a:6:{s:9:"primary_1";a:0:{}s:9:"primary_2";a:0:{}s:9:"primary_3";a:0:{}s:9:"primary_4";a:0:{}s:9:"primary_5";a:0:{}s:9:"primary_6";a:0:{}}s:5:"below";a:6:{s:7:"below_1";a:0:{}s:7:"below_2";a:0:{}s:7:"below_3";a:0:{}s:7:"below_4";a:0:{}s:7:"below_5";a:0:{}s:7:"below_6";a:0:{}}s:5:"popup";a:1:{s:13:"popup_content";a:0:{}}s:4:"flag";b:1;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[footer-draggable-items]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[section-footer-builder-layout-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:52:"astra-settings[section-footer-builder-layout-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:45:"section-above-header-builder-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hba-header-height]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:50;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[hba-header-separator]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[hba-header-bottom-border-color]";a:4:{s:7:"default";s:7:"#eaeaea";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:44:"astra-settings[hba-header-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:7:"#ffffff";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-above-header-builder-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:51:"astra-settings[section-above-header-builder-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:56:"astra-settings[section-above-header-builder-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[section-above-header-builder-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"section-below-header-builder-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hbb-header-height]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:60;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[hbb-header-separator]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[hbb-header-bottom-border-color]";a:4:{s:7:"default";s:7:"#eaeaea";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:44:"astra-settings[hbb-header-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:7:"#eeeeee";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-below-header-builder-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:51:"astra-settings[section-below-header-builder-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:56:"astra-settings[section-below-header-builder-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[section-below-header-builder-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[astra-sidebar-widgets-header-widget-1-margin]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:65:"astra-settings[astra-sidebar-widgets-header-widget-1-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:65:"astra-settings[astra-sidebar-widgets-header-widget-1-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[astra-sidebar-widgets-header-widget-2-margin]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:65:"astra-settings[astra-sidebar-widgets-header-widget-2-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:65:"astra-settings[astra-sidebar-widgets-header-widget-2-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"section-header-mobile-trigger-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[header-trigger-icon]";a:4:{s:7:"default";s:4:"menu";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[mobile-header-toggle-btn-style]";a:4:{s:7:"default";s:7:"minimal";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[mobile-header-menu-label]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[mobile-header-toggle-icon-size]";a:4:{s:7:"default";i:20;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[mobile-header-toggle-btn-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:49:"astra-settings[mobile-header-toggle-btn-bg-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:52:"astra-settings[mobile-header-toggle-btn-border-size]";a:4:{s:7:"default";a:4:{s:3:"top";i:1;s:5:"right";i:1;s:6:"bottom";i:1;s:4:"left";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[mobile-header-toggle-border-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:50:"astra-settings[mobile-header-toggle-border-radius]";a:4:{s:7:"default";i:2;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-header-mobile-trigger-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:45:"astra-settings[mobile-header-label-font-size]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"section-popup-header-builder-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[mobile-header-type]";a:4:{s:7:"default";s:8:"dropdown";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:32:"astra-settings[off-canvas-slide]";a:4:{s:7:"default";s:5:"right";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-builder-menu-toggle-target]";a:4:{s:7:"default";s:4:"icon";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[header-offcanvas-content-alignment]";a:4:{s:7:"default";s:10:"flex-start";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[off-canvas-background]";a:4:{s:7:"default";a:6:{s:16:"background-color";s:7:"#ffffff";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:23:"sanitize_background_obj";}}s:38:"astra-settings[off-canvas-close-color]";a:4:{s:7:"default";s:7:"#3a3a3a";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:40:"astra-settings[off-canvas-inner-spacing]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[off-canvas-padding]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"section-primary-header-builder-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:32:"astra-settings[hb-header-height]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:70;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[hb-header-main-sep]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[hb-header-main-sep-color]";a:4:{s:7:"default";s:7:"#eaeaea";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:43:"astra-settings[hb-header-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:7:"#ffffff";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[section-primary-header-builder-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:53:"astra-settings[section-primary-header-builder-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:58:"astra-settings[section-primary-header-builder-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[section-primary-header-builder-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"title_tagline-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[title_tagline-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:41:"astra-settings[title_tagline-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[title_tagline-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"section-hb-button-1-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[header-button1-text]";a:4:{s:7:"default";s:6:"Button";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-button1-link-option]";a:4:{s:7:"default";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:13:"sanitize_link";}}s:47:"astra-settings[header-button1-text-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[header-button1-background-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-button1-text-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[header-button1-text-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-button1-back-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[header-button1-back-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-button1-border-size]";a:4:{s:7:"default";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:65:"astra-settings[header-button1-builder-button-border-colors-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[header-button1-border-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-button1-border-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[header-button1-border-radius]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-button1-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[section-hb-button-1-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[section-hb-button-1-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[section-hb-button-1-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:42:"astra-settings[section-hb-button-1-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:45:"astra-settings[section-hb-html-1-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[section-hb-html-1-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[font-size-section-hb-html-1]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:15;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"section-hb-html-1-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:29:"astra-settings[header-html-1]";a:4:{s:7:"default";s:22:"Insert HTML text here.";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[header-html-1color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-html-1-link-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[header-html-1link-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-html-1link-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[section-hb-html-1-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:45:"astra-settings[section-hb-html-2-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[section-hb-html-2-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[font-size-section-hb-html-2]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:15;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"section-hb-html-2-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:29:"astra-settings[header-html-2]";a:4:{s:7:"default";s:22:"Insert HTML text here.";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[header-html-2color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-html-2-link-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[header-html-2link-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-html-2link-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[section-hb-html-2-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:45:"astra-settings[section-hb-menu-1-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[section-hb-menu-1-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"section-hb-menu-1-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-menu1-create-menu-link]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-menu1-menu-hover-animation]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[header-menu1-submenu-heading]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-menu1-submenu-width]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[header-menu1-submenu-container-animation]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[header-menu1-submenu-container-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[header-menu1-submenu-item-b-size]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-menu1-submenu-item-b-color]";a:4:{s:7:"default";s:7:"#eaeaea";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:47:"astra-settings[header-menu1-submenu-top-offset]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[header-menu1-submenu-border]";a:4:{s:7:"default";a:4:{s:3:"top";i:2;s:6:"bottom";i:0;s:4:"left";i:0;s:5:"right";i:0;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[header-menu1-submenu-b-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:50:"astra-settings[header-menu1-submenu-border-radius]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[header-menu1-submenu-item-border]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-menu1-menu-stack-on-mobile]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[section-hb-menu-1-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:40:"astra-settings[header-menu1-text-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-menu1-background-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-menu1-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-menu1-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[header-menu1-h-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[header-menu1-h-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[header-menu1-a-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[header-menu1-a-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[header-menu1-header-menu-typography]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-menu1-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:40:"astra-settings[header-menu1-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:43:"astra-settings[header-menu1-text-transform]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[header-menu1-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-menu1-line-height]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-menu1-menu-spacing]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:45:"astra-settings[section-hb-menu-2-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[section-hb-menu-2-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"section-hb-menu-2-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-menu2-create-menu-link]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-menu2-menu-hover-animation]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[header-menu2-submenu-heading]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-menu2-submenu-width]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[header-menu2-submenu-container-animation]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[header-menu2-submenu-container-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[header-menu2-submenu-item-b-size]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-menu2-submenu-item-b-color]";a:4:{s:7:"default";s:7:"#eaeaea";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:47:"astra-settings[header-menu2-submenu-top-offset]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[header-menu2-submenu-border]";a:4:{s:7:"default";a:4:{s:3:"top";i:2;s:6:"bottom";i:0;s:4:"left";i:0;s:5:"right";i:0;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[header-menu2-submenu-b-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:50:"astra-settings[header-menu2-submenu-border-radius]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[header-menu2-submenu-item-border]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-menu2-menu-stack-on-mobile]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[section-hb-menu-2-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:40:"astra-settings[header-menu2-text-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-menu2-background-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-menu2-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-menu2-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[header-menu2-h-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[header-menu2-h-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[header-menu2-a-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[header-menu2-a-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[header-menu2-header-menu-typography]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-menu2-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:40:"astra-settings[header-menu2-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:43:"astra-settings[header-menu2-text-transform]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[header-menu2-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-menu2-line-height]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-menu2-menu-spacing]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:38:"section-header-search-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-search-icon-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-search-icon-space]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:18;s:6:"tablet";i:18;s:6:"mobile";i:18;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[section-header-search-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:49:"astra-settings[section-header-search-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[section-header-search-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[header-account-tabs]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[header-account-login-heading]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-account-login-style]";a:4:{s:7:"default";s:4:"icon";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-account-logged-in-text]";a:4:{s:7:"default";s:10:"My Account";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-account-login-link]";a:4:{s:7:"default";a:3:{s:3:"url";s:0:"";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:13:"sanitize_link";}}s:45:"astra-settings[header-account-logout-heading]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[header-account-logout-style]";a:4:{s:7:"default";s:4:"icon";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-account-logout-preview]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-account-logged-out-text]";a:4:{s:7:"default";s:6:"Log In";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-account-logout-link]";a:4:{s:7:"default";a:3:{s:3:"url";s:43:"https://intelligentaqua.com.my/wp-login.php";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:13:"sanitize_link";}}s:42:"astra-settings[header-account-image-width]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:2:"40";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-account-icon-size]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:18;s:6:"tablet";i:18;s:6:"mobile";i:18;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-account-icon-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:46:"astra-settings[header-account-type-text-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:37:"astra-settings[header-account-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:48:"astra-settings[font-size-section-header-account]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[section-header-account-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[section-header-account-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[section-hb-social-icons-1-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[section-hb-social-icons-1-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[font-size-section-hb-social-icons-1]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"section-hb-social-icons-1-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[header-social-icons-1]";a:4:{s:7:"default";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[header-social-1-label-toggle]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[header-social-1-space]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-social-1-bg-space]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[header-social-1-size]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[header-social-1-radius]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-social-1-color-type]";a:4:{s:7:"default";s:6:"custom";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[header-social-1-icon-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-social-1-label-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[header-social-1-background-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[header-social-1-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[header-social-1-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[header-social-1-label-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-social-1-label-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-social-1-bg-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-social-1-bg-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[section-hb-social-icons-1-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:43:"section-header-mobile-menu-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[header-mobile-menu-create-menu-link]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[header-mobile-menu-submenu-item-border]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[header-mobile-menu-divider-colors-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[header-mobile-menu-submenu-item-b-size]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[header-mobile-menu-submenu-item-b-color]";a:4:{s:7:"default";s:7:"#eaeaea";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:46:"astra-settings[header-mobile-menu-link-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[header-mobile-menu-background-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[header-mobile-menu-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[header-mobile-menu-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[header-mobile-menu-h-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[header-mobile-menu-h-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[header-mobile-menu-a-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[header-mobile-menu-a-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[header-mobile-menu-header-menu-typography]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-mobile-menu-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:46:"astra-settings[header-mobile-menu-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:49:"astra-settings[header-mobile-menu-text-transform]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[header-mobile-menu-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-mobile-menu-line-height]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[header-mobile-menu-menu-spacing]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:49:"astra-settings[section-header-mobile-menu-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:54:"astra-settings[section-header-mobile-menu-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[section-header-mobile-menu-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"section-above-footer-builder-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hba-footer-column]";a:4:{s:7:"default";s:1:"2";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hba-footer-layout]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:7:"2-equal";s:6:"tablet";s:7:"2-equal";s:6:"mobile";s:4:"full";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[hba-footer-layout-width]";a:4:{s:7:"default";s:7:"content";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hba-footer-height]";a:4:{s:7:"default";i:60;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[hba-footer-vertical-alignment]";a:4:{s:7:"default";s:10:"flex-start";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:25:"astra-settings[hba-stack]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:5:"stack";s:6:"tablet";s:5:"stack";s:6:"mobile";s:5:"stack";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[hba-footer-separator]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[hba-footer-top-border-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:44:"astra-settings[hba-footer-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:7:"#eeeeee";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hba-inner-spacing]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-above-footer-builder-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:51:"astra-settings[section-above-footer-builder-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:56:"astra-settings[section-above-footer-builder-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[section-above-footer-builder-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[section-above-footer-builder-hide-desktop]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"section-below-footer-builder-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hbb-footer-column]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hbb-footer-layout]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:4:"full";s:6:"tablet";s:4:"full";s:6:"mobile";s:4:"full";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[hbb-footer-layout-width]";a:4:{s:7:"default";s:7:"content";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hbb-footer-height]";a:4:{s:7:"default";i:80;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[hbb-footer-vertical-alignment]";a:4:{s:7:"default";s:10:"flex-start";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:25:"astra-settings[hbb-stack]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:5:"stack";s:6:"tablet";s:5:"stack";s:6:"mobile";s:5:"stack";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[hbb-footer-separator]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[hbb-footer-top-border-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:44:"astra-settings[hbb-footer-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:7:"#eeeeee";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hbb-inner-spacing]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-below-footer-builder-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:51:"astra-settings[section-below-footer-builder-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:56:"astra-settings[section-below-footer-builder-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[section-below-footer-builder-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[section-below-footer-builder-hide-desktop]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"section-footer-copyright-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[footer-copyright-editor]";a:4:{s:7:"default";s:77:"Copyright [copyright] [current_year] [site_title] | Powered by [theme_author]";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[footer-copyright-alignment]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[footer-copyright-color]";a:4:{s:7:"default";s:7:"#3a3a3a";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:47:"astra-settings[section-footer-copyright-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:50:"astra-settings[font-size-section-footer-copyright]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-footer-copyright-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-footer-copyright-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[section-footer-copyright-hide-desktop]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"section-footer-menu-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[footer-create-menu-link]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[footer-menu-layout]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:10:"horizontal";s:6:"tablet";s:8:"vertical";s:6:"mobile";s:8:"vertical";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[footer-menu-alignment]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[footer-menu-link-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[footer-menu-background-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[footer-menu-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[footer-menu-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[footer-menu-h-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[footer-menu-h-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[footer-menu-a-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[footer-menu-a-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[footer-main-menu-spacing]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:1:"0";s:5:"right";s:2:"20";s:6:"bottom";s:1:"0";s:4:"left";s:2:"20";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:42:"astra-settings[section-footer-menu-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:37:"astra-settings[footer-menu-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[section-footer-menu-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[section-footer-menu-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[section-footer-menu-hide-desktop]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[section-fb-social-icons-1-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[section-fb-social-icons-1-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[section-fb-social-icons-1-hide-desktop]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[font-size-section-fb-social-icons-1]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"section-fb-social-icons-1-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[footer-social-icons-1]";a:4:{s:7:"default";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[footer-social-1-label-toggle]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[footer-social-1-space]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[footer-social-1-bg-space]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[footer-social-1-size]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[footer-social-1-radius]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[footer-social-1-color-type]";a:4:{s:7:"default";s:6:"custom";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[footer-social-1-icon-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[footer-social-1-label-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[footer-social-1-background-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[footer-social-1-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[footer-social-1-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[footer-social-1-label-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[footer-social-1-label-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[footer-social-1-bg-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[footer-social-1-bg-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[section-fb-social-icons-1-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:41:"astra-settings[footer-social-1-alignment]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"section-primary-footer-builder-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:32:"astra-settings[hb-footer-column]";a:4:{s:7:"default";s:1:"3";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:32:"astra-settings[hb-footer-layout]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:7:"3-equal";s:6:"tablet";s:7:"3-equal";s:6:"mobile";s:4:"full";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[hb-footer-layout-width]";a:4:{s:7:"default";s:7:"content";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[hb-footer-vertical-alignment]";a:4:{s:7:"default";s:10:"flex-start";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:24:"astra-settings[hb-stack]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:5:"stack";s:6:"tablet";s:5:"stack";s:6:"mobile";s:5:"stack";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[hb-footer-main-sep]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[hb-footer-main-sep-color]";a:4:{s:7:"default";s:7:"#e6e6e6";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:43:"astra-settings[hb-footer-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:7:"#f9f9f9";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:32:"astra-settings[hb-inner-spacing]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[section-primary-footer-builder-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:53:"astra-settings[section-primary-footer-builder-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:58:"astra-settings[section-primary-footer-builder-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[section-primary-footer-builder-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[section-primary-footer-builder-hide-desktop]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[section-fb-html-1-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[section-fb-html-1-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[section-fb-html-1-hide-desktop]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[font-size-section-fb-html-1]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"section-fb-html-1-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:29:"astra-settings[footer-html-1]";a:4:{s:7:"default";s:22:"Insert HTML text here.";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[footer-html-1color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[footer-html-1-link-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[footer-html-1link-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[footer-html-1link-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[section-fb-html-1-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:39:"astra-settings[footer-html-1-alignment]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[section-fb-html-2-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[section-fb-html-2-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[section-fb-html-2-hide-desktop]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[font-size-section-fb-html-2]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"section-fb-html-2-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:29:"astra-settings[footer-html-2]";a:4:{s:7:"default";s:22:"Insert HTML text here.";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[footer-html-2color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[footer-html-2-link-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[footer-html-2link-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[footer-html-2link-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[section-fb-html-2-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:39:"astra-settings[footer-html-2-alignment]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[astra-sidebar-widgets-footer-widget-1-margin]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:41:"astra-settings[footer-widget-alignment-1]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:4:"left";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:65:"astra-settings[astra-sidebar-widgets-footer-widget-1-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:65:"astra-settings[astra-sidebar-widgets-footer-widget-1-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:66:"astra-settings[astra-sidebar-widgets-footer-widget-1-hide-desktop]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[astra-sidebar-widgets-footer-widget-2-margin]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:41:"astra-settings[footer-widget-alignment-2]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:4:"left";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:65:"astra-settings[astra-sidebar-widgets-footer-widget-2-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:65:"astra-settings[astra-sidebar-widgets-footer-widget-2-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:66:"astra-settings[astra-sidebar-widgets-footer-widget-2-hide-desktop]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[astra-sidebar-widgets-footer-widget-3-margin]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:41:"astra-settings[footer-widget-alignment-3]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:4:"left";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:65:"astra-settings[astra-sidebar-widgets-footer-widget-3-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:65:"astra-settings[astra-sidebar-widgets-footer-widget-3-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:66:"astra-settings[astra-sidebar-widgets-footer-widget-3-hide-desktop]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[astra-sidebar-widgets-footer-widget-4-margin]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:41:"astra-settings[footer-widget-alignment-4]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:4:"left";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:65:"astra-settings[astra-sidebar-widgets-footer-widget-4-hide-tablet]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:65:"astra-settings[astra-sidebar-widgets-footer-widget-4-hide-mobile]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:66:"astra-settings[astra-sidebar-widgets-footer-widget-4-hide-desktop]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}}s:8:"partials";a:40:{s:37:"astra-settings[different-retina-logo]";a:4:{s:8:"selector";s:14:".site-branding";s:15:"render_callback";s:35:"Astra_Builder_Header::site_identity";s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:38:"astra-settings[ast-header-retina-logo]";a:4:{s:8:"selector";s:14:".site-branding";s:15:"render_callback";s:35:"Astra_Builder_Header::site_identity";s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:37:"astra-settings[different-mobile-logo]";a:4:{s:8:"selector";s:14:".site-branding";s:15:"render_callback";s:35:"Astra_Builder_Header::site_identity";s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:45:"astra-settings[display-site-title-responsive]";a:4:{s:8:"selector";s:14:".site-branding";s:15:"render_callback";s:35:"Astra_Builder_Header::site_identity";s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:1;}s:47:"astra-settings[display-site-tagline-responsive]";a:4:{s:8:"selector";s:14:".site-branding";s:15:"render_callback";s:35:"Astra_Builder_Header::site_identity";s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:33:"astra-settings[logo-title-inline]";a:4:{s:8:"selector";s:14:".site-branding";s:15:"render_callback";s:35:"Astra_Builder_Header::site_identity";s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:35:"astra-settings[related-posts-title]";a:4:{s:8:"selector";s:57:".ast-related-posts-title-section .ast-related-posts-title";s:15:"render_callback";a:2:{i:0;s:26:"Astra_Related_Posts_Loader";i:1;s:26:"render_related_posts_title";}s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:39:"astra-settings[transparent-header-logo]";a:4:{s:8:"selector";s:64:".ast-replace-site-logo-transparent .site-branding .site-logo-img";s:15:"render_callback";s:0:"";s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:35:"astra-settings[breadcrumb-position]";a:4:{s:8:"selector";s:54:".ast-breadcrumbs-wrapper .ast-breadcrumbs .trail-items";s:15:"render_callback";s:0:"";s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:36:"astra-settings[header-desktop-items]";a:4:{s:8:"selector";s:9:"#masthead";s:15:"render_callback";a:2:{i:0;O:20:"Astra_Builder_Header":0:{}i:1;s:21:"header_builder_markup";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:1;}s:35:"astra-settings[header-mobile-items]";a:4:{s:8:"selector";s:9:"#masthead";s:15:"render_callback";a:2:{i:0;r:4984;i:1;s:21:"header_builder_markup";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:1;}s:41:"astra-settings[header-mobile-popup-items]";a:4:{s:8:"selector";s:25:"#ast-mobile-popup-wrapper";s:15:"render_callback";a:2:{i:0;r:4984;i:1;s:12:"mobile_popup";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:1;}s:36:"astra-settings[footer-desktop-items]";a:4:{s:8:"selector";s:12:".site-footer";s:15:"render_callback";a:2:{i:0;O:20:"Astra_Builder_Footer":0:{}i:1;s:13:"footer_markup";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:1;}s:35:"astra-settings[header-trigger-icon]";a:4:{s:8:"selector";s:16:".ast-button-wrap";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:21:"render_mobile_trigger";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:46:"astra-settings[mobile-header-toggle-btn-style]";a:4:{s:8:"selector";s:16:".ast-button-wrap";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:21:"render_mobile_trigger";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:40:"astra-settings[mobile-header-menu-label]";a:4:{s:8:"selector";s:16:".ast-button-wrap";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:21:"render_mobile_trigger";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:35:"astra-settings[header-button1-text]";a:4:{s:8:"selector";s:20:".ast-header-button-1";s:15:"render_callback";a:2:{i:0;r:4984;i:1;s:8:"button_1";}s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:0;}s:42:"astra-settings[header-button1-link-option]";a:4:{s:8:"selector";s:20:".ast-header-button-1";s:15:"render_callback";a:2:{i:0;r:4984;i:1;s:8:"button_1";}s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:29:"astra-settings[header-html-1]";a:4:{s:8:"selector";s:18:".ast-header-html-1";s:15:"render_callback";a:2:{i:0;r:4984;i:1;s:13:"header_html_1";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:0;}s:29:"astra-settings[header-html-2]";a:4:{s:8:"selector";s:18:".ast-header-html-2";s:15:"render_callback";a:2:{i:0;r:4984;i:1;s:13:"header_html_2";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:0;}s:42:"astra-settings[header-account-login-style]";a:4:{s:8:"selector";s:19:".ast-header-account";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:14:"render_account";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:45:"astra-settings[header-account-logged-in-text]";a:4:{s:8:"selector";s:19:".ast-header-account";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:14:"render_account";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:41:"astra-settings[header-account-login-link]";a:4:{s:8:"selector";s:19:".ast-header-account";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:14:"render_account";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:43:"astra-settings[header-account-logout-style]";a:4:{s:8:"selector";s:19:".ast-header-account";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:14:"render_account";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:45:"astra-settings[header-account-logout-preview]";a:4:{s:8:"selector";s:19:".ast-header-account";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:14:"render_account";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:46:"astra-settings[header-account-logged-out-text]";a:4:{s:8:"selector";s:19:".ast-header-account";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:14:"render_account";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:37:"astra-settings[header-social-icons-1]";a:4:{s:8:"selector";s:25:".ast-header-social-1-wrap";s:15:"render_callback";a:2:{i:0;r:4984;i:1;s:15:"header_social_1";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:0;}s:44:"astra-settings[header-social-1-label-toggle]";a:4:{s:8:"selector";s:25:".ast-header-social-1-wrap";s:15:"render_callback";a:2:{i:0;r:4984;i:1;s:15:"header_social_1";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:0;}s:33:"astra-settings[hba-footer-column]";a:4:{s:8:"selector";s:23:".site-above-footer-wrap";s:15:"render_callback";a:2:{i:0;r:5005;i:1;s:12:"above_footer";}s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:25:"astra-settings[hba-stack]";a:4:{s:8:"selector";s:23:".site-above-footer-wrap";s:15:"render_callback";a:2:{i:0;r:5005;i:1;s:12:"above_footer";}s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:33:"astra-settings[hbb-footer-column]";a:4:{s:8:"selector";s:23:".site-below-footer-wrap";s:15:"render_callback";a:2:{i:0;r:5005;i:1;s:12:"below_footer";}s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:25:"astra-settings[hbb-stack]";a:4:{s:8:"selector";s:23:".site-below-footer-wrap";s:15:"render_callback";a:2:{i:0;r:5005;i:1;s:12:"below_footer";}s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:39:"astra-settings[footer-copyright-editor]";a:4:{s:8:"selector";s:21:".ast-footer-copyright";s:15:"render_callback";a:2:{i:0;r:5005;i:1;s:16:"footer_copyright";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:1;}s:34:"astra-settings[footer-menu-layout]";a:4:{s:8:"selector";s:59:".footer-widget-area[data-section="section-footer-menu"] nav";s:15:"render_callback";a:2:{i:0;r:5005;i:1;s:11:"footer_menu";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:1;}s:37:"astra-settings[footer-social-icons-1]";a:4:{s:8:"selector";s:25:".ast-footer-social-1-wrap";s:15:"render_callback";a:2:{i:0;r:5005;i:1;s:15:"footer_social_1";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:0;}s:44:"astra-settings[footer-social-1-label-toggle]";a:4:{s:8:"selector";s:25:".ast-footer-social-1-wrap";s:15:"render_callback";a:2:{i:0;r:5005;i:1;s:15:"footer_social_1";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:0;}s:32:"astra-settings[hb-footer-column]";a:4:{s:8:"selector";s:25:".site-primary-footer-wrap";s:15:"render_callback";a:2:{i:0;r:5005;i:1;s:14:"primary_footer";}s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:24:"astra-settings[hb-stack]";a:4:{s:8:"selector";s:25:".site-primary-footer-wrap";s:15:"render_callback";a:2:{i:0;r:5005;i:1;s:14:"primary_footer";}s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:29:"astra-settings[footer-html-1]";a:4:{s:8:"selector";s:18:".ast-footer-html-1";s:15:"render_callback";a:2:{i:0;r:5005;i:1;s:13:"footer_html_1";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:0;}s:29:"astra-settings[footer-html-2]";a:4:{s:8:"selector";s:18:".ast-footer-html-2";s:15:"render_callback";a:2:{i:0;r:5005;i:1;s:13:"footer_html_2";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:0;}}}', 'no');
INSERT INTO `wpfq_options` VALUES
(12156, '_transient_astra-theme-cron-test-ok', '1', 'no'),
(12557, 'wpsupercache_start', '1629882767', 'yes'),
(12558, 'wpsupercache_count', '0', 'yes'),
(12560, 'supercache_stats', 'a:3:{s:9:"generated";i:1637043531;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'),
(12561, 'wpsupercache_gc_time', '1696218414', 'yes'),
(13508, 'wpsc_feed_list', 'a:29:{i:0;s:152:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/feed/wp-cache-f6d687c517bc3fecb57f07b6fa53624b.php";i:1;s:152:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/feed/wp-cache-f6d687c517bc3fecb57f07b6fa53624b.php";i:2;s:161:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/comments/feed/wp-cache-0f94267e9e8cd4b6c9c2a75ce5cb7e18.php";i:3;s:165:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/sitemap_index.xml/wp-cache-becf3048fcb8614ad74f1a4b4ae65f3f.php";i:4;s:161:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/comments/feed/wp-cache-0f94267e9e8cd4b6c9c2a75ce5cb7e18.php";i:5;s:152:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/feed/wp-cache-f6d687c517bc3fecb57f07b6fa53624b.php";i:6;s:152:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/feed/wp-cache-f6d687c517bc3fecb57f07b6fa53624b.php";i:7;s:161:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/comments/feed/wp-cache-0f94267e9e8cd4b6c9c2a75ce5cb7e18.php";i:8;s:152:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/feed/wp-cache-f6d687c517bc3fecb57f07b6fa53624b.php";i:9;s:161:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/comments/feed/wp-cache-0f94267e9e8cd4b6c9c2a75ce5cb7e18.php";i:10;s:152:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/feed/wp-cache-f6d687c517bc3fecb57f07b6fa53624b.php";i:11;s:161:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/comments/feed/wp-cache-0f94267e9e8cd4b6c9c2a75ce5cb7e18.php";i:12;s:165:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/sitemap_index.xml/wp-cache-becf3048fcb8614ad74f1a4b4ae65f3f.php";i:13;s:152:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/feed/wp-cache-f6d687c517bc3fecb57f07b6fa53624b.php";i:14;s:165:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/sitemap_index.xml/wp-cache-becf3048fcb8614ad74f1a4b4ae65f3f.php";i:15;s:161:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/comments/feed/wp-cache-0f94267e9e8cd4b6c9c2a75ce5cb7e18.php";i:16;s:165:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/sitemap_index.xml/wp-cache-becf3048fcb8614ad74f1a4b4ae65f3f.php";i:17;s:152:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/feed/wp-cache-f6d687c517bc3fecb57f07b6fa53624b.php";i:18;s:152:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/feed/wp-cache-f6d687c517bc3fecb57f07b6fa53624b.php";i:19;s:161:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/comments/feed/wp-cache-0f94267e9e8cd4b6c9c2a75ce5cb7e18.php";i:20;s:165:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/sitemap_index.xml/wp-cache-becf3048fcb8614ad74f1a4b4ae65f3f.php";i:21;s:152:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/feed/wp-cache-f6d687c517bc3fecb57f07b6fa53624b.php";i:22;s:161:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/comments/feed/wp-cache-0f94267e9e8cd4b6c9c2a75ce5cb7e18.php";i:23;s:152:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/feed/wp-cache-f6d687c517bc3fecb57f07b6fa53624b.php";i:24;s:161:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/comments/feed/wp-cache-0f94267e9e8cd4b6c9c2a75ce5cb7e18.php";i:25;s:152:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/feed/wp-cache-f6d687c517bc3fecb57f07b6fa53624b.php";i:26;s:161:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/comments/feed/wp-cache-0f94267e9e8cd4b6c9c2a75ce5cb7e18.php";i:27;s:165:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/sitemap_index.xml/wp-cache-becf3048fcb8614ad74f1a4b4ae65f3f.php";i:28;s:165:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/cache/supercache/intelligentaqua.com.my/sitemap_index.xml/wp-cache-becf3048fcb8614ad74f1a4b4ae65f3f.php";}', 'yes'),
(23997, 'elementor_controls_usage', 'a:6:{s:7:"wp-page";a:19:{s:6:"column";a:2:{s:5:"count";i:111;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:5:{s:12:"_inline_size";i:111;s:19:"_inline_size_tablet";i:23;s:21:"space_between_widgets";i:16;s:16:"content_position";i:17;s:19:"_inline_size_mobile";i:14;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:7:{s:7:"padding";i:26;s:13:"margin_mobile";i:5;s:6:"margin";i:13;s:11:"css_classes";i:1;s:14:"padding_mobile";i:3;s:13:"margin_tablet";i:3;s:14:"padding_tablet";i:3;}s:15:"section_effects";a:2:{s:9:"animation";i:20;s:15:"animation_delay";i:2;}}s:5:"style";a:4:{s:14:"section_border";a:6:{s:13:"border_border";i:1;s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:6;s:21:"box_shadow_box_shadow";i:5;s:26:"box_shadow_box_shadow_type";i:3;}s:13:"section_style";a:6:{s:21:"background_background";i:13;s:16:"background_image";i:3;s:19:"background_position";i:1;s:17:"background_repeat";i:1;s:15:"background_size";i:1;s:16:"background_color";i:3;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}s:26:"section_background_overlay";a:1:{s:29:"background_overlay_background";i:3;}}}}s:7:"section";a:2:{s:5:"count";i:72;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:7:{s:6:"height";i:20;s:13:"custom_height";i:23;s:13:"content_width";i:2;s:3:"gap";i:4;s:16:"content_position";i:1;s:6:"layout";i:3;s:20:"custom_height_mobile";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:35;}}s:5:"style";a:5:{s:18:"section_background";a:18:{s:21:"background_background";i:34;s:21:"background_video_link";i:10;s:25:"background_play_on_mobile";i:10;s:16:"background_image";i:19;s:15:"background_size";i:19;s:40:"background_motion_fx_motion_fx_scrolling";i:8;s:19:"background_position";i:15;s:21:"background_attachment";i:2;s:17:"background_repeat";i:8;s:16:"background_color";i:7;s:15:"background_ypos";i:6;s:26:"background_position_tablet";i:1;s:22:"background_size_tablet";i:1;s:19:"background_bg_width";i:2;s:18:"background_color_b";i:3;s:15:"background_xpos";i:4;s:38:"background_motion_fx_translateX_effect";i:1;s:25:"background_video_fallback";i:1;}s:26:"section_background_overlay";a:11:{s:29:"background_overlay_background";i:32;s:26:"background_overlay_opacity";i:25;s:24:"background_overlay_color";i:5;s:24:"background_overlay_image";i:9;s:23:"background_overlay_size";i:8;s:27:"background_overlay_position";i:4;s:25:"background_overlay_repeat";i:2;s:26:"background_overlay_color_b";i:2;s:23:"background_overlay_xpos";i:1;s:23:"background_overlay_ypos";i:1;s:33:"background_overlay_gradient_angle";i:1;}s:21:"section_shape_divider";a:14:{s:17:"shape_divider_top";i:10;s:23:"shape_divider_top_width";i:13;s:24:"shape_divider_top_height";i:13;s:20:"shape_divider_bottom";i:16;s:26:"shape_divider_bottom_width";i:21;s:27:"shape_divider_bottom_height";i:22;s:29:"shape_divider_bottom_negative";i:12;s:33:"shape_divider_bottom_width_mobile";i:3;s:34:"shape_divider_bottom_height_mobile";i:3;s:23:"shape_divider_top_color";i:4;s:26:"shape_divider_bottom_color";i:2;s:25:"shape_divider_bottom_flip";i:2;s:31:"shape_divider_top_above_content";i:1;s:34:"shape_divider_bottom_above_content";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}s:14:"section_border";a:3:{s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:7:"padding";i:39;s:14:"padding_tablet";i:24;s:14:"padding_mobile";i:28;s:11:"css_classes";i:2;s:6:"margin";i:7;}s:15:"section_effects";a:1:{s:9:"animation";i:17;}}}}s:7:"heading";a:2:{s:5:"count";i:82;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:4:{s:5:"title";i:82;s:5:"align";i:60;s:12:"align_mobile";i:20;s:11:"header_size";i:6;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:21:"typography_typography";i:82;s:22:"typography_font_family";i:82;s:20:"typography_font_size";i:82;s:22:"typography_font_weight";i:76;s:22:"typography_line_height";i:51;s:11:"title_color";i:19;s:27:"typography_font_size_mobile";i:37;s:29:"typography_line_height_mobile";i:25;s:25:"typography_text_transform";i:8;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:2;}}s:8:"advanced";a:4:{s:14:"_section_style";a:4:{s:7:"_margin";i:34;s:8:"_padding";i:29;s:14:"_margin_mobile";i:21;s:15:"_padding_mobile";i:27;}s:15:"section_effects";a:2:{s:10:"_animation";i:1;s:16:"_animation_delay";i:2;}s:19:"_section_background";a:1:{s:22:"_background_background";i:6;}s:15:"_section_border";a:2:{s:14:"_border_radius";i:6;s:21:"_border_radius_mobile";i:6;}}}}s:11:"text-editor";a:2:{s:5:"count";i:52;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:52;}}s:5:"style";a:1:{s:13:"section_style";a:9:{s:5:"align";i:49;s:21:"typography_typography";i:52;s:22:"typography_font_family";i:52;s:20:"typography_font_size";i:52;s:22:"typography_line_height";i:49;s:12:"align_mobile";i:48;s:22:"typography_font_weight";i:22;s:27:"typography_font_size_mobile";i:6;s:27:"typography_font_size_tablet";i:6;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:8:"_padding";i:50;s:7:"_margin";i:49;s:14:"_margin_mobile";i:49;s:15:"_padding_mobile";i:8;}}}}s:6:"button";a:2:{s:5:"count";i:14;s:8:"controls";a:4:{s:7:"content";a:1:{s:14:"section_button";a:3:{s:4:"text";i:14;s:4:"link";i:14;s:5:"align";i:3;}}s:5:"style";a:1:{s:13:"section_style";a:5:{s:21:"typography_typography";i:14;s:22:"typography_font_family";i:14;s:20:"typography_font_size";i:14;s:13:"border_radius";i:14;s:15:"hover_animation";i:5;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:14;s:14:"_margin_mobile";i:6;s:15:"_padding_mobile";i:6;}}s:7:"general";a:1:{s:11:"__dynamic__";a:1:{s:5:"count";i:3;}}}}s:5:"posts";a:2:{s:5:"count";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_layout";a:17:{s:5:"_skin";i:1;s:15:"classic_masonry";i:1;s:27:"classic_thumbnail_size_size";i:1;s:18:"classic_item_ratio";i:2;s:13:"cards_columns";i:1;s:13:"cards_masonry";i:1;s:25:"cards_thumbnail_size_size";i:1;s:16:"cards_item_ratio";i:1;s:16:"cards_show_badge";i:1;s:17:"cards_show_avatar";i:1;s:17:"classic_thumbnail";i:1;s:20:"classic_show_excerpt";i:1;s:17:"classic_meta_data";i:1;s:15:"classic_columns";i:1;s:19:"classic_image_width";i:1;s:25:"classic_item_ratio_mobile";i:1;s:26:"classic_image_width_mobile";i:1;}}s:5:"style";a:4:{s:27:"cards_section_design_layout";a:1:{s:13:"cards_row_gap";i:1;}s:26:"cards_section_design_image";a:1:{s:19:"cards_image_spacing";i:1;}s:28:"cards_section_design_content";a:9:{s:33:"cards_title_typography_typography";i:1;s:34:"cards_title_typography_font_family";i:1;s:32:"cards_title_typography_font_size";i:1;s:32:"cards_meta_typography_typography";i:1;s:33:"cards_meta_typography_font_family";i:1;s:35:"cards_excerpt_typography_typography";i:1;s:36:"cards_excerpt_typography_font_family";i:1;s:37:"cards_read_more_typography_typography";i:1;s:38:"cards_read_more_typography_font_family";i:1;}s:30:"classic_section_design_content";a:7:{s:35:"classic_title_typography_typography";i:1;s:36:"classic_title_typography_font_family";i:1;s:34:"classic_title_typography_font_size";i:1;s:39:"classic_read_more_typography_typography";i:1;s:40:"classic_read_more_typography_font_family";i:1;s:38:"classic_read_more_typography_font_size";i:1;s:41:"classic_title_typography_font_size_mobile";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}}}}s:9:"icon-list";a:2:{s:5:"count";i:13;s:8:"controls";a:3:{s:7:"content";a:1:{s:12:"section_icon";a:2:{s:9:"icon_list";i:13;s:4:"view";i:6;}}s:5:"style";a:3:{s:17:"section_icon_list";a:2:{s:13:"space_between";i:13;s:7:"divider";i:6;}s:18:"section_icon_style";a:1:{s:9:"icon_size";i:1;}s:18:"section_text_style";a:6:{s:11:"text_indent";i:1;s:26:"icon_typography_typography";i:13;s:27:"icon_typography_font_family";i:13;s:25:"icon_typography_font_size";i:13;s:27:"icon_typography_line_height";i:1;s:27:"icon_typography_font_weight";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:3;}}}}s:4:"form";a:2:{s:5:"count";i:1;s:8:"controls";a:2:{s:7:"content";a:5:{s:19:"section_form_fields";a:4:{s:9:"form_name";i:1;s:11:"form_fields";i:1;s:10:"input_size";i:1;s:11:"show_labels";i:1;}s:15:"section_buttons";a:3:{s:11:"button_text";i:1;s:11:"button_size";i:1;s:12:"button_width";i:1;}s:13:"section_email";a:6:{s:8:"email_to";i:1;s:13:"email_subject";i:1;s:13:"email_content";i:1;s:10:"email_from";i:1;s:15:"email_from_name";i:1;s:13:"form_metadata";i:1;}s:15:"section_email_2";a:5:{s:10:"email_to_2";i:1;s:15:"email_subject_2";i:1;s:12:"email_from_2";i:1;s:17:"email_from_name_2";i:1;s:16:"email_reply_to_2";i:1;}s:20:"section_form_options";a:2:{s:13:"error_message";i:1;s:15:"invalid_message";i:1;}}s:5:"style";a:3:{s:18:"section_form_style";a:6:{s:10:"column_gap";i:1;s:7:"row_gap";i:1;s:27:"label_typography_typography";i:1;s:28:"label_typography_font_family";i:1;s:26:"html_typography_typography";i:1;s:27:"html_typography_font_family";i:1;}s:19:"section_field_style";a:6:{s:18:"field_border_width";i:1;s:19:"field_border_radius";i:1;s:16:"field_text_color";i:1;s:22:"field_background_color";i:1;s:27:"field_typography_typography";i:1;s:28:"field_typography_font_family";i:1;}s:20:"section_button_style";a:9:{s:20:"button_border_radius";i:1;s:20:"button_border_border";i:1;s:19:"button_border_width";i:1;s:29:"button_background_hover_color";i:1;s:28:"button_typography_typography";i:1;s:29:"button_typography_font_family";i:1;s:23:"button_background_color";i:1;s:19:"button_border_color";i:1;s:18:"button_hover_color";i:1;}}}}s:11:"google_maps";a:2:{s:5:"count";i:1;s:8:"controls";a:2:{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:8:"advanced";a:2:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}s:15:"section_effects";a:2:{s:10:"_animation";i:1;s:16:"_animation_delay";i:1;}}}}s:5:"video";a:2:{s:5:"count";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_video";a:9:{s:11:"youtube_url";i:1;s:8:"autoplay";i:4;s:4:"loop";i:4;s:8:"controls";i:4;s:10:"yt_privacy";i:1;s:10:"video_type";i:3;s:10:"hosted_url";i:3;s:14:"play_on_mobile";i:3;s:4:"mute";i:3;}}s:5:"style";a:1:{s:19:"section_video_style";a:1:{s:12:"aspect_ratio";i:3;}}s:8:"advanced";a:2:{s:14:"_section_style";a:2:{s:7:"_margin";i:1;s:8:"_padding";i:1;}s:15:"_section_border";a:1:{s:14:"_border_radius";i:2;}}}}s:5:"image";a:2:{s:5:"count";i:12;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_image";a:5:{s:5:"image";i:12;s:10:"image_size";i:12;s:5:"align";i:1;s:7:"link_to";i:1;s:22:"image_custom_dimension";i:7;}}s:5:"style";a:1:{s:19:"section_style_image";a:4:{s:5:"width";i:8;s:18:"image_border_width";i:4;s:19:"image_border_radius";i:6;s:5:"space";i:5;}}s:8:"advanced";a:3:{s:14:"_section_style";a:2:{s:7:"_margin";i:3;s:8:"_padding";i:5;}s:15:"section_effects";a:4:{s:10:"_animation";i:6;s:29:"motion_fx_motion_fx_scrolling";i:1;s:30:"motion_fx_translateY_direction";i:1;s:26:"motion_fx_translateY_speed";i:1;}s:17:"_section_position";a:8:{s:9:"_position";i:3;s:16:"_offset_x_mobile";i:3;s:16:"_offset_y_mobile";i:3;s:14:"_element_width";i:3;s:21:"_element_width_mobile";i:3;s:28:"_element_custom_width_mobile";i:3;s:9:"_offset_x";i:3;s:9:"_offset_y";i:3;}}}}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:3:{s:5:"space";i:1;s:12:"space_tablet";i:2;s:12:"space_mobile";i:1;}}}}s:20:"eael-creative-button";a:2:{s:5:"count";i:8;s:8:"controls";a:3:{s:7:"content";a:1:{s:36:"eael_section_creative_button_content";a:3:{s:20:"creative_button_text";i:8;s:30:"creative_button_secondary_text";i:8;s:24:"creative_button_link_url";i:8;}}s:5:"style";a:1:{s:37:"eael_section_creative_button_settings";a:19:{s:22:"creative_button_effect";i:8;s:42:"eael_creative_button_typography_typography";i:8;s:43:"eael_creative_button_typography_font_family";i:8;s:41:"eael_creative_button_typography_font_size";i:8;s:43:"eael_creative_button_typography_font_weight";i:8;s:43:"eael_creative_button_typography_line_height";i:8;s:52:"eael_creative_button_secondary_typography_typography";i:8;s:53:"eael_creative_button_secondary_typography_font_family";i:8;s:51:"eael_creative_button_secondary_typography_font_size";i:8;s:53:"eael_creative_button_secondary_typography_line_height";i:8;s:30:"eael_creative_button_alignment";i:8;s:26:"eael_creative_button_width";i:8;s:37:"eael_creative_button_background_color";i:8;s:34:"eael_creative_button_border_border";i:8;s:33:"eael_creative_button_border_width";i:8;s:33:"eael_creative_button_border_color";i:8;s:37:"eael_creative_button_alignment_tablet";i:8;s:33:"eael_creative_button_width_mobile";i:8;s:35:"eael_creative_button_padding_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:2:{s:14:"_margin_tablet";i:8;s:15:"_padding_tablet";i:8;}}}}s:18:"eael-adv-accordion";a:2:{s:5:"count";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:43:"eael_section_adv_accordion_content_settings";a:1:{s:22:"eael_adv_accordion_tab";i:2;}}s:5:"style";a:2:{s:46:"eael_section_adv_accordions_tab_style_settings";a:6:{s:50:"eael_adv_accordion_tab_title_typography_typography";i:2;s:51:"eael_adv_accordion_tab_title_typography_font_family";i:2;s:49:"eael_adv_accordion_tab_title_typography_font_size";i:2;s:40:"eael_adv_accordion_tab_bgtype_background";i:2;s:35:"eael_adv_accordion_tab_bgtype_color";i:2;s:47:"eael_adv_accordion_tab_bgtype_active_background";i:2;}s:53:"eael_section_adv_accordion_tab_content_style_settings";a:3:{s:48:"eael_adv_accordion_content_typography_typography";i:2;s:49:"eael_adv_accordion_content_typography_font_family";i:2;s:47:"eael_adv_accordion_content_typography_font_size";i:2;}}}}s:7:"counter";a:2:{s:5:"count";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:15:"section_counter";a:4:{s:13:"ending_number";i:3;s:5:"title";i:3;s:6:"prefix";i:2;s:6:"suffix";i:2;}}s:5:"style";a:2:{s:14:"section_number";a:4:{s:28:"typography_number_typography";i:3;s:29:"typography_number_font_family";i:3;s:27:"typography_number_font_size";i:3;s:29:"typography_number_font_weight";i:3;}s:13:"section_title";a:4:{s:27:"typography_title_typography";i:3;s:28:"typography_title_font_family";i:3;s:26:"typography_title_font_size";i:3;s:28:"typography_title_font_weight";i:3;}}}}s:21:"eael-content-timeline";a:2:{s:5:"count";i:1;s:8:"controls";a:3:{s:7:"content";a:4:{s:37:"eael_section_custom_timeline_settings";a:1:{s:28:"eael_content_timeline_choose";i:1;}s:36:"eael_section_custom_content_settings";a:1:{s:26:"eael_coustom_content_posts";i:1;}s:30:"eael_section_timeline__filters";a:1:{s:9:"post_type";i:1;}s:33:"eael_section_post_timeline_layout";a:2:{s:23:"content_timeline_layout";i:1;s:37:"eael_content_timeline_circle_icon_new";i:1;}}s:5:"style";a:5:{s:32:"eael_section_post_timeline_style";a:2:{s:23:"eael_timeline_line_size";i:1;s:28:"eael_timeline_line_from_left";i:1;}s:37:"eael_section_post_timeline_card_style";a:2:{s:17:"eael_card_padding";i:1;s:24:"eael_card_padding_mobile";i:1;}s:44:"eael_section_post_timeline_icon_circle_style";a:2:{s:19:"eael_icon_font_size";i:1;s:29:"eael_icon_circle_border_width";i:1;}s:23:"eael_section_typography";a:7:{s:43:"eael_timeline_excerpt_typography_typography";i:1;s:44:"eael_timeline_excerpt_typography_font_family";i:1;s:42:"eael_timeline_excerpt_typography_font_size";i:1;s:25:"eael_timeline_date_margin";i:1;s:41:"eael_timeline_title_typography_typography";i:1;s:42:"eael_timeline_title_typography_font_family";i:1;s:40:"eael_timeline_title_typography_font_size";i:1;}s:27:"eael_read_more_button_style";a:2:{s:22:"eael_read_more_padding";i:1;s:21:"eael_read_more_margin";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:2:{s:7:"_margin";i:1;s:8:"_padding";i:1;}}}}s:8:"icon-box";a:2:{s:5:"count";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:12:"section_icon";a:5:{s:13:"selected_icon";i:4;s:4:"view";i:4;s:10:"title_text";i:4;s:16:"description_text";i:4;s:8:"position";i:4;}}s:5:"style";a:2:{s:18:"section_style_icon";a:1:{s:9:"icon_size";i:4;}s:21:"section_style_content";a:8:{s:27:"title_typography_typography";i:4;s:28:"title_typography_font_family";i:4;s:26:"title_typography_font_size";i:4;s:28:"title_typography_font_weight";i:4;s:33:"description_typography_typography";i:4;s:34:"description_typography_font_family";i:4;s:32:"description_typography_font_size";i:4;s:17:"text_align_mobile";i:4;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:4;}}}}s:14:"call-to-action";a:2:{s:5:"count";i:3;s:8:"controls";a:3:{s:7:"content";a:2:{s:18:"section_main_image";a:2:{s:4:"skin";i:3;s:8:"bg_image";i:3;}s:15:"section_content";a:3:{s:5:"title";i:3;s:11:"description";i:3;s:6:"button";i:3;}}s:5:"style";a:3:{s:9:"box_style";a:3:{s:10:"min-height";i:3;s:17:"vertical_position";i:3;s:17:"min-height_tablet";i:3;}s:21:"section_content_style";a:10:{s:27:"title_typography_typography";i:3;s:28:"title_typography_font_family";i:3;s:26:"title_typography_font_size";i:3;s:33:"description_typography_typography";i:3;s:34:"description_typography_font_family";i:3;s:32:"description_typography_font_size";i:3;s:28:"title_typography_font_weight";i:3;s:34:"description_typography_line_height";i:3;s:39:"description_typography_font_size_mobile";i:3;s:33:"title_typography_font_size_mobile";i:3;}s:13:"hover_effects";a:1:{s:13:"overlay_color";i:3;}}s:8:"advanced";a:1:{s:15:"_section_border";a:3:{s:14:"_border_radius";i:3;s:27:"_box_shadow_box_shadow_type";i:3;s:22:"_box_shadow_box_shadow";i:3;}}}}s:6:"slides";a:2:{s:5:"count";i:1;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_slides";a:3:{s:6:"slides";i:1;s:13:"slides_height";i:1;s:20:"slides_height_tablet";i:1;}}}}}s:5:"popup";a:6:{s:7:"heading";a:2:{s:5:"count";i:8;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:8;s:5:"align";i:6;s:12:"align_mobile";i:3;}}s:5:"style";a:1:{s:19:"section_title_style";a:5:{s:21:"typography_typography";i:8;s:22:"typography_font_family";i:8;s:20:"typography_font_size";i:8;s:22:"typography_font_weight";i:8;s:22:"typography_line_height";i:6;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:3;s:14:"_margin_mobile";i:3;s:15:"_padding_mobile";i:3;s:8:"_padding";i:3;}}}}s:11:"text-editor";a:2:{s:5:"count";i:8;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:8;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:8;s:21:"typography_typography";i:8;s:22:"typography_font_family";i:8;s:20:"typography_font_size";i:8;s:22:"typography_font_weight";i:8;s:22:"typography_line_height";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:8;s:7:"_margin";i:8;s:14:"_margin_mobile";i:8;}}}}s:9:"icon-list";a:2:{s:5:"count";i:6;s:8:"controls";a:3:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:6;}}s:5:"style";a:2:{s:17:"section_icon_list";a:1:{s:13:"space_between";i:6;}s:18:"section_text_style";a:4:{s:26:"icon_typography_typography";i:6;s:25:"icon_typography_font_size";i:6;s:27:"icon_typography_font_weight";i:6;s:27:"icon_typography_font_family";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"column";a:2:{s:5:"count";i:16;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:3:{s:12:"_inline_size";i:16;s:21:"space_between_widgets";i:6;s:16:"content_position";i:5;}}s:5:"style";a:2:{s:13:"section_style";a:6:{s:16:"background_image";i:4;s:19:"background_position";i:4;s:15:"background_size";i:4;s:17:"background_repeat";i:3;s:21:"background_background";i:1;s:15:"background_xpos";i:1;}s:14:"section_border";a:2:{s:13:"border_radius";i:3;s:21:"box_shadow_box_shadow";i:3;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:1:{s:7:"padding";i:4;}s:15:"section_effects";a:1:{s:9:"animation";i:3;}}}}s:7:"section";a:2:{s:5:"count";i:11;s:8:"controls";a:3:{s:6:"layout";a:1:{s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:1:{s:7:"padding";i:8;}s:15:"section_effects";a:1:{s:9:"animation";i:1;}}s:5:"style";a:1:{s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:3;s:24:"background_overlay_image";i:3;s:27:"background_overlay_position";i:3;s:23:"background_overlay_size";i:3;s:26:"background_overlay_opacity";i:3;}}}}s:5:"image";a:2:{s:5:"count";i:3;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:3;s:10:"image_size";i:3;}}s:8:"advanced";a:2:{s:15:"section_effects";a:3:{s:26:"motion_fx_translateX_speed";i:3;s:34:"motion_fx_translateX_affectedRange";i:3;s:10:"_animation";i:3;}s:14:"_section_style";a:1:{s:8:"_z_index";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:2:{s:5:"width";i:1;s:5:"space";i:1;}}}}}s:7:"section";a:13:{s:5:"image";a:2:{s:5:"count";i:10;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_image";a:6:{s:5:"image";i:10;s:10:"image_size";i:10;s:22:"image_custom_dimension";i:8;s:7:"link_to";i:6;s:4:"link";i:6;s:5:"align";i:1;}}s:5:"style";a:2:{s:19:"section_style_image";a:10:{s:28:"css_filters_hover_brightness";i:6;s:26:"css_filters_hover_saturate";i:6;s:21:"css_filters_hover_hue";i:6;s:19:"image_border_border";i:7;s:18:"image_border_width";i:7;s:18:"image_border_color";i:7;s:27:"image_box_shadow_box_shadow";i:6;s:13:"opacity_hover";i:6;s:15:"hover_animation";i:6;s:19:"image_border_radius";i:1;}s:21:"section_style_caption";a:7:{s:29:"caption_typography_typography";i:6;s:30:"caption_typography_font_family";i:6;s:28:"caption_typography_font_size";i:6;s:30:"caption_typography_font_weight";i:6;s:33:"caption_typography_text_transform";i:6;s:30:"caption_typography_line_height";i:6;s:33:"caption_typography_letter_spacing";i:6;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:10:"_animation";i:1;}s:14:"_section_style";a:2:{s:7:"_margin";i:1;s:8:"_padding";i:2;}}}}s:6:"column";a:2:{s:5:"count";i:54;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:5:{s:12:"_inline_size";i:52;s:21:"space_between_widgets";i:22;s:16:"content_position";i:2;s:19:"_inline_size_tablet";i:8;s:19:"_inline_size_mobile";i:5;}}s:5:"style";a:4:{s:13:"section_style";a:2:{s:21:"background_background";i:12;s:16:"background_color";i:11;}s:14:"section_border";a:6:{s:13:"border_radius";i:11;s:13:"border_border";i:5;s:12:"border_width";i:5;s:12:"border_color";i:1;s:21:"box_shadow_box_shadow";i:8;s:26:"box_shadow_box_shadow_type";i:7;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}s:26:"section_background_overlay";a:1:{s:29:"background_overlay_background";i:4;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:7:{s:6:"margin";i:24;s:7:"padding";i:27;s:14:"padding_tablet";i:4;s:13:"margin_mobile";i:16;s:14:"padding_mobile";i:8;s:11:"css_classes";i:1;s:13:"margin_tablet";i:3;}s:15:"section_effects";a:2:{s:9:"animation";i:16;s:15:"animation_delay";i:9;}}}}s:7:"section";a:2:{s:5:"count";i:26;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:7:{s:3:"gap";i:16;s:13:"custom_height";i:5;s:16:"content_position";i:5;s:13:"content_width";i:3;s:6:"height";i:2;s:6:"layout";i:2;s:15:"column_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:16;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:8:{s:6:"margin";i:6;s:7:"padding";i:14;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:3;s:11:"css_classes";i:2;s:7:"z_index";i:1;s:13:"margin_tablet";i:1;s:13:"margin_mobile";i:1;}s:15:"section_effects";a:2:{s:9:"animation";i:2;s:15:"animation_delay";i:1;}}s:5:"style";a:5:{s:18:"section_background";a:7:{s:21:"background_background";i:9;s:19:"background_position";i:5;s:21:"background_attachment";i:4;s:15:"background_size";i:4;s:16:"background_image";i:3;s:17:"background_repeat";i:3;s:16:"background_color";i:4;}s:26:"section_background_overlay";a:3:{s:29:"background_overlay_background";i:4;s:26:"background_overlay_opacity";i:4;s:24:"background_overlay_color";i:3;}s:12:"section_typo";a:1:{s:10:"text_align";i:2;}s:14:"section_border";a:4:{s:12:"border_width";i:2;s:13:"border_radius";i:1;s:13:"border_border";i:1;s:12:"border_color";i:1;}s:21:"section_shape_divider";a:1:{s:20:"shape_divider_bottom";i:1;}}}}s:7:"heading";a:2:{s:5:"count";i:32;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:5:{s:5:"title";i:32;s:5:"align";i:15;s:11:"header_size";i:5;s:12:"align_mobile";i:18;s:4:"link";i:6;}}s:5:"style";a:1:{s:19:"section_title_style";a:10:{s:11:"title_color";i:28;s:21:"typography_typography";i:32;s:22:"typography_font_family";i:32;s:20:"typography_font_size";i:32;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_weight";i:32;s:25:"typography_text_transform";i:5;s:25:"typography_letter_spacing";i:10;s:22:"typography_line_height";i:27;s:27:"typography_font_size_tablet";i:2;}}s:8:"advanced";a:2:{s:15:"section_effects";a:2:{s:10:"_animation";i:6;s:16:"_animation_delay";i:7;}s:14:"_section_style";a:4:{s:7:"_margin";i:12;s:14:"_margin_mobile";i:5;s:15:"_padding_mobile";i:3;s:8:"_padding";i:9;}}}}s:7:"divider";a:2:{s:5:"count";i:3;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:3:{s:6:"weight";i:3;s:5:"color";i:3;s:3:"gap";i:3;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:3;s:5:"align";i:1;s:12:"align_mobile";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:2:{s:10:"_animation";i:2;s:16:"_animation_delay";i:3;}s:14:"_section_style";a:1:{s:7:"_margin";i:1;}}}}s:11:"google_maps";a:2:{s:5:"count";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:11:"section_map";a:1:{s:7:"address";i:1;}}s:8:"advanced";a:2:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}s:15:"section_effects";a:2:{s:10:"_animation";i:1;s:16:"_animation_delay";i:1;}}}}s:9:"icon-list";a:2:{s:5:"count";i:3;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:3:{s:13:"space_between";i:3;s:10:"icon_align";i:1;s:17:"icon_align_mobile";i:1;}s:18:"section_icon_style";a:3:{s:10:"icon_color";i:3;s:9:"icon_size";i:3;s:22:"icon_self_align_mobile";i:1;}s:18:"section_text_style";a:7:{s:10:"text_color";i:3;s:11:"text_indent";i:3;s:26:"icon_typography_typography";i:3;s:27:"icon_typography_font_family";i:3;s:25:"icon_typography_font_size";i:3;s:27:"icon_typography_line_height";i:3;s:27:"icon_typography_font_weight";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:7:"_margin";i:1;s:8:"_padding";i:1;s:15:"_padding_mobile";i:1;}}}}s:4:"form";a:2:{s:5:"count";i:1;s:8:"controls";a:2:{s:7:"content";a:5:{s:19:"section_form_fields";a:2:{s:11:"form_fields";i:1;s:10:"input_size";i:1;}s:15:"section_buttons";a:3:{s:11:"button_text";i:1;s:11:"button_size";i:1;s:12:"button_width";i:1;}s:13:"section_email";a:4:{s:8:"email_to";i:1;s:13:"email_subject";i:1;s:10:"email_from";i:1;s:15:"email_from_name";i:1;}s:15:"section_email_2";a:5:{s:10:"email_to_2";i:1;s:15:"email_subject_2";i:1;s:12:"email_from_2";i:1;s:17:"email_from_name_2";i:1;s:16:"email_reply_to_2";i:1;}s:20:"section_form_options";a:2:{s:13:"error_message";i:1;s:15:"invalid_message";i:1;}}s:5:"style";a:3:{s:18:"section_form_style";a:2:{s:10:"column_gap";i:1;s:7:"row_gap";i:1;}s:19:"section_field_style";a:4:{s:18:"field_border_width";i:1;s:19:"field_border_radius";i:1;s:16:"field_text_color";i:1;s:22:"field_background_color";i:1;}s:20:"section_button_style";a:7:{s:23:"button_background_color";i:1;s:20:"button_border_radius";i:1;s:20:"button_border_border";i:1;s:19:"button_border_width";i:1;s:19:"button_border_color";i:1;s:29:"button_background_hover_color";i:1;s:18:"button_hover_color";i:1;}}}}s:6:"button";a:2:{s:5:"count";i:18;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:6:{s:4:"text";i:18;s:5:"align";i:16;s:12:"align_mobile";i:8;s:4:"size";i:5;s:13:"selected_icon";i:3;s:11:"icon_indent";i:11;}}s:5:"style";a:1:{s:13:"section_style";a:17:{s:21:"typography_typography";i:18;s:22:"typography_font_family";i:18;s:20:"typography_font_size";i:18;s:22:"typography_font_weight";i:18;s:22:"typography_line_height";i:1;s:25:"typography_letter_spacing";i:1;s:17:"button_text_color";i:18;s:16:"background_color";i:18;s:13:"border_border";i:7;s:12:"border_width";i:7;s:12:"border_color";i:5;s:13:"border_radius";i:15;s:15:"hover_animation";i:6;s:12:"text_padding";i:12;s:11:"hover_color";i:12;s:29:"button_background_hover_color";i:12;s:25:"button_hover_border_color";i:1;}}s:8:"advanced";a:2:{s:14:"_section_style";a:5:{s:8:"_padding";i:5;s:14:"_margin_mobile";i:6;s:15:"_padding_mobile";i:2;s:7:"_margin";i:6;s:14:"_margin_tablet";i:1;}s:15:"section_effects";a:2:{s:10:"_animation";i:2;s:16:"_animation_delay";i:2;}}}}s:11:"text-editor";a:2:{s:5:"count";i:11;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:11;}}s:5:"style";a:1:{s:13:"section_style";a:8:{s:5:"align";i:4;s:10:"text_color";i:11;s:21:"typography_typography";i:11;s:22:"typography_font_family";i:11;s:20:"typography_font_size";i:11;s:22:"typography_font_weight";i:11;s:22:"typography_line_height";i:11;s:12:"align_mobile";i:7;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:5;s:7:"_margin";i:7;s:14:"_margin_mobile";i:2;}}}}s:7:"counter";a:2:{s:5:"count";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:15:"section_counter";a:3:{s:13:"ending_number";i:4;s:6:"suffix";i:4;s:5:"title";i:4;}}s:5:"style";a:2:{s:14:"section_number";a:5:{s:12:"number_color";i:4;s:28:"typography_number_typography";i:4;s:29:"typography_number_font_family";i:4;s:27:"typography_number_font_size";i:4;s:29:"typography_number_font_weight";i:4;}s:13:"section_title";a:6:{s:11:"title_color";i:4;s:27:"typography_title_typography";i:4;s:28:"typography_title_font_family";i:4;s:26:"typography_title_font_size";i:4;s:28:"typography_title_font_weight";i:4;s:28:"typography_title_line_height";i:4;}}s:8:"advanced";a:1:{s:15:"section_effects";a:1:{s:10:"_animation";i:4;}}}}s:4:"icon";a:2:{s:5:"count";i:4;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:5:{s:13:"selected_icon";i:4;s:4:"view";i:4;s:5:"shape";i:4;s:5:"align";i:4;s:12:"align_mobile";i:4;}}s:5:"style";a:1:{s:18:"section_style_icon";a:5:{s:13:"primary_color";i:4;s:15:"secondary_color";i:4;s:15:"hover_animation";i:4;s:4:"size";i:4;s:13:"border_radius";i:4;}}}}s:17:"animated-headline";a:2:{s:5:"count";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"text_elements";a:6:{s:14:"headline_style";i:1;s:14:"animation_type";i:1;s:11:"before_text";i:1;s:13:"rotating_text";i:1;s:16:"alignment_mobile";i:1;s:3:"tag";i:1;}}s:5:"style";a:1:{s:18:"section_style_text";a:9:{s:11:"title_color";i:1;s:27:"title_typography_typography";i:1;s:28:"title_typography_font_family";i:1;s:26:"title_typography_font_size";i:1;s:28:"title_typography_font_weight";i:1;s:11:"words_color";i:1;s:27:"words_typography_typography";i:1;s:28:"words_typography_font_family";i:1;s:28:"words_typography_font_weight";i:1;}}s:8:"advanced";a:2:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}s:15:"section_effects";a:2:{s:10:"_animation";i:1;s:16:"_animation_delay";i:1;}}}}}s:6:"footer";a:9:{s:15:"theme-site-logo";a:2:{s:5:"count";i:1;s:8:"controls";a:4:{s:7:"general";a:1:{s:11:"__dynamic__";a:1:{s:5:"count";i:2;}}s:5:"style";a:1:{s:19:"section_style_image";a:2:{s:5:"width";i:1;s:12:"width_mobile";i:1;}}s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:1;s:4:"link";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:2:{s:5:"count";i:1;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:5:{s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_line_height";i:1;s:22:"typography_font_family";i:1;}}}}s:12:"social-icons";a:2:{s:5:"count";i:2;s:8:"controls";a:1:{s:7:"content";a:1:{s:19:"section_social_icon";a:3:{s:16:"social_icon_list";i:2;s:5:"align";i:2;s:5:"shape";i:2;}}}}s:6:"column";a:2:{s:5:"count";i:14;s:8:"controls";a:2:{s:6:"layout";a:1:{s:6:"layout";a:4:{s:12:"_inline_size";i:14;s:19:"_inline_size_mobile";i:6;s:19:"_inline_size_tablet";i:3;s:16:"content_position";i:2;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:13:"margin_tablet";i:1;s:13:"margin_mobile";i:2;s:7:"padding";i:1;s:14:"padding_mobile";i:1;}}}}s:5:"image";a:2:{s:5:"count";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:5:{s:5:"image";i:1;s:10:"image_size";i:1;s:7:"link_to";i:1;s:4:"link";i:1;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:3:{s:5:"width";i:1;s:5:"space";i:1;s:12:"width_mobile";i:1;}}}}s:7:"section";a:2:{s:5:"count";i:4;s:8:"controls";a:3:{s:6:"layout";a:2:{s:17:"section_structure";a:1:{s:9:"structure";i:3;}s:14:"section_layout";a:5:{s:3:"gap";i:1;s:8:"html_tag";i:1;s:6:"height";i:1;s:13:"custom_height";i:1;s:16:"content_position";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:4:{s:6:"margin";i:1;s:7:"padding";i:2;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;}}s:5:"style";a:2:{s:14:"section_border";a:2:{s:12:"border_width";i:1;s:12:"border_color";i:1;}s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}}}s:7:"heading";a:2:{s:5:"count";i:7;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:5:{s:5:"title";i:7;s:11:"header_size";i:7;s:5:"align";i:5;s:12:"align_mobile";i:5;s:4:"link";i:4;}}s:5:"style";a:1:{s:19:"section_title_style";a:6:{s:21:"typography_typography";i:7;s:20:"typography_font_size";i:7;s:22:"typography_font_weight";i:7;s:22:"typography_font_family";i:7;s:25:"typography_text_transform";i:5;s:29:"typography_line_height_mobile";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:2:{s:8:"_padding";i:2;s:15:"_padding_mobile";i:2;}}}}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:3:{s:17:"section_icon_list";a:2:{s:13:"space_between";i:2;s:10:"icon_align";i:1;}s:18:"section_icon_style";a:1:{s:9:"icon_size";i:2;}s:18:"section_text_style";a:8:{s:10:"text_color";i:1;s:11:"text_indent";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_font_weight";i:2;s:32:"icon_typography_font_size_tablet";i:1;s:27:"icon_typography_font_family";i:2;s:27:"icon_typography_line_height";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:9:"shortcode";a:2:{s:5:"count";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:2:{s:18:"section_custom_css";a:1:{s:10:"custom_css";i:1;}s:17:"_section_position";a:1:{s:21:"_element_custom_width";i:1;}}}}}s:11:"single-post";a:12:{s:6:"column";a:2:{s:5:"count";i:6;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:6;s:21:"space_between_widgets";i:1;}}}}s:7:"section";a:2:{s:5:"count";i:4;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:2:{s:6:"height";i:2;s:13:"custom_height";i:2;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}s:5:"style";a:3:{s:18:"section_background";a:3:{s:21:"background_background";i:2;s:21:"background_video_link";i:1;s:25:"background_play_on_mobile";i:1;}s:26:"section_background_overlay";a:1:{s:29:"background_overlay_background";i:1;}s:21:"section_shape_divider";a:7:{s:17:"shape_divider_top";i:1;s:23:"shape_divider_top_width";i:1;s:24:"shape_divider_top_height";i:1;s:20:"shape_divider_bottom";i:1;s:26:"shape_divider_bottom_width";i:1;s:27:"shape_divider_bottom_height";i:1;s:29:"shape_divider_bottom_negative";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:2;}}}}s:25:"theme-post-featured-image";a:2:{s:5:"count";i:1;s:8:"controls";a:2:{s:7:"general";a:1:{s:11:"__dynamic__";a:1:{s:5:"count";i:1;}}s:7:"content";a:1:{s:13:"section_image";a:2:{s:10:"image_size";i:1;s:5:"image";i:1;}}}}s:16:"theme-post-title";a:2:{s:5:"count";i:1;s:8:"controls";a:4:{s:7:"general";a:1:{s:11:"__dynamic__";a:1:{s:5:"count";i:1;}}s:7:"content";a:1:{s:13:"section_title";a:1:{s:5:"title";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:4:{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:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:7:"divider";a:2:{s:5:"count";i:2;s:8:"controls";a:1:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:5:"color";i:2;s:3:"gap";i:2;}}}}s:9:"post-info";a:2:{s:5:"count";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:1;}}s:5:"style";a:1:{s:18:"section_text_style";a:3:{s:26:"icon_typography_typography";i:1;s:27:"icon_typography_font_family";i:1;s:25:"icon_typography_font_size";i:1;}}}}s:18:"theme-post-content";a:2:{s:5:"count";i:1;s:8:"controls";a:1:{s:5:"style";a:1:{s:13:"section_style";a:3:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:20:"typography_font_size";i:1;}}}}s:12:"social-icons";a:2:{s:5:"count";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:19:"section_social_icon";a:2:{s:16:"social_icon_list";i:1;s:5:"align";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:7:"heading";a:2:{s:5:"count";i:3;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:2:{s:5:"title";i:3;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:5:{s:21:"typography_typography";i:3;s:22:"typography_font_family";i:3;s:20:"typography_font_size";i:3;s:22:"typography_font_weight";i:3;s:22:"typography_line_height";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:5:"posts";a:2:{s:5:"count";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_layout";a:14:{s:17:"classic_thumbnail";i:1;s:20:"classic_show_excerpt";i:1;s:17:"classic_meta_data";i:1;s:15:"classic_columns";i:1;s:18:"classic_item_ratio";i:1;s:19:"classic_image_width";i:1;s:5:"_skin";i:1;s:18:"cards_show_excerpt";i:1;s:15:"cards_meta_data";i:1;s:16:"cards_show_badge";i:1;s:17:"cards_show_avatar";i:1;s:13:"cards_masonry";i:1;s:25:"cards_thumbnail_size_size";i:1;s:16:"cards_item_ratio";i:1;}}s:5:"style";a:2:{s:30:"classic_section_design_content";a:6:{s:35:"classic_title_typography_typography";i:1;s:36:"classic_title_typography_font_family";i:1;s:34:"classic_title_typography_font_size";i:1;s:39:"classic_read_more_typography_typography";i:1;s:40:"classic_read_more_typography_font_family";i:1;s:38:"classic_read_more_typography_font_size";i:1;}s:28:"cards_section_design_content";a:5:{s:33:"cards_title_typography_typography";i:1;s:34:"cards_title_typography_font_family";i:1;s:32:"cards_title_typography_font_size";i:1;s:37:"cards_read_more_typography_typography";i:1;s:38:"cards_read_more_typography_font_family";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:5:"style";a:1:{s:13:"section_style";a:7:{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:22:"typography_line_height";i:1;s:12:"align_mobile";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:1;s:7:"_margin";i:1;s:14:"_margin_mobile";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:2:{s:4:"text";i:1;s:4:"link";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:4:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:20:"typography_font_size";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}}s:6:"header";a:4:{s:15:"theme-site-logo";a:2:{s:5:"count";i:1;s:8:"controls";a:2:{s:7:"general";a:1:{s:11:"__dynamic__";a:1:{s:5:"count";i:2;}}s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:1;s:4:"link";i:1;}}}}s:6:"column";a:2:{s:5:"count";i:2;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:3:{s:12:"_inline_size";i:2;s:19:"_inline_size_mobile";i:2;s:16:"content_position";i:1;}}}}s:8:"nav-menu";a:2:{s:5:"count";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_layout";a:4:{s:11:"align_items";i:1;s:7:"pointer";i:1;s:10:"full_width";i:1;s:12:"toggle_align";i:1;}}s:5:"style";a:3:{s:23:"section_style_main-menu";a:4:{s:26:"menu_typography_typography";i:1;s:27:"menu_typography_font_family";i:1;s:25:"menu_typography_font_size";i:1;s:21:"color_menu_item_hover";i:1;}s:22:"section_style_dropdown";a:6:{s:30:"dropdown_typography_typography";i:1;s:31:"dropdown_typography_font_family";i:1;s:29:"dropdown_typography_font_size";i:1;s:26:"color_dropdown_item_active";i:1;s:37:"background_color_dropdown_item_active";i:1;s:28:"dropdown_top_distance_mobile";i:1;}s:12:"style_toggle";a:1:{s:23:"toggle_background_color";i:1;}}}}s:7:"section";a:2:{s:5:"count";i:1;s:8:"controls";a:2:{s:6:"layout";a:2:{s:17:"section_structure";a:1:{s:9:"structure";i:1;}s:14:"section_layout";a:1:{s:13:"content_width";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:4:{s:6:"margin";i:1;s:7:"padding";i:1;s:7:"z_index";i:1;s:14:"padding_mobile";i:1;}}}}}}', 'no'),
(45966, 'db_upgraded', '', 'yes'),
(53702, 'elementor_events_db_version', '1.0.0', 'no'),
(61392, '_transient_essential-addons-elementor-license_data', 'O:8:"stdClass":13:{s:7:"success";b:1;s:7:"license";s:5:"valid";s:7:"item_id";i:4372;s:9:"item_name";s:30:"Essential Addons for Elementor";s:8:"checksum";s:32:"651939b0e914fa71ac639153cc2cc5c5";s:7:"expires";s:8:"lifetime";s:10:"payment_id";i:753058;s:13:"customer_name";s:12:"Hu Xheng Fei";s:14:"customer_email";s:24:"evans@walkproduction.com";s:13:"license_limit";i:0;s:10:"site_count";i:48;s:16:"activations_left";s:9:"unlimited";s:8:"price_id";s:1:"4";}', 'yes'),
(66038, 'rewrite_rules', 'a:114:{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: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: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:39:"index.php?&page_id=13&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"([^/]+)/embed/?$";s:37:"index.php?name=$matches[1]&embed=true";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:24:"([^/]+)(?:/([0-9]+))?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:22:"[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";}', 'yes');
INSERT INTO `wpfq_options` VALUES
(68496, 'elementor_notes_db_version', '5', 'yes'),
(71076, 'wp-optimize-webp_converters', 'a:2:{i:0;s:14:"graphicsmagick";i:1;s:2:"gd";}', 'yes'),
(71077, 'wp-optimize-rewrite_status', 'true', 'yes'),
(73978, 'eael_admin_menu_notice', '2', 'no'),
(73982, 'updraft_lock_wpo_page_cache_preloader_creating_tasks', '0', 'no'),
(74049, 'auto_update_themes', 'a:2:{i:0;s:5:"astra";i:1;s:12:"twentytwenty";}', 'no'),
(78264, 'user_count', '4', 'no'),
(79030, 'elementor_scheme_color', 'a:4:{i:1;s:7:"#6ec1e4";i:2;s:7:"#54595f";i:3;s:7:"#7a7a7a";i:4;s:7:"#61ce70";}', 'yes'),
(79031, 'elementor_scheme_typography', 'a:4:{i:1;a:2:{s:11:"font_family";s:6:"Roboto";s:11:"font_weight";s:3:"600";}i:2;a:2:{s:11:"font_family";s:11:"Roboto Slab";s:11:"font_weight";s:3:"400";}i:3;a:2:{s:11:"font_family";s:6:"Roboto";s:11:"font_weight";s:3:"400";}i:4;a:2:{s:11:"font_family";s:6:"Roboto";s:11:"font_weight";s:3:"500";}}', 'yes'),
(79032, 'elementor_scheme_color-picker', 'a:8:{i:1;s:7:"#6ec1e4";i:2;s:7:"#54595f";i:3;s:7:"#7a7a7a";i:4;s:7:"#61ce70";i:5;s:7:"#4054b2";i:6;s:7:"#23a455";i:7;s:4:"#000";i:8;s:4:"#fff";}', 'yes'),
(79035, 'eael_global_settings', 'a:1:{s:22:"eael_ext_scroll_to_top";a:0:{}}', 'yes'),
(87347, 'eael_reduce_op_table_data', '1', 'yes'),
(87925, 'updraft_lock_aios_15_minutes_cron_event', '0', 'no'),
(87995, 'aiowps_captcha_string_info_l63l7gs1ml', 'MTY2MjE0NTU2Nnkwcmw2azBnd2p5eWFxb3pqeDhuNg==', 'no'),
(87996, 'aiowps_captcha_string_info_time_l63l7gs1ml', '1662145566', 'no'),
(111144, 'elementor_onboarded', '1', 'yes'),
(140952, 'astra_docs_data', '', 'yes'),
(140959, 'astra_admin_settings', 'a:3:{s:18:"self_hosted_gfonts";b:1;s:19:"preload_local_fonts";b:1;s:26:"theme-setup-admin-migrated";b:1;}', 'yes'),
(181369, '_elementor_pro_license_v2_data_fallback', 'a:2:{s:7:"timeout";i:1695374241;s:5:"value";s:206:"{"expires":"2023-11-20 02:09:03","subscription_id":8620600,"status":"ACTIVE","recurring":true,"features":["template_access_level_20","kit_access_level_20","editor_comments"],"activated":true,"success":true}";}', 'no'),
(181370, '_elementor_pro_license_v2_data', 'a:2:{s:7:"timeout";i:1695331041;s:5:"value";s:206:"{"expires":"2023-11-20 02:09:03","subscription_id":8620600,"status":"ACTIVE","recurring":true,"features":["template_access_level_20","kit_access_level_20","editor_comments"],"activated":true,"success":true}";}', 'no'),
(182714, '_site_transient_update_themes', 'O:8:"stdClass":5:{s:12:"last_checked";i:1696206370;s:7:"checked";a:2:{s:12:"twentytwenty";s:3:"2.2";s:17:"twentytwentythree";s:3:"1.0";}s:8:"response";a:1:{s:17:"twentytwentythree";a:6:{s:5:"theme";s:17:"twentytwentythree";s:11:"new_version";s:3:"1.2";s:3:"url";s:47:"https://wordpress.org/themes/twentytwentythree/";s:7:"package";s:63:"https://downloads.wordpress.org/theme/twentytwentythree.1.2.zip";s:8:"requires";s:3:"6.1";s:12:"requires_php";s:3:"5.6";}}s:9:"no_update";a:1:{s:12:"twentytwenty";a:6:{s:5:"theme";s:12:"twentytwenty";s:11:"new_version";s:3:"2.2";s:3:"url";s:42:"https://wordpress.org/themes/twentytwenty/";s:7:"package";s:58:"https://downloads.wordpress.org/theme/twentytwenty.2.2.zip";s:8:"requires";s:3:"4.7";s:12:"requires_php";s:5:"5.2.4";}}s:12:"translations";a:0:{}}', 'no'),
(183418, 'eael_eb_optin_hide', '1', 'yes'),
(188701, 'eael_show_reset_password_on_form_submit_0', '1', 'no'),
(191118, 'bcf_custom_fonts_2_0_migration', '1', 'yes'),
(192159, 'bcf_custom_fonts_2_0_2_migration', '1', 'yes'),
(194459, 'can_compress_scripts', '0', 'yes'),
(194514, 'theme_mods_twentytwentythree', 'a:4:{i:0;b:0;s:19:"wp_classic_sidebars";a:4:{s:9:"sidebar-1";a:11:{s:4:"name";s:12:"Main Sidebar";s:2:"id";s:9:"sidebar-1";s:11:"description";s:0:"";s:5:"class";s:0:"";s:13:"before_widget";s:37:"<aside id="%1$s" class="widget %2$s">";s:12:"after_widget";s:8:"</aside>";s:12:"before_title";s:25:"<h2 class="widget-title">";s:11:"after_title";s:5:"</h2>";s:14:"before_sidebar";s:0:"";s:13:"after_sidebar";s:0:"";s:12:"show_in_rest";b:0;}s:13:"header-widget";a:11:{s:4:"name";s:6:"Header";s:2:"id";s:13:"header-widget";s:11:"description";s:0:"";s:5:"class";s:0:"";s:13:"before_widget";s:37:"<aside id="%1$s" class="widget %2$s">";s:12:"after_widget";s:8:"</aside>";s:12:"before_title";s:25:"<h2 class="widget-title">";s:11:"after_title";s:5:"</h2>";s:14:"before_sidebar";s:0:"";s:13:"after_sidebar";s:0:"";s:12:"show_in_rest";b:0;}s:15:"footer-widget-1";a:11:{s:4:"name";s:20:"Footer Bar Section 1";s:2:"id";s:15:"footer-widget-1";s:11:"description";s:0:"";s:5:"class";s:0:"";s:13:"before_widget";s:37:"<aside id="%1$s" class="widget %2$s">";s:12:"after_widget";s:8:"</aside>";s:12:"before_title";s:25:"<h2 class="widget-title">";s:11:"after_title";s:5:"</h2>";s:14:"before_sidebar";s:0:"";s:13:"after_sidebar";s:0:"";s:12:"show_in_rest";b:0;}s:15:"footer-widget-2";a:11:{s:4:"name";s:20:"Footer Bar Section 2";s:2:"id";s:15:"footer-widget-2";s:11:"description";s:0:"";s:5:"class";s:0:"";s:13:"before_widget";s:37:"<aside id="%1$s" class="widget %2$s">";s:12:"after_widget";s:8:"</aside>";s:12:"before_title";s:25:"<h2 class="widget-title">";s:11:"after_title";s:5:"</h2>";s:14:"before_sidebar";s:0:"";s:13:"after_sidebar";s:0:"";s:12:"show_in_rest";b:0;}}s:18:"nav_menu_locations";a:0:{}s:18:"custom_css_post_id";i:-1;}', 'yes'),
(194515, '_transient_wp_core_block_css_files', 'a:496:{i:0;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/archives/editor-rtl.css";i:1;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/archives/editor-rtl.min.css";i:2;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/archives/editor.css";i:3;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/archives/editor.min.css";i:4;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/archives/style-rtl.css";i:5;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/archives/style-rtl.min.css";i:6;s:88:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/archives/style.css";i:7;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/archives/style.min.css";i:8;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/audio/editor-rtl.css";i:9;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/audio/editor-rtl.min.css";i:10;s:86:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/audio/editor.css";i:11;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/audio/editor.min.css";i:12;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/audio/style-rtl.css";i:13;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/audio/style-rtl.min.css";i:14;s:85:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/audio/style.css";i:15;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/audio/style.min.css";i:16;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/audio/theme-rtl.css";i:17;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/audio/theme-rtl.min.css";i:18;s:85:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/audio/theme.css";i:19;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/audio/theme.min.css";i:20;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/avatar/editor-rtl.css";i:21;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/avatar/editor-rtl.min.css";i:22;s:87:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/avatar/editor.css";i:23;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/avatar/editor.min.css";i:24;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/avatar/style-rtl.css";i:25;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/avatar/style-rtl.min.css";i:26;s:86:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/avatar/style.css";i:27;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/avatar/style.min.css";i:28;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/block/editor-rtl.css";i:29;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/block/editor-rtl.min.css";i:30;s:86:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/block/editor.css";i:31;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/block/editor.min.css";i:32;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/button/editor-rtl.css";i:33;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/button/editor-rtl.min.css";i:34;s:87:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/button/editor.css";i:35;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/button/editor.min.css";i:36;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/button/style-rtl.css";i:37;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/button/style-rtl.min.css";i:38;s:86:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/button/style.css";i:39;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/button/style.min.css";i:40;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/buttons/editor-rtl.css";i:41;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/buttons/editor-rtl.min.css";i:42;s:88:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/buttons/editor.css";i:43;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/buttons/editor.min.css";i:44;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/buttons/style-rtl.css";i:45;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/buttons/style-rtl.min.css";i:46;s:87:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/buttons/style.css";i:47;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/buttons/style.min.css";i:48;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/calendar/style-rtl.css";i:49;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/calendar/style-rtl.min.css";i:50;s:88:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/calendar/style.css";i:51;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/calendar/style.min.css";i:52;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/categories/editor-rtl.css";i:53;s:99:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/categories/editor-rtl.min.css";i:54;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/categories/editor.css";i:55;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/categories/editor.min.css";i:56;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/categories/style-rtl.css";i:57;s:98:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/categories/style-rtl.min.css";i:58;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/categories/style.css";i:59;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/categories/style.min.css";i:60;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/code/editor-rtl.css";i:61;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/code/editor-rtl.min.css";i:62;s:85:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/code/editor.css";i:63;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/code/editor.min.css";i:64;s:88:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/code/style-rtl.css";i:65;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/code/style-rtl.min.css";i:66;s:84:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/code/style.css";i:67;s:88:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/code/style.min.css";i:68;s:88:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/code/theme-rtl.css";i:69;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/code/theme-rtl.min.css";i:70;s:84:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/code/theme.css";i:71;s:88:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/code/theme.min.css";i:72;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/columns/editor-rtl.css";i:73;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/columns/editor-rtl.min.css";i:74;s:88:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/columns/editor.css";i:75;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/columns/editor.min.css";i:76;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/columns/style-rtl.css";i:77;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/columns/style-rtl.min.css";i:78;s:87:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/columns/style.css";i:79;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/columns/style.min.css";i:80;s:99:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comment-content/style-rtl.css";i:81;s:103:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comment-content/style-rtl.min.css";i:82;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comment-content/style.css";i:83;s:99:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comment-content/style.min.css";i:84;s:100:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comment-template/style-rtl.css";i:85;s:104:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comment-template/style-rtl.min.css";i:86;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comment-template/style.css";i:87;s:100:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comment-template/style.min.css";i:88;s:112:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments-pagination-numbers/editor-rtl.css";i:89;s:116:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css";i:90;s:108:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments-pagination-numbers/editor.css";i:91;s:112:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments-pagination-numbers/editor.min.css";i:92;s:104:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments-pagination/editor-rtl.css";i:93;s:108:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments-pagination/editor-rtl.min.css";i:94;s:100:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments-pagination/editor.css";i:95;s:104:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments-pagination/editor.min.css";i:96;s:103:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments-pagination/style-rtl.css";i:97;s:107:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments-pagination/style-rtl.min.css";i:98;s:99:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments-pagination/style.css";i:99;s:103:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments-pagination/style.min.css";i:100;s:99:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments-title/editor-rtl.css";i:101;s:103:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments-title/editor-rtl.min.css";i:102;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments-title/editor.css";i:103;s:99:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments-title/editor.min.css";i:104;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments/editor-rtl.css";i:105;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments/editor-rtl.min.css";i:106;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments/editor.css";i:107;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments/editor.min.css";i:108;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments/style-rtl.css";i:109;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments/style-rtl.min.css";i:110;s:88:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments/style.css";i:111;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/comments/style.min.css";i:112;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/cover/editor-rtl.css";i:113;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/cover/editor-rtl.min.css";i:114;s:86:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/cover/editor.css";i:115;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/cover/editor.min.css";i:116;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/cover/style-rtl.css";i:117;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/cover/style-rtl.min.css";i:118;s:85:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/cover/style.css";i:119;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/cover/style.min.css";i:120;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/details/editor-rtl.css";i:121;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/details/editor-rtl.min.css";i:122;s:88:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/details/editor.css";i:123;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/details/editor.min.css";i:124;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/details/style-rtl.css";i:125;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/details/style-rtl.min.css";i:126;s:87:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/details/style.css";i:127;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/details/style.min.css";i:128;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/embed/editor-rtl.css";i:129;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/embed/editor-rtl.min.css";i:130;s:86:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/embed/editor.css";i:131;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/embed/editor.min.css";i:132;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/embed/style-rtl.css";i:133;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/embed/style-rtl.min.css";i:134;s:85:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/embed/style.css";i:135;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/embed/style.min.css";i:136;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/embed/theme-rtl.css";i:137;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/embed/theme-rtl.min.css";i:138;s:85:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/embed/theme.css";i:139;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/embed/theme.min.css";i:140;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/file/editor-rtl.css";i:141;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/file/editor-rtl.min.css";i:142;s:85:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/file/editor.css";i:143;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/file/editor.min.css";i:144;s:88:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/file/style-rtl.css";i:145;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/file/style-rtl.min.css";i:146;s:84:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/file/style.css";i:147;s:88:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/file/style.min.css";i:148;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/footnotes/style-rtl.css";i:149;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/footnotes/style-rtl.min.css";i:150;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/footnotes/style.css";i:151;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/footnotes/style.min.css";i:152;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/freeform/editor-rtl.css";i:153;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/freeform/editor-rtl.min.css";i:154;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/freeform/editor.css";i:155;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/freeform/editor.min.css";i:156;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/gallery/editor-rtl.css";i:157;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/gallery/editor-rtl.min.css";i:158;s:88:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/gallery/editor.css";i:159;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/gallery/editor.min.css";i:160;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/gallery/style-rtl.css";i:161;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/gallery/style-rtl.min.css";i:162;s:87:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/gallery/style.css";i:163;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/gallery/style.min.css";i:164;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/gallery/theme-rtl.css";i:165;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/gallery/theme-rtl.min.css";i:166;s:87:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/gallery/theme.css";i:167;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/gallery/theme.min.css";i:168;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/group/editor-rtl.css";i:169;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/group/editor-rtl.min.css";i:170;s:86:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/group/editor.css";i:171;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/group/editor.min.css";i:172;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/group/style-rtl.css";i:173;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/group/style-rtl.min.css";i:174;s:85:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/group/style.css";i:175;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/group/style.min.css";i:176;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/group/theme-rtl.css";i:177;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/group/theme-rtl.min.css";i:178;s:85:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/group/theme.css";i:179;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/group/theme.min.css";i:180;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/heading/style-rtl.css";i:181;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/heading/style-rtl.min.css";i:182;s:87:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/heading/style.css";i:183;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/heading/style.min.css";i:184;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/html/editor-rtl.css";i:185;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/html/editor-rtl.min.css";i:186;s:85:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/html/editor.css";i:187;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/html/editor.min.css";i:188;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/image/editor-rtl.css";i:189;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/image/editor-rtl.min.css";i:190;s:86:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/image/editor.css";i:191;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/image/editor.min.css";i:192;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/image/style-rtl.css";i:193;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/image/style-rtl.min.css";i:194;s:85:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/image/style.css";i:195;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/image/style.min.css";i:196;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/image/theme-rtl.css";i:197;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/image/theme-rtl.min.css";i:198;s:85:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/image/theme.css";i:199;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/image/theme.min.css";i:200;s:99:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/latest-comments/style-rtl.css";i:201;s:103:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/latest-comments/style-rtl.min.css";i:202;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/latest-comments/style.css";i:203;s:99:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/latest-comments/style.min.css";i:204;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/latest-posts/editor-rtl.css";i:205;s:101:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/latest-posts/editor-rtl.min.css";i:206;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/latest-posts/editor.css";i:207;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/latest-posts/editor.min.css";i:208;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/latest-posts/style-rtl.css";i:209;s:100:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/latest-posts/style-rtl.min.css";i:210;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/latest-posts/style.css";i:211;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/latest-posts/style.min.css";i:212;s:88:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/list/style-rtl.css";i:213;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/list/style-rtl.min.css";i:214;s:84:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/list/style.css";i:215;s:88:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/list/style.min.css";i:216;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/media-text/editor-rtl.css";i:217;s:99:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/media-text/editor-rtl.min.css";i:218;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/media-text/editor.css";i:219;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/media-text/editor.min.css";i:220;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/media-text/style-rtl.css";i:221;s:98:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/media-text/style-rtl.min.css";i:222;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/media-text/style.css";i:223;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/media-text/style.min.css";i:224;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/more/editor-rtl.css";i:225;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/more/editor-rtl.min.css";i:226;s:85:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/more/editor.css";i:227;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/more/editor.min.css";i:228;s:100:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/navigation-link/editor-rtl.css";i:229;s:104:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/navigation-link/editor-rtl.min.css";i:230;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/navigation-link/editor.css";i:231;s:100:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/navigation-link/editor.min.css";i:232;s:99:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/navigation-link/style-rtl.css";i:233;s:103:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/navigation-link/style-rtl.min.css";i:234;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/navigation-link/style.css";i:235;s:99:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/navigation-link/style.min.css";i:236;s:103:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/navigation-submenu/editor-rtl.css";i:237;s:107:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/navigation-submenu/editor-rtl.min.css";i:238;s:99:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/navigation-submenu/editor.css";i:239;s:103:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/navigation-submenu/editor.min.css";i:240;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/navigation/editor-rtl.css";i:241;s:99:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/navigation/editor-rtl.min.css";i:242;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/navigation/editor.css";i:243;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/navigation/editor.min.css";i:244;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/navigation/style-rtl.css";i:245;s:98:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/navigation/style-rtl.min.css";i:246;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/navigation/style.css";i:247;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/navigation/style.min.css";i:248;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/nextpage/editor-rtl.css";i:249;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/nextpage/editor-rtl.min.css";i:250;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/nextpage/editor.css";i:251;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/nextpage/editor.min.css";i:252;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/page-list/editor-rtl.css";i:253;s:98:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/page-list/editor-rtl.min.css";i:254;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/page-list/editor.css";i:255;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/page-list/editor.min.css";i:256;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/page-list/style-rtl.css";i:257;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/page-list/style-rtl.min.css";i:258;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/page-list/style.css";i:259;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/page-list/style.min.css";i:260;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/paragraph/editor-rtl.css";i:261;s:98:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/paragraph/editor-rtl.min.css";i:262;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/paragraph/editor.css";i:263;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/paragraph/editor.min.css";i:264;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/paragraph/style-rtl.css";i:265;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/paragraph/style-rtl.min.css";i:266;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/paragraph/style.css";i:267;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/paragraph/style.min.css";i:268;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-author/style-rtl.css";i:269;s:99:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-author/style-rtl.min.css";i:270;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-author/style.css";i:271;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-author/style.min.css";i:272;s:103:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-comments-form/editor-rtl.css";i:273;s:107:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-comments-form/editor-rtl.min.css";i:274;s:99:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-comments-form/editor.css";i:275;s:103:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-comments-form/editor.min.css";i:276;s:102:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-comments-form/style-rtl.css";i:277;s:106:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-comments-form/style-rtl.min.css";i:278;s:98:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-comments-form/style.css";i:279;s:102:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-comments-form/style.min.css";i:280;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-date/style-rtl.css";i:281;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-date/style-rtl.min.css";i:282;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-date/style.css";i:283;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-date/style.min.css";i:284;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-excerpt/editor-rtl.css";i:285;s:101:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-excerpt/editor-rtl.min.css";i:286;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-excerpt/editor.css";i:287;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-excerpt/editor.min.css";i:288;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-excerpt/style-rtl.css";i:289;s:100:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-excerpt/style-rtl.min.css";i:290;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-excerpt/style.css";i:291;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-excerpt/style.min.css";i:292;s:104:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-featured-image/editor-rtl.css";i:293;s:108:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-featured-image/editor-rtl.min.css";i:294;s:100:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-featured-image/editor.css";i:295;s:104:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-featured-image/editor.min.css";i:296;s:103:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-featured-image/style-rtl.css";i:297;s:107:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-featured-image/style-rtl.min.css";i:298;s:99:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-featured-image/style.css";i:299;s:103:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-featured-image/style.min.css";i:300;s:104:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-navigation-link/style-rtl.css";i:301;s:108:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-navigation-link/style-rtl.min.css";i:302;s:100:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-navigation-link/style.css";i:303;s:104:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-navigation-link/style.min.css";i:304;s:98:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-template/editor-rtl.css";i:305;s:102:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-template/editor-rtl.min.css";i:306;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-template/editor.css";i:307;s:98:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-template/editor.min.css";i:308;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-template/style-rtl.css";i:309;s:101:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-template/style-rtl.min.css";i:310;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-template/style.css";i:311;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-template/style.min.css";i:312;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-terms/style-rtl.css";i:313;s:98:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-terms/style-rtl.min.css";i:314;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-terms/style.css";i:315;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-terms/style.min.css";i:316;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-title/style-rtl.css";i:317;s:98:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-title/style-rtl.min.css";i:318;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-title/style.css";i:319;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/post-title/style.min.css";i:320;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/preformatted/style-rtl.css";i:321;s:100:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/preformatted/style-rtl.min.css";i:322;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/preformatted/style.css";i:323;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/preformatted/style.min.css";i:324;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/pullquote/editor-rtl.css";i:325;s:98:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/pullquote/editor-rtl.min.css";i:326;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/pullquote/editor.css";i:327;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/pullquote/editor.min.css";i:328;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/pullquote/style-rtl.css";i:329;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/pullquote/style-rtl.min.css";i:330;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/pullquote/style.css";i:331;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/pullquote/style.min.css";i:332;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/pullquote/theme-rtl.css";i:333;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/pullquote/theme-rtl.min.css";i:334;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/pullquote/theme.css";i:335;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/pullquote/theme.min.css";i:336;s:109:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/query-pagination-numbers/editor-rtl.css";i:337;s:113:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css";i:338;s:105:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/query-pagination-numbers/editor.css";i:339;s:109:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/query-pagination-numbers/editor.min.css";i:340;s:101:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/query-pagination/editor-rtl.css";i:341;s:105:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/query-pagination/editor-rtl.min.css";i:342;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/query-pagination/editor.css";i:343;s:101:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/query-pagination/editor.min.css";i:344;s:100:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/query-pagination/style-rtl.css";i:345;s:104:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/query-pagination/style-rtl.min.css";i:346;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/query-pagination/style.css";i:347;s:100:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/query-pagination/style.min.css";i:348;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/query-title/style-rtl.css";i:349;s:99:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/query-title/style-rtl.min.css";i:350;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/query-title/style.css";i:351;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/query-title/style.min.css";i:352;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/query/editor-rtl.css";i:353;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/query/editor-rtl.min.css";i:354;s:86:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/query/editor.css";i:355;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/query/editor.min.css";i:356;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/quote/style-rtl.css";i:357;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/quote/style-rtl.min.css";i:358;s:85:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/quote/style.css";i:359;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/quote/style.min.css";i:360;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/quote/theme-rtl.css";i:361;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/quote/theme-rtl.min.css";i:362;s:85:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/quote/theme.css";i:363;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/quote/theme.min.css";i:364;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/read-more/style-rtl.css";i:365;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/read-more/style-rtl.min.css";i:366;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/read-more/style.css";i:367;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/read-more/style.min.css";i:368;s:88:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/rss/editor-rtl.css";i:369;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/rss/editor-rtl.min.css";i:370;s:84:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/rss/editor.css";i:371;s:88:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/rss/editor.min.css";i:372;s:87:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/rss/style-rtl.css";i:373;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/rss/style-rtl.min.css";i:374;s:83:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/rss/style.css";i:375;s:87:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/rss/style.min.css";i:376;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/search/editor-rtl.css";i:377;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/search/editor-rtl.min.css";i:378;s:87:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/search/editor.css";i:379;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/search/editor.min.css";i:380;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/search/style-rtl.css";i:381;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/search/style-rtl.min.css";i:382;s:86:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/search/style.css";i:383;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/search/style.min.css";i:384;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/search/theme-rtl.css";i:385;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/search/theme-rtl.min.css";i:386;s:86:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/search/theme.css";i:387;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/search/theme.min.css";i:388;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/separator/editor-rtl.css";i:389;s:98:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/separator/editor-rtl.min.css";i:390;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/separator/editor.css";i:391;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/separator/editor.min.css";i:392;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/separator/style-rtl.css";i:393;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/separator/style-rtl.min.css";i:394;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/separator/style.css";i:395;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/separator/style.min.css";i:396;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/separator/theme-rtl.css";i:397;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/separator/theme-rtl.min.css";i:398;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/separator/theme.css";i:399;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/separator/theme.min.css";i:400;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/shortcode/editor-rtl.css";i:401;s:98:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/shortcode/editor-rtl.min.css";i:402;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/shortcode/editor.css";i:403;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/shortcode/editor.min.css";i:404;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/site-logo/editor-rtl.css";i:405;s:98:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/site-logo/editor-rtl.min.css";i:406;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/site-logo/editor.css";i:407;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/site-logo/editor.min.css";i:408;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/site-logo/style-rtl.css";i:409;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/site-logo/style-rtl.min.css";i:410;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/site-logo/style.css";i:411;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/site-logo/style.min.css";i:412;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/site-tagline/editor-rtl.css";i:413;s:101:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/site-tagline/editor-rtl.min.css";i:414;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/site-tagline/editor.css";i:415;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/site-tagline/editor.min.css";i:416;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/site-title/editor-rtl.css";i:417;s:99:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/site-title/editor-rtl.min.css";i:418;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/site-title/editor.css";i:419;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/site-title/editor.min.css";i:420;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/site-title/style-rtl.css";i:421;s:98:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/site-title/style-rtl.min.css";i:422;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/site-title/style.css";i:423;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/site-title/style.min.css";i:424;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/social-link/editor-rtl.css";i:425;s:100:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/social-link/editor-rtl.min.css";i:426;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/social-link/editor.css";i:427;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/social-link/editor.min.css";i:428;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/social-links/editor-rtl.css";i:429;s:101:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/social-links/editor-rtl.min.css";i:430;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/social-links/editor.css";i:431;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/social-links/editor.min.css";i:432;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/social-links/style-rtl.css";i:433;s:100:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/social-links/style-rtl.min.css";i:434;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/social-links/style.css";i:435;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/social-links/style.min.css";i:436;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/spacer/editor-rtl.css";i:437;s:95:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/spacer/editor-rtl.min.css";i:438;s:87:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/spacer/editor.css";i:439;s:91:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/spacer/editor.min.css";i:440;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/spacer/style-rtl.css";i:441;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/spacer/style-rtl.min.css";i:442;s:86:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/spacer/style.css";i:443;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/spacer/style.min.css";i:444;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/table/editor-rtl.css";i:445;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/table/editor-rtl.min.css";i:446;s:86:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/table/editor.css";i:447;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/table/editor.min.css";i:448;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/table/style-rtl.css";i:449;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/table/style-rtl.min.css";i:450;s:85:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/table/style.css";i:451;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/table/style.min.css";i:452;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/table/theme-rtl.css";i:453;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/table/theme-rtl.min.css";i:454;s:85:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/table/theme.css";i:455;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/table/theme.min.css";i:456;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/tag-cloud/style-rtl.css";i:457;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/tag-cloud/style-rtl.min.css";i:458;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/tag-cloud/style.css";i:459;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/tag-cloud/style.min.css";i:460;s:98:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/template-part/editor-rtl.css";i:461;s:102:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/template-part/editor-rtl.min.css";i:462;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/template-part/editor.css";i:463;s:98:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/template-part/editor.min.css";i:464;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/template-part/theme-rtl.css";i:465;s:101:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/template-part/theme-rtl.min.css";i:466;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/template-part/theme.css";i:467;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/template-part/theme.min.css";i:468;s:100:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/term-description/style-rtl.css";i:469;s:104:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/term-description/style-rtl.min.css";i:470;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/term-description/style.css";i:471;s:100:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/term-description/style.min.css";i:472;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/text-columns/editor-rtl.css";i:473;s:101:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/text-columns/editor-rtl.min.css";i:474;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/text-columns/editor.css";i:475;s:97:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/text-columns/editor.min.css";i:476;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/text-columns/style-rtl.css";i:477;s:100:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/text-columns/style-rtl.min.css";i:478;s:92:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/text-columns/style.css";i:479;s:96:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/text-columns/style.min.css";i:480;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/verse/style-rtl.css";i:481;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/verse/style-rtl.min.css";i:482;s:85:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/verse/style.css";i:483;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/verse/style.min.css";i:484;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/video/editor-rtl.css";i:485;s:94:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/video/editor-rtl.min.css";i:486;s:86:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/video/editor.css";i:487;s:90:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/video/editor.min.css";i:488;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/video/style-rtl.css";i:489;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/video/style-rtl.min.css";i:490;s:85:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/video/style.css";i:491;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/video/style.min.css";i:492;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/video/theme-rtl.css";i:493;s:93:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/video/theme-rtl.min.css";i:494;s:85:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/video/theme.css";i:495;s:89:"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-includes/blocks/video/theme.min.css";}', 'yes');
INSERT INTO `wpfq_options` VALUES
(196268, '_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.3.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.3.1.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-6.3.1-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-6.3.1-new-bundled.zip";s:7:"partial";s:0:"";s:8:"rollback";s:0:"";}s:7:"current";s:5:"6.3.1";s:7:"version";s:5:"6.3.1";s:11:"php_version";s:5:"7.0.0";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:1696135946;s:15:"version_checked";s:5:"6.3.1";s:12:"translations";a:0:{}}', 'no'),
(198044, 'elementor_pro_remote_info_api_data_3.14.0', 'a:2:{s:7:"timeout";i:1695315504;s:5:"value";s:203192:"{"stable_version":"3.16.2","last_updated":"2022-05-10 14:03:37","sections":"a:2:{s:11:\\"description\\";s:161:\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\";s:9:\\"changelog\\";s:189209:\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\">#23607<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\">#22554<\\/a>)<\\/li>\\n<li>Fix: ''Fallback: Recent Posts'' option malfunctions in the Query control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\">#21436<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an &quot;Offset Sides&quot; functionality in Carousel and Loop Carousel widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Price List widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Slides widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Flip Box widget<\\/li>\\n<li>Tweak: Added &quot;Description HTML Tag&quot; in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\">#2587<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\">#11193<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don''t work as expected when Additional Custom Breakpoints feature is active (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\">#16819<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn''t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\">#20256<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\">#21675<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added ''Active item state'' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget''s width when Content Width is set to Fit to Content in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.3 - 2023-04-23<\\/h4>\\n<ul>\\n<li>Fix: Document is not loading after assigning a CSS ID value to a menu item in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21934\\">#21934<\\/a>)<\\/li>\\n<li>Fix: Elementor CLI causes conflicts with other CLI commands when using PHP 8+ (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21582\\">#21582<\\/a>)<\\/li>\\n<li>Fix: Dropdown content area is not working as expected with Space Between and Margins in Menu widget<\\/li>\\n<li>Fix: Reverted the option to set a custom icon to Remove Item in Menu Cart widget<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\">#13678<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\">#17941<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the ''Gap between slides'' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added &quot;Form Validation&quot; control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under &quot;Advanced Rules&quot; in popup publish settings (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save &amp; Back handle from the Loop Carousel becomes inaccessible in some cases ([#21316]<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful &amp; repeating loop templates and populate each one with dynamic content (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups'' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn''t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to ''Show up to X times'' advanced rule in Popups (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added ''Equal height'' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-21<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-07<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\">#20207<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\">#20235<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\">#20258<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful &amp; repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\">#11562<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\">#15828<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\">#18357<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\">#19540<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\">#19618<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\">#19777<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\">#18895<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note''s timestamp is being updated according to the last activity in Notes (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label''s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated ([#19553] (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553<\\/a>))<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\">#18598<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes characher is showing up as <code>&amp;quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\">#18633<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into &quot;Row&quot; direction Container element (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629]\\">#18629<\\/a><\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\">#10607<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\">#18007<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\">#14357<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\">#13151<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\">#6327<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\">#6691<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\">#11774<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\">#5760<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\">#17767<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles &amp; Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn''t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel &amp; Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn''t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\">#18090<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn''t work in Custom Add To Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\">#17821<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\">#17839<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn''t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\">#17865<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\">#17942<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn''t work when WooCommerce is active (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn''t work when Improved asset loading experiment is active Slides widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn''t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\">#5756<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\">#14570<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce &amp; Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\">#17412<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\">#5437<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook''s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added &quot;Auto Updates&quot; capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added &quot;Excerpt Length&quot; control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn''t work in product page in WooCommerce Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\">#5921<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\">#16276<\\/a>,<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\">#16221<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\">#17283<\\/a>,<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\">#16333<\\/a>,<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\">#15304<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn''t 100% clickable in Post Navigation widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn''t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn''t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn''t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel &quot;Need Help&quot; link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\">#15282<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\">#15990<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\">#11014<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\">#13218<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\">#15282<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\">#11014<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\">#13218<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\">#11014<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor''s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn''t work for not logged in users in Custom Code (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\">#14515<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content &amp; Post Excerpt widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can''t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn''t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\">#9531<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\">#10875<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\">#12126<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\">#1284<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don''t appear on the cart while editing in Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn''t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn''t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the &quot;Change&quot; Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section''s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can''t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn''t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\">#15632<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\">#15683<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn''t appear in Submissions screen (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn''t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\">#11859<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\">#7282<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\">#13859<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\">#10329<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\">#7376<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave &amp; Close \\u201cbutton in Custom Code''s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not &quot;Standard&quot; in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren''t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted ''Max Height'' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in ''Reply To'' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted ''Max Height'' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\"#11475\\"><a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475<\\/a><\\/a>, <a href=\\"#10690\\"><a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690<\\/a><\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can''t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\">#8572<\\/a>, <a href=\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\">#4625<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\">#5403<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\">#9749<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\">#4242<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Show on Browsers&quot; Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging  Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder''s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to &quot;Canvas&quot; Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can''t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of ''get_create_url'' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn''t interfere with 3rd party plugins (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\">#12126<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can''t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn''t work in WordPress 5.5 (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\">#12126<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to &quot;Move to Trash&quot; in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress &quot;Learn More&quot; links with dynamic links for better control over time (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\">#12299<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don''t show auto-screenshots in the Media Library (Props <a href=\\"https:\\/\\/github.com\\/black-eye\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\">#12239<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word &quot;occurred&quot; in Form widget default error message (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn''t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren''t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\">#7351<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\">#7817<\\/a>, <a href=\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can''t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn''t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using &quot;Progress Bar&quot; and &quot;None&quot; view types in Multi Step Form (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\">#11596<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing &quot;for&quot; attribute in Password field label in Login widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\">#5975<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\">#11023<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\">#10932<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\">#10967<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\">#11000<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing &quot;Save Changes&quot; document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: &quot;No headings were found on this page&quot; message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can''t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\">#5716<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\">#3642<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\">#9225<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Open in new tab&quot; option to Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: &quot;Graphic Element&quot; section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title &amp; Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn''t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don''t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: &quot;Reply To&quot; option not working in Form widget &quot;Email 2&quot; Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: &quot;No products were found&quot; message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code>&lt;br&gt;<\\/code> tags in Single theme template (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\">#9927<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code>&lt;p&gt;<\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\"navigation\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL &quot;undefined Index&quot; notice (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show &quot;Custom label&quot; control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed &quot;Date&quot; query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn''t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for &quot;By Author&quot; condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn''t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under &quot;All&quot; filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\">#1898<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\">#3103<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\">#4279<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\">#7947<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\">#5993<\\/a>, <a href=\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder''s Icons for Custom icons &amp; Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the &quot;Save as Global&quot; option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when &quot;Infinite Loop&quot; enabled with &quot;Autoplay&quot; in Slides widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core &gt;=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix:  Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder''s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>&gt;2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\">#8616<\\/a>)<\\/li>\\n<li>Fix: &quot;Child of Term&quot; and &quot;Any child of term&quot; conditions (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\">#8672<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\">#8213<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\">#6039<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS &amp; Motion Effects (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when ''Hide Title'' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows &amp; Columns values in Products widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it''s not from WooCommerce (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in &quot;All Archives&quot; condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row &amp; column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas &amp; Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\">#7711<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling &amp; Mouse effects (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\">#7306<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\">#6871<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\">#6876<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in &quot;Show up to X times&quot; Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed &quot;Scrolling Effects&quot; section label to &quot;Motion Effects&quot;<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns &amp; Rows Gap controls (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart &quot;View Cart&quot; &amp; &quot;Checkout&quot; buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it''s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code>&lt;IfModule&gt;<\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to &quot;On&quot;<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for &quot;Nothing Found&quot; message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in &quot;Nothing Found&quot; message (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box &amp; CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons &amp; buttons for better accessibility (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> &amp; <code>the_content<\\/code> hooks for Post Content (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won''t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab &amp; Custom CSS for Header &amp; Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing &quot;Edit Template&quot; in Template widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\">#290<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\">#4268<\\/a>)<\\/li>\\n<li>New: Added &quot;Any Child Of&quot; condition to template conditions (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\">#5321<\\/a>)<\\/li>\\n<li>New: Added &quot;In Child&quot; condition to template conditions (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed &quot;Child Of&quot; templates condition to &quot;Direct Child Of&quot;<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for ''View Cart'' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added ''Current Subcategories'' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari &amp; IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image &amp; ACF URL option support (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags &amp; widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title &amp; Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\">#4220<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\">More Info<\\/a>) (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller &amp; more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements &amp; Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it''s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for &quot;Nothing Found&quot; Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it''s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to &quot;All Singular&quot;<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent''s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it''s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it''s time to get the original select width (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\">#4214<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\">#4216<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control &amp; Display Conditions (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 &amp; 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\">Release Post<\\/a> (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow &quot;Content Only mode&quot; (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\">#483<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\">#653<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo &amp; Site Name (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\">Release Post<\\/a> (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\">#2761<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\">#2623<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\">#2109<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\">#2061<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\">#3196<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\">#2041<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\">#1482<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\">#1693<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min &amp; max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to &quot;Tweet&quot; button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn''t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio &amp; checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll &amp; Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in ''typing'' and ''clip'' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there''s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don''t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\">#216<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\">#347<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 &amp; 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible &quot;required&quot; field attribute for W3C validation (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when &quot;Bring to Front&quot; is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler &amp; load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts &amp; Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\">#1234<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA &amp; Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc &amp; Bcc options to email action (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products &amp; Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control &amp; Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position &quot;none&quot; remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts &amp; Portfolio widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\">#1271<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can''t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies &amp; authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - ''Link apply on'' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with ''0'' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\";}","new_version":"3.16.2","name":"Elementor Pro","slug":"elementor-pro","url":"https:\\/\\/elementor.com\\/pro\\/changelog\\/","homepage":"https:\\/\\/elementor.com\\/pro\\/","requires":"5.0","tested":"6.3.1","elementor_requires":"3.0.1","package":"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiNTQ0ZDkyMWNiN2Y2ODFhYTliMzU4ZmQ0MDBlYjA3ZGQiLCJ1cmwiOiJodHRwczovL2ludGVsbGlnZW50YXF1YS5jb20ubXkiLCJkb3dubG9hZF9iZXRhIjpmYWxzZSwiZmlsZV9rZXkiOiIxIiwiaWF0IjoxNjk1MjcyMzA0LCJleHAiOjE2OTUzNTg3MDR9.O9Q6Qq9KvIuUpMwv2y2SNLDPv_MeA0QNrtOjI31DY0w\\/package_download","download_link":"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiNTQ0ZDkyMWNiN2Y2ODFhYTliMzU4ZmQ0MDBlYjA3ZGQiLCJ1cmwiOiJodHRwczovL2ludGVsbGlnZW50YXF1YS5jb20ubXkiLCJkb3dubG9hZF9iZXRhIjpmYWxzZSwiZmlsZV9rZXkiOiIxIiwiaWF0IjoxNjk1MjcyMzA0LCJleHAiOjE2OTUzNTg3MDR9.O9Q6Qq9KvIuUpMwv2y2SNLDPv_MeA0QNrtOjI31DY0w\\/package_download","banners":{"2x":"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479","1x":"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479"},"icons":{"svg":"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg"},"canary_deployment":{"plugin_info":{"new_version":"3.7.0","name":"Elementor Pro","slug":"elementor-pro","url":"https:\\/\\/elementor.com\\/pro\\/changelog\\/","homepage":"https:\\/\\/elementor.com\\/pro\\/","requires":"5.0","tested":"6.3.1","elementor_requires":"3.0.1","package":"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiNTQ0ZDkyMWNiN2Y2ODFhYTliMzU4ZmQ0MDBlYjA3ZGQiLCJ2ZXJzaW9uIjoiMy43LjAiLCJ1cmwiOiJodHRwczovL2ludGVsbGlnZW50YXF1YS5jb20ubXkiLCJpYXQiOjE2OTUyNzIzMDQsImV4cCI6MTY5NTM1ODcwNH0.p0Pf8SBO40bWYmG2AN1lVEyqphaaHzMZ1jzHSbzX8ZM\\/previous_download","download_link":"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiNTQ0ZDkyMWNiN2Y2ODFhYTliMzU4ZmQ0MDBlYjA3ZGQiLCJ2ZXJzaW9uIjoiMy43LjAiLCJ1cmwiOiJodHRwczovL2ludGVsbGlnZW50YXF1YS5jb20ubXkiLCJpYXQiOjE2OTUyNzIzMDQsImV4cCI6MTY5NTM1ODcwNH0.p0Pf8SBO40bWYmG2AN1lVEyqphaaHzMZ1jzHSbzX8ZM\\/previous_download","banners":{"2x":"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479","1x":"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479"},"icons":{"svg":"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg"}},"conditions":[[{"type":"language","languages":["he_IL","nl_NL","en_GB","en_NZ","en_ZA","en_AU","en_CA","sv_SE","da_DK","fr_FR","nl_NL","nb_NO","de_AT","fi","it_IT","nn_NO","de_CH","en_GB","is_IS","ga","fr_BE","nl_BE","ast","lb_LU","es_ES","pt_PT","mlt"],"operator":"in"}]]},"cloud":false}";}', 'no');
INSERT INTO `wpfq_options` VALUES
(198045, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1696206369;s:8:"response";a:2:{s:56:"essential-addons-elementor/essential_adons_elementor.php";O:8:"stdClass":14:{s:11:"new_version";s:5:"5.6.1";s:14:"stable_version";s:5:"5.6.1";s:4:"name";s:30:"Essential Addons for Elementor";s:4:"slug";s:25:"essential_adons_elementor";s:3:"url";s:77:"https://api.wpdeveloper.com/downloads/essential-addons-elementor/?changelog=1";s:12:"last_updated";s:19:"2023-09-14 06:35:29";s:8:"homepage";s:65:"https://api.wpdeveloper.com/downloads/essential-addons-elementor/";s:7:"package";s:204:"https://api.wpdeveloper.com/edd-sl/package_download/MTY5NjM2NDc3MDpmYjk1NzlhYWVjMDI2ZmMxMmI5NDMwNDg0NzJiZTIxNzo0MzcyOmZmYmRlMmJmZmU2YjllOGFmODQ3ZjA0OTM5ZmU0ZjNmOmh0dHBzQC8vaW50ZWxsaWdlbnRhcXVhLmNvbS5teTow";s:13:"download_link";s:204:"https://api.wpdeveloper.com/edd-sl/package_download/MTY5NjM2NDc3MDpmYjk1NzlhYWVjMDI2ZmMxMmI5NDMwNDg0NzJiZTIxNzo0MzcyOmZmYmRlMmJmZmU2YjllOGFmODQ3ZjA0OTM5ZmU0ZjNmOmh0dHBzQC8vaW50ZWxsaWdlbnRhcXVhLmNvbS5teTow";s:8:"sections";a:2:{s:11:"description";s:140:"<p>Ultimate elements bundle for Elementor WordPress Page Builder. Lots of useful and premium elements to complete your website quickly.</p>\n";s:9:"changelog";s:129:"<p>See <a href="https://essential-addons.com/elementor/changelog/" target="_blank" rel="noopener">Changelog</a> for details.</p>\n";}s:7:"banners";a:2:{s:4:"high";s:0:"";s:3:"low";s:0:"";}s:5:"icons";s:174:"a:2:{s:2:"1x";s:67:"https://store.assets.wpdeveloper.com/2021/11/ea-logo-sq-128x128.png";s:2:"2x";s:67:"https://store.assets.wpdeveloper.com/2021/11/ea-logo-sq-256x256.png";}";s:11:"description";a:1:{i:0;s:140:"<p>Ultimate elements bundle for Elementor WordPress Page Builder. Lots of useful and premium elements to complete your website quickly.</p>\n";}s:9:"changelog";a:1:{i:0;s:129:"<p>See <a href="https://essential-addons.com/elementor/changelog/" target="_blank" rel="noopener">Changelog</a> for details.</p>\n";}}s:31:"elementor-pro/elementor-pro.php";O:8:"stdClass":17:{s:14:"stable_version";s:6:"3.16.2";s:12:"last_updated";s:19:"2022-05-10 14:03:37";s:11:"new_version";s:6:"3.16.2";s:4:"name";s:13:"Elementor Pro";s:4:"slug";s:13:"elementor-pro";s:3:"url";s:36:"https://elementor.com/pro/changelog/";s:8:"homepage";s:26:"https://elementor.com/pro/";s:8:"requires";s:3:"5.0";s:6:"tested";s:5:"6.3.1";s:18:"elementor_requires";s:5:"3.0.1";s:7:"package";s:365:"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiNTQ0ZDkyMWNiN2Y2ODFhYTliMzU4ZmQ0MDBlYjA3ZGQiLCJ1cmwiOiJodHRwczovL2ludGVsbGlnZW50YXF1YS5jb20ubXkiLCJkb3dubG9hZF9iZXRhIjpmYWxzZSwiZmlsZV9rZXkiOiIxIiwiaWF0IjoxNjk1MjcyMzA0LCJleHAiOjE2OTUzNTg3MDR9.O9Q6Qq9KvIuUpMwv2y2SNLDPv_MeA0QNrtOjI31DY0w/package_download";s:13:"download_link";s:365:"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiNTQ0ZDkyMWNiN2Y2ODFhYTliMzU4ZmQ0MDBlYjA3ZGQiLCJ1cmwiOiJodHRwczovL2ludGVsbGlnZW50YXF1YS5jb20ubXkiLCJkb3dubG9hZF9iZXRhIjpmYWxzZSwiZmlsZV9rZXkiOiIxIiwiaWF0IjoxNjk1MjcyMzA0LCJleHAiOjE2OTUzNTg3MDR9.O9Q6Qq9KvIuUpMwv2y2SNLDPv_MeA0QNrtOjI31DY0w/package_download";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:5:"icons";a:1:{s:3:"svg";s:75:"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg";}s:17:"canary_deployment";a:2:{s:11:"plugin_info";a:12:{s:11:"new_version";s:5:"3.7.0";s:4:"name";s:13:"Elementor Pro";s:4:"slug";s:13:"elementor-pro";s:3:"url";s:36:"https://elementor.com/pro/changelog/";s:8:"homepage";s:26:"https://elementor.com/pro/";s:8:"requires";s:3:"5.0";s:6:"tested";s:5:"6.3.1";s:18:"elementor_requires";s:5:"3.0.1";s:7:"package";s:342:"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiNTQ0ZDkyMWNiN2Y2ODFhYTliMzU4ZmQ0MDBlYjA3ZGQiLCJ2ZXJzaW9uIjoiMy43LjAiLCJ1cmwiOiJodHRwczovL2ludGVsbGlnZW50YXF1YS5jb20ubXkiLCJpYXQiOjE2OTUyNzIzMDQsImV4cCI6MTY5NTM1ODcwNH0.p0Pf8SBO40bWYmG2AN1lVEyqphaaHzMZ1jzHSbzX8ZM/previous_download";s:13:"download_link";s:342:"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiNTQ0ZDkyMWNiN2Y2ODFhYTliMzU4ZmQ0MDBlYjA3ZGQiLCJ2ZXJzaW9uIjoiMy43LjAiLCJ1cmwiOiJodHRwczovL2ludGVsbGlnZW50YXF1YS5jb20ubXkiLCJpYXQiOjE2OTUyNzIzMDQsImV4cCI6MTY5NTM1ODcwNH0.p0Pf8SBO40bWYmG2AN1lVEyqphaaHzMZ1jzHSbzX8ZM/previous_download";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:5:"icons";a:1:{s:3:"svg";s:75:"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg";}}s:10:"conditions";a:1:{i:0;a:1:{i:0;a:3:{s:4:"type";s:8:"language";s:9:"languages";a:27:{i:0;s:5:"he_IL";i:1;s:5:"nl_NL";i:2;s:5:"en_GB";i:3;s:5:"en_NZ";i:4;s:5:"en_ZA";i:5;s:5:"en_AU";i:6;s:5:"en_CA";i:7;s:5:"sv_SE";i:8;s:5:"da_DK";i:9;s:5:"fr_FR";i:10;s:5:"nl_NL";i:11;s:5:"nb_NO";i:12;s:5:"de_AT";i:13;s:2:"fi";i:14;s:5:"it_IT";i:15;s:5:"nn_NO";i:16;s:5:"de_CH";i:17;s:5:"en_GB";i:18;s:5:"is_IS";i:19;s:2:"ga";i:20;s:5:"fr_BE";i:21;s:5:"nl_BE";i:22;s:3:"ast";i:23;s:5:"lb_LU";i:24;s:5:"es_ES";i:25;s:5:"pt_PT";i:26;s:3:"mlt";}s:8:"operator";s:2:"in";}}}}s:5:"cloud";b:0;s:6:"plugin";s:31:"elementor-pro/elementor-pro.php";}}s:12:"translations";a:0:{}s:9:"no_update";a:8:{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:"2.1.0";s:3:"url";s:43:"https://wordpress.org/plugins/custom-fonts/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/custom-fonts.2.1.0.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:"5.0";}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.16.4";s:3:"url";s:40:"https://wordpress.org/plugins/elementor/";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/elementor.3.16.4.zip";s:5:"icons";a:2:{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:"6.0";}s:35:"envato-elements/envato-elements.php";O:8:"stdClass":10:{s:2:"id";s:29:"w.org/plugins/envato-elements";s:4:"slug";s:15:"envato-elements";s:6:"plugin";s:35:"envato-elements/envato-elements.php";s:11:"new_version";s:6:"2.0.12";s:3:"url";s:46:"https://wordpress.org/plugins/envato-elements/";s:7:"package";s:65:"https://downloads.wordpress.org/plugin/envato-elements.2.0.12.zip";s:5:"icons";a:2:{s:2:"2x";s:68:"https://ps.w.org/envato-elements/assets/icon-256x256.png?rev=2065415";s:2:"1x";s:68:"https://ps.w.org/envato-elements/assets/icon-128x128.png?rev=2065415";}s:7:"banners";a:2:{s:2:"2x";s:71:"https://ps.w.org/envato-elements/assets/banner-1544x500.png?rev=2303035";s:2:"1x";s:70:"https://ps.w.org/envato-elements/assets/banner-772x250.png?rev=2303035";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.6";}s:65:"essential-addons-for-elementor-lite/essential_adons_elementor.php";O:8:"stdClass":10:{s:2:"id";s:49:"w.org/plugins/essential-addons-for-elementor-lite";s:4:"slug";s:35:"essential-addons-for-elementor-lite";s:6:"plugin";s:65:"essential-addons-for-elementor-lite/essential_adons_elementor.php";s:11:"new_version";s:5:"5.8.9";s:3:"url";s:66:"https://wordpress.org/plugins/essential-addons-for-elementor-lite/";s:7:"package";s:84:"https://downloads.wordpress.org/plugin/essential-addons-for-elementor-lite.5.8.9.zip";s:5:"icons";a:2:{s:2:"2x";s:88:"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.png?rev=2598498";s:2:"1x";s:88:"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-128x128.png?rev=2598498";}s:7:"banners";a:2:{s:2:"2x";s:91:"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-1544x500.gif?rev=2940672";s:2:"1x";s:90:"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-772x250.gif?rev=2940672";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.0";}s:25:"loftloader/loftloader.php";O:8:"stdClass":10:{s:2:"id";s:24:"w.org/plugins/loftloader";s:4:"slug";s:10:"loftloader";s:6:"plugin";s:25:"loftloader/loftloader.php";s:11:"new_version";s:5:"2.4.0";s:3:"url";s:41:"https://wordpress.org/plugins/loftloader/";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/loftloader.2.4.0.zip";s:5:"icons";a:2:{s:2:"2x";s:63:"https://ps.w.org/loftloader/assets/icon-256x256.png?rev=1361628";s:2:"1x";s:63:"https://ps.w.org/loftloader/assets/icon-128x128.png?rev=1361628";}s:7:"banners";a:2:{s:2:"2x";s:66:"https://ps.w.org/loftloader/assets/banner-1544x500.png?rev=1361628";s:2:"1x";s:65:"https://ps.w.org/loftloader/assets/banner-772x250.png?rev=1361628";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.0";}s:27:"redirection/redirection.php";O:8:"stdClass":10:{s:2:"id";s:25:"w.org/plugins/redirection";s:4:"slug";s:11:"redirection";s:6:"plugin";s:27:"redirection/redirection.php";s:11:"new_version";s:6:"5.3.10";s:3:"url";s:42:"https://wordpress.org/plugins/redirection/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/redirection.5.3.10.zip";s:5:"icons";a:2:{s:2:"2x";s:63:"https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639";s:2:"1x";s:63:"https://ps.w.org/redirection/assets/icon-128x128.jpg?rev=983640";}s:7:"banners";a:2:{s:2:"2x";s:66:"https://ps.w.org/redirection/assets/banner-1544x500.jpg?rev=983641";s:2:"1x";s:65:"https://ps.w.org/redirection/assets/banner-772x250.jpg?rev=983642";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.8";}s:27:"wp-super-cache/wp-cache.php";O:8:"stdClass":10:{s:2:"id";s:28:"w.org/plugins/wp-super-cache";s:4:"slug";s:14:"wp-super-cache";s:6:"plugin";s:27:"wp-super-cache/wp-cache.php";s:11:"new_version";s:6:"1.10.0";s:3:"url";s:45:"https://wordpress.org/plugins/wp-super-cache/";s:7:"package";s:64:"https://downloads.wordpress.org/plugin/wp-super-cache.1.10.0.zip";s:5:"icons";a:2:{s:2:"2x";s:67:"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422";s:2:"1x";s:67:"https://ps.w.org/wp-super-cache/assets/icon-128x128.png?rev=1095422";}s:7:"banners";a:2:{s:2:"2x";s:70:"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414";s:2:"1x";s:69:"https://ps.w.org/wp-super-cache/assets/banner-772x250.png?rev=1082414";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"6.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:"21.2";s:3:"url";s:44:"https://wordpress.org/plugins/wordpress-seo/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.21.2.zip";s:5:"icons";a:2:{s:2:"1x";s:58:"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699";s:3:"svg";s:58:"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699";}s:7:"banners";a:2:{s:2:"2x";s:69:"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727";s:2:"1x";s:68:"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727";}s:11:"banners_rtl";a:2:{s:2:"2x";s:73:"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727";s:2:"1x";s:72:"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727";}s:8:"requires";s:3:"6.2";}}s:7:"checked";a:2:{s:56:"essential-addons-elementor/essential_adons_elementor.php";s:6:"5.4.10";s:31:"elementor-pro/elementor-pro.php";s:6:"3.16.2";}}', 'no'),
(198049, '_elementor_global_css', 'a:7:{s:4:"time";i:1695272460;s:5:"fonts";a:0:{}s:5:"icons";a:0:{}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:5:"empty";i:0;b:0;s:3:"css";s:0:"";}', 'yes'),
(198825, '_site_transient_timeout_php_check_6a93f292d9a273c004fc36e1f86d97b3', '1696681089', 'no'),
(198826, '_site_transient_php_check_6a93f292d9a273c004fc36e1f86d97b3', 'a:5:{s:19:"recommended_version";s:3:"7.4";s:15:"minimum_version";s:3:"7.0";s:12:"is_supported";b:0;s:9:"is_secure";b:0;s:13:"is_acceptable";b:0;}', 'no');

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

--
-- Table structure for table `wpfq_postmeta`
--

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

--
-- Dumping data for table `wpfq_postmeta`
--

INSERT INTO `wpfq_postmeta` VALUES
(7, 7, '_elementor_edit_mode', 'builder'),
(8, 7, '_elementor_template_type', 'kit'),
(9, 7, '_elementor_version', '3.1.4'),
(10, 7, '_elementor_pro_version', '3.2.1'),
(15, 7, '_wp_page_template', 'default'),
(16, 7, '_elementor_page_settings', 'a:15:{s:9:"site_name";s:16:"Intelligent Aqua";s:13:"custom_colors";a:7:{i:0;a:3:{s:3:"_id";s:7:"995f85e";s:5:"title";s:16:"New Global Color";s:5:"color";s:7:"#FFFFFF";}i:1;a:3:{s:3:"_id";s:7:"3fd3109";s:5:"title";s:16:"New Global Color";s:5:"color";s:7:"#262262";}i:2;a:3:{s:3:"_id";s:7:"cbd1087";s:5:"title";s:16:"New Global Color";s:5:"color";s:7:"#203264";}i:3;a:3:{s:3:"_id";s:7:"eff31dc";s:5:"title";s:16:"New Global Color";s:5:"color";s:7:"#262262";}i:4;a:3:{s:3:"_id";s:7:"0a2a356";s:5:"title";s:16:"New Global Color";s:5:"color";s:7:"#00B7B7";}i:5;a:3:{s:3:"_id";s:7:"335f4d4";s:5:"title";s:16:"New Global Color";s:5:"color";s:7:"#F8F8F8";}i:6;a:3:{s:3:"_id";s:7:"f824721";s:5:"title";s:16:"New Global Color";s:5:"color";s:7:"#FF6A00";}}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:"#000000";}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:17:"system_typography";a:4:{i:0;a:5:{s:3:"_id";s:7:"primary";s:5:"title";s:7:"Primary";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:9:"Secondary";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:4:"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:6:"Accent";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"500";}}s:17:"custom_typography";a:0:{}s:21:"default_generic_fonts";s:10:"Sans-serif";s:12:"site_favicon";a:2:{s:3:"url";s:66:"https://intelligentaqua.com.my/wp-content/uploads/2021/02/Logo.png";s:2:"id";i:33;}s:19:"page_title_selector";s:14:"h1.entry-title";s:10:"custom_css";s:33:".sub-menu-toggle {display:none;}\n";s:15:"activeItemIndex";i:1;s:26:"body_typography_typography";s:6:"custom";s:33:"link_normal_typography_typography";s:6:"custom";s:24:"h1_typography_typography";s:6:"custom";s:15:"viewport_mobile";s:0:"";s:15:"viewport_tablet";s:0:"";}'),
(27, 13, '_edit_lock', '1678157233:4'),
(28, 13, '_elementor_edit_mode', 'builder'),
(29, 13, '_elementor_template_type', 'wp-page'),
(30, 13, '_elementor_version', '3.4.4'),
(31, 13, '_elementor_pro_version', '3.4.1'),
(33, 13, '_wp_page_template', 'elementor_header_footer'),
(34, 13, '_elementor_data', '[{"id":"5e5b166","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":750,"sizes":[]},"background_background":"video","background_video_link":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/09\\/IA_video_v6_long_1.mp4","background_play_on_mobile":"yes","background_overlay_background":"classic","background_overlay_gradient_angle":{"unit":"deg","size":300,"sizes":[]},"background_overlay_opacity":{"unit":"px","size":0.8000000000000000444089209850062616169452667236328125,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_height":{"unit":"px","size":124,"sizes":[]},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_overlay_color_b":"globals\\/colors?id=eff31dc","background_overlay_color":"","shape_divider_bottom_color":"globals\\/colors?id=995f85e"},"animation":"fadeInUp","eael_parallax_layers_list":[],"background_video_fallback":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/yt1s.com-Video-Background-Stock-Footage-Free-very-practical-water-drops-into-the-water-background-video-_1080p.mp4","id":763},"shape_divider_bottom_width":{"unit":"%","size":187,"sizes":[]},"shape_divider_bottom_flip":"yes","background_overlay_color":"#00B7B7","background_overlay_color_b":"#262262","shape_divider_bottom_color":"#FFFFFF","padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"0","left":"50","isLinked":false},"custom_height_mobile":{"unit":"px","size":550,"sizes":[]},"shape_divider_bottom_width_mobile":{"unit":"%","size":210,"sizes":[]},"shape_divider_bottom_height_mobile":{"unit":"px","size":70,"sizes":[]},"padding_mobile":{"unit":"px","top":"80","right":"20","bottom":"20","left":"20","isLinked":false}},"elements":[{"id":"cdfe69c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"px","top":"0","right":"200","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"200","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}},"elements":[{"id":"4c26f34","elType":"widget","settings":{"title":"INTELLIGENT AQUA","typography_typography":"custom","typography_font_size":{"unit":"px","size":70,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","typography_font_family":"Roboto","typography_font_weight":"600","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":45,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"604536a","elType":"widget","settings":{"editor":"<p><b>Solving water issues through ingenious technology<\\/b><\\/p>","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"f842647","elType":"widget","settings":{"editor":"<p>IA is an innovative water treatment system capable of treating and purifying various types of water and wastewater.<\\/p>","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"da9269d","elType":"widget","settings":{"text":"Learn More","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/solution\\/","is_external":"","nofollow":"","custom_attributes":""},"typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=3fd3109"},"hover_animation":"float","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1f226b8","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"30","background_background":"classic","background_overlay_background":"classic","background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/clean-water-splashes-isolated-on-white.jpg","id":376},"background_overlay_opacity":{"unit":"px","size":0.11999999999999999555910790149937383830547332763671875,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":88,"sizes":[]},"shape_divider_top_above_content":"yes","shape_divider_bottom":"waves","shape_divider_bottom_height":{"unit":"px","size":106,"sizes":[]},"shape_divider_bottom_flip":"yes","shape_divider_bottom_above_content":"yes","padding":{"unit":"px","top":"100","right":"0","bottom":"100","left":"0","isLinked":false},"__globals__":{"shape_divider_top_color":"globals\\/colors?id=cbd1087","shape_divider_bottom_color":"globals\\/colors?id=cbd1087"},"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"shape_divider_bottom_width_mobile":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height_mobile":{"unit":"px","size":23,"sizes":[]},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"50","left":"20","isLinked":false}},"elements":[{"id":"b91470c","elType":"column","settings":{"_column_size":33,"_inline_size":24.56099999999999994315658113919198513031005859375,"content_position":"center","space_between_widgets":10,"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/03\\/Media2.mp4","id":1289},"_inline_size_tablet":50,"_inline_size_mobile":50,"padding_mobile":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[{"id":"8ca87af","elType":"widget","settings":{"video_type":"hosted","youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb","hosted_url":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/03\\/Media2.mp4","id":1289},"autoplay":"yes","play_on_mobile":"yes","mute":"yes","loop":"yes","controls":"","aspect_ratio":"916","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","_border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"video"}],"isInner":false},{"id":"770a101","elType":"column","settings":{"_column_size":33,"_inline_size":24.7710000000000007958078640513122081756591796875,"content_position":"center","space_between_widgets":10,"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/03\\/Media2.mp4","id":1289},"_inline_size_tablet":50,"_inline_size_mobile":50,"padding_mobile":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[{"id":"da905c5","elType":"widget","settings":{"video_type":"hosted","youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb","hosted_url":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/03\\/Media1.mp4","id":1288},"autoplay":"yes","play_on_mobile":"yes","mute":"yes","loop":"yes","controls":"","aspect_ratio":"916","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","_border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"video"}],"isInner":false},{"id":"c1df0a2","elType":"column","settings":{"_column_size":33,"_inline_size":50,"space_between_widgets":12,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"px","top":"50","right":"0","bottom":"50","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":{"unit":"px","top":"50","right":"0","bottom":"50","left":"50","isLinked":false},"animation":"fadeInRight","__globals__":{"background_color":"globals\\/colors?id=0a2a356"},"content_position":"center","_inline_size_tablet":100},"elements":[{"id":"8b0bdb3","elType":"widget","settings":{"title":"Water Treatment Plant Malaysia","header_size":"h4","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":13,"sizes":[]},"typography_font_weight":"400","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"3","isLinked":false},"align_mobile":"left","_padding_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=0a2a356"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"4e43740","elType":"widget","settings":{"title":"Revolutionary water purification technology designed in Malaysia","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"left","_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":"em","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":30,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"8b52e89","elType":"widget","settings":{"editor":"<p>Intelligent Aqua, also known as IA, is a water treatment system that adopts a hybrid concept of combining\\u00a0special blended adsorption techniques\\u00a0and\\u00a0ion exchange method\\u00a0to treat and purify contaminated and polluted water.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"125849a","elType":"widget","settings":{"text":"Learn More","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/solution\\/","is_external":"","nofollow":"","custom_attributes":""},"typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","button_text_color":"globals\\/colors?id=995f85e"},"hover_animation":"float","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"a83a131","elType":"section","settings":{"background_background":"gradient","background_color_b":"#FF6A00","padding":{"unit":"px","top":"80","right":"0","bottom":"80","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=cbd1087","background_color_b":"globals\\/colors?id=0a2a356","shape_divider_top_color":"globals\\/colors?id=eff31dc"},"background_bg_width":{"unit":"%","size":8,"sizes":[]},"shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_width":{"unit":"%","size":125,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":174,"sizes":[]},"eael_parallax_layers_list":[],"background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/03\\/business-meeting-2.jpg","id":1398},"background_position":"center center","padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false}},"elements":[{"id":"911cde3","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"d848f8c","elType":"widget","settings":{"title":"water treatment company malaysia","header_size":"h4","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":13,"sizes":[]},"typography_font_weight":"400","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"3","isLinked":false},"align_mobile":"left","_padding_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":""},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_color":"#203264","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"bb6b0f9","elType":"widget","settings":{"title":"Why choose Intelligent Aqua","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":30,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"9f4b84e","elType":"section","settings":{"structure":"30","background_color":"#FFA600","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color_b":"globals\\/colors?id=eff31dc"},"eael_parallax_layers_list":[]},"elements":[{"id":"5fbafb5","elType":"column","settings":{"_column_size":33,"_inline_size":null,"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"animation":"fadeInUp","_inline_size_tablet":100},"elements":[{"id":"45a65da","elType":"widget","settings":{"skin":"cover","bg_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/iStock-609955848-1024x683-1.jpg","id":1560},"title":"Innovative","description":"An innovative, bio-green water treatment system capable of treating various types of raw water contamination and wastewater","button":"","min-height":{"unit":"px","size":305,"sizes":[]},"title_typography_typography":"custom","title_typography_font_family":"Roboto","title_typography_font_size":{"unit":"px","size":35,"sizes":[]},"description_typography_typography":"custom","description_typography_font_family":"Open Sans","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"overlay_color":"#203264BF","_border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"_box_shadow_box_shadow_type":"yes","_box_shadow_box_shadow":{"horizontal":10,"vertical":10,"blur":0,"spread":0,"color":"#262262"},"__globals__":{"overlay_color":""},"title_typography_font_weight":"600","vertical_position":"top","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","description_typography_line_height":{"unit":"em","size":1.399999999999999911182158029987476766109466552734375,"sizes":[]},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","min-height_tablet":{"unit":"px","size":100,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":30,"sizes":[]}},"elements":[],"widgetType":"call-to-action"}],"isInner":true},{"id":"0575434","elType":"column","settings":{"_column_size":33,"_inline_size":null,"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"animation":"fadeInDown","_inline_size_tablet":100},"elements":[{"id":"6dffbee","elType":"widget","settings":{"skin":"cover","bg_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/Environment-Sustainability-scaled.jpg","id":1559},"title":"Eco-friendly","description":"IA treats the influent in a natural way where ZERO chemical is added. It is a completely sustainable water and wastewater system for both domestic and commercial use","button":"","min-height":{"unit":"px","size":305,"sizes":[]},"title_typography_typography":"custom","title_typography_font_family":"Roboto","title_typography_font_size":{"unit":"px","size":35,"sizes":[]},"description_typography_typography":"custom","description_typography_font_family":"Open Sans","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"overlay_color":"#203264BF","_border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"_box_shadow_box_shadow_type":"yes","_box_shadow_box_shadow":{"horizontal":10,"vertical":10,"blur":0,"spread":0,"color":"#262262"},"__globals__":{"overlay_color":""},"title_typography_font_weight":"600","vertical_position":"top","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","description_typography_line_height":{"unit":"em","size":1.399999999999999911182158029987476766109466552734375,"sizes":[]},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","min-height_tablet":{"unit":"px","size":100,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":30,"sizes":[]}},"elements":[],"widgetType":"call-to-action"}],"isInner":true},{"id":"2230c9c","elType":"column","settings":{"_column_size":33,"_inline_size":null,"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"animation":"fadeInUp","_inline_size_tablet":100},"elements":[{"id":"09df745","elType":"widget","settings":{"skin":"cover","bg_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/03\\/a-glass-of-water-macro-shot.jpg","id":1167},"title":"Excellent Result ","description":"IA water quality exceeds the requirements of environmental compliance and Drinking Water Guideline","button":"","title_typography_typography":"custom","title_typography_font_family":"Roboto","title_typography_font_size":{"unit":"px","size":35,"sizes":[]},"description_typography_typography":"custom","description_typography_font_family":"Open Sans","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"overlay_color":"#203264BF","_border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"_box_shadow_box_shadow_type":"yes","_box_shadow_box_shadow":{"horizontal":10,"vertical":10,"blur":0,"spread":0,"color":"#262262"},"__globals__":{"overlay_color":""},"min-height":{"unit":"px","size":305,"sizes":[]},"title_typography_font_weight":"600","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","vertical_position":"top","description_typography_line_height":{"unit":"em","size":1.399999999999999911182158029987476766109466552734375,"sizes":[]},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","min-height_tablet":{"unit":"px","size":100,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":30,"sizes":[]}},"elements":[],"widgetType":"call-to-action"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"0980e36","elType":"section","settings":{"layout":"full_width","eael_parallax_layers_list":[]},"elements":[{"id":"7b7bf2c","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":"e470052","elType":"widget","settings":{"slides":[{"heading":"","description":"","button_text":"","background_color":"#833ca3","_id":"22ede37","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/abigail-keenan-27292-scaled.jpg","id":1610},"background_ken_burns":"yes"}],"slides_height":{"unit":"px","size":560,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","slides_height_tablet":{"unit":"px","size":360,"sizes":[]}},"elements":[],"widgetType":"slides"}],"isInner":false}],"isInner":false},{"id":"57bf0c4","elType":"section","settings":{"padding":{"unit":"px","top":"30","right":"0","bottom":"0","left":"0","isLinked":false},"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water-1.jpg","id":844},"background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8000000000000000444089209850062616169452667236328125,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=995f85e"},"eael_parallax_layers_list":[],"background_position":"top center","padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true}},"elements":[{"id":"617208f","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"b539c42","elType":"widget","settings":{"title":"sewage treatment plant malaysia","header_size":"h4","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":13,"sizes":[]},"typography_font_weight":"400","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"3","isLinked":false},"align_mobile":"left","_padding_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":""},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_color":"#FFFFFF","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"0e821a8","elType":"widget","settings":{"title":"Applications","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":30,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"97d0444","elType":"widget","settings":{"editor":"<p>IA adopts the PCR approach \\u2014 <b>PURIFY, COMPLY, RECYCLE<\\/b><\\/p>","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"0cc269e","elType":"section","settings":{"padding":{"unit":"px","top":"20","right":"0","bottom":"50","left":"0","isLinked":false},"structure":"30","animation":"none","eael_parallax_layers_list":[]},"elements":[{"id":"48ad7f6","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":0,"background_color":"#FFFFFF","background_overlay_background":"classic","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"box_shadow_box_shadow":{"horizontal":0,"vertical":10,"blur":15,"spread":0,"color":"rgba(0, 0, 0, 0.1)"},"margin":{"unit":"px","top":"0","right":"15","bottom":"0","left":"0","isLinked":false},"animation":"fadeInUp","margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"15","left":"16","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"border_color":"globals\\/colors?id=eff31dc"},"background_background":"classic","box_shadow_box_shadow_type":"yes"},"elements":[{"id":"762cdb7","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/Recycle-02.jpg","id":1526},"image_size":"custom","width":{"unit":"%","size":65,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"image"},{"id":"9809d29","elType":"widget","settings":{"text":"TO PURIFY","link":{"url":"to pu","is_external":"","nofollow":"","custom_attributes":""},"typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_padding":{"unit":"px","top":"0","right":"0","bottom":"20","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","button_text_color":"globals\\/colors?id=995f85e"},"hover_animation":"float","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","align":"center","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__dynamic__":{"link":"[elementor-tag id=\\"1081bf4\\" name=\\"popup\\" settings=\\"%7B%22popup%22%3A%221331%22%7D\\"]"}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"e9f5abc","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":0,"background_color":"#FFFFFF","background_overlay_background":"classic","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"box_shadow_box_shadow":{"horizontal":0,"vertical":10,"blur":15,"spread":0,"color":"rgba(0, 0, 0, 0.1)"},"margin":{"unit":"px","top":"0","right":"15","bottom":"0","left":"0","isLinked":false},"animation":"fadeInUp","margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"15","left":"16","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"border_color":"globals\\/colors?id=eff31dc"},"background_background":"classic","box_shadow_box_shadow_type":"yes"},"elements":[{"id":"0f5c59a","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/Recycle-01.jpg","id":1525},"image_size":"custom","width":{"unit":"%","size":65,"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},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"image"},{"id":"739ca67","elType":"widget","settings":{"text":"TO COMPLY ","link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_padding":{"unit":"px","top":"0","right":"0","bottom":"20","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","button_text_color":"globals\\/colors?id=995f85e"},"hover_animation":"float","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","align":"center","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__dynamic__":{"link":"[elementor-tag id=\\"3fae930\\" name=\\"popup\\" settings=\\"%7B%22popup%22%3A%221340%22%7D\\"]"}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1982f39","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":0,"background_color":"#FFFFFF","background_overlay_background":"classic","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"box_shadow_box_shadow":{"horizontal":0,"vertical":10,"blur":15,"spread":0,"color":"rgba(0, 0, 0, 0.1)"},"margin":{"unit":"px","top":"0","right":"15","bottom":"0","left":"0","isLinked":false},"animation":"fadeInUp","margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"15","left":"16","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"border_color":"globals\\/colors?id=eff31dc"},"background_background":"classic","box_shadow_box_shadow_type":"yes"},"elements":[{"id":"4b41e26","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/Recycle-03.jpg","id":1524},"image_size":"custom","width":{"unit":"%","size":65,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"image"},{"id":"0288d16","elType":"widget","settings":{"text":"TO RECYCLE","link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_padding":{"unit":"px","top":"0","right":"0","bottom":"20","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","button_text_color":"globals\\/colors?id=995f85e"},"hover_animation":"float","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","align":"center","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__dynamic__":{"link":"[elementor-tag id=\\"9d75c67\\" name=\\"popup\\" settings=\\"%7B%22popup%22%3A%221355%22%7D\\"]"}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"8d7913c","elType":"section","settings":{"eael_parallax_layers_list":[],"padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true}},"elements":[{"id":"9547d66","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"d34fc6f","elType":"widget","settings":{"title":"FAQ","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":30,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"a48c849","elType":"widget","settings":{"eael_adv_accordion_tab":[{"eael_adv_accordion_tab_title":"What does a Water Treatment Company in Malaysia do?","_id":"6dc3323","eael_adv_accordion_tab_title_icon_new":{"value":"","library":""},"eael_adv_accordion_tab_content":"<p>A water treatment company, such as Intelligent Aqua Sdn. Bhd. (IA), carries out processes that improve water quality. Whether it\\u2019s purifying the water or treating industrial wastewater, these processes remove contaminants from polluted and contaminated water to ensure that it returns safely to the environment.<\\/p>"},{"eael_adv_accordion_tab_title":"What is the challenge of Water Technology today?","eael_adv_accordion_tab_title_icon_new":{"value":"","library":""},"eael_adv_accordion_tab_content":"<p>The global water crisis persists not due to a shortage of water treatment technologies; the real problem lies in the high costs. Thus, IA strives to be a cost-efficient solution.<\\/p>","_id":"6c858f5"},{"eael_adv_accordion_tab_title":"What is a Water Treatment Plant? ","eael_adv_accordion_tab_title_icon_new":{"value":"","library":""},"eael_adv_accordion_tab_content":"<p>A water treatment plant is a facility that combines various processes (i.e. physical, chemical and biological) to treat industrial wastewater and remove pollutants.<\\/p><p>\\u00a0<\\/p><p>IA can remove many types of dissolved and suspended contaminants, such as turbidity, biological oxygen demand (BOD), chemical oxygen demand (COD), total organic content (TOC), volatile organic compounds (VOC), disinfection byproducts (DBPs), heavy metals, and others.<\\/p>","_id":"abd3e9c"},{"eael_adv_accordion_tab_title":"What is a Sewage Treatment Plant in Malaysia?","eael_adv_accordion_tab_title_icon_new":{"value":"","library":""},"eael_adv_accordion_tab_content":"<p>Also referred to as wastewater treatment, sewage treatment removes contaminants from domestic and municipal wastewater, i.e. household sewage and industrial wastewater.<\\/p><p>\\u00a0<\\/p><p>IA treats the effluent according to the standard while ensuring its compliance with the Malaysia Department of Environment conditions.<\\/p>","_id":"778e9b6"},{"eael_adv_accordion_tab_title":"How does Municipal Wastewater Treatment work?","eael_adv_accordion_tab_title_icon_new":{"value":"","library":""},"eael_adv_accordion_tab_content":"<p>Residential and commercial wastewater contains concentrated organic wastes that are readily biodegradable in municipal wastewater treatment plants. Meeting the regulatory-driven effluent water quality criteria, IA removes pathogens, oxygen demanding compounds, and inorganic and synthetic organic chemicals during treatment<\\/p>","_id":"6e18956"}],"eael_adv_accordion_tab_title_typography_typography":"custom","eael_adv_accordion_tab_title_typography_font_family":"Roboto","eael_adv_accordion_tab_bgtype_background":"classic","eael_adv_accordion_tab_bgtype_color":"#02010100","eael_adv_accordion_tab_bgtype_active_background":"classic","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"eael_adv_accordion_tab_text_color_hover":"globals\\/colors?id=3fd3109","eael_adv_accordion_tab_icon_color_hover":"globals\\/colors?id=cbd1087","eael_adv_accordion_tab_text_color_active":"globals\\/colors?id=995f85e","eael_adv_accordion_tab_bgtype_active_color":"globals\\/colors?id=cbd1087"},"eael_adv_accordion_tab_title_typography_font_size":{"unit":"px","size":18,"sizes":[]},"eael_adv_accordion_content_typography_typography":"custom","eael_adv_accordion_content_typography_font_family":"Open Sans","eael_adv_accordion_content_typography_font_size":{"unit":"px","size":17,"sizes":[]}},"elements":[],"widgetType":"eael-adv-accordion"}],"isInner":false}],"isInner":false},{"id":"390635f","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"structure":"20","background_background":"video","background_video_link":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/FREE_-_-Water-_-Web-Background-Video-Loop-STOCK-VIDEO-FOOTAGE.mp4","background_play_on_mobile":"yes","background_overlay_background":"classic","shape_divider_top":"waves","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":127,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":0,"sizes":[]},"shape_divider_bottom_negative":"yes","__globals__":{"background_overlay_color":"globals\\/colors?id=0a2a356","shape_divider_top_color":"globals\\/colors?id=995f85e"},"eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"30","right":"50","bottom":"30","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"0","right":"20","bottom":"0","left":"20","isLinked":false}},"elements":[{"id":"f92c4d3","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"d8d88c3","elType":"widget","settings":{"title":"Contact","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","align_mobile":"left","_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":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"19d7a07","elType":"widget","settings":{"editor":"<p>Are you interested in using IA or discussing specific challenges and projects with our experts? Contact our authorised representatives \\u2013 we\\u2019re looking forward to hearing from you.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"1bf16db","elType":"widget","settings":{"text":"Contact Us","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/contact-us\\/","is_external":"","nofollow":"","custom_attributes":""},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_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":false},{"id":"d23c05a","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false}]'),
(35, 7, '_edit_lock', '1619672619:2'),
(37, 15, '_wp_attached_file', '2021/02/nasalization-rg.ttf'),
(38, 16, '_wp_attached_file', '2021/02/james-gillespie-714755-unsplash.jpg'),
(39, 16, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1067;s:6:"height";i:1600;s:4:"file";s:43:"2021/02/james-gillespie-714755-unsplash.jpg";s:5:"sizes";a:5:{s:6:"medium";a:4:{s:4:"file";s:43:"james-gillespie-714755-unsplash-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:44:"james-gillespie-714755-unsplash-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:43:"james-gillespie-714755-unsplash-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:44:"james-gillespie-714755-unsplash-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:45:"james-gillespie-714755-unsplash-1024x1536.jpg";s:5:"width";i:1024;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(40, 16, '_elementor_source_image_hash', 'fd600a690635cc7aff2edc8d4a20bd4e80f1ca92'),
(41, 17, '_elementor_edit_mode', 'builder'),
(42, 17, '_elementor_template_type', 'section'),
(43, 17, '_elementor_version', '3.1.1'),
(44, 17, '_elementor_pro_version', '3.1.0'),
(45, 17, '_elementor_data', '[{"id":"22be212b","elType":"section","settings":{"content_width":{"unit":"px","size":1040},"background_background":"classic","background_image":{"id":"16","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/james-gillespie-714755-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#000000","background_overlay_opacity":{"unit":"px","size":0.520000000000000017763568394002504646778106689453125},"text_align":"center","padding":{"unit":"px","top":"0100","right":"0","bottom":"0100","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"height":"min-height","column_position":"stretch","content_position":"bottom","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":"76b248e7","elType":"column","settings":{"_column_size":100,"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":"5326650a","elType":"section","settings":{"gap":"no","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":"4dc7bb11","elType":"column","settings":{"_column_size":100,"_inline_size":null,"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":"b764b3f","elType":"widget","settings":{"title":"Hero Image","title_color":"#cc9955","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"rem","size":0.875},"typography_font_size_mobile":{"unit":"rem","size":0.75},"typography_font_weight":"500","typography_text_transform":"uppercase","typography_letter_spacing":{"unit":"px","size":1.5},"align":"center","align_mobile":"center","_margin":{"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":[]},"elements":[],"widgetType":"heading"},{"id":"5d26c18c","elType":"widget","settings":{"headline_style":"rotate","animation_type":"drop-in","before_text":"","highlighted_text":"Amazing","rotating_text":"Innovation\\nCreativity\\nAmbition\\n","alignment_mobile":"center","tag":"h1","title_color":"#ffffff","title_typography_typography":"custom","title_typography_font_family":"Roboto","title_typography_font_size":{"unit":"rem","size":4.4000000000000003552713678800500929355621337890625},"title_typography_font_weight":"500","words_color":"#ffffff","words_typography_typography":"custom","words_typography_font_family":"Roboto","words_typography_font_weight":"500","_margin":{"unit":"px","top":"-29","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"fadeIn","_animation_delay":100,"_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":"animated-headline"},{"id":"779374c2","elType":"widget","settings":{"title":"Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br>Mauris eros dolor pellentesque sed luctus dapibus lobortis orci.","title_color":"#ffffff","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"rem","size":1.25},"typography_font_weight":"400","typography_line_height":{"unit":"em","size":1.399999999999999911182158029987476766109466552734375},"typography_letter_spacing":{"unit":"px","size":0.1499999999999999944488848768742172978818416595458984375},"_animation":"fadeIn","_animation_delay":200,"typography_font_size_mobile":{"unit":"rem","size":1},"align":"center","align_mobile":"center","_margin":{"unit":"px","top":"-16","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"},{"id":"67b37d9a","elType":"widget","settings":{"weight":{"unit":"px","size":4},"color":"#cc9955","width":{"unit":"px","size":48},"gap":{"unit":"px","size":28},"_animation":"fadeIn","_animation_delay":300,"align":"center","align_mobile":"center","icon":{"value":"fas fa-star","library":"fa-solid"},"_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":"divider"}],"isInner":true}],"isInner":true},{"id":"76cd9170","elType":"section","settings":{"gap":"narrow","structure":"20","animation":"fadeIn","animation_delay":400,"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":"6ec34f36","elType":"column","settings":{"_column_size":50,"_inline_size":50,"_inline_size_tablet":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":"41ad52","elType":"widget","settings":{"text":"Main Action","align":"right","size":"md","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"rem","size":1},"typography_font_weight":"500","button_text_color":"#ffffff","background_color":"#cc9955","hover_color":"#cc9955","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#cc9955","border_radius":{"unit":"px","top":"24","right":"24","bottom":"24","left":"24","isLinked":true},"align_mobile":"justify","icon_indent":{"unit":"px","size":8},"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":"5375abd7","elType":"column","settings":{"_column_size":50,"_inline_size":50,"_inline_size_tablet":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":"1a47878a","elType":"widget","settings":{"text":"Learn More","align":"left","size":"md","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"rem","size":1},"typography_font_weight":"500","button_text_color":"#ffffff","background_color":"rgba(222,184,135,0)","hover_color":"rgba(0,0,0,0.87)","button_background_hover_color":"#ffffff","button_hover_border_color":"#ffffff","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":"24","right":"24","bottom":"24","left":"24","isLinked":true},"align_mobile":"justify","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}]');
INSERT INTO `wpfq_postmeta` VALUES
(51, 17, '_elementor_controls_usage', 'a:6:{s:7:"heading";a:3:{s:5:"count";i:2;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:2;s:5:"align";i:2;s:12:"align_mobile";i:2;}}s:5:"style";a:1:{s:19:"section_title_style";a:9:{s:11:"title_color";i:2;s:21:"typography_typography";i:2;s:22:"typography_font_family";i:2;s:20:"typography_font_size";i:2;s:27:"typography_font_size_mobile";i:2;s:22:"typography_font_weight";i:2;s:25:"typography_text_transform";i:1;s:25:"typography_letter_spacing";i:2;s:22:"typography_line_height";i:1;}}s:8:"advanced";a:2:{s:14:"_section_style";a:1:{s:7:"_margin";i:2;}s:15:"section_effects";a:2:{s:10:"_animation";i:1;s:16:"_animation_delay";i:1;}}}}s:17:"animated-headline";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:"text_elements";a:6:{s:14:"headline_style";i:1;s:14:"animation_type";i:1;s:11:"before_text";i:1;s:13:"rotating_text";i:1;s:16:"alignment_mobile";i:1;s:3:"tag";i:1;}}s:5:"style";a:1:{s:18:"section_style_text";a:9:{s:11:"title_color";i:1;s:27:"title_typography_typography";i:1;s:28:"title_typography_font_family";i:1;s:26:"title_typography_font_size";i:1;s:28:"title_typography_font_weight";i:1;s:11:"words_color";i:1;s:27:"words_typography_typography";i:1;s:28:"words_typography_font_family";i:1;s:28:"words_typography_font_weight";i:1;}}s:8:"advanced";a:2:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}s:15:"section_effects";a:2:{s:10:"_animation";i:1;s:16:"_animation_delay";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:3:{s:6:"weight";i:1;s:5:"color";i:1;s:3:"gap";i:1;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:1;s:5:"align";i:1;s:12:"align_mobile";i:1;}}s:8:"advanced";a:1:{s:15:"section_effects";a:2:{s:10:"_animation";i:1;s:16:"_animation_delay";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:3:{s:12:"_inline_size";i:3;s:21:"space_between_widgets";i:1;s:19:"_inline_size_tablet";i:2;}}}}s:7:"section";a:3:{s:5:"count";i:3;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:3:"gap";i:2;s:13:"content_width";i:1;s:13:"custom_height";i:1;s:6:"height";i:1;s:15:"column_position";i:1;s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:2:{s:9:"animation";i:1;s:15:"animation_delay";i:1;}s:16:"section_advanced";a:1:{s:7:"padding";i:1;}}s:5:"style";a:3:{s:18:"section_background";a:6:{s:21:"background_background";i:1;s:16:"background_image";i:1;s:19:"background_position";i:1;s:21:"background_attachment";i:1;s:17:"background_repeat";i:1;s:15:"background_size";i:1;}s:26:"section_background_overlay";a:3:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:26:"background_overlay_opacity";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:2;s:15:"control_percent";i:3;s:8:"controls";a:2:{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:11:"icon_indent";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:13:{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:17:"button_text_color";i:2;s:16:"background_color";i:2;s:11:"hover_color";i:2;s:29:"button_background_hover_color";i:2;s:13:"border_border";i:2;s:12:"border_width";i:2;s:12:"border_color";i:2;s:13:"border_radius";i:2;s:25:"button_hover_border_color";i:1;}}}}}'),
(52, 17, 'envato_elements_download_event', '144-3-3a7d335f39a8579c20cdf02f8d462582-ac17855c9783813819aee676a6050d9c'),
(54, 21, 'envato_tk_manifest', 'a:7:{s:16:"manifest_version";s:6:"1.0.14";s:5:"title";s:26:"KickStart - Agency Startup";s:12:"page_builder";s:9:"elementor";s:11:"kit_version";s:5:"1.0.0";s:9:"templates";a:24:{i:0;a:9:{s:4:"name";s:11:"Page - Home";s:10:"screenshot";s:25:"screenshots/page-home.png";s:6:"source";s:24:"templates/page-home.json";s:11:"preview_url";s:62:"https://starter.creativedigital.tech/?envato_tk_templates=home";s:4:"type";s:7:"section";s:8:"category";s:4:"page";s:8:"metadata";a:3:{s:13:"template_type";s:11:"single-home";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;s:7:"imports";a:1:{i:0;a:1:{s:20:"imported_template_id";i:26;}}}i:1;a:8:{s:4:"name";s:12:"Page - About";s:10:"screenshot";s:26:"screenshots/page-about.png";s:6:"source";s:25:"templates/page-about.json";s:11:"preview_url";s:63:"https://starter.creativedigital.tech/?envato_tk_templates=about";s:4:"type";s:7:"section";s:8:"category";s:4:"page";s:8:"metadata";a:3:{s:13:"template_type";s:11:"single-home";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}i:2;a:8:{s:4:"name";s:15:"Page - Services";s:10:"screenshot";s:29:"screenshots/page-services.png";s:6:"source";s:28:"templates/page-services.json";s:11:"preview_url";s:66:"https://starter.creativedigital.tech/?envato_tk_templates=services";s:4:"type";s:4:"page";s:8:"category";s:4:"page";s:8:"metadata";a:3:{s:13:"template_type";s:11:"single-page";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}i:3;a:8:{s:4:"name";s:11:"Page - Team";s:10:"screenshot";s:25:"screenshots/page-team.png";s:6:"source";s:24:"templates/page-team.json";s:11:"preview_url";s:62:"https://starter.creativedigital.tech/?envato_tk_templates=team";s:4:"type";s:4:"page";s:8:"category";s:4:"page";s:8:"metadata";a:3:{s:13:"template_type";s:11:"single-page";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}i:4;a:8:{s:4:"name";s:14:"Page - Contact";s:10:"screenshot";s:28:"screenshots/page-contact.png";s:6:"source";s:27:"templates/page-contact.json";s:11:"preview_url";s:70:"https://starter.creativedigital.tech/?envato_tk_templates=page-contact";s:4:"type";s:4:"page";s:8:"category";s:4:"page";s:8:"metadata";a:3:{s:13:"template_type";s:11:"single-page";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}i:5;a:8:{s:4:"name";s:18:"Page - Coming Soon";s:10:"screenshot";s:32:"screenshots/page-coming-soon.png";s:6:"source";s:31:"templates/page-coming-soon.json";s:11:"preview_url";s:69:"https://starter.creativedigital.tech/?envato_tk_templates=coming-soon";s:4:"type";s:4:"page";s:8:"category";s:4:"page";s:8:"metadata";a:3:{s:13:"template_type";s:11:"single-page";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}i:6;a:8:{s:4:"name";s:10:"Page - 404";s:10:"screenshot";s:24:"screenshots/page-404.png";s:6:"source";s:23:"templates/page-404.json";s:11:"preview_url";s:61:"https://starter.creativedigital.tech/?envato_tk_templates=404";s:4:"type";s:7:"section";s:8:"category";s:4:"page";s:8:"metadata";a:3:{s:13:"template_type";s:10:"single-404";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}i:7;a:8:{s:4:"name";s:14:"Block - Header";s:10:"screenshot";s:28:"screenshots/block-header.png";s:6:"source";s:27:"templates/block-header.json";s:11:"preview_url";s:70:"https://starter.creativedigital.tech/?envato_tk_templates=block-header";s:4:"type";s:7:"section";s:8:"category";s:7:"section";s:8:"metadata";a:3:{s:13:"template_type";s:14:"section-header";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}i:8;a:8:{s:4:"name";s:14:"Block - Footer";s:10:"screenshot";s:28:"screenshots/block-footer.png";s:6:"source";s:27:"templates/block-footer.json";s:11:"preview_url";s:70:"https://starter.creativedigital.tech/?envato_tk_templates=block-footer";s:4:"type";s:7:"section";s:8:"category";s:7:"section";s:8:"metadata";a:3:{s:13:"template_type";s:14:"section-footer";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}i:9;a:8:{s:4:"name";s:12:"Block - Hero";s:10:"screenshot";s:26:"screenshots/block-hero.png";s:6:"source";s:25:"templates/block-hero.json";s:11:"preview_url";s:68:"https://starter.creativedigital.tech/?envato_tk_templates=block-hero";s:4:"type";s:7:"section";s:8:"category";s:7:"section";s:8:"metadata";a:3:{s:13:"template_type";s:12:"section-hero";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}i:10;a:8:{s:4:"name";s:13:"Block - About";s:10:"screenshot";s:27:"screenshots/block-about.png";s:6:"source";s:26:"templates/block-about.json";s:11:"preview_url";s:69:"https://starter.creativedigital.tech/?envato_tk_templates=block-about";s:4:"type";s:7:"section";s:8:"category";s:7:"section";s:8:"metadata";a:3:{s:13:"template_type";s:13:"section-about";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}i:11;a:8:{s:4:"name";s:17:"Block - Breadcumb";s:10:"screenshot";s:31:"screenshots/block-breadcumb.png";s:6:"source";s:30:"templates/block-breadcumb.json";s:11:"preview_url";s:73:"https://starter.creativedigital.tech/?envato_tk_templates=block-breadcumb";s:4:"type";s:7:"section";s:8:"category";s:7:"section";s:8:"metadata";a:3:{s:13:"template_type";s:13:"section-other";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}i:12;a:8:{s:4:"name";s:20:"Block - One Row Team";s:10:"screenshot";s:34:"screenshots/block-one-row-team.png";s:6:"source";s:33:"templates/block-one-row-team.json";s:11:"preview_url";s:74:"https://starter.creativedigital.tech/?envato_tk_templates=block-1-row-team";s:4:"type";s:7:"section";s:8:"category";s:7:"section";s:8:"metadata";a:3:{s:13:"template_type";s:12:"section-team";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}i:13;a:8:{s:4:"name";s:20:"Block - Two Row Team";s:10:"screenshot";s:34:"screenshots/block-two-row-team.png";s:6:"source";s:33:"templates/block-two-row-team.json";s:11:"preview_url";s:74:"https://starter.creativedigital.tech/?envato_tk_templates=block-2-row-team";s:4:"type";s:7:"section";s:8:"category";s:7:"section";s:8:"metadata";a:3:{s:13:"template_type";s:12:"section-team";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}i:14;a:8:{s:4:"name";s:23:"Block - One Row Service";s:10:"screenshot";s:37:"screenshots/block-one-row-service.png";s:6:"source";s:36:"templates/block-one-row-service.json";s:11:"preview_url";s:77:"https://starter.creativedigital.tech/?envato_tk_templates=block-1-row-service";s:4:"type";s:7:"section";s:8:"category";s:7:"section";s:8:"metadata";a:3:{s:13:"template_type";s:16:"section-services";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}i:15;a:8:{s:4:"name";s:23:"Block - Two Row Service";s:10:"screenshot";s:37:"screenshots/block-two-row-service.png";s:6:"source";s:36:"templates/block-two-row-service.json";s:11:"preview_url";s:77:"https://starter.creativedigital.tech/?envato_tk_templates=block-2-row-service";s:4:"type";s:7:"section";s:8:"category";s:7:"section";s:8:"metadata";a:3:{s:13:"template_type";s:16:"section-services";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}i:16;a:8:{s:4:"name";s:15:"Block - Pricing";s:10:"screenshot";s:29:"screenshots/block-pricing.png";s:6:"source";s:28:"templates/block-pricing.json";s:11:"preview_url";s:71:"https://starter.creativedigital.tech/?envato_tk_templates=block-pricing";s:4:"type";s:7:"section";s:8:"category";s:7:"section";s:8:"metadata";a:3:{s:13:"template_type";s:15:"section-pricing";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}i:17;a:8:{s:4:"name";s:14:"Block - Client";s:10:"screenshot";s:28:"screenshots/block-client.png";s:6:"source";s:27:"templates/block-client.json";s:11:"preview_url";s:70:"https://starter.creativedigital.tech/?envato_tk_templates=block-client";s:4:"type";s:7:"section";s:8:"category";s:7:"section";s:8:"metadata";a:3:{s:13:"template_type";s:15:"section-clients";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}i:18;a:8:{s:4:"name";s:23:"Block - Counter Style 1";s:10:"screenshot";s:37:"screenshots/block-counter-style-1.png";s:6:"source";s:36:"templates/block-counter-style-1.json";s:11:"preview_url";s:79:"https://starter.creativedigital.tech/?envato_tk_templates=block-counter-style-1";s:4:"type";s:7:"section";s:8:"category";s:7:"section";s:8:"metadata";a:3:{s:13:"template_type";s:13:"section-stats";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}i:19;a:8:{s:4:"name";s:23:"Block - Counter Style 2";s:10:"screenshot";s:37:"screenshots/block-counter-style-2.png";s:6:"source";s:36:"templates/block-counter-style-2.json";s:11:"preview_url";s:79:"https://starter.creativedigital.tech/?envato_tk_templates=block-counter-style-2";s:4:"type";s:7:"section";s:8:"category";s:7:"section";s:8:"metadata";a:3:{s:13:"template_type";s:13:"section-stats";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}i:20;a:8:{s:4:"name";s:19:"Block - Testimonial";s:10:"screenshot";s:33:"screenshots/block-testimonial.png";s:6:"source";s:32:"templates/block-testimonial.json";s:11:"preview_url";s:75:"https://starter.creativedigital.tech/?envato_tk_templates=block-testimonial";s:4:"type";s:7:"section";s:8:"category";s:7:"section";s:8:"metadata";a:3:{s:13:"template_type";s:19:"section-testimonial";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}i:21;a:8:{s:4:"name";s:22:"Block - Call To Action";s:10:"screenshot";s:36:"screenshots/block-call-to-action.png";s:6:"source";s:35:"templates/block-call-to-action.json";s:11:"preview_url";s:86:"https://starter.creativedigital.tech/?envato_tk_templates=block-call-to-action-style-2";s:4:"type";s:7:"section";s:8:"category";s:7:"section";s:8:"metadata";a:3:{s:13:"template_type";s:11:"section-cta";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}i:22;a:8:{s:4:"name";s:20:"Block - Contact Info";s:10:"screenshot";s:34:"screenshots/block-contact-info.png";s:6:"source";s:33:"templates/block-contact-info.json";s:11:"preview_url";s:76:"https://starter.creativedigital.tech/?envato_tk_templates=block-contact-info";s:4:"type";s:7:"section";s:8:"category";s:7:"section";s:8:"metadata";a:3:{s:13:"template_type";s:15:"section-contact";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}i:23;a:8:{s:4:"name";s:11:"Block - Map";s:10:"screenshot";s:25:"screenshots/block-map.png";s:6:"source";s:24:"templates/block-map.json";s:11:"preview_url";s:67:"https://starter.creativedigital.tech/?envato_tk_templates=block-map";s:4:"type";s:7:"section";s:8:"category";s:7:"section";s:8:"metadata";a:3:{s:13:"template_type";s:15:"section-contact";s:14:"include_in_zip";s:1:"1";s:22:"elementor_pro_required";N;}s:22:"elementor_pro_required";b:0;}}s:16:"required_plugins";a:2:{i:0;a:4:{s:4:"name";s:9:"Elementor";s:7:"version";s:6:"2.9.12";s:4:"file";s:23:"elementor/elementor.php";s:6:"author";s:13:"Elementor.com";}i:1;a:4:{s:4:"name";s:35:"Elementor - Header, Footer & Blocks";s:7:"version";s:5:"1.5.1";s:4:"file";s:51:"header-footer-elementor/header-footer-elementor.php";s:6:"author";s:31:"Brainstorm Force, Nikhil Chavan";}}s:6:"images";a:14:{i:0;a:8:{s:8:"filename";s:32:"undraw_mobile_marketing_iqbr.svg";s:13:"thumbnail_url";s:96:"https://starter.creativedigital.tech/wp-content/uploads/2020/04/undraw_mobile_marketing_iqbr.svg";s:9:"templates";a:3:{i:0;a:2:{s:6:"source";s:24:"templates/page-home.json";s:4:"name";s:11:"Page - Home";}i:1;a:2:{s:6:"source";s:25:"templates/page-about.json";s:4:"name";s:12:"Page - About";}i:2;a:2:{s:6:"source";s:26:"templates/block-about.json";s:4:"name";s:13:"Block - About";}}s:8:"filesize";i:57205;s:10:"dimensions";a:2:{i:0;i:0;i:1;i:0;}s:12:"image_source";s:3:"cc0";s:15:"person_or_place";s:2:"no";s:10:"image_urls";s:18:"https://undraw.co/";}i:1;a:8:{s:8:"filename";s:31:"team-01-03-04-01-768x1024-1.png";s:13:"thumbnail_url";s:103:"https://starter.creativedigital.tech/wp-content/uploads/2020/04/team-01-03-04-01-768x1024-1-600x800.png";s:9:"templates";a:6:{i:0;a:2:{s:6:"source";s:24:"templates/page-home.json";s:4:"name";s:11:"Page - Home";}i:1;a:2:{s:6:"source";s:25:"templates/page-about.json";s:4:"name";s:12:"Page - About";}i:2;a:2:{s:6:"source";s:24:"templates/page-team.json";s:4:"name";s:11:"Page - Team";}i:3;a:2:{s:6:"source";s:33:"templates/block-one-row-team.json";s:4:"name";s:20:"Block - One Row Team";}i:4;a:2:{s:6:"source";s:33:"templates/block-two-row-team.json";s:4:"name";s:20:"Block - Two Row Team";}i:5;a:2:{s:6:"source";s:32:"templates/block-testimonial.json";s:4:"name";s:19:"Block - Testimonial";}}s:8:"filesize";i:60289;s:10:"dimensions";a:2:{i:0;i:768;i:1;i:1024;}s:12:"image_source";s:3:"cc0";s:15:"person_or_place";s:2:"no";s:10:"image_urls";s:71:"https://www.freepik.com/free-vector/smiley-people-women-men_7301740.htm";}i:2;a:8:{s:8:"filename";s:21:"google-play-badge.png";s:13:"thumbnail_url";s:93:"https://starter.creativedigital.tech/wp-content/uploads/2020/04/google-play-badge-600x232.png";s:9:"templates";a:7:{i:0;a:2:{s:6:"source";s:24:"templates/page-home.json";s:4:"name";s:11:"Page - Home";}i:1;a:2:{s:6:"source";s:25:"templates/page-about.json";s:4:"name";s:12:"Page - About";}i:2;a:2:{s:6:"source";s:28:"templates/page-services.json";s:4:"name";s:15:"Page - Services";}i:3;a:2:{s:6:"source";s:24:"templates/page-team.json";s:4:"name";s:11:"Page - Team";}i:4;a:2:{s:6:"source";s:27:"templates/page-contact.json";s:4:"name";s:14:"Page - Contact";}i:5;a:2:{s:6:"source";s:31:"templates/page-coming-soon.json";s:4:"name";s:18:"Page - Coming Soon";}i:6;a:2:{s:6:"source";s:23:"templates/page-404.json";s:4:"name";s:10:"Page - 404";}}s:8:"filesize";i:13957;s:10:"dimensions";a:2:{i:0;i:646;i:1;i:250;}s:12:"image_source";s:3:"cc0";s:15:"person_or_place";s:2:"no";s:10:"image_urls";s:42:"https://play.google.com/intl/en_us/badges/";}i:3;a:8:{s:8:"filename";s:27:"badge-example-preferred.png";s:13:"thumbnail_url";s:91:"https://starter.creativedigital.tech/wp-content/uploads/2020/04/badge-example-preferred.png";s:9:"templates";a:7:{i:0;a:2:{s:6:"source";s:24:"templates/page-home.json";s:4:"name";s:11:"Page - Home";}i:1;a:2:{s:6:"source";s:25:"templates/page-about.json";s:4:"name";s:12:"Page - About";}i:2;a:2:{s:6:"source";s:28:"templates/page-services.json";s:4:"name";s:15:"Page - Services";}i:3;a:2:{s:6:"source";s:24:"templates/page-team.json";s:4:"name";s:11:"Page - Team";}i:4;a:2:{s:6:"source";s:27:"templates/page-contact.json";s:4:"name";s:14:"Page - Contact";}i:5;a:2:{s:6:"source";s:31:"templates/page-coming-soon.json";s:4:"name";s:18:"Page - Coming Soon";}i:6;a:2:{s:6:"source";s:23:"templates/page-404.json";s:4:"name";s:10:"Page - 404";}}s:8:"filesize";i:6983;s:10:"dimensions";a:2:{i:0;i:160;i:1;i:54;}s:12:"image_source";s:3:"cc0";s:15:"person_or_place";s:2:"no";s:10:"image_urls";s:59:"https://developer.apple.com/app-store/marketing/guidelines/";}i:4;a:8:{s:8:"filename";s:26:"team-01-01-1536x2048-1.png";s:13:"thumbnail_url";s:98:"https://starter.creativedigital.tech/wp-content/uploads/2020/04/team-01-01-1536x2048-1-600x800.png";s:9:"templates";a:4:{i:0;a:2:{s:6:"source";s:25:"templates/page-about.json";s:4:"name";s:12:"Page - About";}i:1;a:2:{s:6:"source";s:24:"templates/page-team.json";s:4:"name";s:11:"Page - Team";}i:2;a:2:{s:6:"source";s:33:"templates/block-one-row-team.json";s:4:"name";s:20:"Block - One Row Team";}i:3;a:2:{s:6:"source";s:33:"templates/block-two-row-team.json";s:4:"name";s:20:"Block - Two Row Team";}}s:8:"filesize";i:160773;s:10:"dimensions";a:2:{i:0;i:1536;i:1;i:2048;}s:12:"image_source";s:3:"cc0";s:15:"person_or_place";s:2:"no";s:10:"image_urls";s:71:"https://www.freepik.com/free-vector/smiley-people-women-men_7301740.htm";}i:5;a:8:{s:8:"filename";s:28:"team-01-03-01-768x1024-1.png";s:13:"thumbnail_url";s:100:"https://starter.creativedigital.tech/wp-content/uploads/2020/04/team-01-03-01-768x1024-1-600x800.png";s:9:"templates";a:4:{i:0;a:2:{s:6:"source";s:25:"templates/page-about.json";s:4:"name";s:12:"Page - About";}i:1;a:2:{s:6:"source";s:24:"templates/page-team.json";s:4:"name";s:11:"Page - Team";}i:2;a:2:{s:6:"source";s:33:"templates/block-one-row-team.json";s:4:"name";s:20:"Block - One Row Team";}i:3;a:2:{s:6:"source";s:33:"templates/block-two-row-team.json";s:4:"name";s:20:"Block - Two Row Team";}}s:8:"filesize";i:89620;s:10:"dimensions";a:2:{i:0;i:768;i:1;i:1024;}s:12:"image_source";s:3:"cc0";s:15:"person_or_place";s:2:"no";s:10:"image_urls";s:71:"https://www.freepik.com/free-vector/smiley-people-women-men_7301740.htm";}i:6;a:8:{s:8:"filename";s:10:"logo-1.svg";s:13:"thumbnail_url";s:74:"https://starter.creativedigital.tech/wp-content/uploads/2020/04/logo-1.svg";s:9:"templates";a:3:{i:0;a:2:{s:6:"source";s:25:"templates/page-about.json";s:4:"name";s:12:"Page - About";}i:1;a:2:{s:6:"source";s:24:"templates/page-team.json";s:4:"name";s:11:"Page - Team";}i:2;a:2:{s:6:"source";s:27:"templates/block-client.json";s:4:"name";s:14:"Block - Client";}}s:8:"filesize";i:2222;s:10:"dimensions";a:2:{i:0;i:0;i:1;i:0;}s:12:"image_source";s:3:"cc0";s:15:"person_or_place";s:2:"no";s:10:"image_urls";s:22:"https://logoipsum.com/";}i:7;a:8:{s:8:"filename";s:10:"logo-2.svg";s:13:"thumbnail_url";s:74:"https://starter.creativedigital.tech/wp-content/uploads/2020/04/logo-2.svg";s:9:"templates";a:3:{i:0;a:2:{s:6:"source";s:25:"templates/page-about.json";s:4:"name";s:12:"Page - About";}i:1;a:2:{s:6:"source";s:24:"templates/page-team.json";s:4:"name";s:11:"Page - Team";}i:2;a:2:{s:6:"source";s:27:"templates/block-client.json";s:4:"name";s:14:"Block - Client";}}s:8:"filesize";i:3689;s:10:"dimensions";a:2:{i:0;i:0;i:1;i:0;}s:12:"image_source";s:3:"cc0";s:15:"person_or_place";s:2:"no";s:10:"image_urls";s:22:"https://logoipsum.com/";}i:8;a:8:{s:8:"filename";s:10:"logo-3.svg";s:13:"thumbnail_url";s:74:"https://starter.creativedigital.tech/wp-content/uploads/2020/04/logo-3.svg";s:9:"templates";a:3:{i:0;a:2:{s:6:"source";s:25:"templates/page-about.json";s:4:"name";s:12:"Page - About";}i:1;a:2:{s:6:"source";s:24:"templates/page-team.json";s:4:"name";s:11:"Page - Team";}i:2;a:2:{s:6:"source";s:27:"templates/block-client.json";s:4:"name";s:14:"Block - Client";}}s:8:"filesize";i:5116;s:10:"dimensions";a:2:{i:0;i:0;i:1;i:0;}s:12:"image_source";s:3:"cc0";s:15:"person_or_place";s:2:"no";s:10:"image_urls";s:22:"https://logoipsum.com/";}i:9;a:8:{s:8:"filename";s:10:"logo-7.svg";s:13:"thumbnail_url";s:74:"https://starter.creativedigital.tech/wp-content/uploads/2020/04/logo-7.svg";s:9:"templates";a:3:{i:0;a:2:{s:6:"source";s:25:"templates/page-about.json";s:4:"name";s:12:"Page - About";}i:1;a:2:{s:6:"source";s:24:"templates/page-team.json";s:4:"name";s:11:"Page - Team";}i:2;a:2:{s:6:"source";s:27:"templates/block-client.json";s:4:"name";s:14:"Block - Client";}}s:8:"filesize";i:2910;s:10:"dimensions";a:2:{i:0;i:0;i:1;i:0;}s:12:"image_source";s:3:"cc0";s:15:"person_or_place";s:2:"no";s:10:"image_urls";s:22:"https://logoipsum.com/";}i:10;a:8:{s:8:"filename";s:10:"logo-4.svg";s:13:"thumbnail_url";s:74:"https://starter.creativedigital.tech/wp-content/uploads/2020/04/logo-4.svg";s:9:"templates";a:3:{i:0;a:2:{s:6:"source";s:25:"templates/page-about.json";s:4:"name";s:12:"Page - About";}i:1;a:2:{s:6:"source";s:24:"templates/page-team.json";s:4:"name";s:11:"Page - Team";}i:2;a:2:{s:6:"source";s:27:"templates/block-client.json";s:4:"name";s:14:"Block - Client";}}s:8:"filesize";i:2187;s:10:"dimensions";a:2:{i:0;i:0;i:1;i:0;}s:12:"image_source";s:3:"cc0";s:15:"person_or_place";s:2:"no";s:10:"image_urls";s:22:"https://logoipsum.com/";}i:11;a:8:{s:8:"filename";s:11:"logo-11.svg";s:13:"thumbnail_url";s:75:"https://starter.creativedigital.tech/wp-content/uploads/2020/04/logo-11.svg";s:9:"templates";a:3:{i:0;a:2:{s:6:"source";s:25:"templates/page-about.json";s:4:"name";s:12:"Page - About";}i:1;a:2:{s:6:"source";s:24:"templates/page-team.json";s:4:"name";s:11:"Page - Team";}i:2;a:2:{s:6:"source";s:27:"templates/block-client.json";s:4:"name";s:14:"Block - Client";}}s:8:"filesize";i:666;s:10:"dimensions";a:2:{i:0;i:0;i:1;i:0;}s:12:"image_source";s:3:"cc0";s:15:"person_or_place";s:2:"no";s:10:"image_urls";s:22:"https://logoipsum.com/";}i:12;a:8:{s:8:"filename";s:28:"undraw_Outer_space_drqu2.svg";s:13:"thumbnail_url";s:92:"https://starter.creativedigital.tech/wp-content/uploads/2020/04/undraw_Outer_space_drqu2.svg";s:9:"templates";a:1:{i:0;a:2:{s:6:"source";s:31:"templates/page-coming-soon.json";s:4:"name";s:18:"Page - Coming Soon";}}s:8:"filesize";i:12581;s:10:"dimensions";a:2:{i:0;i:0;i:1;i:0;}s:12:"image_source";s:3:"cc0";s:15:"person_or_place";s:2:"no";s:10:"image_urls";s:18:"https://undraw.co/";}i:13;a:8:{s:8:"filename";s:31:"undraw_page_not_found_su7k2.svg";s:13:"thumbnail_url";s:95:"https://starter.creativedigital.tech/wp-content/uploads/2020/04/undraw_page_not_found_su7k2.svg";s:9:"templates";a:1:{i:0;a:2:{s:6:"source";s:23:"templates/page-404.json";s:4:"name";s:10:"Page - 404";}}s:8:"filesize";i:21104;s:10:"dimensions";a:2:{i:0;i:0;i:1;i:0;}s:12:"image_source";s:3:"cc0";s:15:"person_or_place";s:2:"no";s:10:"image_urls";s:18:"https://undraw.co/";}}}'),
(55, 21, 'envato_tk_folder_name', 'bb4290814ca15c5897b007ca1d65e79e'),
(56, 21, 'envato_tk_builder', 'elementor'),
(57, 21, 'envato_elements_download_event', 'K988KKB'),
(59, 22, '_wp_attached_file', '2021/02/undraw_mobile_marketing_iqbr.svg'),
(60, 22, '_elementor_source_image_hash', 'ffafeb68527dc274c97613ff06012535e95ed3b3'),
(61, 23, '_wp_attached_file', '2021/02/team-01-03-04-01-768x1024-1.png'),
(62, 23, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:768;s:6:"height";i:1024;s:4:"file";s:39:"2021/02/team-01-03-04-01-768x1024-1.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:39:"team-01-03-04-01-768x1024-1-225x300.png";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:39:"team-01-03-04-01-768x1024-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:{}}}'),
(63, 23, '_elementor_source_image_hash', 'b8f1745b62e7d500e6f2f4d615919fc6ecaffb2e'),
(64, 24, '_wp_attached_file', '2021/02/google-play-badge.png'),
(65, 24, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:646;s:6:"height";i:250;s:4:"file";s:29:"2021/02/google-play-badge.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:29:"google-play-badge-300x116.png";s:5:"width";i:300;s:6:"height";i:116;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:29:"google-play-badge-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:{}}}'),
(66, 24, '_elementor_source_image_hash', '771fec7d90fdf79c59a3369b38a37a9c7baaf715'),
(67, 25, '_wp_attached_file', '2021/02/badge-example-preferred.png'),
(68, 25, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:160;s:6:"height";i:54;s:4:"file";s:35:"2021/02/badge-example-preferred.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"badge-example-preferred-150x54.png";s:5:"width";i:150;s:6:"height";i:54;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:{}}}'),
(69, 25, '_elementor_source_image_hash', '2cf661b694796fbf51c51afc47f524c21486615c'),
(70, 26, '_elementor_edit_mode', 'builder'),
(71, 26, '_elementor_template_type', 'section'),
(72, 26, '_elementor_version', '3.1.1'),
(73, 26, '_elementor_pro_version', '3.1.0'),
(74, 26, '_elementor_data', '[{"id":"3b65a376","elType":"section","settings":{"structure":"30","content_position":"middle","background_background":"classic","z_index":99,"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":"58d6a365","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":[{"id":"722658ce","elType":"widget","settings":{"heading_text_align":"left","heading_typography_typography":"custom","heading_typography_font_family":"Nunito","heading_typography_font_size":{"unit":"px","size":24,"sizes":[]},"heading_typography_font_weight":"700","heading_typography_line_height":{"unit":"px","size":68,"sizes":[]},"heading_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"heading_color":"#FFFFFF","heading_text_align_mobile":"center","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":"hfe-site-title"}],"isInner":false},{"id":"3afacb0c","elType":"column","settings":{"_column_size":33,"_inline_size":49.33200000000000073896444519050419330596923828125,"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":"4e8449e4","elType":"widget","settings":{"menu":"primary","navmenu_align":"center","menu_typography_typography":"custom","menu_typography_font_size":{"unit":"px","size":15,"sizes":[]},"menu_typography_font_weight":"700","menu_typography_line_height":{"unit":"px","size":24,"sizes":[]},"menu_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"color_menu_item":"#FFFFFF","color_menu_item_hover":"#3C4858","dropdown_typography_typography":"custom","_padding":{"unit":"px","top":"8","right":"0","bottom":"0","left":"0","isLinked":false},"menu_typography_font_family":"Nunito","color_dropdown_item":"#FFFFFF","background_color_dropdown_item":"#3C4858","color_dropdown_item_hover":"#2F55D4","background_color_dropdown_item_hover":"#3C4858","toggle_color":"#FFFFFF","toggle_size_mobile":{"unit":"px","size":24,"sizes":[]},"_margin_mobile":{"unit":"px","top":"-45","right":"0","bottom":"0","left":"0","isLinked":false},"color_menu_item_active":"#FFFFFF","dropdown_icon":{"value":"fas fa-align-justify","library":"fa-solid"},"dropdown_close_icon":{"value":"far fa-window-close","library":"fa-regular"},"all_background_color_image":{"url":"","id":""},"all_background_color_image_tablet":{"url":"","id":""},"all_background_color_image_mobile":{"url":"","id":""},"all_background_color_video_fallback":{"url":"","id":""},"all_background_color_slideshow_gallery":[],"all_background_hover_color_image":{"url":"","id":""},"all_background_hover_color_image_tablet":{"url":"","id":""},"all_background_hover_color_image_mobile":{"url":"","id":""},"all_background_hover_color_video_fallback":{"url":"","id":""},"all_background_hover_color_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":"navigation-menu"}],"isInner":false},{"id":"784c7e36","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":[{"id":"1dfd032b","elType":"widget","settings":{"text":"Buy Now","align":"right","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0.5,"sizes":[]},"button_text_color":"#3C4858","background_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"border_color":"#3C4858","border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"hover_animation":"pulse","align_mobile":"justify","_margin_mobile":{"unit":"px","top":"-13","right":"0","bottom":"0","left":"0","isLinked":false},"size":"md","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":false}],"isInner":false},{"id":"6f9c60f6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"vh","size":95,"sizes":[]},"background_background":"classic","background_color":"#2F55D4","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"shape_divider_bottom":"wave-brush","margin":{"unit":"px","top":"-90","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false},"margin_tablet":{"unit":"px","top":"-90","right":0,"bottom":"0","left":0,"isLinked":false},"margin_mobile":{"unit":"px","top":"-216","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":"698a57ca","elType":"column","settings":{"_column_size":100,"_inline_size":null,"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":"28b6b40e","elType":"widget","settings":{"title":"KickStart","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":68,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"_margin_mobile":{"unit":"px","top":"200","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"},{"id":"2a5ddd3b","elType":"widget","settings":{"editor":"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ea est praesentium modi<br> veritatis tenetur quaerat?","align":"center","text_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":17,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_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":"text-editor"},{"id":"4de6851c","elType":"widget","settings":{"text":"Get Started","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"700","button_text_color":"#3C4858","background_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"hover_animation":"pulse-shrink","align":"center","_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"size":"md","_animation":"pulse","_animation_delay":500,"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"11","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"justify","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":false}],"isInner":false},{"id":"6b9ad000","elType":"section","settings":{"structure":"20","background_background":"classic","background_color":"#FFFFFF","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"gap":"wider","content_position":"middle","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":"9208f84","elType":"column","settings":{"_column_size":50,"_inline_size":50,"margin":{"unit":"px","top":"100","right":"0","bottom":"100","left":"0","isLinked":false},"content_position":"center","margin_tablet":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"margin_mobile":{"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":[],"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":"3af23ee9","elType":"widget","settings":{"image":{"id":"22","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/undraw_mobile_marketing_iqbr.svg"},"image_size":"full","align":"left","_animation":"zoomIn","_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":false},{"id":"3f7b5802","elType":"column","settings":{"_column_size":50,"_inline_size":50,"space_between_widgets":12,"margin":{"unit":"px","top":"100","right":"0","bottom":"100","left":"0","isLinked":false},"margin_tablet":{"unit":"px","top":"50","right":"0","bottom":"50","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},"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":"638412f5","elType":"widget","settings":{"title":"About Us","header_size":"h4","title_color":"#000000","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"3","isLinked":false},"align_mobile":"center","_padding_mobile":{"unit":"em","top":"3","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"},{"id":"5fd655bc","elType":"widget","settings":{"title":"Learn More ahead with KickStart.","align":"left","title_color":"#000000","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"center","_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":"em","top":"0","right":"1","bottom":"0","left":"1","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":"2413df80","elType":"widget","settings":{"editor":"<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.<\\/p>","align":"left","text_color":"#3C4858","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":17,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"-6","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"0","left":"16","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":"64516758","elType":"widget","settings":{"icon_list":[{"text":"Grow your Business With Kickstart","selected_icon":{"value":"fas fa-check-square","library":"fa-solid"},"link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"_id":"60296f8"},{"text":"Get instant Support, 24\\/7","selected_icon":{"value":"fas fa-check-square","library":"fa-solid"},"link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"_id":"06efca2"},{"text":"100+ Emplyess 10+ Years Experience","selected_icon":{"value":"fas fa-check-square","library":"fa-solid"},"link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"_id":"3752488"}],"icon_align":"left","icon_color":"#2F55D4","icon_size":{"unit":"px","size":25,"sizes":[]},"text_color":"#3C4858","text_indent":{"unit":"px","size":3,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Nunito","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_font_weight":"600","_margin":{"unit":"px","top":"-16","right":"0","bottom":"0","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_typography_line_height":{"unit":"px","size":27,"sizes":[]},"icon_align_mobile":"left","icon_self_align_mobile":"left","_padding_mobile":{"unit":"em","top":"0","right":"2","bottom":"0","left":"2","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":"icon-list"},{"id":"69bb0239","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"20","padding":{"unit":"px","top":"8","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":"10e4f340","elType":"column","settings":{"_column_size":50,"_inline_size":40,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"em","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_tablet":60,"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":"38c87d10","elType":"widget","settings":{"text":"Learn More","selected_icon":{"value":"fas fa-expand-alt","library":"fa-solid"},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"700","button_text_color":"#3C4858","background_color":"#FFFFFF","hover_animation":"pulse","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"em","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#3C4858","align_mobile":"justify","_margin_mobile":{"unit":"px","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"text_padding":{"unit":"em","top":"1","right":"2","bottom":"1","left":"2","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":"button"}],"isInner":true},{"id":"4ec6ab96","elType":"column","settings":{"_column_size":50,"_inline_size":60.0619999999999976125764078460633754730224609375,"padding":{"unit":"px","top":"0","right":"2","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":"8c5be6c","elType":"widget","settings":{"text":"Contact Us","selected_icon":{"value":"far fa-user","library":"fa-regular"},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#2F55D4","hover_animation":"pulse-grow","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#2F55D4","align_mobile":"justify","_margin_tablet":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_mobile":{"unit":"px","top":"10","right":"10","bottom":"0","left":"10","isLinked":false},"text_padding":{"unit":"em","top":"1","right":"2","bottom":"1","left":"2","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":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"1fb65fae","elType":"section","settings":{"gap":"no","background_background":"classic","background_color":"#000000","background_position":"center right","margin":{"unit":"px","top":"60","right":0,"bottom":"60","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":"4a376c98","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":"58f579e","elType":"section","settings":{"structure":"40","padding":{"unit":"px","top":"100","right":"0","bottom":"100","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":"59ec7615","elType":"column","settings":{"_column_size":25,"_inline_size":null,"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":"41833a0e","elType":"widget","settings":{"ending_number":18,"suffix":"K","title":"Happy Clients","number_color":"#FFFFFF","typography_number_typography":"custom","typography_number_font_family":"Nunito Sans","typography_number_font_size":{"unit":"px","size":60,"sizes":[]},"typography_number_font_weight":"bold","title_color":"#FFFFFF","typography_title_typography":"custom","typography_title_font_family":"Nunito","typography_title_font_size":{"unit":"px","size":18,"sizes":[]},"typography_title_font_weight":"600","typography_title_line_height":{"unit":"px","size":31,"sizes":[]},"_animation":"pulse","_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":"counter"}],"isInner":true},{"id":"1a9cc48","elType":"column","settings":{"_column_size":25,"_inline_size":null,"margin_mobile":{"unit":"px","top":"10","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":"78a7ee16","elType":"widget","settings":{"ending_number":95,"suffix":"+","title":"Trustes Company","number_color":"#FFFFFF","typography_number_typography":"custom","typography_number_font_family":"Nunito Sans","typography_number_font_size":{"unit":"px","size":60,"sizes":[]},"typography_number_font_weight":"bold","title_color":"#FFFFFF","typography_title_typography":"custom","typography_title_font_family":"Nunito","typography_title_font_size":{"unit":"px","size":18,"sizes":[]},"typography_title_font_weight":"600","typography_title_line_height":{"unit":"px","size":31,"sizes":[]},"_animation":"rubberBand","_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":"counter"}],"isInner":true},{"id":"9f0ddc1","elType":"column","settings":{"_column_size":25,"_inline_size":null,"margin_mobile":{"unit":"px","top":"10","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":"956126c","elType":"widget","settings":{"ending_number":140,"suffix":"+","title":"Experienced Employees","number_color":"#FFFFFF","typography_number_typography":"custom","typography_number_font_family":"Nunito Sans","typography_number_font_size":{"unit":"px","size":60,"sizes":[]},"typography_number_font_weight":"bold","title_color":"#FFFFFF","typography_title_typography":"custom","typography_title_font_family":"Nunito","typography_title_font_size":{"unit":"px","size":18,"sizes":[]},"typography_title_font_weight":"600","typography_title_line_height":{"unit":"px","size":31,"sizes":[]},"_animation":"pulse","_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":"counter"}],"isInner":true},{"id":"80ef739","elType":"column","settings":{"_column_size":25,"_inline_size":null,"margin_mobile":{"unit":"px","top":"10","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":"1db2f992","elType":"widget","settings":{"ending_number":23,"suffix":"K","title":"Projects Done","number_color":"#FFFFFF","typography_number_typography":"custom","typography_number_font_family":"Nunito Sans","typography_number_font_size":{"unit":"px","size":60,"sizes":[]},"typography_number_font_weight":"bold","title_color":"#FFFFFF","typography_title_typography":"custom","typography_title_font_family":"Nunito","typography_title_font_size":{"unit":"px","size":18,"sizes":[]},"typography_title_font_weight":"600","typography_title_line_height":{"unit":"px","size":31,"sizes":[]},"_animation":"rubberBand","_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":"counter"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6415a1b6","elType":"section","settings":{"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":"33b3fda6","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":10,"padding":{"unit":"px","top":"60","right":"0","bottom":"60","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":"e3f10ad","elType":"widget","settings":{"title":"Our Service","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"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"},{"id":"2943518b","elType":"widget","settings":{"editor":"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ea est praesentium modi<br> veritatis tenetur quaerat?","align":"center","text_color":"#3C4858","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":17,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_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":"text-editor"},{"id":"33ea6678","elType":"section","settings":{"structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"animation":"none","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":"6ecaf9e9","elType":"column","settings":{"_column_size":25,"_inline_size":25,"space_between_widgets":15,"background_background":"classic","background_color":"#FFFFFF","background_overlay_background":"classic","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":10,"blur":15,"spread":0,"color":"rgba(0, 0, 0, 0.1)"},"margin":{"unit":"px","top":"0","right":"15","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"30","right":"30","bottom":"10","left":"30","isLinked":false},"animation":"fadeInLeft","margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"15","left":"16","isLinked":false},"padding_mobile":{"unit":"px","top":"30","right":"30","bottom":"010","left":"30","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":"a3b005b","elType":"widget","settings":{"selected_icon":{"value":"fab fa-google-play","library":"fa-brands"},"view":"stacked","shape":"square","align":"left","primary_color":"#2F55D4","secondary_color":"#FFFFFF","hover_animation":"pulse","size":{"unit":"px","size":28,"sizes":[]},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"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":"icon"},{"id":"17228da","elType":"widget","settings":{"title":"Android App","title_color":"#000000","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":27,"sizes":[]},"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":"66e6babb","elType":"widget","settings":{"editor":"<p>Praesentium quis, nisi rerum accusantium quibusdam esse quibusdam.<\\/p>","text_color":"#3C4858","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":26,"sizes":[]},"_margin":{"unit":"px","top":"-5","right":"0","bottom":"0","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":"text-editor"}],"isInner":true},{"id":"39d242f9","elType":"column","settings":{"_column_size":25,"_inline_size":25,"space_between_widgets":15,"background_background":"classic","background_color":"#FFFFFF","background_overlay_background":"classic","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":10,"blur":15,"spread":0,"color":"rgba(0, 0, 0, 0.1)"},"margin":{"unit":"px","top":"0","right":"15","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"30","right":"30","bottom":"10","left":"30","isLinked":false},"animation":"fadeInLeft","animation_delay":200,"margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"15","left":"16","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":"1b9fce90","elType":"widget","settings":{"selected_icon":{"value":"fab fa-apple","library":"fa-brands"},"view":"stacked","shape":"square","align":"left","primary_color":"#2F55D4","secondary_color":"#FFFFFF","hover_animation":"pulse","size":{"unit":"px","size":28,"sizes":[]},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"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":"icon"},{"id":"d6122db","elType":"widget","settings":{"title":"Apple App","title_color":"#000000","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":27,"sizes":[]},"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":"34cad5a6","elType":"widget","settings":{"editor":"<p>Praesentium quis, nisi rerum accusantium quibusdam esse quibusdam.<\\/p>","text_color":"#3C4858","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":26,"sizes":[]},"_margin":{"unit":"px","top":"-5","right":"0","bottom":"0","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":"text-editor"}],"isInner":true},{"id":"73b210fc","elType":"column","settings":{"_column_size":25,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_color":"#FFFFFF","background_overlay_background":"classic","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":10,"blur":15,"spread":0,"color":"rgba(0, 0, 0, 0.1)"},"margin":{"unit":"px","top":"0","right":"15","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"30","right":"30","bottom":"10","left":"30","isLinked":false},"animation":"fadeInLeft","animation_delay":400,"margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"15","left":"16","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":"3bafef35","elType":"widget","settings":{"selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"view":"stacked","shape":"square","align":"left","primary_color":"#2F55D4","secondary_color":"#FFFFFF","hover_animation":"pulse","size":{"unit":"px","size":28,"sizes":[]},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"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":"icon"},{"id":"742ff46e","elType":"widget","settings":{"title":"Digital Marketing","title_color":"#000000","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":27,"sizes":[]},"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":"601b0677","elType":"widget","settings":{"editor":"<p>Praesentium quis, nisi rerum accusantium quibusdam esse quibusdam.<\\/p>","text_color":"#3C4858","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":26,"sizes":[]},"_margin":{"unit":"px","top":"-5","right":"0","bottom":"0","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":"text-editor"}],"isInner":true},{"id":"656875f6","elType":"column","settings":{"_column_size":25,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_color":"#FFFFFF","background_overlay_background":"classic","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":10,"blur":15,"spread":0,"color":"rgba(0, 0, 0, 0.1)"},"margin":{"unit":"px","top":"0","right":"15","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"30","right":"30","bottom":"10","left":"30","isLinked":false},"animation":"fadeInLeft","animation_delay":600,"margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"0","left":"16","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":"51403df0","elType":"widget","settings":{"selected_icon":{"value":"fas fa-rocket","library":"fa-solid"},"view":"stacked","shape":"square","align":"left","primary_color":"#2F55D4","secondary_color":"#FFFFFF","hover_animation":"pulse","size":{"unit":"px","size":28,"sizes":[]},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"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":"icon"},{"id":"65f603a0","elType":"widget","settings":{"title":"Seo Optimization","title_color":"#000000","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":27,"sizes":[]},"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":"574732e1","elType":"widget","settings":{"editor":"<p>Praesentium quis, nisi rerum accusantium quibusdam esse quibusdam.<\\/p>","text_color":"#3C4858","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":26,"sizes":[]},"_margin":{"unit":"px","top":"-5","right":"0","bottom":"0","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":"text-editor"}],"isInner":true}],"isInner":true},{"id":"64bcc6db","elType":"widget","settings":{"text":"View More","selected_icon":{"value":"far fa-arrow-alt-circle-down","library":"fa-regular"},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#2F55D4","hover_animation":"pulse-grow","align":"center","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"justify","_margin_mobile":{"unit":"px","top":"0","right":"10","bottom":"0","left":"10","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":"button"}],"isInner":false}],"isInner":false},{"id":"1f09e29a","elType":"section","settings":{"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":"4282cc7a","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":10,"padding":{"unit":"px","top":"60","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":"30c8f74f","elType":"widget","settings":{"title":"Pricing","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"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"},{"id":"1ac6206e","elType":"widget","settings":{"editor":"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ea est praesentium modi<br \\/>veritatis tenetur quaerat?<\\/p>","align":"center","text_color":"#3C4858","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":17,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_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":"text-editor"}],"isInner":false}],"isInner":false},{"id":"7ecef5d","elType":"section","settings":{"gap":"no","structure":"30","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":"53551cd1","elType":"column","settings":{"_column_size":33,"_inline_size":null,"padding":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":10,"blur":15,"spread":0,"color":"rgba(0, 0, 0, 0.1)"},"margin":{"unit":"px","top":"40","right":"20","bottom":"60","left":"0","isLinked":false},"animation":"fadeInLeft","animation_delay":100,"margin_mobile":{"unit":"px","top":"0","right":"015","bottom":"15","left":"15","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":"659ff396","elType":"section","settings":{"structure":"20","gap":"no","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":"2e974aa1","elType":"column","settings":{"_column_size":50,"_inline_size":null,"_inline_size_tablet":70,"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":"2f014607","elType":"widget","settings":{"title":"$19","title_color":"#3C4858","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":"","sizes":[]},"align":"left","_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"_animation":"pulse","_animation_delay":300,"align_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":[]},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"6fe2f0f8","elType":"column","settings":{"_column_size":50,"_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},"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":"637ec431","elType":"widget","settings":{"title":"Basic","title_color":"#3C4858","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":22.5,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"4","right":"0","bottom":"0","left":"8","isLinked":false},"align":"left","link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"align_mobile":"center","_margin_mobile":{"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":[]},"elements":[],"widgetType":"heading"},{"id":"470f04d3","elType":"widget","settings":{"title":"Fare","title_color":"#3C4858","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"400","typography_line_height":{"unit":"px","size":22.5,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"4","right":"0","bottom":"0","left":"8","isLinked":false},"align":"left","link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"align_mobile":"center","_margin_mobile":{"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":[]},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"747ed31f","elType":"widget","settings":{"editor":"<p>Lorem ipsum sit dolor amet is a dummy<br \\/>text used by the typographers and the web industry.<\\/p>","text_color":"#3C4858","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"400","typography_line_height":{"unit":"px","size":21,"sizes":[]},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"center","_margin_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":[]},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"327e02e6","elType":"column","settings":{"_column_size":33,"_inline_size":null,"padding":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"background_background":"classic","background_color":"#2F55D4","box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":5,"vertical":20,"blur":15,"spread":5,"color":"rgba(0, 0, 0, 0.3)"},"margin":{"unit":"px","top":"40","right":"20","bottom":"60","left":"0","isLinked":false},"animation":"fadeInLeft","animation_delay":300,"margin_mobile":{"unit":"px","top":"0","right":"15","bottom":"15","left":"15","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":"10003144","elType":"section","settings":{"structure":"20","gap":"no","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":"15744b58","elType":"column","settings":{"_column_size":50,"_inline_size":null,"_inline_size_tablet":70,"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":"5f3df8a5","elType":"widget","settings":{"title":"$39","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":"","sizes":[]},"align":"left","_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"8","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"}],"isInner":true},{"id":"1d18297d","elType":"column","settings":{"_column_size":50,"_inline_size":null,"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":"12d144b2","elType":"widget","settings":{"title":"Premium","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":22.5,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"4","right":"0","bottom":"0","left":"8","isLinked":false},"align":"left","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":"2b357bd5","elType":"widget","settings":{"title":"Discover","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"400","typography_line_height":{"unit":"px","size":22.5,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"4","right":"0","bottom":"0","left":"8","isLinked":false},"align":"left","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":"f5c792c","elType":"widget","settings":{"text":"Get Started","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"700","button_text_color":"#3C4858","background_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"hover_animation":"pulse-shrink","align":"center","_padding":{"unit":"px","top":"30","right":"0","bottom":"0","left":"0","isLinked":false},"size":"md","_animation":"pulse","_animation_delay":500,"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"11","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"justify","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":false},{"id":"33232f8b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"padding":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":10,"blur":15,"spread":0,"color":"rgba(0, 0, 0, 0.1)"},"margin":{"unit":"px","top":"40","right":"20","bottom":"60","left":"0","isLinked":false},"animation":"fadeInLeft","animation_delay":500,"margin_mobile":{"unit":"px","top":"15","right":"15","bottom":"15","left":"15","isLinked":false},"padding_mobile":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","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":"781aae4c","elType":"section","settings":{"structure":"20","gap":"no","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":"e27cb91","elType":"column","settings":{"_column_size":50,"_inline_size":null,"_inline_size_tablet":70,"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":"5b68bfb6","elType":"widget","settings":{"title":"$59","title_color":"#3C4858","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":"","sizes":[]},"align":"left","_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"_animation":"pulse","_animation_delay":700,"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},{"id":"15f3252d","elType":"column","settings":{"_column_size":50,"_inline_size":null,"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":"55825dab","elType":"widget","settings":{"title":"Platinum","title_color":"#3C4858","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":22.5,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"4","right":"0","bottom":"0","left":"8","isLinked":false},"align":"left","link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"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":"1c4c8b82","elType":"widget","settings":{"title":"Fast","title_color":"#3C4858","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"400","typography_line_height":{"unit":"px","size":22.5,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"4","right":"0","bottom":"0","left":"8","isLinked":false},"align":"left","link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"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":"209cf7b2","elType":"widget","settings":{"editor":"Lorem ipsum sit dolor amet is a dummy<br> text used by the typographers and the web industry.","text_color":"#3C4858","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"400","typography_line_height":{"unit":"px","size":21,"sizes":[]},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","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":"text-editor"}],"isInner":false}],"isInner":false},{"id":"4b296188","elType":"section","settings":{"background_background":"classic","background_color":"#2F55D4","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":"6244d17b","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"px","top":"80","right":"0","bottom":"80","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":"5e462fe6","elType":"section","settings":{"structure":"20","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":"237342ff","elType":"column","settings":{"_column_size":50,"_inline_size":20,"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":"7cf3fff5","elType":"widget","settings":{"image":{"id":"23","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/team-01-03-04-01-768x1024-1.png"},"image_size":"thumbnail","image_custom_dimension":{"width":"80","height":"80"},"image_border_border":"solid","image_border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"image_border_color":"#FFFFFF","image_border_radius":{"unit":"px","top":"100","right":"100","bottom":"100","left":"100","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":[]},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"6d38ca63","elType":"column","settings":{"_column_size":50,"_inline_size":80,"space_between_widgets":-3,"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":"6e726013","elType":"widget","settings":{"editor":"<p>I love to have extra money. If I have time I invest by myself, but sometimes you want to have time for your family or friends, especially when you are on holidays. It''s sooo great to come back rested, tanned etc and with extra money at your accounts. Good work, guys!<\\/p>","text_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":26,"sizes":[]},"_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":"text-editor"},{"id":"ec4b32","elType":"widget","settings":{"title":"Andrew Joe","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":27,"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"},{"id":"3dcec720","elType":"widget","settings":{"title":"\\u2014 Chennai, India","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":17,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":27,"sizes":[]},"_margin":{"unit":"px","top":"15","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}],"isInner":false}],"isInner":false},{"id":"4bd6a9cf","elType":"section","settings":{"structure":"40","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#E7EAF3","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"64","right":"0","bottom":"64","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":"5a39c666","elType":"column","settings":{"_column_size":25,"_inline_size":23,"space_between_widgets":14,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding":{"unit":"px","top":"0","right":"15","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":"20","right":"20","bottom":"20","left":"20","isLinked":true},"_inline_size_mobile":33,"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":"7bad8e0c","elType":"widget","settings":{"title":"About","header_size":"h3","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"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"},{"id":"65c48f56","elType":"widget","settings":{"text":"About","align":"left","icon_indent":{"unit":"px","size":0,"sizes":[]},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"600","button_text_color":"#3C4858","background_color":"#FFFFFF","hover_color":"#2F55D4","button_background_hover_color":"#FFFFFF","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"4","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"},{"id":"c04226a","elType":"widget","settings":{"text":"Team","align":"left","icon_indent":{"unit":"px","size":0,"sizes":[]},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"600","button_text_color":"#3C4858","background_color":"#FFFFFF","hover_color":"#2F55D4","button_background_hover_color":"#FFFFFF","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"text_padding":{"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"},{"id":"432eee66","elType":"widget","settings":{"text":"Members","align":"left","icon_indent":{"unit":"px","size":0,"sizes":[]},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"600","button_text_color":"#3C4858","background_color":"#FFFFFF","hover_color":"#2F55D4","button_background_hover_color":"#FFFFFF","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"text_padding":{"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":false},{"id":"5c0f00dc","elType":"column","settings":{"_column_size":25,"_inline_size":23,"space_between_widgets":14,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding":{"unit":"px","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"_inline_size_mobile":33,"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":"74255cc2","elType":"widget","settings":{"title":"Services","header_size":"h3","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"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"},{"id":"7d917295","elType":"widget","settings":{"text":"Service","align":"left","icon_indent":{"unit":"px","size":0,"sizes":[]},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"600","button_text_color":"#3C4858","background_color":"#FFFFFF","hover_color":"#2F55D4","button_background_hover_color":"#FFFFFF","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"4","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"},{"id":"ee77f7a","elType":"widget","settings":{"text":"Clients","align":"left","icon_indent":{"unit":"px","size":0,"sizes":[]},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"600","button_text_color":"#3C4858","background_color":"#FFFFFF","hover_color":"#2F55D4","button_background_hover_color":"#FFFFFF","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"text_padding":{"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"},{"id":"518be637","elType":"widget","settings":{"text":"Faq","align":"left","icon_indent":{"unit":"px","size":0,"sizes":[]},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"600","button_text_color":"#3C4858","background_color":"#FFFFFF","hover_color":"#2F55D4","button_background_hover_color":"#FFFFFF","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"text_padding":{"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":false},{"id":"63711c51","elType":"column","settings":{"_column_size":25,"_inline_size":23,"space_between_widgets":14,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding":{"unit":"px","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"_inline_size_mobile":33,"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":"5703117d","elType":"widget","settings":{"title":"Contact","header_size":"h3","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"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"},{"id":"69c754ea","elType":"widget","settings":{"text":"Contact","align":"left","icon_indent":{"unit":"px","size":0,"sizes":[]},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"600","button_text_color":"#3C4858","background_color":"#FFFFFF","hover_color":"#2F55D4","button_background_hover_color":"#FFFFFF","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"4","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"},{"id":"aade238","elType":"widget","settings":{"text":"Location","align":"left","icon_indent":{"unit":"px","size":0,"sizes":[]},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"600","button_text_color":"#3C4858","background_color":"#FFFFFF","hover_color":"#2F55D4","button_background_hover_color":"#FFFFFF","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"text_padding":{"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"},{"id":"68e33dc0","elType":"widget","settings":{"text":"Vist Us","align":"left","icon_indent":{"unit":"px","size":0,"sizes":[]},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"600","button_text_color":"#3C4858","background_color":"#FFFFFF","hover_color":"#2F55D4","button_background_hover_color":"#FFFFFF","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"text_padding":{"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":false},{"id":"1fbdf92c","elType":"column","settings":{"_column_size":25,"_inline_size":31,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"15","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":"20","right":"20","bottom":"20","left":"20","isLinked":true},"_inline_size_mobile":100,"space_between_widgets":10,"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":"371f9737","elType":"widget","settings":{"title":"We are here to give you live updates so download app now.","header_size":"h3","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"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":"1f6738ae","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"20","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":"7f7a544c","elType":"column","settings":{"_column_size":50,"_inline_size":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},"_inline_size_tablet":100,"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":"1a34a7ec","elType":"widget","settings":{"image":{"id":"24","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/google-play-badge.png"},"image_size":"full","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"-10","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"}],"isInner":true},{"id":"7ab1eca0","elType":"column","settings":{"_column_size":50,"_inline_size":50.0619999999999976125764078460633754730224609375,"_inline_size_tablet":100,"margin":{"unit":"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":"49cdb186","elType":"widget","settings":{"image":{"id":"25","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/badge-example-preferred.png"},"image_size":"full","image_custom_dimension":{"width":"500","height":"100"},"_padding":{"unit":"px","top":"10","right":"17","bottom":"0","left":"9","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"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"29bf085d","elType":"section","settings":{"gap":"no","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"28","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":"77bba4cb","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":0,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"28","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":100,"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":"67d04201","elType":"widget","settings":{"heading_text_align":"center","heading_typography_typography":"custom","heading_typography_font_family":"Nunito","heading_typography_font_size":{"unit":"px","size":33,"sizes":[]},"heading_typography_font_weight":"700","heading_typography_line_height":{"unit":"px","size":68,"sizes":[]},"heading_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"heading_color":"#3C4858","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"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":"hfe-site-title"},{"id":"6f852020","elType":"widget","settings":{"text":"\\u00a9 KickStart. 2020 WordPressRiver. All rights reserved.","align":"center","icon_indent":{"unit":"px","size":0,"sizes":[]},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"600","button_text_color":"#3C4858","background_color":"#FFFFFF","hover_color":"#2F55D4","button_background_hover_color":"#FFFFFF","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"text_padding":{"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},"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":false}],"isInner":false}]');
INSERT INTO `wpfq_postmeta` VALUES
(80, 26, '_elementor_controls_usage', 'a:9:{s:6:"column";a:3:{s:5:"count";i:38;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:5:{s:12:"_inline_size";i:38;s:21:"space_between_widgets";i:18;s:16:"content_position";i:1;s:19:"_inline_size_tablet";i:6;s:19:"_inline_size_mobile";i:5;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:6:{s:6:"margin";i:18;s:13:"margin_tablet";i:3;s:13:"margin_mobile";i:14;s:14:"padding_tablet";i:3;s:7:"padding";i:18;s:14:"padding_mobile";i:7;}s:15:"section_effects";a:2:{s:9:"animation";i:7;s:15:"animation_delay";i:6;}}s:5:"style";a:3:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:26:"section_background_overlay";a:1:{s:29:"background_overlay_background";i:4;}s:14:"section_border";a:5:{s:13:"border_border";i:4;s:12:"border_width";i:4;s:13:"border_radius";i:4;s:26:"box_shadow_box_shadow_type";i:7;s:21:"box_shadow_box_shadow";i:7;}}}}s:6:"button";a:3:{s:5:"count";i:16;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:6:{s:4:"text";i:16;s:5:"align";i:14;s:12:"align_mobile";i:6;s:4:"size";i:3;s:13:"selected_icon";i:3;s:11:"icon_indent";i:10;}}s:5:"style";a:1:{s:13:"section_style";a:16:{s:21:"typography_typography";i:16;s:22:"typography_font_family";i:16;s:20:"typography_font_size";i:16;s:22:"typography_font_weight";i:16;s:22:"typography_line_height";i:1;s:25:"typography_letter_spacing";i:1;s:17:"button_text_color";i:16;s:16:"background_color";i:16;s:13:"border_border";i:5;s:12:"border_width";i:5;s:12:"border_color";i:3;s:13:"border_radius";i:13;s:15:"hover_animation";i:6;s:12:"text_padding";i:12;s:11:"hover_color";i:10;s:29:"button_background_hover_color";i:10;}}s:8:"advanced";a:2:{s:14:"_section_style";a:5:{s:8:"_padding";i:5;s:14:"_margin_mobile";i:6;s:15:"_padding_mobile";i:2;s:7:"_margin";i:6;s:14:"_margin_tablet";i:1;}s:15:"section_effects";a:2:{s:10:"_animation";i:2;s:16:"_animation_delay";i:2;}}}}s:7:"section";a:3:{s:5:"count";i:18;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:2:{s:17:"section_structure";a:1:{s:9:"structure";i:12;}s:14:"section_layout";a:5:{s:16:"content_position";i:2;s:6:"height";i:1;s:13:"custom_height";i:1;s:6:"layout";i:2;s:3:"gap";i:9;}}s:5:"style";a:3:{s:18:"section_background";a:3:{s:21:"background_background";i:5;s:16:"background_color";i:4;s:19:"background_position";i:1;}s:14:"section_border";a:4:{s:12:"border_width";i:2;s:13:"border_radius";i:1;s:13:"border_border";i:1;s:12:"border_color";i:1;}s:21:"section_shape_divider";a:1:{s:20:"shape_divider_bottom";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:6:{s:7:"z_index";i:1;s:6:"margin";i:5;s:7:"padding";i:10;s:13:"margin_tablet";i:1;s:13:"margin_mobile";i:1;s:14:"padding_tablet";i:1;}s:15:"section_effects";a:1:{s:9:"animation";i:1;}}}}s:7:"heading";a:3:{s:5:"count";i:24;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:5:{s:5:"title";i:24;s:5:"align";i:13;s:11:"header_size";i:5;s:12:"align_mobile";i:16;s:4:"link";i:6;}}s:5:"style";a:1:{s:19:"section_title_style";a:7:{s:11:"title_color";i:20;s:21:"typography_typography";i:24;s:22:"typography_font_family";i:24;s:20:"typography_font_size";i:24;s:22:"typography_font_weight";i:24;s:22:"typography_line_height";i:23;s:25:"typography_letter_spacing";i:5;}}s:8:"advanced";a:2:{s:14:"_section_style";a:4:{s:14:"_margin_mobile";i:5;s:7:"_margin";i:9;s:15:"_padding_mobile";i:3;s:8:"_padding";i:9;}s:15:"section_effects";a:2:{s:10:"_animation";i:2;s:16:"_animation_delay";i:2;}}}}s:11:"text-editor";a:3:{s:5:"count";i:11;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:11;}}s:5:"style";a:1:{s:13:"section_style";a:8:{s:5:"align";i:4;s:10:"text_color";i:11;s:21:"typography_typography";i:11;s:22:"typography_font_family";i:11;s:20:"typography_font_size";i:11;s:22:"typography_font_weight";i:11;s:22:"typography_line_height";i:11;s:12:"align_mobile";i:7;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:5;s:7:"_margin";i:7;s:14:"_margin_mobile";i:2;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_image";a:4:{s:5:"image";i:4;s:10:"image_size";i:4;s:5:"align";i:1;s:22:"image_custom_dimension";i:2;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:10:"_animation";i:1;}s:14:"_section_style";a:2:{s:7:"_margin";i:1;s:8:"_padding";i:2;}}s:5:"style";a:1:{s:19:"section_style_image";a:4:{s:19:"image_border_border";i:1;s:18:"image_border_width";i:1;s:18:"image_border_color";i:1;s:19:"image_border_radius";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:3:{s:17:"section_icon_list";a:3:{s:10:"icon_align";i:1;s:13:"space_between";i:1;s:17:"icon_align_mobile";i:1;}s:18:"section_icon_style";a:3:{s:10:"icon_color";i:1;s:9:"icon_size";i:1;s:22:"icon_self_align_mobile";i:1;}s:18:"section_text_style";a:7:{s:10:"text_color";i:1;s:11:"text_indent";i:1;s:26:"icon_typography_typography";i:1;s:27:"icon_typography_font_family";i:1;s:25:"icon_typography_font_size";i:1;s:27:"icon_typography_font_weight";i:1;s:27:"icon_typography_line_height";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:7:"_margin";i:1;s:8:"_padding";i:1;s:15:"_padding_mobile";i:1;}}}}s:7:"counter";a:3:{s:5:"count";i:4;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:7:"content";a:1:{s:15:"section_counter";a:3:{s:13:"ending_number";i:4;s:6:"suffix";i:4;s:5:"title";i:4;}}s:5:"style";a:2:{s:14:"section_number";a:5:{s:12:"number_color";i:4;s:28:"typography_number_typography";i:4;s:29:"typography_number_font_family";i:4;s:27:"typography_number_font_size";i:4;s:29:"typography_number_font_weight";i:4;}s:13:"section_title";a:6:{s:11:"title_color";i:4;s:27:"typography_title_typography";i:4;s:28:"typography_title_font_family";i:4;s:26:"typography_title_font_size";i:4;s:28:"typography_title_font_weight";i:4;s:28:"typography_title_line_height";i:4;}}s:8:"advanced";a:1:{s:15:"section_effects";a:1:{s:10:"_animation";i:4;}}}}s:4:"icon";a:3:{s:5:"count";i:4;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:5:{s:13:"selected_icon";i:4;s:4:"view";i:4;s:5:"shape";i:4;s:5:"align";i:4;s:12:"align_mobile";i:4;}}s:5:"style";a:1:{s:18:"section_style_icon";a:5:{s:13:"primary_color";i:4;s:15:"secondary_color";i:4;s:15:"hover_animation";i:4;s:4:"size";i:4;s:13:"border_radius";i:4;}}}}}'),
(81, 26, '_wp_page_template', 'elementor_canvas'),
(82, 26, 'envato_tk_source_kit', '21'),
(83, 26, 'envato_tk_source_index', '0'),
(85, 28, '_wp_attached_file', '2021/02/water-drop-fall-into-water.jpg'),
(86, 28, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1335;s:4:"file";s:38:"2021/02/water-drop-fall-into-water.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:38:"water-drop-fall-into-water-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:39:"water-drop-fall-into-water-1024x684.jpg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:38:"water-drop-fall-into-water-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:38:"water-drop-fall-into-water-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:40:"water-drop-fall-into-water-1536x1025.jpg";s:5:"width";i:1536;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:40:"water-drop-fall-into-water-1568x1047.jpg";s:5:"width";i:1568;s:6:"height";i:1047;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(87, 28, 'envato_elements', 'VRY2ZJE'),
(88, 28, '_wp_attachment_image_alt', 'Water drop fall into water'),
(89, 28, 'envato_elements_download_event', 'VRY2ZJE'),
(90, 29, '_wp_attached_file', '2021/02/concept-of-covid-19-treatment-and-prevention-.jpg'),
(91, 29, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1309;s:4:"file";s:57:"2021/02/concept-of-covid-19-treatment-and-prevention-.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:57:"concept-of-covid-19-treatment-and-prevention--300x196.jpg";s:5:"width";i:300;s:6:"height";i:196;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:58:"concept-of-covid-19-treatment-and-prevention--1024x670.jpg";s:5:"width";i:1024;s:6:"height";i:670;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:57:"concept-of-covid-19-treatment-and-prevention--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:57:"concept-of-covid-19-treatment-and-prevention--768x503.jpg";s:5:"width";i:768;s:6:"height";i:503;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:59:"concept-of-covid-19-treatment-and-prevention--1536x1005.jpg";s:5:"width";i:1536;s:6:"height";i:1005;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:59:"concept-of-covid-19-treatment-and-prevention--1568x1026.jpg";s:5:"width";i:1568;s:6:"height";i:1026;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(92, 29, 'envato_elements', 'Y5GYG7K'),
(93, 29, '_wp_attachment_image_alt', 'Concept of Covid-19 treatment and prevention.'),
(94, 29, 'envato_elements_download_event', 'Y5GYG7K'),
(116, 33, '_wp_attached_file', '2021/02/Logo.png'),
(117, 33, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:362;s:6:"height";i:361;s:4:"file";s:16:"2021/02/Logo.png";s:5:"sizes";a:2:{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: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:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(125, 7, '_elementor_data', '[]'),
(143, 37, '_wp_attached_file', '2021/02/pngegg.png'),
(144, 37, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:435;s:4:"file";s:18:"2021/02/pngegg.png";s:5:"sizes";a:3:{s:6:"medium";a:4:{s:4:"file";s:18:"pngegg-300x127.png";s:5:"width";i:300;s:6:"height";i:127;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:18:"pngegg-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:"pngegg-768x326.png";s:5:"width";i:768;s:6:"height";i:326;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:{}}}'),
(254, 53, '_wp_attached_file', '2021/02/close-up-water.jpg'),
(255, 53, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:26:"2021/02/close-up-water.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:26:"close-up-water-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"close-up-water-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:26:"close-up-water-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"close-up-water-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:28:"close-up-water-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"close-up-water-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(256, 53, 'envato_elements', 'PA8QFAJ'),
(257, 53, '_wp_attachment_image_alt', 'Close up water'),
(258, 53, 'envato_elements_download_event', 'PA8QFAJ'),
(268, 55, '_wp_attached_file', '2021/02/farmer-hand-holding-young-plant-top-view-banner-new-life-eco-sustainable-living-zero-waste.jpg'),
(269, 55, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1335;s:4:"file";s:102:"2021/02/farmer-hand-holding-young-plant-top-view-banner-new-life-eco-sustainable-living-zero-waste.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:102:"farmer-hand-holding-young-plant-top-view-banner-new-life-eco-sustainable-living-zero-waste-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:103:"farmer-hand-holding-young-plant-top-view-banner-new-life-eco-sustainable-living-zero-waste-1024x684.jpg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:102:"farmer-hand-holding-young-plant-top-view-banner-new-life-eco-sustainable-living-zero-waste-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:102:"farmer-hand-holding-young-plant-top-view-banner-new-life-eco-sustainable-living-zero-waste-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:104:"farmer-hand-holding-young-plant-top-view-banner-new-life-eco-sustainable-living-zero-waste-1536x1025.jpg";s:5:"width";i:1536;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:104:"farmer-hand-holding-young-plant-top-view-banner-new-life-eco-sustainable-living-zero-waste-1568x1047.jpg";s:5:"width";i:1568;s:6:"height";i:1047;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(270, 55, 'envato_elements', 'YYZVDTP'),
(271, 55, '_wp_attachment_image_alt', 'Farmer hand holding young plant. Top view. Banner. New life, eco, sustainable living, zero waste'),
(272, 55, 'envato_elements_download_event', 'YYZVDTP'),
(273, 56, '_wp_attached_file', '2021/02/glass-of-water-with-ice-cubes.jpg'),
(274, 56, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:41:"2021/02/glass-of-water-with-ice-cubes.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:41:"glass-of-water-with-ice-cubes-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"glass-of-water-with-ice-cubes-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:41:"glass-of-water-with-ice-cubes-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:41:"glass-of-water-with-ice-cubes-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:43:"glass-of-water-with-ice-cubes-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:43:"glass-of-water-with-ice-cubes-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(275, 56, 'envato_elements', 'TBGVZ5U'),
(276, 56, '_wp_attachment_image_alt', 'Glass of water with ice cubes'),
(277, 56, 'envato_elements_download_event', 'TBGVZ5U'),
(290, 13, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(599, 95, '_wp_attached_file', '2021/02/pure-water.jpg'),
(600, 95, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:2000;s:4:"file";s:22:"2021/02/pure-water.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:22:"pure-water-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:24:"pure-water-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:22:"pure-water-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:"pure-water-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:24:"pure-water-1536x1536.jpg";s:5:"width";i:1536;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"pure-water-1568x1568.jpg";s:5:"width";i:1568;s:6:"height";i:1568;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(601, 95, 'envato_elements', 'VYPRH76'),
(602, 95, '_wp_attachment_image_alt', 'Pure water'),
(603, 95, 'envato_elements_download_event', 'VYPRH76'),
(723, 112, '_edit_lock', '1660380457:2'),
(724, 112, '_elementor_edit_mode', 'builder'),
(725, 112, '_elementor_template_type', 'wp-page'),
(726, 112, '_elementor_version', '3.7.0'),
(727, 112, '_elementor_pro_version', '3.7.2'),
(728, 112, '_wp_page_template', 'elementor_header_footer'),
(729, 112, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(730, 112, '_elementor_data', '[{"id":"550612a","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/iStock-1034753976.jpg","id":410},"background_size":"cover","background_motion_fx_motion_fx_scrolling":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.90000000000000002220446049250313080847263336181640625,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":40,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","background_color_b":"globals\\/colors?id=0a2a356","background_overlay_color":"globals\\/colors?id=cbd1087"},"animation":"fadeInDown","eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"0","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"eael_cl_logics":[{"_id":"bf0c107"}]},"elements":[{"id":"a14f902","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"px","top":"0","right":"400","bottom":"0","left":"0","isLinked":false},"_inline_size_tablet":100,"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},"eael_cl_logics":[{"_id":"6795ddf"}]},"elements":[{"id":"06bb29c","elType":"widget","settings":{"title":"Intelligent Aqua","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":55,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"left","_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":"","right":"","bottom":"","left":"","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","typography_text_transform":"uppercase","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]},"eael_cl_logics":[{"_id":"7a39661"}]},"elements":[],"widgetType":"heading"},{"id":"3b51bde","elType":"widget","settings":{"editor":"<p>A member of PITECH Group of Companies<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"e31a6c6"}]},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"dd407e6","elType":"section","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=995f85e","background_overlay_color":"globals\\/colors?id=995f85e"},"eael_parallax_layers_list":[],"structure":"20","background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water-1.jpg","id":844},"background_position":"initial","background_ypos":{"unit":"px","size":450,"sizes":[]},"background_repeat":"no-repeat","background_size":"initial","background_motion_fx_motion_fx_scrolling":"yes","background_motion_fx_translateX_effect":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.6999999999999999555910790149937383830547332763671875,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"-80","left":0,"isLinked":false},"eael_cl_logics":[{"_id":"f5f8b3b"}]},"elements":[{"id":"7a6646f","elType":"column","settings":{"_column_size":50,"_inline_size":null,"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},"_inline_size_tablet":40,"eael_cl_logics":[{"_id":"af88c56"}]},"elements":[{"id":"fc41e3c","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/water_GettyImages-1214285119.original.png","id":1798},"_animation":"fadeInUp","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateY_direction":"negative","motion_fx_translateY_speed":{"unit":"px","size":10,"sizes":[]},"image_size":"full","image_custom_dimension":{"width":"1000","height":"800"},"width":{"unit":"%","size":100,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"_position":"absolute","_offset_x_mobile":{"size":41,"unit":"px"},"_offset_y_mobile":{"size":55,"unit":"px"},"_element_width":"initial","_element_width_mobile":"initial","_element_custom_width_mobile":{"unit":"px","size":250,"sizes":[]},"_offset_x":{"size":-1,"unit":"px"},"_offset_y":{"size":0,"unit":"px"},"eael_cl_logics":[{"_id":"4fb7a12"}]},"elements":[],"widgetType":"image"},{"id":"acf7256","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/Untitled-1-e1618470946822.jpg","id":1743},"image_size":"full","image_border_radius":{"unit":"px","top":"500","right":"500","bottom":"500","left":"500","isLinked":true},"_padding":{"unit":"px","top":"80","right":"80","bottom":"0","left":"80","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","image_custom_dimension":{"width":"500","height":"500"},"_animation":"fadeInUp","eael_ext_content_protection_password_incorrect_message":"Password does not match.","space":{"unit":"%","size":66,"sizes":[]},"width":{"unit":"%","size":84,"sizes":[]},"_position":"absolute","_offset_x":{"size":0,"unit":"px"},"_offset_x_mobile":{"size":18,"unit":"px"},"_offset_y":{"size":479,"unit":"px"},"_offset_y_mobile":{"size":590,"unit":"px"},"_element_width":"initial","_element_width_mobile":"initial","_element_custom_width_mobile":{"unit":"px","size":320,"sizes":[]},"eael_cl_logics":[{"_id":"3b33db9"}]},"elements":[],"widgetType":"image"},{"id":"1a346ab","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/Untitled-6-01.png","id":1734},"image_size":"full","image_border_radius":{"unit":"px","top":"500","right":"500","bottom":"500","left":"500","isLinked":true},"_padding":{"unit":"px","top":"80","right":"80","bottom":"0","left":"80","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","image_custom_dimension":{"width":"500","height":"500"},"_animation":"fadeInUp","eael_ext_content_protection_password_incorrect_message":"Password does not match.","space":{"unit":"%","size":79,"sizes":[]},"_position":"absolute","_offset_x":{"size":-10,"unit":"px"},"_offset_x_mobile":{"size":13,"unit":"px"},"_offset_y":{"size":794,"unit":"px"},"_offset_y_mobile":{"size":1240,"unit":"px"},"_element_width":"initial","_element_width_mobile":"initial","_element_custom_width_mobile":{"unit":"px","size":320,"sizes":[]},"eael_cl_logics":[{"_id":"2083d4a"}]},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"886c56a","elType":"column","settings":{"_column_size":50,"_inline_size":null,"_inline_size_tablet":60,"eael_cl_logics":[{"_id":"eed0b90"}]},"elements":[{"id":"33aefa4","elType":"widget","settings":{"eael_content_timeline_choose":"custom","eael_coustom_content_posts":[{"eael_custom_title":"Who We Are","eael_custom_excerpt":"<p>Intelligent Aqua Sdn Bhd is a Malaysian company dedicated to bringing high-quality, purified water to people from all walks of life.<\\/p>","eael_custom_post_date":"","eael_read_more_text_link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"eael_show_custom_read_more_text":"","_id":"dfc4d6e","eael_custom_content_timeline_circle_icon_new":{"value":"far fa-dot-circle","library":"fa-regular"}},{"eael_custom_title":"Our Innovation","eael_custom_excerpt":"<p>With the support of the Malaysian Ministry of Science, Technology and Innovation (MOSTI), we developed Intelligent Aqua (IA), an ingenious water purification technology combining special blended adsorption techniques and Malaysian simplicity.<\\/p>","eael_custom_post_date":"","eael_read_more_text_link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"eael_show_custom_read_more_text":"","eael_custom_content_timeline_circle_icon_new":{"value":"far fa-dot-circle","library":"fa-regular"},"_id":"0deb508"},{"eael_custom_title":"We Belong To","eael_custom_excerpt":"<p>Intelligent Aqua Sdn Bhd is a subsidiary of Progressive Impact Technology Group and the intellectual proprietor of Intelligent Aqua.<\\/p>","eael_custom_post_date":"","eael_read_more_text_link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"eael_show_custom_read_more_text":"","eael_custom_content_timeline_circle_icon_new":{"value":"far fa-dot-circle","library":"fa-regular"},"_id":"07b45d5"},{"eael_custom_title":"Our Clients","eael_custom_excerpt":"<p>We serve government and municipalities, water treatment plants, sewage treatment plants, landfills (leachate treatment plant), petrochemical, glove manufacturing, poultry farms and palm oil mills.<\\/p>","eael_custom_post_date":"","eael_read_more_text_link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"eael_show_custom_read_more_text":"","eael_custom_content_timeline_circle_icon_new":{"value":"far fa-dot-circle","library":"fa-regular"},"_id":"669468d"}],"post_type":"page","content_timeline_layout":"right","eael_content_timeline_circle_icon_new":{"value":"fas fa-dot-circle","library":"fa-solid"},"excerpt_expanison_indicator":"...","eael_read_more_text":"Read More","eael_timeline_line_size":{"unit":"px","size":2,"sizes":[]},"eael_timeline_line_from_left":{"unit":"px","size":"","sizes":[]},"eael_card_padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"eael_icon_font_size":{"unit":"px","size":16,"sizes":[]},"eael_icon_circle_border_width":{"unit":"px","size":2,"sizes":[]},"eael_timeline_excerpt_typography_typography":"custom","eael_timeline_excerpt_typography_font_family":"Open Sans","eael_timeline_excerpt_typography_font_size":{"unit":"px","size":18,"sizes":[]},"eael_timeline_date_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_read_more_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_read_more_margin":{"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},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__globals__":{"eael_timeline_line_active_color":"globals\\/colors?id=0a2a356","eael_timeline_excerpt_color":"globals\\/colors?id=secondary","eael_icon_circle_active_color":"globals\\/colors?id=0a2a356","eael_timeline_line_color":"globals\\/colors?id=3fd3109","eael_icon_circle_border_color":"globals\\/colors?id=3fd3109","eael_timeline_title_color":"globals\\/colors?id=cbd1087"},"eael_timeline_title_typography_typography":"custom","eael_timeline_title_typography_font_family":"Roboto","eael_timeline_title_typography_font_size":{"unit":"px","size":25,"sizes":[]},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_card_padding_mobile":{"unit":"px","top":"200","right":"20","bottom":"20","left":"20","isLinked":false},"eael_cl_logics":[{"_id":"c513c69"}]},"elements":[],"widgetType":"eael-content-timeline"}],"isInner":false}],"isInner":false},{"id":"6a1e80a","elType":"section","settings":{"structure":"20","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/Design-Elements.png","id":677},"background_overlay_position":"bottom center","background_overlay_repeat":"no-repeat","background_overlay_size":"contain","background_overlay_opacity":{"unit":"px","size":0.200000000000000011102230246251565404236316680908203125,"sizes":[]},"eael_parallax_layers_list":[],"padding":{"unit":"px","top":"80","right":"0","bottom":"50","left":"0","isLinked":false},"background_background":"classic","padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"eael_cl_logics":[{"_id":"94b27ef"}]},"elements":[{"id":"939cd89","elType":"column","settings":{"_column_size":50,"_inline_size":null,"animation":"fadeInUp","_inline_size_tablet":100,"eael_cl_logics":[{"_id":"9347fef"}]},"elements":[{"id":"f02c378","elType":"widget","settings":{"title":"Vision","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"eael_cl_logics":[{"_id":"24ec407"}]},"elements":[],"widgetType":"heading"},{"id":"ff0bb49","elType":"widget","settings":{"editor":"<p>\\u201cTo be a world-class business organisation focusing on cost-effective water solutions which shall benefit mankind.\\u201d<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"eael_cl_logics":[{"_id":"2bfbddf"}]},"elements":[],"widgetType":"text-editor"},{"id":"265d65b","elType":"widget","settings":{"title":"Mission","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"_padding":{"unit":"px","top":"40","right":"0","bottom":"0","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"eael_cl_logics":[{"_id":"52e7e2b"}]},"elements":[],"widgetType":"heading"},{"id":"0067fb1","elType":"section","settings":{"structure":"20","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"571f83e"}]},"elements":[{"id":"ac00afb","elType":"column","settings":{"_column_size":50,"_inline_size":null,"eael_cl_logics":[{"_id":"2e96daa"}]},"elements":[{"id":"86cf145","elType":"widget","settings":{"selected_icon":{"value":"fas fa-shapes","library":"fa-solid"},"view":"framed","title_text":"Strategy","description_text":"Customer strategy is our strategy","position":"left","icon_size":{"unit":"px","size":17,"sizes":[]},"title_typography_typography":"custom","title_typography_font_family":"Open Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"700","description_typography_typography":"custom","description_typography_font_family":"Open Sans","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"primary_color":"globals\\/colors?id=cbd1087","title_color":"globals\\/colors?id=cbd1087","description_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","text_align_mobile":"left","eael_cl_logics":[{"_id":"2ac5f4a"}]},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"8266dd5","elType":"column","settings":{"_column_size":50,"_inline_size":null,"eael_cl_logics":[{"_id":"ef6a631"}]},"elements":[{"id":"ed2829d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-seedling","library":"fa-solid"},"view":"framed","title_text":"Sustainability","description_text":"Creating a sustainable world for our future generation\\n","position":"left","icon_size":{"unit":"px","size":17,"sizes":[]},"title_typography_typography":"custom","title_typography_font_family":"Open Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"700","description_typography_typography":"custom","description_typography_font_family":"Open Sans","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"primary_color":"globals\\/colors?id=cbd1087","title_color":"globals\\/colors?id=cbd1087","description_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","text_align_mobile":"left","eael_cl_logics":[{"_id":"4b117a9"}]},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"37f9060","elType":"section","settings":{"structure":"20","eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"20","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"5e9a5b0"}]},"elements":[{"id":"a290e32","elType":"column","settings":{"_column_size":50,"_inline_size":null,"eael_cl_logics":[{"_id":"0fe0b9f"}]},"elements":[{"id":"e4f8c9d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-paper-plane","library":"fa-solid"},"view":"framed","title_text":"Simplicity","description_text":"Approaching complex issues with simplicity in mind","position":"left","icon_size":{"unit":"px","size":17,"sizes":[]},"title_typography_typography":"custom","title_typography_font_family":"Open Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"700","description_typography_typography":"custom","description_typography_font_family":"Open Sans","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"primary_color":"globals\\/colors?id=cbd1087","title_color":"globals\\/colors?id=cbd1087","description_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","text_align_mobile":"left","eael_cl_logics":[{"_id":"a70a423"}]},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"151d12d","elType":"column","settings":{"_column_size":50,"_inline_size":null,"eael_cl_logics":[{"_id":"b56a37a"}]},"elements":[{"id":"43cefdc","elType":"widget","settings":{"selected_icon":{"value":"fas fa-circle-notch","library":"fa-solid"},"view":"framed","title_text":"Back to Basic","description_text":"Transforming Back To Basic principle into innovation.","position":"left","icon_size":{"unit":"px","size":17,"sizes":[]},"title_typography_typography":"custom","title_typography_font_family":"Open Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"700","description_typography_typography":"custom","description_typography_font_family":"Open Sans","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"primary_color":"globals\\/colors?id=cbd1087","title_color":"globals\\/colors?id=cbd1087","description_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","text_align_mobile":"left","eael_cl_logics":[{"_id":"68932b8"}]},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"50692ab","elType":"column","settings":{"_column_size":50,"_inline_size":null,"background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/03\\/washing-hands.jpg","id":1464},"background_position":"center center","background_repeat":"no-repeat","background_size":"cover","animation":"fadeInUp","background_background":"classic","border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_inline_size_tablet":100,"eael_cl_logics":[{"_id":"c25426f"}]},"elements":[{"id":"4b102b6","elType":"widget","settings":{"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","space_tablet":{"unit":"px","size":355,"sizes":[]},"eael_cl_logics":[{"_id":"28d2fdc"}]},"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"e707fe1","elType":"section","settings":{"padding":{"unit":"px","top":"80","right":"0","bottom":"80","left":"0","isLinked":false},"background_overlay_background":"classic","background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water.jpg","id":369},"background_overlay_size":"contain","background_overlay_opacity":{"unit":"px","size":0.1000000000000000055511151231257827021181583404541015625,"sizes":[]},"eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"eael_cl_logics":[{"_id":"0da0261"}]},"elements":[{"id":"d96d307","elType":"column","settings":{"_column_size":100,"_inline_size":null,"eael_cl_logics":[{"_id":"f3d3956"}]},"elements":[{"id":"05bd76a","elType":"widget","settings":{"title":"Core Values","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"eael_cl_logics":[{"_id":"753c424"}]},"elements":[],"widgetType":"heading"},{"id":"b21f370","elType":"widget","settings":{"editor":"<p>Peak Performance, Innovative, Competitive, Obedient to Allah, Result Oriented and Process Excellence are the CORE VALUES that streamlines the work culture, people and processes within the Group towards achieving the company\\u2019s goals and objectives.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"eael_cl_logics":[{"_id":"178dbde"}]},"elements":[],"widgetType":"text-editor"},{"id":"b2d05ff","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"7a49511"}]},"elements":[{"id":"4b25bf7","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30,"eael_cl_logics":[{"_id":"db50bb2"}]},"elements":[{"id":"83774ef","elType":"widget","settings":{"title":"P","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"60","right":"20","bottom":"60","left":"20","isLinked":false},"eael_cl_logics":[{"_id":"5824447"}]},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"ea7eac4","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70,"eael_cl_logics":[{"_id":"5befb85"}]},"elements":[{"id":"e564ab1","elType":"widget","settings":{"editor":"<p>Process Excellence : Setting standards and delivering measurable performance in everything we do.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"ab43b25"}]},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"ea1e18e","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"02249c5"}]},"elements":[{"id":"be6c093","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30,"eael_cl_logics":[{"_id":"8237adb"}]},"elements":[{"id":"7ee0d25","elType":"widget","settings":{"title":"I","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"90","right":"20","bottom":"90","left":"20","isLinked":false},"eael_cl_logics":[{"_id":"23755a0"}]},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"615ebf4","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70,"eael_cl_logics":[{"_id":"5fe3f55"}]},"elements":[{"id":"4fdaaca","elType":"widget","settings":{"editor":"<p>Innovative : Continuously translating ideas and innovation into products and services that create values to the customers.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"73b7f7a"}]},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"98d26c7","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"016858a"}]},"elements":[{"id":"f72ab70","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30,"eael_cl_logics":[{"_id":"963e163"}]},"elements":[{"id":"560be67","elType":"widget","settings":{"title":"C","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"60","right":"20","bottom":"60","left":"20","isLinked":false},"eael_cl_logics":[{"_id":"8dfe73a"}]},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"20095d0","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70,"eael_cl_logics":[{"_id":"e7315d8"}]},"elements":[{"id":"99b6a3d","elType":"widget","settings":{"editor":"<p>Competitive : Strong desire to win and be the best in our offerings.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"b2ec355"}]},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"61f0239","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"192bbe2"}]},"elements":[{"id":"3d82c9f","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30,"eael_cl_logics":[{"_id":"f3ab5fa"}]},"elements":[{"id":"5152cf8","elType":"widget","settings":{"title":"O","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"60","right":"20","bottom":"60","left":"20","isLinked":false},"eael_cl_logics":[{"_id":"20608b8"}]},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e3f1717","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70,"eael_cl_logics":[{"_id":"1b0073f"}]},"elements":[{"id":"dbe7b95","elType":"widget","settings":{"editor":"<p>Obedient to Allah : Abiding by the orders of Allah and avoiding His prohibitions.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"108e8b8"}]},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"f6b12d8","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"3580565"}]},"elements":[{"id":"9f87dd8","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30,"eael_cl_logics":[{"_id":"0736774"}]},"elements":[{"id":"101edaf","elType":"widget","settings":{"title":"R","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"90","right":"20","bottom":"90","left":"20","isLinked":false},"eael_cl_logics":[{"_id":"bd3c5f7"}]},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"ebfcb4c","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70,"eael_cl_logics":[{"_id":"1e60f23"}]},"elements":[{"id":"7aeb130","elType":"widget","settings":{"editor":"<p>Result Oriented : Always start with the end in our mind. Defining results that we want to achieve in advance.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"03cf237"}]},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"07edc18","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"f02dc9c"}]},"elements":[{"id":"9ac4dc4","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30,"eael_cl_logics":[{"_id":"36783ea"}]},"elements":[{"id":"5e3c658","elType":"widget","settings":{"title":"P","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"110","right":"20","bottom":"100","left":"20","isLinked":false},"eael_cl_logics":[{"_id":"5546b0f"}]},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"f487246","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70,"eael_cl_logics":[{"_id":"b0bbae8"}]},"elements":[{"id":"fdd458a","elType":"widget","settings":{"editor":"<p>Peak Performance : Performing to the maximum of our ability with feelings of confidence, effortlessness and total concentration on the tasks.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"a08feda"}]},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"2ac80c7","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"structure":"20","background_background":"video","background_video_link":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/FREE_-_-Water-_-Web-Background-Video-Loop-STOCK-VIDEO-FOOTAGE.mp4","background_play_on_mobile":"yes","background_overlay_background":"classic","shape_divider_top":"waves","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":127,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":0,"sizes":[]},"shape_divider_bottom_negative":"yes","__globals__":{"background_overlay_color":"globals\\/colors?id=0a2a356","shape_divider_top_color":""},"eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"30","right":"50","bottom":"30","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"0","right":"20","bottom":"0","left":"20","isLinked":false},"background_overlay_color":"#00B7B7","shape_divider_top_color":"#EDFAFF","eael_cl_logics":[{"_id":"8ed15ab"}]},"elements":[{"id":"d7a14a6","elType":"column","settings":{"_column_size":50,"_inline_size":null,"eael_cl_logics":[{"_id":"68cf0aa"}]},"elements":[{"id":"c239967","elType":"widget","settings":{"title":"Contact","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","align_mobile":"left","_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":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"3c1bb18"}]},"elements":[],"widgetType":"heading"},{"id":"e0550be","elType":"widget","settings":{"editor":"<p>Are you interested in using IA or discussing specific challenges and projects with our experts? Contact our authorised representatives \\u2013 we\\u2019re looking forward to hearing from you.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"87d36d6"}]},"elements":[],"widgetType":"text-editor"},{"id":"4abdb8d","elType":"widget","settings":{"text":"Contact Us","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/contact-us\\/","is_external":"","nofollow":"","custom_attributes":""},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_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},"eael_cl_logics":[{"_id":"bc7bf80"}]},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3393ef3","elType":"column","settings":{"_column_size":50,"_inline_size":null,"eael_cl_logics":[{"_id":"be83f8d"}]},"elements":[],"isInner":false}],"isInner":false}]');
INSERT INTO `wpfq_postmeta` VALUES
(731, 114, '_wp_attached_file', '2021/02/sporty-people-drinking-water.jpg'),
(732, 114, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1335;s:4:"file";s:40:"2021/02/sporty-people-drinking-water.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:40:"sporty-people-drinking-water-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"sporty-people-drinking-water-1024x684.jpg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:40:"sporty-people-drinking-water-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:40:"sporty-people-drinking-water-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:42:"sporty-people-drinking-water-1536x1025.jpg";s:5:"width";i:1536;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:42:"sporty-people-drinking-water-1568x1047.jpg";s:5:"width";i:1568;s:6:"height";i:1047;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(733, 114, 'envato_elements', 'MVBJ39L'),
(734, 114, '_wp_attachment_image_alt', 'Sporty people drinking water'),
(735, 114, 'envato_elements_download_event', 'MVBJ39L'),
(736, 115, '_wp_attached_file', '2021/02/splash-of-water-drop-on-water-surface.jpg'),
(737, 115, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1335;s:4:"file";s:49:"2021/02/splash-of-water-drop-on-water-surface.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:49:"splash-of-water-drop-on-water-surface-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:50:"splash-of-water-drop-on-water-surface-1024x684.jpg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:49:"splash-of-water-drop-on-water-surface-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:49:"splash-of-water-drop-on-water-surface-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:51:"splash-of-water-drop-on-water-surface-1536x1025.jpg";s:5:"width";i:1536;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:51:"splash-of-water-drop-on-water-surface-1568x1047.jpg";s:5:"width";i:1568;s:6:"height";i:1047;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(738, 115, 'envato_elements', 'FRH8Z8E'),
(739, 115, '_wp_attachment_image_alt', 'Splash of water drop on water surface'),
(740, 115, 'envato_elements_download_event', 'FRH8Z8E'),
(741, 116, '_wp_attached_file', '2021/02/water-glasses.jpg'),
(742, 116, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1380;s:4:"file";s:25:"2021/02/water-glasses.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:25:"water-glasses-300x207.jpg";s:5:"width";i:300;s:6:"height";i:207;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"water-glasses-1024x707.jpg";s:5:"width";i:1024;s:6:"height";i:707;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:25:"water-glasses-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:"water-glasses-768x530.jpg";s:5:"width";i:768;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:27:"water-glasses-1536x1060.jpg";s:5:"width";i:1536;s:6:"height";i:1060;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"water-glasses-1568x1082.jpg";s:5:"width";i:1568;s:6:"height";i:1082;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(743, 116, 'envato_elements', 'NLCMEPV'),
(744, 116, '_wp_attachment_image_alt', 'water glasses'),
(745, 116, 'envato_elements_download_event', 'NLCMEPV'),
(746, 117, '_wp_attached_file', '2021/02/sport-drink-of-water.jpg'),
(747, 117, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:32:"2021/02/sport-drink-of-water.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:32:"sport-drink-of-water-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"sport-drink-of-water-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:32:"sport-drink-of-water-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"sport-drink-of-water-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:34:"sport-drink-of-water-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:34:"sport-drink-of-water-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(748, 117, 'envato_elements', 'HJ35KPB'),
(749, 117, '_wp_attachment_image_alt', 'Sport drink of water'),
(750, 117, 'envato_elements_download_event', 'HJ35KPB'),
(751, 118, '_wp_attached_file', '2021/02/asian-woman-drink-of-water.jpg'),
(752, 118, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:38:"2021/02/asian-woman-drink-of-water.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:38:"asian-woman-drink-of-water-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:39:"asian-woman-drink-of-water-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:38:"asian-woman-drink-of-water-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:38:"asian-woman-drink-of-water-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:40:"asian-woman-drink-of-water-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:40:"asian-woman-drink-of-water-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(753, 118, 'envato_elements', 'E6SYP2B'),
(754, 118, '_wp_attachment_image_alt', 'Asian Woman drink of water'),
(755, 118, 'envato_elements_download_event', 'E6SYP2B'),
(756, 119, '_wp_attached_file', '2021/02/young-asian-businessman-smiling-to-camera.jpg'),
(757, 119, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:53:"2021/02/young-asian-businessman-smiling-to-camera.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:53:"young-asian-businessman-smiling-to-camera-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:54:"young-asian-businessman-smiling-to-camera-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:53:"young-asian-businessman-smiling-to-camera-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:53:"young-asian-businessman-smiling-to-camera-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:55:"young-asian-businessman-smiling-to-camera-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:55:"young-asian-businessman-smiling-to-camera-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(758, 119, 'envato_elements', 'U7VL3Z8'),
(759, 119, '_wp_attachment_image_alt', 'Young Asian businessman smiling to camera'),
(760, 119, 'envato_elements_download_event', 'U7VL3Z8'),
(785, 123, '_edit_lock', '1625040541:2'),
(786, 123, '_elementor_edit_mode', 'builder'),
(787, 123, '_elementor_template_type', 'wp-page'),
(788, 123, '_elementor_version', '3.1.1'),
(789, 123, '_elementor_pro_version', '3.1.1'),
(790, 123, '_wp_page_template', 'default'),
(791, 123, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(792, 123, '_elementor_data', '[{"id":"cec5170","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/silhouettes-of-business-people.jpg","id":127},"background_size":"cover","background_motion_fx_motion_fx_scrolling":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.90000000000000002220446049250313080847263336181640625,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":40,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","background_color_b":"globals\\/colors?id=0a2a356","background_overlay_color":"globals\\/colors?id=cbd1087"},"shape_divider_bottom_color":"#F3F3F3","animation":"fadeInDown","eael_parallax_layers_list":[]},"elements":[{"id":"9ae602e","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"6a25967","elType":"widget","settings":{"title":"Intelligent Aqua","header_size":"h4","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"3","isLinked":false},"align_mobile":"center","_padding_mobile":{"unit":"em","top":"3","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=eff31dc"},"align":"left","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"1e6b4bd","elType":"widget","settings":{"title":"Corporate Info","align":"left","typography_typography":"custom","typography_font_family":"Nasa","typography_font_size":{"unit":"px","size":55,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"center","_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":"em","top":"0","right":"1","bottom":"0","left":"1","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"9b2d77e","elType":"section","settings":{"padding":{"unit":"px","top":"80","right":"0","bottom":"0","left":"0","isLinked":false},"background_background":"classic","background_color":"#F3F3F3","animation":"fadeInUp","eael_parallax_layers_list":[]},"elements":[{"id":"e236b41","elType":"column","settings":{"_column_size":100,"_inline_size":null,"content_position":"center"},"elements":[{"id":"e66d5d1","elType":"widget","settings":{"title":"ZKSB Group Organisational Structure ","align":"left","typography_typography":"custom","typography_font_family":"Nasa","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"3f8e774","elType":"section","settings":{"background_background":"classic","background_color":"#F3F3F3","__globals__":{"background_color":""},"animation":"fadeInUp","eael_parallax_layers_list":[],"custom_height":{"unit":"px","size":900,"sizes":[]},"background_position":"center center","background_size":"initial","background_repeat":"repeat","background_bg_width":{"unit":"%","size":2,"sizes":[]},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"3953ac3","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"f01f6de","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/ZKSB-Group-Corporate-Structure-scaled.jpg","id":981},"image_size":"full","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"8c1241a","elType":"section","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"eael_parallax_layers_list":[]},"elements":[{"id":"8c21152","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"018e54d","elType":"widget","settings":{"title":"PITECH Group of Companies","align":"left","typography_typography":"custom","typography_font_family":"Nasa","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"afc2ca9","elType":"widget","settings":{"title":"Progressive Impact Technology SDN BHD","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"661b90d","elType":"section","settings":{"structure":"30","padding":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=eff31dc"},"animation":"fadeInUp","eael_parallax_layers_list":[]},"elements":[{"id":"c09fe73","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"3f6904f","elType":"widget","settings":{"ending_number":152,"title":"Total Employees","typography_number_typography":"custom","typography_number_font_family":"Nunito","typography_number_font_size":{"unit":"px","size":50,"sizes":[]},"typography_number_font_weight":"200","typography_title_typography":"custom","typography_title_font_family":"Nunito","typography_title_font_size":{"unit":"px","size":18,"sizes":[]},"typography_title_font_weight":"600","__globals__":{"number_color":"globals\\/colors?id=eff31dc","title_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"counter"}],"isInner":true},{"id":"287360a","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"6401edb","elType":"widget","settings":{"ending_number":10,"prefix":"RM","suffix":"Mil","title":"Authorized capital","typography_number_typography":"custom","typography_number_font_family":"Nunito","typography_number_font_size":{"unit":"px","size":50,"sizes":[]},"typography_number_font_weight":"200","typography_title_typography":"custom","typography_title_font_family":"Nunito","typography_title_font_size":{"unit":"px","size":18,"sizes":[]},"typography_title_font_weight":"600","__globals__":{"number_color":"globals\\/colors?id=eff31dc","title_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"counter"}],"isInner":true},{"id":"32efd57","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"8d54d97","elType":"widget","settings":{"ending_number":5,"prefix":"RM","suffix":"Mil","title":"Paid-up capital","typography_number_typography":"custom","typography_number_font_family":"Nunito","typography_number_font_size":{"unit":"px","size":50,"sizes":[]},"typography_number_font_weight":"200","typography_title_typography":"custom","typography_title_font_family":"Nunito","typography_title_font_size":{"unit":"px","size":18,"sizes":[]},"typography_title_font_weight":"600","__globals__":{"number_color":"globals\\/colors?id=eff31dc","title_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"counter"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"619f224","elType":"section","settings":{"structure":"20","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false},"eael_parallax_layers_list":[]},"elements":[{"id":"8939abf","elType":"column","settings":{"_column_size":50,"_inline_size":null,"padding":{"unit":"px","top":"10","right":"50","bottom":"10","left":"10","isLinked":false},"animation":"fadeInLeft"},"elements":[{"id":"bee7618","elType":"widget","settings":{"title":"Progressive Impact Technology SDN BHD","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"16c1d53","elType":"widget","settings":{"view":"","icon_list":[{"text":"Substation Automation","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"19f8820"},{"text":"Scada System for Renewal Energy Power Plant","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"f1295f6"},{"text":"Telecommunication, Tele-protection, IT & Cybersecurity Solution","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"41a0437"},{"text":"Instrumentation Products","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"a94234a"}],"space_between":{"unit":"px","size":5,"sizes":[]},"divider":"yes","icon_typography_typography":"custom","icon_typography_font_family":"Nunito","icon_typography_font_size":{"unit":"px","size":18,"sizes":[]},"__globals__":{"icon_color":"globals\\/colors?id=eff31dc","text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"icon-list"},{"id":"3d0e7d8","elType":"widget","settings":{"title":"Foxboro (Malaysia) SDN BHD","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"30","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"9622cec","elType":"widget","settings":{"view":"","icon_list":[{"text":"Distributed Control System (DCS)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"19f8820"},{"text":"Field Devices","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"f1295f6"},{"text":"Digital Transformation","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"41a0437"},{"text":"Cybersecurity Solutions","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"a94234a"}],"space_between":{"unit":"px","size":5,"sizes":[]},"divider":"yes","icon_typography_typography":"custom","icon_typography_font_family":"Nunito","icon_typography_font_size":{"unit":"px","size":18,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"__globals__":{"icon_color":"globals\\/colors?id=eff31dc","text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"icon-list"},{"id":"d64a2e0","elType":"widget","settings":{"title":"Progressive Impact Technology (B) SDN BHD","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"42b6236","elType":"widget","settings":{"view":"","icon_list":[{"text":"Energy Automation Solutions","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"19f8820"},{"text":"Environmental Solutions","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"f1295f6"},{"text":"Corrosion Solutions","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"41a0437"}],"space_between":{"unit":"px","size":5,"sizes":[]},"divider":"yes","icon_typography_typography":"custom","icon_typography_font_family":"Nunito","icon_typography_font_size":{"unit":"px","size":18,"sizes":[]},"__globals__":{"icon_color":"globals\\/colors?id=eff31dc","text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"bb2ef10","elType":"column","settings":{"_column_size":50,"_inline_size":null,"padding":{"unit":"px","top":"10","right":"50","bottom":"10","left":"10","isLinked":false},"animation":"fadeInRight"},"elements":[{"id":"a6033cb","elType":"widget","settings":{"title":"Progressive Impact Corrosion SDN BHD","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"187b4e0","elType":"widget","settings":{"title":"(FKA Cosasco SDN BHD)","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"3ff6de4","elType":"widget","settings":{"view":"","icon_list":[{"text":"Pipeline Maintenance","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"19f8820"},{"text":"Corrosion & Erosion Monitoring Services","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"f1295f6"},{"text":"Corrosion Protection Services","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"41a0437"},{"text":"Preventive and Predictive Maintenance","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"a94234a"},{"text":"NDT \\/ NDE Services","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"5794194"},{"text":"Corrosion Control and Services","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"54fbc28"},{"text":"Consultancy Engineering Services","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"169a63c"}],"space_between":{"unit":"px","size":5,"sizes":[]},"divider":"yes","icon_typography_typography":"custom","icon_typography_font_family":"Nunito","icon_typography_font_size":{"unit":"px","size":18,"sizes":[]},"__globals__":{"icon_color":"globals\\/colors?id=eff31dc","text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"icon-list"},{"id":"2404642","elType":"widget","settings":{"title":"Intelligent Aqua SDN BHD","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"30","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"59f0b86","elType":"widget","settings":{"view":"","icon_list":[{"text":"Industrial Effluent Treatment","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"19f8820"},{"text":"River Water Treatment","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"f1295f6"},{"text":"Sewage Effluent Treatment","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"41a0437"},{"text":"Palm Oil Effluent Treatment","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"a94234a"},{"text":"Poultry Wastewater Treatment","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"ae52d62"}],"space_between":{"unit":"px","size":5,"sizes":[]},"divider":"yes","icon_typography_typography":"custom","icon_typography_font_family":"Nunito","icon_typography_font_size":{"unit":"px","size":18,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"__globals__":{"icon_color":"globals\\/colors?id=eff31dc","text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"icon-list"},{"id":"502f582","elType":"widget","settings":{"title":"Progressive Software Solutions SDN BHD","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"450e545","elType":"widget","settings":{"view":"","icon_list":[{"text":"Industrial Automation","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"19f8820"},{"text":"Renewal Energy Plant Control System","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"f1295f6"},{"text":"Smart Grid Equipment","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"41a0437"}],"space_between":{"unit":"px","size":5,"sizes":[]},"divider":"yes","icon_typography_typography":"custom","icon_typography_font_family":"Nunito","icon_typography_font_size":{"unit":"px","size":18,"sizes":[]},"__globals__":{"icon_color":"globals\\/colors?id=eff31dc","text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"icon-list"}],"isInner":false}],"isInner":false},{"id":"75d84c7","elType":"section","settings":{"background_background":"classic","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=335f4d4","background_color_b":"","background_overlay_color":"globals\\/colors?id=335f4d4"},"background_color_b":"#FFFFFF","eael_parallax_layers_list":[],"background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/water.jpg","id":296},"background_position":"initial","background_xpos":{"unit":"px","size":-224,"sizes":[]},"background_ypos":{"unit":"px","size":149,"sizes":[]},"background_repeat":"no-repeat","background_size":"contain","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.90000000000000002220446049250313080847263336181640625,"sizes":[]}},"elements":[{"id":"ec83ec8","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bdcbd9","elType":"widget","settings":{"title":"Board of Directors","align":"left","typography_typography":"custom","typography_font_family":"Nasa","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"9605ed6","elType":"section","settings":{"structure":"20","eael_parallax_layers_list":[]},"elements":[{"id":"e6395ed","elType":"column","settings":{"_column_size":50,"_inline_size":25.175999999999998379962562466971576213836669921875,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","border_color":"globals\\/colors?id=3fd3109"}},"elements":[{"id":"2c6fece","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/Haji-Zaid-Bin-Abdullah-768x1108-1.png","id":134},"image_size":"full","image_custom_dimension":{"width":"800","height":"1000"},"image_border_width":{"unit":"px","top":"0","right":"0","bottom":"3","left":"0","isLinked":false},"image_border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"image_border_color":"globals\\/colors?id=3fd3109"},"_animation":"fadeInUp","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"7dc3481","elType":"column","settings":{"_column_size":50,"_inline_size":74.8239999999999980673237587325274944305419921875,"content_position":"center","space_between_widgets":0,"animation":"fadeInRight"},"elements":[{"id":"93e5683","elType":"widget","settings":{"title":"Haji Zaid Bin Abdullah","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","__globals__":{"title_color":"globals\\/colors?id=eff31dc"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"8dbc234","elType":"widget","settings":{"title":"Director","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"_padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"fff72bb","elType":"widget","settings":{"editor":"<p>Experience:<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"0","left":"16","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"text-editor"},{"id":"bdca244","elType":"widget","settings":{"icon_list":[{"text":"The founder of PICORP Group and holds directorships in all the subsidiary companies of the Company","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"0eb476c"},{"text":"Group Executive Director of Shapadu Group of Companies (1982 \\u2013 1992)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"4a80bfb"},{"text":"Director of Finance in Shapadu Corporation (1978 \\u2013 1982)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"e1ba2ad"}],"space_between":{"unit":"px","size":7,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Nunito","icon_typography_font_size":{"unit":"px","size":18,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=secondary","icon_color":"globals\\/colors?id=eff31dc"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"icon-list"},{"id":"31d50d9","elType":"widget","settings":{"editor":"<p>He is the spouse of Hajah Zaidah Binti Mohd Salleh and a major shareholder of PICORP.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"0","left":"16","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"44f3860","elType":"section","settings":{"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=995f85e","background_color_b":"globals\\/colors?id=995f85e","background_overlay_color":"globals\\/colors?id=995f85e"},"eael_parallax_layers_list":[],"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/water.jpg","id":296},"background_position":"initial","background_xpos":{"unit":"px","size":562,"sizes":[]},"background_ypos":{"unit":"px","size":133,"sizes":[]},"background_repeat":"no-repeat","background_size":"contain","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.90000000000000002220446049250313080847263336181640625,"sizes":[]}},"elements":[{"id":"931e654","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"8a23b40","elType":"section","settings":{"structure":"20","eael_parallax_layers_list":[]},"elements":[{"id":"1c25158","elType":"column","settings":{"_column_size":50,"_inline_size":74.8239999999999980673237587325274944305419921875,"content_position":"center","space_between_widgets":0,"animation":"fadeInLeft"},"elements":[{"id":"0e1b44e","elType":"widget","settings":{"title":"Hajah Zaidah binti Mohd Salleh ","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","__globals__":{"title_color":"globals\\/colors?id=eff31dc"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"2cd6567","elType":"widget","settings":{"title":"Director","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"_padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"d7d417e","elType":"widget","settings":{"editor":"<p>Experience:<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"0","left":"16","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"text-editor"},{"id":"ff92ac0","elType":"widget","settings":{"icon_list":[{"text":"Co-founder of PICORP Group of Companies","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"0eb476c"},{"text":"Company Secretary of PICORP Group of Companies","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"4a80bfb"},{"text":"Group Executive Director, PICORP Group of Companies (2003 \\u2013 2009)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"e1ba2ad"},{"text":"Group Financial Controller, PICORP Group of Companies (1993 \\u2013 2003)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"6108813"},{"text":"Senior Accountant (Operations), Telekom Malaysia (1989 \\u2013 1993)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"3d3eed7"},{"text":"Regional Accountant, Regional Accounts Division, Telekom Malaysia (1984 \\u2013 1989)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"733b71f"},{"text":"Financial Controller (\\u201cG\\u201d) Jabatan Telekom (1981 \\u2013 1984)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"ce8acf7"},{"text":"Accountant, Jabatan Telekom (1978 \\u2013 1981)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"56a718d"}],"space_between":{"unit":"px","size":7,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Nunito","icon_typography_font_size":{"unit":"px","size":18,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=secondary","icon_color":"globals\\/colors?id=eff31dc"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"icon-list"},{"id":"f9a301a","elType":"widget","settings":{"editor":"<p>She is the spouse of Haji Zaid Bin Abdullah and a major shareholder of PICORP.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"0","bottom":"50","left":"0","isLinked":false},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"0","left":"16","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"bb8d6c5","elType":"column","settings":{"_column_size":50,"_inline_size":25.175999999999998379962562466971576213836669921875,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","border_color":"globals\\/colors?id=3fd3109"},"content_position":"bottom","animation":"fadeInUp"},"elements":[{"id":"60ad42a","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/Hajah-Zaidah.png","id":425},"image_size":"full","image_custom_dimension":{"width":"800","height":"1000"},"image_border_width":{"unit":"px","top":"0","right":"0","bottom":"3","left":"0","isLinked":false},"image_border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"image_border_color":"globals\\/colors?id=3fd3109"},"width":{"unit":"%","size":100,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"321d49f","elType":"section","settings":{"background_background":"classic","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=335f4d4","background_color_b":"","background_overlay_color":"globals\\/colors?id=335f4d4"},"eael_parallax_layers_list":[],"background_color_b":"#FFFFFF","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/water.jpg","id":296},"background_position":"initial","background_xpos":{"unit":"px","size":-224,"sizes":[]},"background_ypos":{"unit":"px","size":149,"sizes":[]},"background_repeat":"no-repeat","background_size":"contain","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.90000000000000002220446049250313080847263336181640625,"sizes":[]}},"elements":[{"id":"bbcc67e","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"563f56f","elType":"section","settings":{"structure":"20","eael_parallax_layers_list":[]},"elements":[{"id":"7d5a5b7","elType":"column","settings":{"_column_size":50,"_inline_size":25.175999999999998379962562466971576213836669921875,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","border_color":"globals\\/colors?id=3fd3109"}},"elements":[{"id":"bd03912","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/Haji-Johar.png","id":426},"image_size":"full","image_custom_dimension":{"width":"800","height":"1000"},"image_border_width":{"unit":"px","top":"0","right":"0","bottom":"3","left":"0","isLinked":false},"image_border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"image_border_color":"globals\\/colors?id=3fd3109"},"_animation":"fadeInUp","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"104cf9a","elType":"column","settings":{"_column_size":50,"_inline_size":74.8239999999999980673237587325274944305419921875,"content_position":"center","space_between_widgets":0,"animation":"fadeInRight"},"elements":[{"id":"b41db03","elType":"widget","settings":{"title":"Haji Johar bin Yusof ","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","__globals__":{"title_color":"globals\\/colors?id=eff31dc"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"7d36d5b","elType":"widget","settings":{"title":"Director","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"_padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"5fa0192","elType":"widget","settings":{"editor":"<p>Experience:<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"0","left":"16","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"text-editor"},{"id":"3b3cf83","elType":"widget","settings":{"icon_list":[{"text":"Joined PICORP Group of Companies in 2003 and has held various positions within the Group, the last being the Group Chief Executive Officer","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"0eb476c"},{"text":"Chief Executive Officer of Asma International Sdn Bhd","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"4a80bfb"},{"text":"Chief Executive Officer of Saudi Asma Environmental Solutions LLC","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"e1ba2ad"},{"text":"Chief Executive Officer of Asma Advanced Solutions LLC","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"b898714"},{"text":"General Manager of Intelligent Aqua Sdn Bhd","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"8b9c914"}],"space_between":{"unit":"px","size":7,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Nunito","icon_typography_font_size":{"unit":"px","size":18,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=secondary","icon_color":"globals\\/colors?id=eff31dc"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"icon-list"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"72ca207","elType":"section","settings":{"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=995f85e","background_color_b":"globals\\/colors?id=995f85e","background_overlay_color":"globals\\/colors?id=995f85e"},"eael_parallax_layers_list":[],"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/water.jpg","id":296},"background_position":"initial","background_xpos":{"unit":"px","size":562,"sizes":[]},"background_ypos":{"unit":"px","size":133,"sizes":[]},"background_repeat":"no-repeat","background_size":"contain","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.90000000000000002220446049250313080847263336181640625,"sizes":[]}},"elements":[{"id":"80d38c5","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"8470fee","elType":"section","settings":{"structure":"20","eael_parallax_layers_list":[]},"elements":[{"id":"86008f0","elType":"column","settings":{"_column_size":50,"_inline_size":74.8239999999999980673237587325274944305419921875,"content_position":"center","space_between_widgets":0,"animation":"fadeInLeft"},"elements":[{"id":"99a6893","elType":"widget","settings":{"title":"Dato\\u2019 Dr Lukman bin Ibrahim ","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","__globals__":{"title_color":"globals\\/colors?id=eff31dc"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"98e1ef0","elType":"widget","settings":{"title":"Director","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"_padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"bd9c2b7","elType":"widget","settings":{"editor":"<p>Experience:<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"0","left":"16","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"text-editor"},{"id":"b112412","elType":"widget","settings":{"icon_list":[{"text":"Deputy Chief Executive Officer of Proton Holdings Berhad (2021 \\u2013 2014)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"0eb476c"},{"text":"Group Chief Operating Officer (2011 \\u2013 2012)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"4a80bfb"},{"text":"Group Chief Financial Officer, DRB \\u2013 HICOM Berhad (2008 \\u2013 2011)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"e1ba2ad"},{"text":"Proton Berhad (1991 \\u2013 2008: 17 years)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"6108813"},{"text":"Proton Part Centre Sdn Bhd","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"3d3eed7"},{"text":"PHN Industry Sdn Bhd (with his last position as the Managing Director)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"733b71f"},{"text":"Automotive Corporation (Malaysia) Sdn. Bhd. (1990 \\u2013 1991)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"ce8acf7"},{"text":"Sun Refining and Marketing, Philadelphia, U.S.A. (1989 \\u2013 1990)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"56a718d"}],"space_between":{"unit":"px","size":7,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Nunito","icon_typography_font_size":{"unit":"px","size":18,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=secondary","icon_color":"globals\\/colors?id=eff31dc"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"d5d40c4","elType":"column","settings":{"_column_size":50,"_inline_size":25.175999999999998379962562466971576213836669921875,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","border_color":"globals\\/colors?id=3fd3109"},"content_position":"bottom","animation":"fadeInUp"},"elements":[{"id":"707d57c","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/Dato-Lokman.png","id":424},"image_size":"full","image_custom_dimension":{"width":"800","height":"1000"},"image_border_width":{"unit":"px","top":"0","right":"0","bottom":"3","left":"0","isLinked":false},"image_border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"image_border_color":"globals\\/colors?id=3fd3109"},"width":{"unit":"%","size":100,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"f01b4ce","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"structure":"20","background_background":"video","background_video_link":"https:\\/\\/www.youtube.com\\/watch?v=JvrdQWmivlU","background_play_on_mobile":"yes","background_overlay_background":"classic","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":127,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":0,"sizes":[]},"shape_divider_bottom_negative":"yes","__globals__":{"background_overlay_color":"globals\\/colors?id=0a2a356"},"eael_parallax_layers_list":[]},"elements":[{"id":"84e2d8d","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"86becfe","elType":"widget","settings":{"title":"How Can We Help? ","align":"left","typography_typography":"custom","typography_font_family":"Nasa","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"de3007b","elType":"widget","settings":{"editor":"<p>We welcome your comments and questions. If you have any enquiry about our products and services, kindly reach out to us.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"0","left":"16","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"text-editor"},{"id":"d4c872c","elType":"widget","settings":{"text":"Contact Us","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/contact-us\\/","is_external":"","nofollow":"","custom_attributes":""},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=eff31dc"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"6b33642","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false}]');
INSERT INTO `wpfq_postmeta` VALUES
(793, 125, '_wp_attached_file', '2021/02/Structure.png'),
(794, 125, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1224;s:6:"height";i:580;s:4:"file";s:21:"2021/02/Structure.png";s:5:"sizes";a:4:{s:6:"medium";a:4:{s:4:"file";s:21:"Structure-300x142.png";s:5:"width";i:300;s:6:"height";i:142;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:22:"Structure-1024x485.png";s:5:"width";i:1024;s:6:"height";i:485;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:21:"Structure-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:"Structure-768x364.png";s:5:"width";i:768;s:6:"height";i:364;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:{}}}'),
(795, 126, '_wp_attached_file', '2021/02/business-team.jpg'),
(796, 126, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1335;s:4:"file";s:25:"2021/02/business-team.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:25:"business-team-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"business-team-1024x684.jpg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:25:"business-team-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:"business-team-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:27:"business-team-1536x1025.jpg";s:5:"width";i:1536;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"business-team-1568x1047.jpg";s:5:"width";i:1568;s:6:"height";i:1047;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(797, 126, 'envato_elements', 'Y6F7HQR'),
(798, 126, '_wp_attachment_image_alt', 'Business team'),
(799, 126, 'envato_elements_download_event', 'Y6F7HQR'),
(800, 127, '_wp_attached_file', '2021/02/silhouettes-of-business-people.jpg'),
(801, 127, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1542;s:4:"file";s:42:"2021/02/silhouettes-of-business-people.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:42:"silhouettes-of-business-people-300x231.jpg";s:5:"width";i:300;s:6:"height";i:231;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:43:"silhouettes-of-business-people-1024x790.jpg";s:5:"width";i:1024;s:6:"height";i:790;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:42:"silhouettes-of-business-people-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:42:"silhouettes-of-business-people-768x592.jpg";s:5:"width";i:768;s:6:"height";i:592;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:44:"silhouettes-of-business-people-1536x1184.jpg";s:5:"width";i:1536;s:6:"height";i:1184;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:44:"silhouettes-of-business-people-1568x1209.jpg";s:5:"width";i:1568;s:6:"height";i:1209;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(802, 127, 'envato_elements', 'P9BW53F'),
(803, 127, '_wp_attachment_image_alt', 'Silhouettes of business people'),
(804, 127, 'envato_elements_download_event', 'P9BW53F'),
(849, 134, '_wp_attached_file', '2021/02/Haji-Zaid-Bin-Abdullah-768x1108-1.png'),
(850, 134, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:768;s:6:"height";i:1108;s:4:"file";s:45:"2021/02/Haji-Zaid-Bin-Abdullah-768x1108-1.png";s:5:"sizes";a:3:{s:6:"medium";a:4:{s:4:"file";s:45:"Haji-Zaid-Bin-Abdullah-768x1108-1-208x300.png";s:5:"width";i:208;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:46:"Haji-Zaid-Bin-Abdullah-768x1108-1-710x1024.png";s:5:"width";i:710;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:45:"Haji-Zaid-Bin-Abdullah-768x1108-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:{}}}'),
(873, 138, '_edit_lock', '1629383776:2'),
(874, 138, '_elementor_edit_mode', 'builder'),
(875, 138, '_elementor_template_type', 'wp-page'),
(876, 138, '_elementor_version', '3.4.1'),
(877, 138, '_elementor_pro_version', '3.3.7'),
(878, 138, '_wp_page_template', 'elementor_header_footer'),
(879, 138, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(880, 138, '_elementor_data', '[{"id":"b295971","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/03\\/water-drops-falling.jpg","id":1100},"background_size":"cover","background_motion_fx_motion_fx_scrolling":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.6999999999999999555910790149937383830547332763671875,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":66,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","background_color_b":"globals\\/colors?id=0a2a356","background_overlay_color":"globals\\/colors?id=cbd1087","shape_divider_bottom_color":"globals\\/colors?id=995f85e"},"shape_divider_bottom_negative":"yes","animation":"fadeInDown","eael_parallax_layers_list":[],"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"0","left":"50","isLinked":false},"shape_divider_bottom_width_mobile":{"unit":"%","size":161,"sizes":[]},"shape_divider_bottom_height_mobile":{"unit":"px","size":64,"sizes":[]},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"background_position":"center center"},"elements":[{"id":"dceb7da","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"696c902","elType":"widget","settings":{"title":"Solutions","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":55,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"left","_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":"em","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","typography_text_transform":"uppercase","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"152349c","elType":"widget","settings":{"editor":"<p>Say goodbye to polluted and contaminated water with Intelligent Aqua.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"ddf055b","elType":"section","settings":{"padding":{"unit":"px","top":"80","right":"0","bottom":"50","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=335f4d4"},"eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false}},"elements":[{"id":"8e2fb59","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"9340701","elType":"widget","settings":{"title":"What Can Intelligent Aqua Do For You? ","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":""},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__dynamic__":[],"eael_ext_content_protection_password_incorrect_message":"Password does not match.","title_color":"#203264","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"660286b","elType":"widget","settings":{"editor":"<p>Intelligent Aqua, also known as IA, is an innovative water treatment system that purifies your polluted water. It removes most dissolved and suspended contaminants by adopting the hybrid concept of adsorption and ion exchange.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"009d87a","elType":"section","settings":{"eael_parallax_layers_list":[],"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=0a2a356"},"background_overlay_background":"classic","background_overlay_size":"cover","background_overlay_opacity":{"unit":"px","size":0.179999999999999993338661852249060757458209991455078125,"sizes":[]},"padding_tablet":{"unit":"px","top":"0","right":"50","bottom":"50","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false}},"elements":[{"id":"2828716","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":0},"elements":[{"id":"77976aa","elType":"widget","settings":{"title":"Why There\\u2019s Nothing Quite Like Intelligent Aqua","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__dynamic__":[],"eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"afca48f","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/Chart-2.png","id":1627},"image_size":"full","align":"center","width":{"unit":"%","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},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_animation":"fadeInUp","link_to":"file"},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"4fe1930","elType":"section","settings":{"shape_divider_top":"waves","shape_divider_top_width":{"unit":"%","size":128,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":54,"sizes":[]},"shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"","shape_divider_top_color":"globals\\/colors?id=995f85e","background_overlay_color_b":"globals\\/colors?id=995f85e","background_overlay_color":""},"animation":"fadeInUp","eael_parallax_layers_list":[],"background_color":"#F6F6F6","shape_divider_top_color":"#FFFFFF","background_overlay_background":"gradient","background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water-1-e1618304078189.jpg","id":844},"background_overlay_position":"top center","background_overlay_repeat":"no-repeat","background_overlay_size":"cover","background_overlay_opacity":{"unit":"px","size":1,"sizes":[]},"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water-1-e1618304078189.jpg","id":844},"background_position":"top center","background_size":"cover","background_overlay_color":"#FFFFFF00","background_overlay_color_b":"#FFFFFF","padding_tablet":{"unit":"px","top":"0","right":"50","bottom":"50","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true}},"elements":[{"id":"0e7a353","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"6b094bf","elType":"widget","settings":{"space":{"unit":"px","size":200,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","space_tablet":{"unit":"px","size":175,"sizes":[]},"space_mobile":{"unit":"px","size":190,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"50e22cd","elType":"widget","settings":{"title":"How Does Intelligent Aqua Work?","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"1a0948f","elType":"widget","settings":{"editor":"<p>IA adopts a 5X technique in its process, which complies with the internationally accepted methodology of activated carbon contactor design. However, IA is also flexible and can be customised to treat and purify multiple types of water and wastewater.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"53e2678","elType":"section","settings":{"shape_divider_top":"waves","shape_divider_top_width":{"unit":"%","size":128,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":54,"sizes":[]},"shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false},"__globals__":{"background_color":"","shape_divider_top_color":"globals\\/colors?id=995f85e"},"animation":"fadeInUp","eael_parallax_layers_list":[],"background_color":"#F6F6F6","shape_divider_top_color":"#FFFFFF","background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/water.jpg","id":296},"background_overlay_size":"cover","background_overlay_opacity":{"unit":"px","size":0.0899999999999999966693309261245303787291049957275390625,"sizes":[]}},"elements":[{"id":"5fd2bca","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"c1c2cef","elType":"widget","settings":{"video_type":"hosted","youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb","hosted_url":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/IA_v0_13042021.mp4","id":1597},"autoplay":"yes","play_on_mobile":"yes","mute":"yes","loop":"yes","controls":"","aspect_ratio":"219","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"6164184","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":590,"sizes":[]},"eael_parallax_layers_list":[],"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/03\\/muslim-lady-drinking-water-from-glass-in-kitchen-at-home.jpg","id":1475},"background_position":"initial","background_size":"cover","background_ypos":{"unit":"px","size":-125,"sizes":[]},"background_position_tablet":"center center","background_size_tablet":"cover"},"elements":[{"id":"965ed09","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"b4ea45c","elType":"section","settings":{"eael_parallax_layers_list":[],"background_background":"classic","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"__globals__":{"background_color":""},"background_overlay_background":"classic","background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water-1.jpg","id":844},"background_overlay_opacity":{"unit":"px","size":0.1000000000000000055511151231257827021181583404541015625,"sizes":[]},"background_overlay_position":"bottom center","background_overlay_xpos":{"unit":"px","size":-58,"sizes":[]},"background_overlay_ypos":{"unit":"px","size":25,"sizes":[]},"background_overlay_size":"cover","background_color":"#203264","padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false}},"elements":[{"id":"afa036f","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"3fbd89a","elType":"widget","settings":{"title":"What Can Intelligent Aqua Be Used For?","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=995f85e"},"_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"895305a","elType":"widget","settings":{"editor":"<p>From filtration to purification, IA is an efficient and cost-effective solution to remove a vast range of contaminants from wastewater, groundwater, and contaminated river.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"474c8e3","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20"},"elements":[{"id":"f44195c","elType":"column","settings":{"_column_size":50,"_inline_size":null,"_inline_size_tablet":100},"elements":[{"id":"5d7973d","elType":"widget","settings":{"creative_button_text":"Drinking-Water <br>Purification ","creative_button_secondary_text":"Activated carbon plays a vital role in providing safe and wholesome drinking water.","creative_button_link_url":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"creative_button_effect":"eael-creative-button--rayen","eael_creative_button_typography_typography":"custom","eael_creative_button_typography_font_family":"Open Sans","eael_creative_button_typography_font_size":{"unit":"px","size":25,"sizes":[]},"eael_creative_button_typography_font_weight":"600","eael_creative_button_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"eael_creative_button_secondary_typography_typography":"custom","eael_creative_button_secondary_typography_font_family":"Nunito","eael_creative_button_secondary_typography_font_size":{"unit":"px","size":18,"sizes":[]},"eael_creative_button_secondary_typography_line_height":{"unit":"em","size":1.1999999999999999555910790149937383830547332763671875,"sizes":[]},"eael_creative_button_alignment":"flex-start","eael_creative_button_width":{"unit":"px","size":500,"sizes":[]},"eael_creative_button_background_color":"#0A93C100","eael_creative_button_border_border":"solid","eael_creative_button_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"2","isLinked":false},"eael_creative_button_border_color":"#FFFFFF","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__globals__":{"eael_creative_button_background_color":"","eael_creative_button_hover_background_color":"globals\\/colors?id=cbd1087","eael_creative_button_border_color":"globals\\/colors?id=0a2a356","eael_creative_button_text_color":"globals\\/colors?id=995f85e","eael_creative_button_hover_text_color":"globals\\/colors?id=995f85e","eael_creative_button_hover_icon_color":"globals\\/colors?id=995f85e"},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_creative_button_alignment_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},"eael_creative_button_width_mobile":{"unit":"px","size":264,"sizes":[]},"eael_creative_button_padding_mobile":{"unit":"px","top":"30","right":"20","bottom":"30","left":"20","isLinked":false}},"elements":[],"widgetType":"eael-creative-button"}],"isInner":true},{"id":"c86030c","elType":"column","settings":{"_column_size":50,"_inline_size":null,"_inline_size_tablet":100},"elements":[{"id":"b7bd144","elType":"widget","settings":{"creative_button_text":"Municipal Wastewater <br>Treatment","creative_button_secondary_text":"IA helps remove pathogens, oxygen demanding compounds, and organic and synthetic chemicals from residential and commercial wastewaters.","creative_button_link_url":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"creative_button_effect":"eael-creative-button--rayen","eael_creative_button_typography_typography":"custom","eael_creative_button_typography_font_family":"Open Sans","eael_creative_button_typography_font_size":{"unit":"px","size":25,"sizes":[]},"eael_creative_button_typography_font_weight":"600","eael_creative_button_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"eael_creative_button_secondary_typography_typography":"custom","eael_creative_button_secondary_typography_font_family":"Nunito","eael_creative_button_secondary_typography_font_size":{"unit":"px","size":18,"sizes":[]},"eael_creative_button_secondary_typography_line_height":{"unit":"em","size":1.1999999999999999555910790149937383830547332763671875,"sizes":[]},"eael_creative_button_alignment":"flex-start","eael_creative_button_width":{"unit":"px","size":500,"sizes":[]},"eael_creative_button_background_color":"#0A93C100","eael_creative_button_border_border":"solid","eael_creative_button_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"2","isLinked":false},"eael_creative_button_border_color":"#FFFFFF","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__globals__":{"eael_creative_button_background_color":"","eael_creative_button_hover_background_color":"globals\\/colors?id=cbd1087","eael_creative_button_border_color":"globals\\/colors?id=0a2a356","eael_creative_button_text_color":"globals\\/colors?id=995f85e","eael_creative_button_hover_text_color":"globals\\/colors?id=995f85e","eael_creative_button_hover_icon_color":"globals\\/colors?id=995f85e"},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_creative_button_alignment_tablet":"center","eael_creative_button_width_mobile":{"unit":"px","size":264,"sizes":[]},"eael_creative_button_padding_mobile":{"unit":"px","top":"30","right":"20","bottom":"30","left":"20","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":[],"widgetType":"eael-creative-button"}],"isInner":true}],"isInner":true},{"id":"61021c0","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20"},"elements":[{"id":"5888b5d","elType":"column","settings":{"_column_size":50,"_inline_size":null,"_inline_size_tablet":100},"elements":[{"id":"343f6a1","elType":"widget","settings":{"creative_button_text":"Groundwater <br>Treatment ","creative_button_secondary_text":"Groundwater is difficult to treat with conventional treatment systems. However, with IA, natural organic contamination can be easily treated and removed. ","creative_button_link_url":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"creative_button_effect":"eael-creative-button--rayen","eael_creative_button_typography_typography":"custom","eael_creative_button_typography_font_family":"Open Sans","eael_creative_button_typography_font_size":{"unit":"px","size":25,"sizes":[]},"eael_creative_button_typography_font_weight":"600","eael_creative_button_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"eael_creative_button_secondary_typography_typography":"custom","eael_creative_button_secondary_typography_font_family":"Nunito","eael_creative_button_secondary_typography_font_size":{"unit":"px","size":18,"sizes":[]},"eael_creative_button_secondary_typography_line_height":{"unit":"em","size":1.1999999999999999555910790149937383830547332763671875,"sizes":[]},"eael_creative_button_alignment":"flex-start","eael_creative_button_width":{"unit":"px","size":500,"sizes":[]},"eael_creative_button_background_color":"#0A93C100","eael_creative_button_border_border":"solid","eael_creative_button_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"2","isLinked":false},"eael_creative_button_border_color":"#FFFFFF","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__globals__":{"eael_creative_button_background_color":"","eael_creative_button_hover_background_color":"globals\\/colors?id=cbd1087","eael_creative_button_border_color":"globals\\/colors?id=0a2a356","eael_creative_button_text_color":"globals\\/colors?id=995f85e","eael_creative_button_hover_text_color":"globals\\/colors?id=995f85e","eael_creative_button_hover_icon_color":"globals\\/colors?id=995f85e"},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_creative_button_alignment_tablet":"center","eael_creative_button_width_mobile":{"unit":"px","size":264,"sizes":[]},"eael_creative_button_padding_mobile":{"unit":"px","top":"30","right":"20","bottom":"30","left":"20","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":[],"widgetType":"eael-creative-button"}],"isInner":true},{"id":"558ffa7","elType":"column","settings":{"_column_size":50,"_inline_size":null,"_inline_size_tablet":100},"elements":[{"id":"6a7f7a1","elType":"widget","settings":{"creative_button_text":"Industrial Wastewater <br> Treatment","creative_button_secondary_text":"IA treats wastewater produced by industries to be reused within the production process or released to a sanitary sewer or surface water in the environment. ","creative_button_link_url":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"creative_button_effect":"eael-creative-button--rayen","eael_creative_button_typography_typography":"custom","eael_creative_button_typography_font_family":"Open Sans","eael_creative_button_typography_font_size":{"unit":"px","size":25,"sizes":[]},"eael_creative_button_typography_font_weight":"600","eael_creative_button_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"eael_creative_button_secondary_typography_typography":"custom","eael_creative_button_secondary_typography_font_family":"Nunito","eael_creative_button_secondary_typography_font_size":{"unit":"px","size":18,"sizes":[]},"eael_creative_button_secondary_typography_line_height":{"unit":"em","size":1.1999999999999999555910790149937383830547332763671875,"sizes":[]},"eael_creative_button_alignment":"flex-start","eael_creative_button_width":{"unit":"px","size":500,"sizes":[]},"eael_creative_button_background_color":"#0A93C100","eael_creative_button_border_border":"solid","eael_creative_button_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"2","isLinked":false},"eael_creative_button_border_color":"#FFFFFF","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__globals__":{"eael_creative_button_background_color":"","eael_creative_button_hover_background_color":"globals\\/colors?id=cbd1087","eael_creative_button_border_color":"globals\\/colors?id=0a2a356","eael_creative_button_text_color":"globals\\/colors?id=995f85e","eael_creative_button_hover_text_color":"globals\\/colors?id=995f85e","eael_creative_button_hover_icon_color":"globals\\/colors?id=995f85e"},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_creative_button_alignment_tablet":"center","eael_creative_button_width_mobile":{"unit":"px","size":264,"sizes":[]},"eael_creative_button_padding_mobile":{"unit":"px","top":"30","right":"20","bottom":"30","left":"20","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":[],"widgetType":"eael-creative-button"}],"isInner":true}],"isInner":true},{"id":"3dccb28","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20"},"elements":[{"id":"96b8317","elType":"column","settings":{"_column_size":50,"_inline_size":null,"_inline_size_tablet":100},"elements":[{"id":"1c40e96","elType":"widget","settings":{"creative_button_text":"River Water <br>Treatment","creative_button_secondary_text":"Many rivers are significantly polluted due to all three major sources of pollution (industry, agriculture and domestic) are concentrated along the rivers.","creative_button_link_url":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"creative_button_effect":"eael-creative-button--rayen","eael_creative_button_typography_typography":"custom","eael_creative_button_typography_font_family":"Open Sans","eael_creative_button_typography_font_size":{"unit":"px","size":25,"sizes":[]},"eael_creative_button_typography_font_weight":"600","eael_creative_button_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"eael_creative_button_secondary_typography_typography":"custom","eael_creative_button_secondary_typography_font_family":"Nunito","eael_creative_button_secondary_typography_font_size":{"unit":"px","size":18,"sizes":[]},"eael_creative_button_secondary_typography_line_height":{"unit":"em","size":1.1999999999999999555910790149937383830547332763671875,"sizes":[]},"eael_creative_button_alignment":"flex-start","eael_creative_button_width":{"unit":"px","size":500,"sizes":[]},"eael_creative_button_background_color":"#0A93C100","eael_creative_button_border_border":"solid","eael_creative_button_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"2","isLinked":false},"eael_creative_button_border_color":"#FFFFFF","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__globals__":{"eael_creative_button_background_color":"","eael_creative_button_hover_background_color":"globals\\/colors?id=cbd1087","eael_creative_button_border_color":"globals\\/colors?id=0a2a356","eael_creative_button_text_color":"globals\\/colors?id=995f85e","eael_creative_button_hover_text_color":"globals\\/colors?id=995f85e","eael_creative_button_hover_icon_color":"globals\\/colors?id=995f85e"},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_creative_button_alignment_tablet":"center","eael_creative_button_width_mobile":{"unit":"px","size":264,"sizes":[]},"eael_creative_button_padding_mobile":{"unit":"px","top":"30","right":"20","bottom":"30","left":"20","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":[],"widgetType":"eael-creative-button"}],"isInner":true},{"id":"f5bceaf","elType":"column","settings":{"_column_size":50,"_inline_size":null,"_inline_size_tablet":100},"elements":[{"id":"d00e767","elType":"widget","settings":{"creative_button_text":" Poultry Wastewater <br> Treatment","creative_button_secondary_text":"Poultry processing plants are required to remove soluble and particulate organic material in their generated wastewater prior to any discharge from the plant.","creative_button_link_url":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"creative_button_effect":"eael-creative-button--rayen","eael_creative_button_typography_typography":"custom","eael_creative_button_typography_font_family":"Open Sans","eael_creative_button_typography_font_size":{"unit":"px","size":25,"sizes":[]},"eael_creative_button_typography_font_weight":"600","eael_creative_button_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"eael_creative_button_secondary_typography_typography":"custom","eael_creative_button_secondary_typography_font_family":"Nunito","eael_creative_button_secondary_typography_font_size":{"unit":"px","size":18,"sizes":[]},"eael_creative_button_secondary_typography_line_height":{"unit":"em","size":1.1999999999999999555910790149937383830547332763671875,"sizes":[]},"eael_creative_button_alignment":"flex-start","eael_creative_button_width":{"unit":"px","size":500,"sizes":[]},"eael_creative_button_background_color":"#0A93C100","eael_creative_button_border_border":"solid","eael_creative_button_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"2","isLinked":false},"eael_creative_button_border_color":"#FFFFFF","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__globals__":{"eael_creative_button_background_color":"","eael_creative_button_hover_background_color":"globals\\/colors?id=cbd1087","eael_creative_button_border_color":"globals\\/colors?id=0a2a356","eael_creative_button_text_color":"globals\\/colors?id=995f85e","eael_creative_button_hover_text_color":"globals\\/colors?id=995f85e","eael_creative_button_hover_icon_color":"globals\\/colors?id=995f85e"},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_creative_button_alignment_tablet":"center","eael_creative_button_width_mobile":{"unit":"px","size":264,"sizes":[]},"eael_creative_button_padding_mobile":{"unit":"px","top":"30","right":"20","bottom":"30","left":"20","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":[],"widgetType":"eael-creative-button"}],"isInner":true}],"isInner":true},{"id":"bd20bc8","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20"},"elements":[{"id":"5f54a19","elType":"column","settings":{"_column_size":50,"_inline_size":null,"_inline_size_tablet":100},"elements":[{"id":"203b558","elType":"widget","settings":{"creative_button_text":"Lake Water <br>Treatment","creative_button_secondary_text":"Fertilizers and pesticides from agricultural and urban runoff and sewage from the groundwater enter lakes and cause elevated levels of nitrates and phosphates.","creative_button_link_url":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"creative_button_effect":"eael-creative-button--rayen","eael_creative_button_typography_typography":"custom","eael_creative_button_typography_font_family":"Open Sans","eael_creative_button_typography_font_size":{"unit":"px","size":25,"sizes":[]},"eael_creative_button_typography_font_weight":"600","eael_creative_button_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"eael_creative_button_secondary_typography_typography":"custom","eael_creative_button_secondary_typography_font_family":"Nunito","eael_creative_button_secondary_typography_font_size":{"unit":"px","size":18,"sizes":[]},"eael_creative_button_secondary_typography_line_height":{"unit":"em","size":1.1999999999999999555910790149937383830547332763671875,"sizes":[]},"eael_creative_button_alignment":"flex-start","eael_creative_button_width":{"unit":"px","size":500,"sizes":[]},"eael_creative_button_background_color":"#0A93C100","eael_creative_button_border_border":"solid","eael_creative_button_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"2","isLinked":false},"eael_creative_button_border_color":"#FFFFFF","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__globals__":{"eael_creative_button_background_color":"","eael_creative_button_hover_background_color":"globals\\/colors?id=cbd1087","eael_creative_button_border_color":"globals\\/colors?id=0a2a356","eael_creative_button_text_color":"globals\\/colors?id=995f85e","eael_creative_button_hover_text_color":"globals\\/colors?id=995f85e","eael_creative_button_hover_icon_color":"globals\\/colors?id=995f85e"},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_creative_button_alignment_tablet":"center","eael_creative_button_width_mobile":{"unit":"px","size":264,"sizes":[]},"eael_creative_button_padding_mobile":{"unit":"px","top":"0","right":"20","bottom":"0","left":"20","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":[],"widgetType":"eael-creative-button"}],"isInner":true},{"id":"05c6caf","elType":"column","settings":{"_column_size":50,"_inline_size":null,"_inline_size_tablet":100},"elements":[{"id":"f69fcfa","elType":"widget","settings":{"creative_button_text":"Landfill Leachate <br> Treatment","creative_button_secondary_text":"Landfills generally contain a highly inhomogeneous mixture of materials, which include both a very high organic component as well as soluble mineral substances.","creative_button_link_url":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"creative_button_effect":"eael-creative-button--rayen","eael_creative_button_typography_typography":"custom","eael_creative_button_typography_font_family":"Open Sans","eael_creative_button_typography_font_size":{"unit":"px","size":25,"sizes":[]},"eael_creative_button_typography_font_weight":"600","eael_creative_button_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"eael_creative_button_secondary_typography_typography":"custom","eael_creative_button_secondary_typography_font_family":"Nunito","eael_creative_button_secondary_typography_font_size":{"unit":"px","size":18,"sizes":[]},"eael_creative_button_secondary_typography_line_height":{"unit":"em","size":1.1999999999999999555910790149937383830547332763671875,"sizes":[]},"eael_creative_button_alignment":"flex-start","eael_creative_button_width":{"unit":"px","size":500,"sizes":[]},"eael_creative_button_background_color":"#0A93C100","eael_creative_button_border_border":"solid","eael_creative_button_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"2","isLinked":false},"eael_creative_button_border_color":"#FFFFFF","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__globals__":{"eael_creative_button_background_color":"","eael_creative_button_hover_background_color":"globals\\/colors?id=cbd1087","eael_creative_button_border_color":"globals\\/colors?id=0a2a356","eael_creative_button_text_color":"globals\\/colors?id=995f85e","eael_creative_button_hover_text_color":"globals\\/colors?id=995f85e","eael_creative_button_hover_icon_color":"globals\\/colors?id=995f85e"},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_creative_button_alignment_tablet":"center","eael_creative_button_width_mobile":{"unit":"px","size":264,"sizes":[]},"eael_creative_button_padding_mobile":{"unit":"px","top":"30","right":"20","bottom":"30","left":"20","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":[],"widgetType":"eael-creative-button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"61fccc3","elType":"section","settings":{"eael_parallax_layers_list":[],"shape_divider_top_width":{"unit":"%","size":174,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":75,"sizes":[]},"shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"80","right":"0","bottom":"50","left":"0","isLinked":false},"animation":"fadeInUp","__globals__":{"background_color":"globals\\/colors?id=0a2a356","shape_divider_top_color":""},"background_overlay_background":"classic","background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/water.jpg","id":296},"background_overlay_position":"center center","background_overlay_opacity":{"unit":"px","size":0.1000000000000000055511151231257827021181583404541015625,"sizes":[]},"background_color":"#00B7B7","shape_divider_top":"waves","shape_divider_top_color":"#2A3F6E","padding_tablet":{"unit":"px","top":"60","right":"50","bottom":"50","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"20","left":"20","isLinked":false}},"elements":[{"id":"33b7042","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"67ba1a6","elType":"widget","settings":{"title":"Discover the capability of Intelligent Aqua","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"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}},"elements":[],"widgetType":"heading"},{"id":"5ad1666","elType":"widget","settings":{"editor":"<p>The hybrid concept of IA that uses adsorption and ion exchange is considered to be the best technology for the removal of contaminants in surface water, such as:<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"ae157ff","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20"},"elements":[{"id":"bfad103","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"a413c76","elType":"widget","settings":{"icon_list":[{"text":"Turbidity","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"38c9b0f"},{"text":"BOD (Biological Oxygen Demand)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"6c1452b"},{"text":"COD (Chemical Oxygen Demand)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"46c6f72"},{"text":"TOC (Total Organic Content)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"63507ca"},{"text":"VOC (Volatile Organic Compounds)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"6a937e4"},{"text":"Disinfection byproducts (DBPs)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"ab941ef"},{"text":"Chlorinated compounds","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"243c0b4"}],"space_between":{"unit":"px","size":10,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Open Sans","icon_typography_font_size":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"600","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__globals__":{"icon_color":"globals\\/colors?id=3fd3109","text_color":"globals\\/colors?id=secondary"},"eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"f6b9d9d","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"893819b","elType":"widget","settings":{"icon_list":[{"text":"Chloramines","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"38c9b0f"},{"text":"Polycyclic hydrocarbons","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"6c1452b"},{"text":"Heavy metals","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"46c6f72"},{"text":"Coloured bodies","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"63507ca"},{"text":"Toxins and oils","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"6a937e4"},{"text":"Major cations and anions","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"ab941ef"}],"space_between":{"unit":"px","size":10,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Open Sans","icon_typography_font_size":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"600","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__globals__":{"icon_color":"globals\\/colors?id=3fd3109","text_color":"globals\\/colors?id=secondary"},"eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"icon-list"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"cd82d61","elType":"section","settings":{"eael_parallax_layers_list":[],"background_background":"classic","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"__globals__":{"background_color":"globals\\/colors?id=335f4d4"}},"elements":[{"id":"19f2467","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"4d9adf3","elType":"widget","settings":{"title":"FAQ","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":30,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"d3196d0","elType":"widget","settings":{"eael_adv_accordion_tab":[{"eael_adv_accordion_tab_title":"Why is Water Treatment important in Malaysia?","_id":"6dc3323","eael_adv_accordion_tab_title_icon_new":{"value":"","library":""},"eael_adv_accordion_tab_content":"<p>Until today, <span style=\\"text-decoration: underline;\\"><a href=\\"https:\\/\\/www.unwater.org\\/water-facts\\/water-sanitation-and-hygiene\\/\\">2.2 billion people lack access to safely managed drinking water services<\\/a><\\/span> across the globe. The number of people who lack safely managed sanitation services climbs higher than that. Moreover, 80% of the world\\u2019s wastewater flows back into the ecosystem without being treated or reused.<\\/p><p>On a national level, hydrologists have warned that Malaysia would suffer a water crisis in 2025. Even in 2020, certain areas of the Klang Valley experienced water supply cuts due to river <span style=\\"text-decoration: underline;\\"><a href=\\"https:\\/\\/intelligentaqua.com.my\\/water-pollution-malaysia\\/\\">water pollution<\\/a><\\/span>, affecting many residents. IA seeks to tackle these challenges head-on and avert calamity.<\\/p>"},{"eael_adv_accordion_tab_title":"How does IA\\u2019s Water Treatment System work?","eael_adv_accordion_tab_title_icon_new":{"value":"","library":""},"eael_adv_accordion_tab_content":"<p>Intelligent Aqua is a Malaysian-invented water treatment system that adopts a 5X technique. Our water treatment uses a hybrid concept \\u2014 <strong>Adsorption<\\/strong> + <strong>Ion Exchange <\\/strong>\\u2014 and other tailor-made designs depending on the water quality target.<\\/p>","_id":"6c858f5"},{"eael_adv_accordion_tab_title":"What is the Water Treatment Process like?","eael_adv_accordion_tab_title_icon_new":{"value":"","library":""},"eael_adv_accordion_tab_content":"<p>Non-treated or treated, the sewerage and industrial effluent will undergo IA processes to remove colour and solid, impurities, neutralisation, filtration and purification via a sophisticated blend of adsorption and ion exchange.<\\/p>","_id":"474b463"},{"eael_adv_accordion_tab_title":"Why use Adsorption?","eael_adv_accordion_tab_title_icon_new":{"value":"","library":""},"eael_adv_accordion_tab_content":"<p>The U.S. Environmental Protection Agency (EPA) considers adsorption by activated carbon to be the best available technology for removing contaminants in surface water.<\\/p>","_id":"791cc0a"},{"eael_adv_accordion_tab_title":"What is Activated Carbon?","eael_adv_accordion_tab_title_icon_new":{"value":"","library":""},"eael_adv_accordion_tab_content":"<p>Activated carbon is a form of carbon processed to have small, low-volume pores that increase the surface area for adsorption. It is commonly used in water and air purification, sewage treatment, decaffeination, etc.<\\/p>","_id":"a717c73"},{"eael_adv_accordion_tab_title":"What is the source of IA\\u2019s Activated Carbon?","eael_adv_accordion_tab_title_icon_new":{"value":"","library":""},"eael_adv_accordion_tab_content":"<p>IA uses Coconut Shell Activated Carbon as its base material for the Adsorption process. Coconut shell carbons have several advantages like high density, high purity and are virtually dust-free. They are renewable, perpetual throughout the year, and a green source of carbon.<\\/p>","_id":"e48bc87"},{"eael_adv_accordion_tab_title":"Why use Ion Exchange?","eael_adv_accordion_tab_title_icon_new":{"value":"","library":""},"eael_adv_accordion_tab_content":"<p>Ion exchange purifies aqueous solutions by removing ionic contaminants from water and exchanging them with another non-objectionable ionic substance. This water treatment method is widely used in the F&amp;B industry, metals finishing, pharmaceutical technology, etc.<\\/p>","_id":"a31b85c"}],"eael_adv_accordion_tab_title_typography_typography":"custom","eael_adv_accordion_tab_title_typography_font_family":"Roboto","eael_adv_accordion_tab_title_typography_font_size":{"unit":"px","size":18,"sizes":[]},"eael_adv_accordion_tab_bgtype_background":"classic","eael_adv_accordion_tab_bgtype_color":"#02010100","eael_adv_accordion_tab_bgtype_active_background":"classic","eael_adv_accordion_content_typography_typography":"custom","eael_adv_accordion_content_typography_font_family":"Open Sans","eael_adv_accordion_content_typography_font_size":{"unit":"px","size":17,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"eael_adv_accordion_tab_text_color_hover":"globals\\/colors?id=3fd3109","eael_adv_accordion_tab_icon_color_hover":"globals\\/colors?id=cbd1087","eael_adv_accordion_tab_text_color_active":"globals\\/colors?id=995f85e","eael_adv_accordion_tab_bgtype_active_color":"globals\\/colors?id=cbd1087"}},"elements":[],"widgetType":"eael-adv-accordion"}],"isInner":false}],"isInner":false},{"id":"0bd8bb8","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"structure":"20","background_background":"video","background_video_link":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/FREE_-_-Water-_-Web-Background-Video-Loop-STOCK-VIDEO-FOOTAGE.mp4","background_play_on_mobile":"yes","background_overlay_background":"classic","shape_divider_top":"waves","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":127,"sizes":[]},"shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":0,"sizes":[]},"shape_divider_bottom_negative":"yes","__globals__":{"background_overlay_color":"globals\\/colors?id=0a2a356","shape_divider_top_color":"globals\\/colors?id=335f4d4","shape_divider_bottom_color":"globals\\/colors?id=335f4d4"},"eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"30","right":"50","bottom":"30","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"0","right":"20","bottom":"0","left":"20","isLinked":false}},"elements":[{"id":"e0a745e","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"4d39114","elType":"widget","settings":{"title":"Contact","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","align_mobile":"left","_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":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"b3d6843","elType":"widget","settings":{"editor":"<p>Are you interested in using IA or discussing specific challenges and projects with our experts? Contact our authorised representatives \\u2013 we\\u2019re looking forward to hearing from you.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"bbe2ac8","elType":"widget","settings":{"text":"Contact Us","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/contact-us\\/","is_external":"","nofollow":"","custom_attributes":""},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_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":false},{"id":"b88a196","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false}]');
INSERT INTO `wpfq_postmeta` VALUES
(881, 140, '_wp_attached_file', '2021/02/water-drops-on-leaf.jpg'),
(882, 140, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:31:"2021/02/water-drops-on-leaf.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:31:"water-drops-on-leaf-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"water-drops-on-leaf-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:31:"water-drops-on-leaf-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:"water-drops-on-leaf-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:33:"water-drops-on-leaf-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:33:"water-drops-on-leaf-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(883, 140, 'envato_elements', 'PG3Q9XF'),
(884, 140, '_wp_attachment_image_alt', 'water conservation'),
(885, 140, 'envato_elements_download_event', 'PG3Q9XF'),
(908, 144, '_wp_attached_file', '2021/02/water-filter-system-or-osmosis-water-purification.jpg'),
(909, 144, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1414;s:4:"file";s:61:"2021/02/water-filter-system-or-osmosis-water-purification.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:61:"water-filter-system-or-osmosis-water-purification-300x212.jpg";s:5:"width";i:300;s:6:"height";i:212;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:62:"water-filter-system-or-osmosis-water-purification-1024x724.jpg";s:5:"width";i:1024;s:6:"height";i:724;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:61:"water-filter-system-or-osmosis-water-purification-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:61:"water-filter-system-or-osmosis-water-purification-768x543.jpg";s:5:"width";i:768;s:6:"height";i:543;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:63:"water-filter-system-or-osmosis-water-purification-1536x1086.jpg";s:5:"width";i:1536;s:6:"height";i:1086;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:63:"water-filter-system-or-osmosis-water-purification-1568x1109.jpg";s:5:"width";i:1568;s:6:"height";i:1109;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(910, 144, 'envato_elements', 'PAGFVSC'),
(911, 144, '_wp_attachment_image_alt', 'water purification and challenges'),
(912, 144, 'envato_elements_download_event', 'PAGFVSC'),
(921, 146, '_wp_attached_file', '2021/02/water-filter-jug-in-kitchen-sink-filling-up-.jpg'),
(922, 146, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:56:"2021/02/water-filter-jug-in-kitchen-sink-filling-up-.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:56:"water-filter-jug-in-kitchen-sink-filling-up--300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:57:"water-filter-jug-in-kitchen-sink-filling-up--1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:56:"water-filter-jug-in-kitchen-sink-filling-up--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:56:"water-filter-jug-in-kitchen-sink-filling-up--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:58:"water-filter-jug-in-kitchen-sink-filling-up--1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:58:"water-filter-jug-in-kitchen-sink-filling-up--1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(923, 146, 'envato_elements', 'Y2KG5AL'),
(924, 146, '_wp_attachment_image_alt', 'Water filter jug in kitchen sink, filling up.'),
(925, 146, 'envato_elements_download_event', 'Y2KG5AL'),
(948, 150, '_wp_attached_file', '2021/02/water-drops-sprays-splashes-stream-flow-abstraction-minimalism.jpg'),
(949, 150, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:74:"2021/02/water-drops-sprays-splashes-stream-flow-abstraction-minimalism.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:74:"water-drops-sprays-splashes-stream-flow-abstraction-minimalism-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:75:"water-drops-sprays-splashes-stream-flow-abstraction-minimalism-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:74:"water-drops-sprays-splashes-stream-flow-abstraction-minimalism-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:74:"water-drops-sprays-splashes-stream-flow-abstraction-minimalism-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:76:"water-drops-sprays-splashes-stream-flow-abstraction-minimalism-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:76:"water-drops-sprays-splashes-stream-flow-abstraction-minimalism-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(950, 150, 'envato_elements', 'P6592JD'),
(951, 150, '_wp_attachment_image_alt', 'Water, drops, sprays, splashes, stream, flow, abstraction, minimalism'),
(952, 150, 'envato_elements_download_event', 'P6592JD'),
(1021, 161, '_wp_attached_file', '2021/02/Infographic-01.png'),
(1022, 161, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:1720;s:4:"file";s:26:"2021/02/Infographic-01.png";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:26:"Infographic-01-300x129.png";s:5:"width";i:300;s:6:"height";i:129;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:27:"Infographic-01-1024x440.png";s:5:"width";i:1024;s:6:"height";i:440;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:26:"Infographic-01-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:26:"Infographic-01-768x330.png";s:5:"width";i:768;s:6:"height";i:330;s:9:"mime-type";s:9:"image/png";}s:9:"1536x1536";a:4:{s:4:"file";s:27:"Infographic-01-1536x660.png";s:5:"width";i:1536;s:6:"height";i:660;s:9:"mime-type";s:9:"image/png";}s:9:"2048x2048";a:4:{s:4:"file";s:27:"Infographic-01-2048x881.png";s:5:"width";i:2048;s:6:"height";i:881;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"Infographic-01-1568x674.png";s:5:"width";i:1568;s:6:"height";i:674;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:{}}}'),
(1023, 162, '_wp_attached_file', '2021/02/water-pollution-foam.jpg'),
(1024, 162, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1335;s:6:"height";i:2000;s:4:"file";s:32:"2021/02/water-pollution-foam.jpg";s:5:"sizes";a:5:{s:6:"medium";a:4:{s:4:"file";s:32:"water-pollution-foam-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"water-pollution-foam-684x1024.jpg";s:5:"width";i:684;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:32:"water-pollution-foam-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:33:"water-pollution-foam-768x1151.jpg";s:5:"width";i:768;s:6:"height";i:1151;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:34:"water-pollution-foam-1025x1536.jpg";s:5:"width";i:1025;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1025, 162, 'envato_elements', 'FA86QZ4'),
(1026, 162, '_wp_attachment_image_alt', 'Water pollution foam'),
(1027, 162, 'envato_elements_download_event', 'FA86QZ4'),
(1028, 163, '_wp_attached_file', '2021/02/waste-lake-and-flooded-village-of-geamana-pollution-lake-with-mining-gold-and-copper-residuals.jpg'),
(1029, 163, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1335;s:4:"file";s:106:"2021/02/waste-lake-and-flooded-village-of-geamana-pollution-lake-with-mining-gold-and-copper-residuals.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:106:"waste-lake-and-flooded-village-of-geamana-pollution-lake-with-mining-gold-and-copper-residuals-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:107:"waste-lake-and-flooded-village-of-geamana-pollution-lake-with-mining-gold-and-copper-residuals-1024x684.jpg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:106:"waste-lake-and-flooded-village-of-geamana-pollution-lake-with-mining-gold-and-copper-residuals-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:106:"waste-lake-and-flooded-village-of-geamana-pollution-lake-with-mining-gold-and-copper-residuals-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:108:"waste-lake-and-flooded-village-of-geamana-pollution-lake-with-mining-gold-and-copper-residuals-1536x1025.jpg";s:5:"width";i:1536;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:108:"waste-lake-and-flooded-village-of-geamana-pollution-lake-with-mining-gold-and-copper-residuals-1568x1047.jpg";s:5:"width";i:1568;s:6:"height";i:1047;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1030, 163, 'envato_elements', 'P6DN2BG'),
(1031, 163, '_wp_attachment_image_alt', ''),
(1032, 163, 'envato_elements_download_event', 'P6DN2BG'),
(1056, 167, '_edit_lock', '1625040490:2'),
(1057, 167, '_elementor_edit_mode', 'builder'),
(1058, 167, '_elementor_template_type', 'wp-page'),
(1059, 167, '_elementor_version', '3.1.1'),
(1060, 167, '_elementor_pro_version', '3.1.0'),
(1061, 167, '_wp_page_template', 'default'),
(1062, 167, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(1063, 167, '_elementor_data', '[{"id":"aef0136","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/glass-of-water-in-hand.jpg","id":179},"background_size":"cover","background_motion_fx_motion_fx_scrolling":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.90000000000000002220446049250313080847263336181640625,"sizes":[]},"shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":40,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","background_color_b":"globals\\/colors?id=0a2a356","background_overlay_color":"globals\\/colors?id=cbd1087","shape_divider_bottom_color":""},"background_position":"center center","animation":"fadeInDown"},"elements":[{"id":"c24e29d","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"f7b87b3","elType":"widget","settings":{"title":"Intelligent Aqua","header_size":"h4","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"3","isLinked":false},"align_mobile":"center","_padding_mobile":{"unit":"em","top":"3","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=eff31dc"},"align":"left"},"elements":[],"widgetType":"heading"},{"id":"bc1bbb1","elType":"widget","settings":{"title":"Technology  ","align":"left","typography_typography":"custom","typography_font_family":"Nasa","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"center","_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":"em","top":"0","right":"1","bottom":"0","left":"1","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=995f85e"}},"elements":[],"widgetType":"heading"},{"id":"1f37a0a","elType":"widget","settings":{"editor":"<p>With the latest advancements in special blended adsorption techniques, engineered with Malaysian simplicity, <br \\/>Intelligent Aqua is an ingenious technology to purify your contaminated &amp; polluted water.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"0","left":"16","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=995f85e"}},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"4202874","elType":"section","settings":{"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/water.jpg","id":296},"background_size":"contain","background_overlay_background":"classic","background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/water.jpg","id":296},"background_overlay_size":"contain","background_overlay_opacity":{"unit":"px","size":0.0899999999999999966693309261245303787291049957275390625,"sizes":[]},"layout":"full_width","animation":"fadeInUp"},"elements":[{"id":"e31d628","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":0,"__globals__":{"background_color":"globals\\/colors?id=0a2a356"},"border_radius":{"unit":"px","top":"0","right":"20","bottom":"20","left":"0","isLinked":false},"box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0, 0, 0, 0.14)"},"margin":{"unit":"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":"7a6dff6","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=6ceSAIauHsI","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb","autoplay":"yes","loop":"yes","controls":"","yt_privacy":"yes"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"1eda66b","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":350,"sizes":[]},"structure":"20","background_background":"video","background_video_link":"https:\\/\\/www.youtube.com\\/watch?v=JvrdQWmivlU","background_play_on_mobile":"yes","background_overlay_background":"classic","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":127,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":0,"sizes":[]},"shape_divider_bottom_negative":"yes","__globals__":{"background_overlay_color":"globals\\/colors?id=0a2a356","shape_divider_top_color":"globals\\/colors?id=995f85e"}},"elements":[{"id":"1d2b253","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"6f8bdad","elType":"widget","settings":{"title":"How Can We Help? ","align":"left","typography_typography":"custom","typography_font_family":"Nasa","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=995f85e"}},"elements":[],"widgetType":"heading"},{"id":"6e855a3","elType":"widget","settings":{"editor":"<p>We welcome your comments and questions. If you have any enquiry about our products and services, kindly reach out to us.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"0","left":"16","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=995f85e"}},"elements":[],"widgetType":"text-editor"},{"id":"2e04c59","elType":"widget","settings":{"text":"Contact Us","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/contact-us\\/","is_external":"","nofollow":"","custom_attributes":""},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=eff31dc"}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e691c10","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false}]'),
(1064, 169, '_wp_attached_file', '2021/02/cropped-view-of-couple-holding-ground-with-plant-in-hands-protecting-nature-concept.jpg'),
(1065, 169, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1335;s:4:"file";s:95:"2021/02/cropped-view-of-couple-holding-ground-with-plant-in-hands-protecting-nature-concept.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:95:"cropped-view-of-couple-holding-ground-with-plant-in-hands-protecting-nature-concept-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:96:"cropped-view-of-couple-holding-ground-with-plant-in-hands-protecting-nature-concept-1024x684.jpg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:95:"cropped-view-of-couple-holding-ground-with-plant-in-hands-protecting-nature-concept-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:95:"cropped-view-of-couple-holding-ground-with-plant-in-hands-protecting-nature-concept-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:97:"cropped-view-of-couple-holding-ground-with-plant-in-hands-protecting-nature-concept-1536x1025.jpg";s:5:"width";i:1536;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:97:"cropped-view-of-couple-holding-ground-with-plant-in-hands-protecting-nature-concept-1568x1047.jpg";s:5:"width";i:1568;s:6:"height";i:1047;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1066, 169, 'envato_elements', 'KYC5CEC'),
(1067, 169, '_wp_attachment_image_alt', 'cropped view of couple holding ground with plant in hands, protecting nature concept'),
(1068, 169, 'envato_elements_download_event', 'KYC5CEC'),
(1135, 179, '_wp_attached_file', '2021/02/glass-of-water-in-hand.jpg'),
(1136, 179, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:34:"2021/02/glass-of-water-in-hand.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:34:"glass-of-water-in-hand-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"glass-of-water-in-hand-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:34:"glass-of-water-in-hand-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:34:"glass-of-water-in-hand-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:36:"glass-of-water-in-hand-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:36:"glass-of-water-in-hand-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1137, 179, 'envato_elements', 'PMFWW9A'),
(1138, 179, '_wp_attachment_image_alt', 'glass of water in hand'),
(1139, 179, 'envato_elements_download_event', 'PMFWW9A'),
(1185, 186, '_edit_lock', '1695292510:2'),
(1186, 186, '_elementor_edit_mode', 'builder'),
(1187, 186, '_elementor_template_type', 'wp-page'),
(1188, 186, '_elementor_version', '3.15.2'),
(1189, 186, '_elementor_pro_version', '3.14.0'),
(1190, 186, '_wp_page_template', 'elementor_header_footer'),
(1191, 186, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(1192, 186, '_elementor_data', '[{"id":"3da9800","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/dialing-telephone-keypad.jpg","id":188},"background_size":"cover","background_motion_fx_motion_fx_scrolling":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.90000000000000002220446049250313080847263336181640625,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":40,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","background_color_b":"globals\\/colors?id=0a2a356","background_overlay_color":"globals\\/colors?id=cbd1087"},"animation":"fadeInDown","eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"0","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"eael_cl_logics":[{"_id":"3890a34"}]},"elements":[{"id":"6b91b1a","elType":"column","settings":{"_column_size":100,"_inline_size":null,"eael_cl_logics":[{"_id":"d1c52d0"}]},"elements":[{"id":"43fb43d","elType":"widget","settings":{"title":"Contact","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":55,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"left","_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":"em","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","typography_text_transform":"uppercase","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"eael_cl_logics":[{"_id":"4cb9470"}]},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"5f21a461","elType":"section","settings":{"content_width":{"unit":"px","size":""},"background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.9699999999999999733546474089962430298328399658203125},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"px","top":"40","right":"0","bottom":"0","left":"0","isLinked":false},"css_classes":"envato-kit-141-top-0","text_align":"center","animation":"fadeInLeft","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"7bf1ebf"}]},"elements":[{"id":"751e2366","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":12,"eael_cl_logics":[{"_id":"fcbc8e0"}]},"elements":[{"id":"229f56ab","elType":"widget","settings":{"title":"Get in Touch with Us ","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]},"eael_cl_logics":[{"_id":"86bd80d"}]},"elements":[],"widgetType":"heading"},{"id":"7cae9bf","elType":"widget","settings":{"editor":"<p>We welcome your feedback and review of our products and services. If you have any questions regarding Intelligent Aqua, please contact us via email or phone, and we will get back to you as soon as possible.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"eael_cl_logics":[{"_id":"7cc5598"}]},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"7eced021","elType":"section","settings":{"content_width":{"unit":"px","size":""},"background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.05000000000000000277555756156289135105907917022705078125},"padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"em","top":"","right":"","bottom":"","left":"","isLinked":true},"structure":"20","css_classes":"envato-kit-141-top-0","content_position":"middle","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#54595F2B","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"border_color":""},"background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water.jpg","id":369},"background_overlay_size":"contain","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"164b37b"}]},"elements":[{"id":"496a2241","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":12,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"animation":"fadeInUp","_inline_size_tablet":100,"eael_cl_logics":[{"_id":"6cef7ec"}]},"elements":[{"id":"4cb2b438","elType":"section","settings":{"gap":"no","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"1b71fb1"}]},"elements":[{"id":"7529734a","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_border":"solid","border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"rgba(255,255,255,0.12)","margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"animation":"fadeIn","animation_delay":150,"eael_cl_logics":[{"_id":"13bbb4b"}]},"elements":[{"id":"3c404138","elType":"widget","settings":{"title":"Reach us through","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":16},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"439add8"}]},"elements":[],"widgetType":"heading"},{"id":"c1e8297","elType":"widget","settings":{"icon_list":[{"text":"Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8\\/84  <br>Bukit Jelutong Business and Technology Centre <br>40150 Shah Alam, Selangor","icon":"fa fa-map-marker","_id":"48ff73c","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"+60 13 310 2264 ","icon":"fa fa-phone","_id":"a26609a","selected_icon":{"value":"fas fa-phone","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"intelligentaqua@pitech.com.my","icon":"fa fa-envelope-open-o","_id":"050eab3","selected_icon":{"value":"far fa-envelope-open","library":"fa-regular"},"__fa4_migrated":{"selected_icon":true}}],"space_between":{"unit":"px","size":15},"icon_size":{"unit":"px","size":16},"text_indent":{"unit":"px","size":16},"icon_typography_typography":"custom","icon_typography_font_family":"Open Sans","icon_typography_font_size":{"unit":"px","size":16},"icon_typography_line_height":{"unit":"em","size":1.5},"__globals__":{"icon_color":"globals\\/colors?id=cbd1087","text_color":"globals\\/colors?id=secondary"},"_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"6f7f20a"}]},"elements":[],"widgetType":"icon-list"},{"id":"8995ace","elType":"widget","settings":{"title":"JOIN OUR TEAM ","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25},"typography_font_weight":"600","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"cbbe6dc"}]},"elements":[],"widgetType":"heading"},{"id":"aabbc29","elType":"widget","settings":{"editor":"<p>Grow your career with us and change the world. Interested applicants are encouraged to apply by submitting a cover letter together with a detailed resume, including current and expected salary and contact number to: <span style=\\"color: #262262;\\"><a style=\\"color: #262262;\\" href=\\"mailto:hrd@pitech.com.my\\">hrd@pitech.com.my<\\/a><\\/span><\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"eael_cl_logics":[{"_id":"8449924"}]},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"55e83f23","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":16,"background_background":"classic","border_radius":{"unit":"px","top":"4","right":"4","bottom":"4","left":"4","isLinked":true},"box_shadow_box_shadow":{"horizontal":0,"vertical":3,"blur":12,"spread":0,"color":"rgba(0,0,0,0.03)"},"text_align":"center","padding":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"animation":"fadeInRight","animation_delay":200,"css_classes":"envato-kit-141-newsletter-inline","content_position":"top","_inline_size_tablet":100,"padding_mobile":{"unit":"px","top":"0","right":"30","bottom":"0","left":"30","isLinked":false},"eael_cl_logics":[{"_id":"4a967ef"}]},"elements":[{"id":"118b1a42","elType":"widget","settings":{"title":"Send us a Message","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25},"typography_font_weight":"600","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"b700f38"}]},"elements":[],"widgetType":"heading"},{"id":"5a6429f0","elType":"widget","settings":{"form_name":"Contact Form","form_fields":[{"_id":"email","required":"true","placeholder":"Name","width":"","min_date":"","max_date":"","custom_id":"name","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Name"},{"_id":"6850d19","placeholder":"Company ","width":"","min_date":"","max_date":"","custom_id":"company","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Company"},{"_id":"f9f57ad","placeholder":"Contact Number","width":"","min_date":"","max_date":"","custom_id":"Phone","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Contact Number","required":"true"},{"field_type":"email","placeholder":"Email","width":"","min_date":"","max_date":"","custom_id":"email","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","_id":"bef77f1","field_label":"Email","required":"true"},{"field_type":"textarea","placeholder":"Message","min_date":"","max_date":"","_id":"da6d553","custom_id":"message","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Message"},{"_id":"4df19d9","field_type":"honeypot","field_label":"Honeypot","custom_id":"field_4df19d9"},{"_id":"a3c47d2","field_type":"recaptcha_v3","field_label":"reCAPTCHA V3","custom_id":"field_a3c47d2"}],"input_size":"md","button_text":"Send Message","button_size":"md","button_width":"","email_to":"mutmainnah@pitech.com.my","email_subject":"New message from Intelligent Aqua","email_content":"CONTACT FORM<br\\/><br\\/>\\nNAME: [field id=\\"name\\"]<br\\/>\\nCOMPANY: [field id=\\"company\\"]<br\\/>\\nPHONE: [field id=\\"phone\\"]<br\\/>\\nEMAIL: [field id=\\"email\\"]<br\\/>\\nMESSAGE:<br\\/><br\\/>\\n[field id=\\"message\\"]","email_from":"[field id=\\"email\\"]","email_from_name":"[field id=\\"name\\"]","email_to_2":"","email_subject_2":"New message from \\"kit-141\\"","email_content_2":"[all-fields]","email_from_2":"","email_from_name_2":"kit-141","email_reply_to_2":"","success_message":"The form was sent successfully.","error_message":"An error occured.","required_field_message":"This field is required.","invalid_message":"There''s something wrong. The form is invalid.","column_gap":{"unit":"px","size":16},"field_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"field_border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"button_border_radius":{"unit":"px","top":"24","right":"24","bottom":"24","left":"24","isLinked":true},"field_text_color":"rgba(0,0,0,0.62)","field_background_color":"#EFEFEF","button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_hover_color":"rgba(0,0,0,0)","row_gap":{"unit":"px","size":20},"mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"step_next_label":"Next","step_previous_label":"Previous","label_typography_typography":"custom","label_typography_font_family":"Nunito","html_typography_typography":"custom","html_typography_font_family":"Nunito","field_typography_typography":"custom","field_typography_font_family":"Open Sans","button_typography_typography":"custom","button_typography_font_family":"Nunito","__globals__":{"button_background_color":"globals\\/colors?id=3fd3109","button_border_color":"globals\\/colors?id=3fd3109","button_hover_color":"globals\\/colors?id=3fd3109","field_background_color":""},"button_background_color":"#262262","button_border_color":"#262262","button_hover_color":"#262262","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","show_labels":"","form_metadata":[],"eael_cl_logics":[{"_id":"859362b"}],"server_message":"Your submission failed because of a server error."},"elements":[],"widgetType":"form"}],"isInner":false}],"isInner":false},{"id":"5e1a8e6","elType":"section","settings":{"layout":"full_width","gap":"no","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"22496ec"}]},"elements":[{"id":"f9be555","elType":"column","settings":{"_column_size":100,"_inline_size":null,"eael_cl_logics":[{"_id":"a1ecd0a"}]},"elements":[{"id":"9cc66e5","elType":"widget","settings":{"address":"Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8\\/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"fadeIn","_animation_delay":300,"zoom":{"unit":"px","size":18,"sizes":[]},"height":{"unit":"px","size":500,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"e066717"}]},"elements":[],"widgetType":"google_maps"}],"isInner":false}],"isInner":false}]'),
(1193, 188, '_wp_attached_file', '2021/02/dialing-telephone-keypad.jpg'),
(1194, 188, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:36:"2021/02/dialing-telephone-keypad.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:36:"dialing-telephone-keypad-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:37:"dialing-telephone-keypad-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:36:"dialing-telephone-keypad-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:36:"dialing-telephone-keypad-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:38:"dialing-telephone-keypad-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:38:"dialing-telephone-keypad-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1195, 188, 'envato_elements', 'PQB9GDF'),
(1196, 188, '_wp_attachment_image_alt', 'Dialing telephone keypad'),
(1197, 188, 'envato_elements_download_event', 'PQB9GDF'),
(1198, 189, '_wp_attached_file', '2021/02/hector-martinez-110928-unsplash.jpg'),
(1199, 189, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1288;s:4:"file";s:43:"2021/02/hector-martinez-110928-unsplash.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:43:"hector-martinez-110928-unsplash-300x242.jpg";s:5:"width";i:300;s:6:"height";i:242;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:44:"hector-martinez-110928-unsplash-1024x824.jpg";s:5:"width";i:1024;s:6:"height";i:824;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:43:"hector-martinez-110928-unsplash-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:43:"hector-martinez-110928-unsplash-768x618.jpg";s:5:"width";i:768;s:6:"height";i:618;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:45:"hector-martinez-110928-unsplash-1536x1236.jpg";s:5:"width";i:1536;s:6:"height";i:1236;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:45:"hector-martinez-110928-unsplash-1568x1262.jpg";s:5:"width";i:1568;s:6:"height";i:1262;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1200, 189, '_elementor_source_image_hash', 'fff56b83d7f85bbd94e71e00ddec834735b57daa'),
(1201, 190, '_elementor_edit_mode', 'builder'),
(1202, 190, '_elementor_template_type', 'section'),
(1203, 190, '_elementor_version', '3.1.1'),
(1204, 190, '_elementor_pro_version', '3.1.0'),
(1205, 190, '_elementor_data', '[{"id":"7f7f5243","elType":"section","settings":{"content_width":{"unit":"px","size":1040},"background_background":"classic","background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.9699999999999999733546474089962430298328399658203125},"padding":{"unit":"px","top":"80","right":"0","bottom":"0","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"css_classes":"envato-kit-141-top-0","text_align":"center","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":"44761625","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":12,"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":"78c1b993","elType":"widget","settings":{"title":"We''d love to hear from you","title_color":"#cc9955","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"rem","size":0.875},"typography_font_size_mobile":{"unit":"rem","size":0.75},"typography_font_weight":"500","typography_text_transform":"uppercase","typography_letter_spacing":{"unit":"px","size":1.5},"_animation":"fadeIn","_animation_delay":150,"_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":"16c79fdf","elType":"widget","settings":{"title":"Stay Connected","title_color":"rgba(0,0,0,0.7)","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"rem","size":3},"typography_font_weight":"500","typography_line_height":{"unit":"em","size":1.1666000000000000813571432445314712822437286376953125},"_animation":"fadeIn","_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":3},"typography_font_size_mobile":{"unit":"rem","size":2.5},"_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":"71199a86","elType":"widget","settings":{"weight":{"unit":"px","size":4},"color":"#cc9955","width":{"unit":"px","size":48},"gap":{"unit":"px","size":8},"_animation":"fadeIn","_animation_delay":200,"icon":{"value":"fas fa-star","library":"fa-solid"},"_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":"divider"},{"id":"48d9c970","elType":"widget","settings":{"title":"Praesent libero tortor, dapibus mattis vestibulum sit amet, volutpat eget nisi nulla facilisi.<br>Sed vel mauris ultrices, cursus sapien acimperdiet urna.","title_color":"rgba(0,0,0,0.54)","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"rem","size":1.125},"typography_font_weight":"400","typography_line_height":{"unit":"em","size":1.61699999999999999289457264239899814128875732421875},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"fadeIn","_animation_delay":250,"_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":false}],"isInner":false},{"id":"5786f271","elType":"section","settings":{"content_width":{"unit":"px","size":1040},"background_background":"classic","background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.9699999999999999733546474089962430298328399658203125},"padding":{"unit":"px","top":"0","right":"0","bottom":"80","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"em","top":"","right":"","bottom":"","left":"","isLinked":true},"structure":"20","css_classes":"envato-kit-141-top-0","content_position":"middle","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":"5245fadf","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":12,"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":"e831c35","elType":"widget","settings":{"address":"london","_margin":{"unit":"px","top":"0","right":"0","bottom":"40","left":"0","isLinked":false},"_animation":"fadeIn","_animation_delay":300,"_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":"google_maps"},{"id":"537a8584","elType":"section","settings":{"gap":"no","structure":"20","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":"4f9cf19f","elType":"column","settings":{"_column_size":50,"_inline_size":null,"border_border":"solid","border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"rgba(255,255,255,0.12)","margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"animation":"fadeIn","animation_delay":150,"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":"4e279149","elType":"widget","settings":{"title":"Reach us through","title_color":"rgba(0,0,0,0.7)","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"rem","size":0.75},"typography_font_weight":"500","typography_text_transform":"uppercase","typography_letter_spacing":{"unit":"px","size":1},"_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":"637b0819","elType":"widget","settings":{"icon_list":[{"text":"123, Any Street North<br>Your City Name<br>Country Name. P.O 3554","icon":"fa fa-map-marker","_id":"48ff73c","link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-check","library":"fa-solid"}},{"text":"+1 234 567 8902","icon":"fa fa-phone","_id":"a26609a","link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-check","library":"fa-solid"}},{"text":"contact@yoursite.com","icon":"fa fa-envelope-open-o","_id":"050eab3","link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-check","library":"fa-solid"}}],"space_between":{"unit":"px","size":12},"icon_color":"#cc9955","icon_size":{"unit":"px","size":16},"text_color":"#999999","text_indent":{"unit":"px","size":16},"icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"rem","size":0.875},"icon_typography_line_height":{"unit":"em","size":1.5},"_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},{"id":"25efcc24","elType":"column","settings":{"_column_size":50,"_inline_size":null,"margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"30","isLinked":false},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"animation":"fadeIn","animation_delay":200,"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":"2aa9cdf8","elType":"widget","settings":{"title":"Social Networks","title_color":"rgba(0,0,0,0.7)","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"rem","size":0.75},"typography_font_weight":"500","typography_text_transform":"uppercase","typography_letter_spacing":{"unit":"px","size":1},"_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":"6636b9d0","elType":"widget","settings":{"icon_list":[{"text":"yourfbusername","icon":"fa fa-facebook","_id":"48ff73c","link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-check","library":"fa-solid"}},{"text":"@twitterhandle","icon":"fa fa-twitter","_id":"a26609a","link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-check","library":"fa-solid"}},{"text":"insta_account","icon":"fa fa-instagram","_id":"050eab3","link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-check","library":"fa-solid"}},{"text":"plusprofilename","icon":"fa fa-google-plus","_id":"dc58f6a","link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-check","library":"fa-solid"}}],"space_between":{"unit":"px","size":12},"icon_color":"#cc9955","icon_size":{"unit":"px","size":16},"text_color":"#999999","text_indent":{"unit":"px","size":16},"icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"rem","size":0.875},"icon_typography_line_height":{"unit":"em","size":1.5},"_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},{"id":"553cd2df","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":16,"background_background":"classic","border_radius":{"unit":"px","top":"4","right":"4","bottom":"4","left":"4","isLinked":true},"box_shadow_box_shadow":{"horizontal":0,"vertical":3,"blur":12,"spread":0,"color":"rgba(0,0,0,0.03)"},"text_align":"center","padding":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"animation":"pulse","animation_delay":200,"css_classes":"envato-kit-141-newsletter-inline","content_position":"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":"2d8ea5dd","elType":"widget","settings":{"title":"Send us a Message","title_color":"rgba(0,0,0,0.54)","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"rem","size":1.5},"typography_font_weight":"400","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","_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":"659af53d","elType":"widget","settings":{"weight":{"unit":"px","size":4},"color":"#cc9955","width":{"unit":"px","size":48},"gap":{"unit":"px","size":0},"_animation_delay":300,"_margin":{"unit":"px","top":"0","right":"0","bottom":"24","left":"0","isLinked":false},"icon":{"value":"fas fa-star","library":"fa-solid"},"_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":"divider"},{"id":"48a4f18a","elType":"widget","settings":{"form_name":"New Form","form_fields":[{"_id":"email","field_type":"text","required":"true","field_label":"","placeholder":"Your Name","width":"","field_value":"","min_date":"","max_date":"","field_options":"","allow_multiple":"","select_size":"","inline_list":"","field_html":"","width_tablet":"","width_mobile":"","rows":4,"recaptcha_size":"normal","recaptcha_style":"light","css_classes":"","custom_id":"email","previous_button":"","next_button":"","selected_icon":{"value":"fas fa-star","library":"fa-solid"},"file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","recaptcha_badge":"bottomright"},{"_id":"6850d19","field_type":"email","required":"true","field_label":"","placeholder":"someone@example.com","width":"","field_value":"","min_date":"","max_date":"","field_options":"","allow_multiple":"","select_size":"","inline_list":"","field_html":"","width_tablet":"","width_mobile":"","rows":4,"recaptcha_size":"normal","recaptcha_style":"light","css_classes":"","custom_id":"6850d19","previous_button":"","next_button":"","selected_icon":{"value":"fas fa-star","library":"fa-solid"},"file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","recaptcha_badge":"bottomright"},{"_id":"f9f57ad","field_type":"url","required":"","field_label":"","placeholder":"http:\\/\\/yourwebsite.com","width":"","field_value":"","min_date":"","max_date":"","field_options":"","allow_multiple":"","select_size":"","inline_list":"","field_html":"","width_tablet":"","width_mobile":"","rows":4,"recaptcha_size":"normal","recaptcha_style":"light","css_classes":"","custom_id":"f9f57ad","previous_button":"","next_button":"","selected_icon":{"value":"fas fa-star","library":"fa-solid"},"file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","recaptcha_badge":"bottomright"},{"field_type":"textarea","field_label":"","field_value":"","placeholder":"Message","required":"","min_date":"","max_date":"","field_options":"","allow_multiple":"","select_size":"","inline_list":"","field_html":"","width":"100","width_tablet":"","width_mobile":"","rows":4,"recaptcha_size":"normal","recaptcha_style":"light","css_classes":"","_id":"da6d553","custom_id":"da6d553","previous_button":"","next_button":"","selected_icon":{"value":"fas fa-star","library":"fa-solid"},"file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","recaptcha_badge":"bottomright"}],"input_size":"md","button_text":"Send Message","button_size":"md","button_width":"","email_to":"","email_subject":"New message from \\"kit-141\\"","email_content":"[all-fields]","email_from":"","email_from_name":"kit-141","email_to_2":"","email_subject_2":"New message from \\"kit-141\\"","email_content_2":"[all-fields]","email_from_2":"","email_from_name_2":"kit-141","email_reply_to_2":"","success_message":"The form was sent successfully.","error_message":"An error occured.","required_field_message":"This field is required.","invalid_message":"There''s something wrong. The form is invalid.","column_gap":{"unit":"px","size":16},"field_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"field_border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"button_background_color":"#cc9955","button_border_radius":{"unit":"px","top":"24","right":"24","bottom":"24","left":"24","isLinked":true},"field_text_color":"rgba(0,0,0,0.62)","field_background_color":"rgba(0,0,0,0.07)","button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_border_color":"#cc9955","button_background_hover_color":"rgba(0,0,0,0)","button_hover_color":"#cc9955","row_gap":{"unit":"px","size":20},"selected_button_icon":{"value":"","library":""},"mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"_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":"form"}],"isInner":false}],"isInner":false}]');
INSERT INTO `wpfq_postmeta` VALUES
(1211, 190, '_elementor_controls_usage', 'a:7:{s:7:"heading";a:3:{s:5:"count";i:6;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:1:{s:5:"title";i:6;}}s:5:"style";a:1:{s:19:"section_title_style";a:10:{s:11:"title_color";i:6;s:21:"typography_typography";i:6;s:22:"typography_font_family";i:6;s:20:"typography_font_size";i:6;s:27:"typography_font_size_mobile";i:3;s:22:"typography_font_weight";i:6;s:25:"typography_text_transform";i:4;s:25:"typography_letter_spacing";i:3;s:22:"typography_line_height";i:3;s:27:"typography_font_size_tablet";i:2;}}s:8:"advanced";a:2:{s:15:"section_effects";a:2:{s:10:"_animation";i:3;s:16:"_animation_delay";i:4;}s:14:"_section_style";a:1:{s:7:"_margin";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:2;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:3:{s:6:"weight";i:2;s:5:"color";i:2;s:3:"gap";i:2;}}s:7:"content";a:1:{s:15:"section_divider";a:1:{s:5:"width";i:2;}}s:8:"advanced";a:2:{s:15:"section_effects";a:2:{s:10:"_animation";i:1;s:16:"_animation_delay";i:2;}s:14:"_section_style";a:1:{s:7:"_margin";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:3:{s:12:"_inline_size";i:5;s:21:"space_between_widgets";i:3;s:16:"content_position";i:1;}}s:5:"style";a:3:{s:14:"section_border";a:5:{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:21:"box_shadow_box_shadow";i:1;}s:13:"section_style";a:1:{s:21:"background_background";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:4:{s:13:"margin_mobile";i:2;s:7:"padding";i:2;s:14:"padding_mobile";i:1;s:11:"css_classes";i:1;}s:15:"section_effects";a:2:{s:9:"animation";i:3;s:15:"animation_delay";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:3;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:4:{s:13:"content_width";i:2;s:13:"custom_height";i:2;s:3:"gap";i:3;s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}s:5:"style";a:3:{s:18:"section_background";a:6:{s:21:"background_background";i:2;s:16:"background_image";i:2;s:19:"background_position";i:2;s:21:"background_attachment";i:2;s:17:"background_repeat";i:2;s:15:"background_size";i:2;}s:26:"section_background_overlay";a:3:{s:29:"background_overlay_background";i:2;s:24:"background_overlay_color";i:2;s:26:"background_overlay_opacity";i:2;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:3:{s:7:"padding";i:2;s:14:"padding_mobile";i:2;s:11:"css_classes";i:2;}}}}s:11:"google_maps";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:11:"section_map";a:1:{s:7:"address";i:1;}}s:8:"advanced";a:2:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}s:15:"section_effects";a:2:{s:10:"_animation";i:1;s:16:"_animation_delay";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:3:{s:17:"section_icon_list";a:1:{s:13:"space_between";i:2;}s:18:"section_icon_style";a:2:{s:10:"icon_color";i:2;s:9:"icon_size";i:2;}s:18:"section_text_style";a:6:{s:10:"text_color";i:2;s:11:"text_indent";i:2;s:26:"icon_typography_typography";i:2;s:27:"icon_typography_font_family";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}s:4:"form";a:3:{s:5:"count";i:1;s:15:"control_percent";i:4;s:8:"controls";a:2:{s:7:"content";a:5:{s:19:"section_form_fields";a:2:{s:11:"form_fields";i:1;s:10:"input_size";i:1;}s:15:"section_buttons";a:3:{s:11:"button_text";i:1;s:11:"button_size";i:1;s:12:"button_width";i:1;}s:13:"section_email";a:4:{s:8:"email_to";i:1;s:13:"email_subject";i:1;s:10:"email_from";i:1;s:15:"email_from_name";i:1;}s:15:"section_email_2";a:5:{s:10:"email_to_2";i:1;s:15:"email_subject_2";i:1;s:12:"email_from_2";i:1;s:17:"email_from_name_2";i:1;s:16:"email_reply_to_2";i:1;}s:20:"section_form_options";a:2:{s:13:"error_message";i:1;s:15:"invalid_message";i:1;}}s:5:"style";a:3:{s:18:"section_form_style";a:2:{s:10:"column_gap";i:1;s:7:"row_gap";i:1;}s:19:"section_field_style";a:4:{s:18:"field_border_width";i:1;s:19:"field_border_radius";i:1;s:16:"field_text_color";i:1;s:22:"field_background_color";i:1;}s:20:"section_button_style";a:7:{s:23:"button_background_color";i:1;s:20:"button_border_radius";i:1;s:20:"button_border_border";i:1;s:19:"button_border_width";i:1;s:19:"button_border_color";i:1;s:29:"button_background_hover_color";i:1;s:18:"button_hover_color";i:1;}}}}}'),
(1212, 190, 'envato_elements_download_event', '144-3-3a7d335f39a8579c20cdf02f8d462582-82eee26c1b35da9563d362056c49d60c'),
(1258, 198, '_menu_item_type', 'post_type'),
(1259, 198, '_menu_item_menu_item_parent', '0'),
(1260, 198, '_menu_item_object_id', '186'),
(1261, 198, '_menu_item_object', 'page'),
(1262, 198, '_menu_item_target', ''),
(1263, 198, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1264, 198, '_menu_item_xfn', ''),
(1265, 198, '_menu_item_url', ''),
(1276, 200, '_menu_item_type', 'post_type'),
(1277, 200, '_menu_item_menu_item_parent', '0'),
(1278, 200, '_menu_item_object_id', '138'),
(1279, 200, '_menu_item_object', 'page'),
(1280, 200, '_menu_item_target', ''),
(1281, 200, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1282, 200, '_menu_item_xfn', ''),
(1283, 200, '_menu_item_url', ''),
(1294, 202, '_menu_item_type', 'post_type'),
(1295, 202, '_menu_item_menu_item_parent', '0'),
(1296, 202, '_menu_item_object_id', '112'),
(1297, 202, '_menu_item_object', 'page'),
(1298, 202, '_menu_item_target', ''),
(1299, 202, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1300, 202, '_menu_item_xfn', ''),
(1301, 202, '_menu_item_url', ''),
(1303, 203, '_menu_item_type', 'post_type'),
(1304, 203, '_menu_item_menu_item_parent', '0'),
(1305, 203, '_menu_item_object_id', '13'),
(1306, 203, '_menu_item_object', 'page'),
(1307, 203, '_menu_item_target', ''),
(1308, 203, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1309, 203, '_menu_item_xfn', ''),
(1310, 203, '_menu_item_url', ''),
(1321, 205, '_elementor_edit_mode', 'builder'),
(1322, 205, '_elementor_template_type', 'header'),
(1323, 205, '_elementor_version', '3.1.4'),
(1324, 205, '_elementor_pro_version', '3.2.1'),
(1325, 205, '_edit_lock', '1618541140:1'),
(1326, 205, '_wp_page_template', 'default'),
(1327, 205, '_elementor_data', '[{"id":"0586f65","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"0","right":0,"bottom":"-150","left":0,"isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"z_index":99,"content_width":{"unit":"px","size":1400,"sizes":[]},"eael_parallax_layers_list":[],"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"8a901a8","elType":"column","settings":{"_column_size":50,"_inline_size":10,"_inline_size_mobile":30},"elements":[{"id":"3397557","elType":"widget","settings":{"__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]","link":"[elementor-tag id=\\"\\" name=\\"site-url\\" settings=\\"%7B%7D\\"]"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"theme-site-logo"}],"isInner":false},{"id":"febd208","elType":"column","settings":{"_column_size":50,"_inline_size":90,"content_position":"center","_inline_size_mobile":70},"elements":[{"id":"09deed8","elType":"widget","settings":{"menu":"ia","align_items":"right","menu_typography_typography":"custom","menu_typography_font_family":"Nunito","menu_typography_font_size":{"unit":"px","size":18,"sizes":[]},"pointer":"none","dropdown_typography_typography":"custom","dropdown_typography_font_family":"Nunito","dropdown_typography_font_size":{"unit":"px","size":18,"sizes":[]},"__globals__":{"background_color_dropdown_item":"","background_color_dropdown_item_hover":"globals\\/colors?id=cbd1087","color_dropdown_item_active":"globals\\/colors?id=cbd1087","color_menu_item":"globals\\/colors?id=995f85e","color_menu_item_hover":"globals\\/colors?id=995f85e","background_color_dropdown_item_active":"globals\\/colors?id=995f85e","color_menu_item_active":"globals\\/colors?id=995f85e","toggle_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","color_menu_item_hover":"#FF6A00","color_dropdown_item_active":"#046D5C","background_color_dropdown_item_active":"#FFFFFF","eael_ext_content_protection_password_incorrect_message":"Password does not match.","full_width":"stretch","toggle_align":"right","dropdown_top_distance_mobile":{"unit":"px","size":22,"sizes":[]},"toggle_background_color":"#02010100"},"elements":[],"widgetType":"nav-menu"}],"isInner":false}],"isInner":false}]'),
(1349, 205, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'),
(1411, 215, '_wp_attached_file', '2021/02/man-reading-book.jpg'),
(1412, 215, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:28:"2021/02/man-reading-book.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:28:"man-reading-book-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"man-reading-book-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:28:"man-reading-book-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"man-reading-book-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:30:"man-reading-book-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"man-reading-book-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1413, 215, 'envato_elements', 'BSUC8ZF'),
(1414, 215, '_wp_attachment_image_alt', 'Man reading book'),
(1415, 215, 'envato_elements_download_event', 'BSUC8ZF'),
(1767, 260, '_elementor_edit_mode', 'builder'),
(1768, 260, '_elementor_template_type', 'single-post'),
(1769, 260, '_elementor_version', '3.1.1'),
(1770, 260, '_elementor_pro_version', '3.1.0'),
(1771, 260, '_edit_lock', '1613977772:1'),
(1776, 260, '_wp_page_template', 'default'),
(1777, 260, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(1778, 260, '_elementor_data', '[{"id":"39435d4","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":150,"sizes":[]},"background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=cbd1087"}},"elements":[{"id":"17e54f2","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"c610884","elType":"section","settings":{"structure":"20","padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"7f475b9","elType":"column","settings":{"_column_size":50,"_inline_size":70,"space_between_widgets":10},"elements":[{"id":"f63fcdd","elType":"widget","settings":{"__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"post-featured-image\\" settings=\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\"]"},"image_size":"full"},"elements":[],"widgetType":"theme-post-featured-image"},{"id":"96b311e","elType":"widget","settings":{"__dynamic__":{"title":"[elementor-tag id=\\"\\" name=\\"post-title\\" settings=\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\"]"},"title":"Add Your Heading Text Here","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"_padding":{"unit":"px","top":"30","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"theme-post-title"},{"id":"f226124","elType":"widget","settings":{"text":"Divider","color":"#00000012","gap":{"unit":"px","size":2,"sizes":[]}},"elements":[],"widgetType":"divider"},{"id":"77de79c","elType":"widget","settings":{"icon_list":[{"type":"author","selected_icon":{"value":"far fa-user-circle","library":"fa-regular"},"_id":"0ab2911","custom_date_format":"F j, Y","custom_time_format":"g:i a"},{"selected_icon":{"value":"fas fa-calendar","library":"fa-solid"},"_id":"be8ce98","custom_date_format":"F j, Y","custom_time_format":"g:i a"}],"icon_typography_typography":"custom","icon_typography_font_family":"Nunito","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"__globals__":{"icon_color":"globals\\/colors?id=eff31dc"}},"elements":[],"widgetType":"post-info"},{"id":"aa35e49","elType":"widget","settings":{"text":"Divider","color":"#00000012","gap":{"unit":"px","size":2,"sizes":[]}},"elements":[],"widgetType":"divider"},{"id":"1c6edf2","elType":"widget","settings":{"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=secondary"}},"elements":[],"widgetType":"theme-post-content"},{"id":"b792379","elType":"widget","settings":{"social_icon_list":[{"social_icon":{"value":"fab fa-facebook","library":"fa-brands"},"_id":"984ff51"},{"social_icon":{"value":"fab fa-twitter","library":"fa-brands"},"_id":"729110b"},{"social_icon":{"value":"fab fa-youtube","library":"fa-brands"},"_id":"13869bf"}],"align":"left","_padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"social-icons"}],"isInner":false},{"id":"1f32454","elType":"column","settings":{"_column_size":50,"_inline_size":30},"elements":[{"id":"0a4cd19","elType":"widget","settings":{"title":"Most Popular","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"700","__globals__":{"title_color":"globals\\/colors?id=cbd1087"}},"elements":[],"widgetType":"heading"},{"id":"57dda86","elType":"widget","settings":{"classic_thumbnail":"left","classic_show_excerpt":"","classic_meta_data":[],"classic_meta_separator":"\\/\\/\\/","classic_read_more_text":"Read More \\u00bb","cards_meta_separator":"\\u2022","cards_read_more_text":"Read More \\u00bb","full_content_meta_separator":"\\/\\/\\/","classic_title_typography_typography":"custom","classic_title_typography_font_family":"Nunito","classic_title_typography_font_size":{"unit":"px","size":25,"sizes":[]},"classic_read_more_typography_typography":"custom","classic_read_more_typography_font_family":"Nunito","classic_read_more_typography_font_size":{"unit":"px","size":14,"sizes":[]},"pagination_page_limit":"5","pagination_prev_label":"&laquo; Previous","pagination_next_label":"Next &raquo;","__globals__":{"classic_title_color":"globals\\/colors?id=cbd1087","classic_read_more_color":"globals\\/colors?id=cbd1087"},"classic_columns":"1","classic_item_ratio":{"unit":"px","size":0.95999999999999996447286321199499070644378662109375,"sizes":[]},"classic_image_width":{"unit":"%","size":25,"sizes":[]}},"elements":[],"widgetType":"posts"}],"isInner":false}],"isInner":false},{"id":"6d233ea","elType":"section","settings":{"padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"5deede7","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"daba050","elType":"widget","settings":{"title":"Related Posts","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":30,"sizes":[]},"typography_font_weight":"700","_padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"}},"elements":[],"widgetType":"heading"},{"id":"5366b01","elType":"widget","settings":{"_skin":"cards","classic_meta_separator":"\\/\\/\\/","classic_read_more_text":"Read More \\u00bb","cards_show_excerpt":"","cards_meta_data":[],"cards_meta_separator":"\\u2022","cards_read_more_text":"Read More \\u00bb","cards_show_badge":"","cards_show_avatar":"","full_content_meta_separator":"\\/\\/\\/","cards_title_typography_typography":"custom","cards_title_typography_font_family":"Nunito","cards_title_typography_font_size":{"unit":"px","size":30,"sizes":[]},"cards_read_more_typography_typography":"custom","cards_read_more_typography_font_family":"Nunito","pagination_page_limit":"5","pagination_prev_label":"&laquo; Previous","pagination_next_label":"Next &raquo;","__globals__":{"cards_title_color":"globals\\/colors?id=cbd1087","cards_read_more_color":"globals\\/colors?id=cbd1087"},"cards_masonry":"yes","cards_thumbnail_size_size":"full","cards_item_ratio":{"unit":"px","size":0.979999999999999982236431605997495353221893310546875,"sizes":[]}},"elements":[],"widgetType":"posts"}],"isInner":false}],"isInner":false},{"id":"6787ee4","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"structure":"20","background_background":"video","background_video_link":"https:\\/\\/www.youtube.com\\/watch?v=JvrdQWmivlU","background_play_on_mobile":"yes","background_overlay_background":"classic","shape_divider_top":"waves","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":127,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":0,"sizes":[]},"shape_divider_bottom_negative":"yes","__globals__":{"background_overlay_color":"globals\\/colors?id=0a2a356"}},"elements":[{"id":"c50551f","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c2ae38c","elType":"widget","settings":{"title":"Contact","align":"left","typography_typography":"custom","typography_font_family":"Nasa","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=995f85e"}},"elements":[],"widgetType":"heading"},{"id":"1d580e3","elType":"widget","settings":{"editor":"<p>Are you interested in using I.A or discuss specific challenges and projects with our experts? Contact our authorised representatives \\u2013 we\\u2019re looking forward to hearing from you.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"0","left":"16","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=995f85e"}},"elements":[],"widgetType":"text-editor"},{"id":"f774e85","elType":"widget","settings":{"text":"Contact Us","link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=eff31dc"}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff30082","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false}]'),
(1787, 260, '_elementor_conditions', 'a:1:{i:0;s:16:"include/singular";}'),
(1799, 1, '_edit_lock', '1629384664:2'),
(1802, 1, '_wp_old_date', '2021-02-05'),
(1803, 1, '_thumbnail_id', '140'),
(1804, 266, '_edit_lock', '1629385142:2'),
(1807, 266, '_thumbnail_id', '144'),
(1858, 274, '_edit_lock', '1625992254:2'),
(1859, 274, '_elementor_edit_mode', 'builder'),
(1860, 274, '_elementor_template_type', 'wp-page'),
(1861, 274, '_elementor_version', '3.1.4'),
(1862, 274, '_elementor_pro_version', '3.2.1'),
(1864, 274, '_wp_page_template', 'elementor_header_footer'),
(1865, 274, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(1866, 274, '_elementor_data', '[{"id":"57b16c9","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/03\\/man-with-phone.jpg","id":1447},"background_size":"cover","background_motion_fx_motion_fx_scrolling":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.6999999999999999555910790149937383830547332763671875,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":66,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","background_color_b":"globals\\/colors?id=0a2a356","background_overlay_color":"globals\\/colors?id=cbd1087"},"shape_divider_bottom_negative":"yes","background_position":"center center","animation":"fadeInDown","eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"0","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false}},"elements":[{"id":"bd12121","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"b3c0424","elType":"widget","settings":{"title":"News","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":55,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"left","_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":"em","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","typography_text_transform":"uppercase","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]}},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"4e956ea","elType":"section","settings":{"structure":"20","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true}},"elements":[{"id":"75a2b0d","elType":"column","settings":{"_column_size":50,"_inline_size":70,"_inline_size_tablet":100},"elements":[{"id":"73973c9","elType":"widget","settings":{"_skin":"cards","classic_masonry":"yes","classic_thumbnail_size_size":"full","classic_item_ratio":{"unit":"px","size":1,"sizes":[]},"classic_meta_separator":"\\/\\/\\/","classic_read_more_text":"Read More \\u00bb","cards_columns":"2","cards_masonry":"yes","cards_thumbnail_size_size":"full","cards_item_ratio":{"unit":"px","size":1.020000000000000017763568394002504646778106689453125,"sizes":[]},"cards_meta_separator":"\\u2022","cards_read_more_text":"Read More \\u00bb","cards_show_badge":"","cards_show_avatar":"","full_content_meta_separator":"\\/\\/\\/","cards_row_gap":{"unit":"px","size":30,"sizes":[]},"cards_image_spacing":{"unit":"px","size":"","sizes":[]},"cards_title_typography_typography":"custom","cards_title_typography_font_family":"Roboto","cards_title_typography_font_size":{"unit":"px","size":25,"sizes":[]},"cards_meta_typography_typography":"custom","cards_meta_typography_font_family":"Open Sans","cards_excerpt_typography_typography":"custom","cards_excerpt_typography_font_family":"Open Sans","cards_read_more_typography_typography":"custom","cards_read_more_typography_font_family":"Nunito","pagination_page_limit":"5","pagination_prev_label":"&laquo; Previous","pagination_next_label":"Next &raquo;","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"cards_title_color":"globals\\/colors?id=cbd1087","cards_read_more_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"posts"}],"isInner":false},{"id":"0bf2897","elType":"column","settings":{"_column_size":50,"_inline_size":30,"padding":{"unit":"px","top":"10","right":"10","bottom":"10","left":"30","isLinked":false},"_inline_size_tablet":100},"elements":[{"id":"7f317f0","elType":"widget","settings":{"title":"Most Popular","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"700","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"heading"},{"id":"945215c","elType":"widget","settings":{"classic_thumbnail":"left","classic_show_excerpt":"","classic_meta_data":[],"classic_meta_separator":"\\/\\/\\/","classic_read_more_text":"Read More \\u00bb","cards_meta_separator":"\\u2022","cards_read_more_text":"Read More \\u00bb","full_content_meta_separator":"\\/\\/\\/","classic_title_typography_typography":"custom","classic_title_typography_font_family":"Roboto","classic_title_typography_font_size":{"unit":"px","size":25,"sizes":[]},"classic_read_more_typography_typography":"custom","classic_read_more_typography_font_family":"Nunito","classic_read_more_typography_font_size":{"unit":"px","size":14,"sizes":[]},"pagination_page_limit":"5","pagination_prev_label":"&laquo; Previous","pagination_next_label":"Next &raquo;","__globals__":{"classic_title_color":"globals\\/colors?id=cbd1087","classic_read_more_color":"globals\\/colors?id=cbd1087"},"classic_columns":"1","classic_item_ratio":{"unit":"px","size":0.95999999999999996447286321199499070644378662109375,"sizes":[]},"classic_image_width":{"unit":"%","size":25,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","classic_item_ratio_mobile":{"unit":"px","size":1,"sizes":[]},"classic_image_width_mobile":{"unit":"%","size":22,"sizes":[]},"classic_title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"posts"}],"isInner":false}],"isInner":false},{"id":"fcce9b5","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"structure":"20","background_background":"video","background_video_link":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/FREE_-_-Water-_-Web-Background-Video-Loop-STOCK-VIDEO-FOOTAGE.mp4","background_play_on_mobile":"yes","background_overlay_background":"classic","shape_divider_top":"waves","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":127,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":0,"sizes":[]},"shape_divider_bottom_negative":"yes","__globals__":{"background_overlay_color":"globals\\/colors?id=0a2a356","shape_divider_top_color":"globals\\/colors?id=995f85e"},"eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"30","right":"50","bottom":"30","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"0","right":"20","bottom":"0","left":"20","isLinked":false}},"elements":[{"id":"354619b","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"0cfd598","elType":"widget","settings":{"title":"Contact","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","align_mobile":"left","_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":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"180a224","elType":"widget","settings":{"editor":"<p>Are you interested in using IA or discussing specific challenges and projects with our experts? Contact our authorised representatives \\u2013 we\\u2019re looking forward to hearing from you.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"eadd19f","elType":"widget","settings":{"text":"Contact Us","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/contact-us\\/","is_external":"","nofollow":"","custom_attributes":""},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_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":false},{"id":"aff10cb","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false}]'),
(1867, 276, '_wp_attached_file', '2021/02/woman-reading-online-news-on-digital-tablet.jpg'),
(1868, 276, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1261;s:4:"file";s:55:"2021/02/woman-reading-online-news-on-digital-tablet.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:55:"woman-reading-online-news-on-digital-tablet-300x189.jpg";s:5:"width";i:300;s:6:"height";i:189;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:56:"woman-reading-online-news-on-digital-tablet-1024x646.jpg";s:5:"width";i:1024;s:6:"height";i:646;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:55:"woman-reading-online-news-on-digital-tablet-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:55:"woman-reading-online-news-on-digital-tablet-768x484.jpg";s:5:"width";i:768;s:6:"height";i:484;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:56:"woman-reading-online-news-on-digital-tablet-1536x968.jpg";s:5:"width";i:1536;s:6:"height";i:968;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:56:"woman-reading-online-news-on-digital-tablet-1568x989.jpg";s:5:"width";i:1568;s:6:"height";i:989;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1869, 276, 'envato_elements', 'PKULGEU'),
(1870, 276, '_wp_attachment_image_alt', 'Woman reading online news on digital tablet'),
(1871, 276, 'envato_elements_download_event', 'PKULGEU'),
(1905, 281, '_menu_item_type', 'post_type'),
(1906, 281, '_menu_item_menu_item_parent', '282'),
(1907, 281, '_menu_item_object_id', '274'),
(1908, 281, '_menu_item_object', 'page'),
(1909, 281, '_menu_item_target', ''),
(1910, 281, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1911, 281, '_menu_item_xfn', ''),
(1912, 281, '_menu_item_url', ''),
(1914, 282, '_menu_item_type', 'custom'),
(1915, 282, '_menu_item_menu_item_parent', '0'),
(1916, 282, '_menu_item_object_id', '282'),
(1917, 282, '_menu_item_object', 'custom'),
(1918, 282, '_menu_item_target', ''),
(1919, 282, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1920, 282, '_menu_item_xfn', ''),
(1921, 282, '_menu_item_url', '#'),
(1949, 286, '_edit_lock', '1625040516:2'),
(1950, 286, '_elementor_edit_mode', 'builder'),
(1951, 286, '_elementor_template_type', 'wp-page'),
(1952, 286, '_elementor_version', '3.1.1'),
(1953, 286, '_elementor_pro_version', '3.1.0'),
(1955, 286, '_wp_page_template', 'default'),
(1956, 286, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(1957, 286, '_elementor_data', '[{"id":"f03de20","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/water-drops-on-leaf.jpg","id":140},"background_size":"cover","background_motion_fx_motion_fx_scrolling":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.6999999999999999555910790149937383830547332763671875,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":66,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","background_color_b":"globals\\/colors?id=0a2a356","background_overlay_color":"globals\\/colors?id=cbd1087"},"shape_divider_bottom_negative":"yes","animation":"fadeInDown"},"elements":[{"id":"77789e3","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"c694c68","elType":"widget","settings":{"title":"Intelligent Aqua","header_size":"h4","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"3","isLinked":false},"align_mobile":"center","_padding_mobile":{"unit":"em","top":"3","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=eff31dc"},"align":"left"},"elements":[],"widgetType":"heading"},{"id":"b7ebee0","elType":"widget","settings":{"title":"Resources","align":"left","typography_typography":"custom","typography_font_family":"Nasa","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"center","_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":"em","top":"0","right":"1","bottom":"0","left":"1","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=995f85e"},"_animation":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"18a14ca","elType":"section","settings":[],"elements":[{"id":"7de6794","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"386f75b","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"structure":"20","background_background":"video","background_video_link":"https:\\/\\/www.youtube.com\\/watch?v=JvrdQWmivlU","background_play_on_mobile":"yes","background_overlay_background":"classic","shape_divider_top":"waves","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":127,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":0,"sizes":[]},"shape_divider_bottom_negative":"yes","__globals__":{"background_overlay_color":"globals\\/colors?id=0a2a356"}},"elements":[{"id":"fc95937","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"9e0faab","elType":"widget","settings":{"title":"Contact","align":"left","typography_typography":"custom","typography_font_family":"Nasa","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=995f85e"}},"elements":[],"widgetType":"heading"},{"id":"799f823","elType":"widget","settings":{"editor":"<p>Are you interested in using I.A or discuss specific challenges and projects with our experts? Contact our authorised representatives \\u2013 we\\u2019re looking forward to hearing from you.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"0","left":"16","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=995f85e"}},"elements":[],"widgetType":"text-editor"},{"id":"1e03024","elType":"widget","settings":{"text":"Contact Us","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/contact-us\\/","is_external":"","nofollow":"","custom_attributes":""},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=eff31dc"}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"c599b46","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false}]'),
(1990, 292, '_elementor_edit_mode', 'builder'),
(1991, 292, '_elementor_template_type', 'footer'),
(1992, 292, '_elementor_version', '3.11.2'),
(1993, 292, '_elementor_pro_version', '3.8.1'),
(1994, 292, '_edit_lock', '1678157275:4'),
(1995, 293, '_wp_attached_file', '2021/02/placeholder.png'),
(1996, 293, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:23:"2021/02/placeholder.png";s:5:"sizes";a:4:{s:6:"medium";a:4:{s:4:"file";s:23:"placeholder-300x200.png";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:24:"placeholder-1024x683.png";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:23:"placeholder-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:23:"placeholder-768x512.png";s:5:"width";i:768;s:6:"height";i:512;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:{}}}'),
(1997, 293, '_elementor_source_image_hash', '97ada2331fba4100bd16c24a3f7d7319f8a07edb'),
(1998, 292, '_wp_page_template', 'default'),
(1999, 292, '_elementor_data', '[{"id":"6710e130","elType":"section","settings":{"structure":"30","border_width":{"unit":"px","top":"3","right":"0","bottom":"0","left":"0","isLinked":false},"border_color":"#02d3c9","padding":{"unit":"px","top":"80","right":"0","bottom":"80","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"30","right":"20","bottom":"30","left":"20","isLinked":false},"padding_mobile":{"unit":"px","top":"30","right":"20","bottom":"0","left":"20","isLinked":false},"html_tag":"footer","_timestamp_":"v1RVZmZzB3VE03ZERoNy9VNm1ZL0twUT09","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"9df9d31"}]},"elements":[{"id":"1ec3ab50","elType":"column","settings":{"_column_size":33,"_inline_size":36.4909999999999996589394868351519107818603515625,"margin":{"unit":"%","top":"0","right":"20","bottom":"0","left":"0","isLinked":false},"_inline_size_tablet":33,"_inline_size_mobile":100,"margin_tablet":{"unit":"%","top":"0","right":"10","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"9ceefc5"}]},"elements":[{"id":"870dec4","elType":"widget","settings":{"__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]","link":"[elementor-tag id=\\"\\" name=\\"site-url\\" settings=\\"%7B%7D\\"]"},"width":{"unit":"px","size":""},"width_mobile":{"unit":"px","size":80},"image":{"id":293,"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/placeholder.png"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"180","bottom":"0","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"0275865"}]},"elements":[],"widgetType":"theme-site-logo"},{"id":"636fef5b","elType":"widget","settings":{"editor":"<p>Intelligent Aqua, also known as IA, is a water treatment system that adopts a hybrid concept of combining\\u00a0special blended adsorption techniques\\u00a0and\\u00a0ion exchange method\\u00a0to treat and purify contaminated and polluted water.<\\/p>","typography_typography":"custom","typography_font_size":{"unit":"px","size":15},"typography_font_weight":"normal","typography_line_height":{"unit":"em","size":1.8000000000000000444089209850062616169452667236328125},"typography_font_family":"Open Sans","__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"4b79c40"}]},"elements":[],"widgetType":"text-editor"},{"id":"1ed2165","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"50","eael_cl_logics":[{"_id":"2628fd0"}]},"elements":[{"id":"e165b2b","elType":"column","settings":{"_column_size":20,"_inline_size":null,"_inline_size_mobile":30,"eael_cl_logics":[{"_id":"6f39a80"}]},"elements":[{"id":"0c84be9","elType":"widget","settings":{"social_icon_list":[{"social_icon":{"value":"fab fa-facebook","library":"fa-brands"},"_id":"98bdc51","link":{"url":"https:\\/\\/www.facebook.com\\/intelligentaqua","is_external":"true","nofollow":"","custom_attributes":""}}],"align":"left","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","shape":"circle","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"244170d"}]},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"59a50e1","elType":"column","settings":{"_column_size":20,"_inline_size":null,"_inline_size_mobile":30,"eael_cl_logics":[{"_id":"dbf0b59"}]},"elements":[{"id":"8eb18ea","elType":"widget","settings":{"social_icon_list":[{"social_icon":{"value":"fab fa-linkedin","library":"fa-brands"},"_id":"98bdc51","link":{"url":"https:\\/\\/www.linkedin.com\\/company\\/intelligentaqua\\/","is_external":"true","nofollow":"","custom_attributes":""}}],"align":"left","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","shape":"circle","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"78e32a6"}]},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"00c2f1f","elType":"column","settings":{"_column_size":20,"_inline_size":null,"_inline_size_mobile":50,"eael_cl_logics":[{"_id":"9db1ec3"}]},"elements":[{"id":"23c34f1","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/waze-569496.png","id":1117},"image_size":"custom","width":{"unit":"%","size":90,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","link_to":"custom","link":{"url":"https:\\/\\/ul.waze.com\\/ul?place=ChIJk_-6RuZNzDERa8ZvL89H174&ll=3.10546200%2C101.54368800&navigate=yes&utm_campaign=waze_website&utm_source=waze_website&utm_medium=lm_share_location","is_external":"","nofollow":"","custom_attributes":""},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","align_mobile":"left","width_mobile":{"unit":"%","size":49,"sizes":[]},"eael_cl_logics":[{"_id":"5eb0e3f"}]},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"930dc18","elType":"column","settings":{"_column_size":20,"_inline_size":null,"eael_cl_logics":[{"_id":"36485de"}]},"elements":[],"isInner":true},{"id":"3dbd527","elType":"column","settings":{"_column_size":20,"_inline_size":null,"eael_cl_logics":[{"_id":"93372e7"}]},"elements":[],"isInner":true}],"isInner":true}],"isInner":false},{"id":"5f157d8f","elType":"column","settings":{"_column_size":33,"_inline_size":25.69800000000000039790393202565610408782958984375,"_inline_size_tablet":33,"_inline_size_mobile":100,"margin_mobile":{"unit":"px","top":"30","right":"0","bottom":"0","left":"0","isLinked":false},"content_position":"top","eael_cl_logics":[{"_id":"5b9b9fb"}]},"elements":[{"id":"3a052709","elType":"widget","settings":{"title":"Navigations","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"700","header_size":"h4","typography_font_family":"Roboto","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_padding":{"unit":"px","top":"100","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"8e792e6"}]},"elements":[],"widgetType":"heading"},{"id":"2cfe2d7c","elType":"section","settings":{"gap":"no","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"0bceb4d"}]},"elements":[{"id":"76698601","elType":"column","settings":{"_column_size":100,"_inline_size":null,"_inline_size_mobile":50,"eael_cl_logics":[{"_id":"8ddf65d"}]},"elements":[{"id":"61989488","elType":"widget","settings":{"icon_list":[{"text":"Home","icon":"fa fa-caret-right","_id":"6b44671","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Company Profile","icon":"fa fa-caret-right","_id":"6442eb7","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/company-profile\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Solutions","icon":"fa fa-caret-right","_id":"1fd4f18","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/solution\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Media","icon":"fa fa-caret-right","_id":"17a281d","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/news\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Contact","icon":"fa fa-caret-right","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/contact-us\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true},"_id":"859defe"}],"space_between":{"unit":"px","size":14},"icon_align":"left","icon_size":{"unit":"px","size":13},"text_color":"rgba(0,0,0,0.79)","text_indent":{"unit":"px","size":9},"icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":15},"icon_typography_font_weight":"normal","icon_typography_font_size_tablet":{"unit":"px","size":13},"icon_typography_font_family":"Open Sans","__globals__":{"text_color_hover":"globals\\/colors?id=cbd1087","icon_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"edd66df"}]},"elements":[],"widgetType":"icon-list"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"a915f37","elType":"column","settings":{"_column_size":33,"_inline_size":37.8070000000000021600499167107045650482177734375,"_inline_size_tablet":33,"margin_mobile":{"unit":"px","top":"30","right":"0","bottom":"0","left":"0","isLinked":false},"content_position":"top","eael_cl_logics":[{"_id":"6cfbf2c"}]},"elements":[{"id":"4e5c81f2","elType":"widget","settings":{"title":"Contact","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"700","header_size":"h4","typography_font_family":"Roboto","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_padding":{"unit":"px","top":"100","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"a830e5f"}]},"elements":[],"widgetType":"heading"},{"id":"d9f576e","elType":"widget","settings":{"icon_list":[{"text":"Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8\\/84  <br>Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor","icon":"fa fa-map-marker","_id":"48ff73c","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"+60 19 385 5920","icon":"fa fa-phone","selected_icon":{"value":"fas fa-phone","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true},"_id":"e3819fd"},{"text":"intelligentaqua@pitech.com.my","icon":"fa fa-envelope-open-o","_id":"050eab3","selected_icon":{"value":"far fa-envelope-open","library":"fa-regular"},"__fa4_migrated":{"selected_icon":true}}],"space_between":{"unit":"px","size":15},"icon_size":{"unit":"px","size":16},"text_indent":{"unit":"px","size":16},"icon_typography_typography":"custom","icon_typography_font_family":"Open Sans","icon_typography_font_size":{"unit":"px","size":16},"icon_typography_line_height":{"unit":"em","size":1.5},"icon_typography_font_weight":"400","__globals__":{"icon_color":"globals\\/colors?id=cbd1087","text_color":"globals\\/colors?id=secondary"},"_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"71f3190"}]},"elements":[],"widgetType":"icon-list"},{"id":"f655123","elType":"widget","settings":{"shortcode":"<div style=\\"font-size:50%;\\">\\nTotal visitors : [srs_total_visitors]<\\/div>","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","custom_css":".x-counter .number {\\r\\n    font-size: 32px;\\r\\n    line-height: 1;\\r\\n}\\r\\n\\r\\n.x-counter .text-above {\\r\\n    font-size: 15px;\\r\\n    line-height: 1.5;\\r\\n}\\r\\n\\r\\n.x-counter .text-below {\\r\\n    font-size: 15px;\\r\\n    line-height: 1.5;\\r\\n}","_element_custom_width":{"unit":"px","size":134,"sizes":[]},"eael_cl_logics":[{"_id":"7ce28d4"}]},"elements":[],"widgetType":"shortcode"}],"isInner":false}],"isInner":false},{"id":"6e32aec4","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":50},"content_position":"middle","background_background":"classic","background_color":"#f4f4f4","padding_tablet":{"unit":"px","top":"5","right":"20","bottom":"5","left":"20","isLinked":false},"_timestamp_":"v1RVZmZzB3VE03ZERoNy9VNm1ZL0twUT09","eael_parallax_layers_list":[],"structure":"50","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"margin":{"unit":"px","top":"0","right":0,"bottom":"-40","left":0,"isLinked":false},"z_index":1,"eael_cl_logics":[{"_id":"5ed057d"}]},"elements":[{"id":"4a7113a7","elType":"column","settings":{"_column_size":20,"_inline_size":50,"eael_cl_logics":[{"_id":"e3e35f0"}]},"elements":[{"id":"74ef2979","elType":"widget","settings":{"title":"COPYRIGHT 2023 \\u00a9\\ufe0f INTELLIGENT AQUA SDN. BHD. (1182012-U). ALL RIGHTS RESERVED.","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]},"eael_cl_logics":[{"_id":"f8f7781"}]},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"654a522","elType":"column","settings":{"_column_size":20,"_inline_size":22.01599999999999823785401531495153903961181640625,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"eael_cl_logics":[{"_id":"27d06a1"}]},"elements":[{"id":"116162e","elType":"widget","settings":{"title":"Anti-Bribery and Corruption Policy","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/ANTI-BRIBERY-POLICY-FORM_IA.pdf","is_external":"","nofollow":"","custom_attributes":""},"eael_cl_logics":[{"_id":"ceb80da"}]},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"96fdd2b","elType":"column","settings":{"_column_size":20,"_inline_size":11,"eael_cl_logics":[{"_id":"4661349"}]},"elements":[{"id":"86ec863","elType":"widget","settings":{"title":"Privacy Policy","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/intelligentaqua.com.my\\/privacy-policy\\/","is_external":"","nofollow":"","custom_attributes":""},"eael_cl_logics":[{"_id":"2a9f578"}]},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"9fc8ddc","elType":"column","settings":{"_column_size":20,"_inline_size":9.95400000000000062527760746888816356658935546875,"eael_cl_logics":[{"_id":"94fe9e7"}]},"elements":[{"id":"72e32a9","elType":"widget","settings":{"title":"Terms of Use","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/intelligentaqua.com.my\\/term-of-use\\/","is_external":"","nofollow":"","custom_attributes":""},"eael_cl_logics":[{"_id":"ecf6e70"}]},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"01e3eeb","elType":"column","settings":{"_column_size":20,"_inline_size":7,"eael_cl_logics":[{"_id":"5240d2b"}]},"elements":[{"id":"640b9a0","elType":"widget","settings":{"title":"Webmail","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/www.office.com\\/","is_external":"","nofollow":"","custom_attributes":""},"eael_cl_logics":[{"_id":"f859ab0"}]},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false}]');
INSERT INTO `wpfq_postmeta` VALUES
(2014, 292, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'),
(2016, 296, '_wp_attached_file', '2021/02/water.jpg'),
(2017, 296, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1049;s:4:"file";s:17:"2021/02/water.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:17:"water-300x157.jpg";s:5:"width";i:300;s:6:"height";i:157;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:18:"water-1024x537.jpg";s:5:"width";i:1024;s:6:"height";i:537;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:17:"water-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"water-768x403.jpg";s:5:"width";i:768;s:6:"height";i:403;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:18:"water-1536x806.jpg";s:5:"width";i:1536;s:6:"height";i:806;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"water-1568x822.jpg";s:5:"width";i:1568;s:6:"height";i:822;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2018, 296, 'envato_elements', 'RGBV78H'),
(2019, 296, '_wp_attachment_image_alt', 'Water'),
(2020, 296, 'envato_elements_download_event', 'RGBV78H'),
(2173, 316, '_wp_attached_file', '2021/02/halved-coconut-on-wooden-table.jpg'),
(2174, 316, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:42:"2021/02/halved-coconut-on-wooden-table.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:42:"halved-coconut-on-wooden-table-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:43:"halved-coconut-on-wooden-table-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:42:"halved-coconut-on-wooden-table-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:42:"halved-coconut-on-wooden-table-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:44:"halved-coconut-on-wooden-table-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:44:"halved-coconut-on-wooden-table-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2175, 316, 'envato_elements', 'XARX9MX'),
(2176, 316, '_wp_attachment_image_alt', 'Halved coconut on wooden table'),
(2177, 316, 'envato_elements_download_event', 'XARX9MX'),
(2230, 323, '_wp_attached_file', '2021/02/women-drinking-water-AIA-Malaysia.jpg'),
(2231, 323, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:724;s:6:"height";i:483;s:4:"file";s:45:"2021/02/women-drinking-water-AIA-Malaysia.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:45:"women-drinking-water-AIA-Malaysia-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:45:"women-drinking-water-AIA-Malaysia-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:{}}}'),
(2258, 327, '_wp_attached_file', '2021/02/dark-black-background-of-textured-charcoal-with-copy-space.jpg'),
(2259, 327, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1335;s:4:"file";s:70:"2021/02/dark-black-background-of-textured-charcoal-with-copy-space.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:70:"dark-black-background-of-textured-charcoal-with-copy-space-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:71:"dark-black-background-of-textured-charcoal-with-copy-space-1024x684.jpg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:70:"dark-black-background-of-textured-charcoal-with-copy-space-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:70:"dark-black-background-of-textured-charcoal-with-copy-space-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:72:"dark-black-background-of-textured-charcoal-with-copy-space-1536x1025.jpg";s:5:"width";i:1536;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:72:"dark-black-background-of-textured-charcoal-with-copy-space-1568x1047.jpg";s:5:"width";i:1568;s:6:"height";i:1047;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2260, 327, 'envato_elements', '4DG2WFM'),
(2261, 327, '_wp_attachment_image_alt', 'dark black background of textured charcoal with copy space'),
(2262, 327, 'envato_elements_download_event', '4DG2WFM'),
(2289, 331, '_wp_attached_file', '2021/02/leaves-of-healing-logo.jpg'),
(2290, 331, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2500;s:6:"height";i:1696;s:4:"file";s:34:"2021/02/leaves-of-healing-logo.jpg";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:34:"leaves-of-healing-logo-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:35:"leaves-of-healing-logo-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:34:"leaves-of-healing-logo-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"leaves-of-healing-logo-768x521.jpg";s:5:"width";i:768;s:6:"height";i:521;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:36:"leaves-of-healing-logo-1536x1042.jpg";s:5:"width";i:1536;s:6:"height";i:1042;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:36:"leaves-of-healing-logo-2048x1389.jpg";s:5:"width";i:2048;s:6:"height";i:1389;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:36:"leaves-of-healing-logo-1568x1064.jpg";s:5:"width";i:1568;s:6:"height";i:1064;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2343, 338, '_wp_attached_file', '2021/02/purifier.svg'),
(2355, 340, '_wp_attached_file', '2021/02/water.svg'),
(2357, 341, '_wp_attached_file', '2021/02/recycle.svg'),
(2593, 369, '_wp_attached_file', '2021/02/blue-water.jpg'),
(2594, 369, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1451;s:4:"file";s:22:"2021/02/blue-water.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:22:"blue-water-300x218.jpg";s:5:"width";i:300;s:6:"height";i:218;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"blue-water-1024x743.jpg";s:5:"width";i:1024;s:6:"height";i:743;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:22:"blue-water-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:"blue-water-768x557.jpg";s:5:"width";i:768;s:6:"height";i:557;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:24:"blue-water-1536x1114.jpg";s:5:"width";i:1536;s:6:"height";i:1114;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"blue-water-1568x1138.jpg";s:5:"width";i:1568;s:6:"height";i:1138;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2595, 369, 'envato_elements', 'A3FX5FF'),
(2596, 369, '_wp_attachment_image_alt', 'Blue water'),
(2597, 369, 'envato_elements_download_event', 'A3FX5FF'),
(2649, 376, '_wp_attached_file', '2021/02/clean-water-splashes-isolated-on-white.jpg'),
(2650, 376, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:50:"2021/02/clean-water-splashes-isolated-on-white.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:50:"clean-water-splashes-isolated-on-white-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:51:"clean-water-splashes-isolated-on-white-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:50:"clean-water-splashes-isolated-on-white-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:50:"clean-water-splashes-isolated-on-white-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:52:"clean-water-splashes-isolated-on-white-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:52:"clean-water-splashes-isolated-on-white-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2651, 376, 'envato_elements', 'LW53YZE'),
(2652, 376, '_wp_attachment_image_alt', 'clean water splashes isolated on white'),
(2653, 376, 'envato_elements_download_event', 'LW53YZE'),
(2755, 389, '_wp_attached_file', '2021/02/checklist.svg'),
(2925, 410, '_wp_attached_file', '2021/02/iStock-1034753976.jpg'),
(2926, 410, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1254;s:6:"height";i:836;s:4:"file";s:29:"2021/02/iStock-1034753976.jpg";s:5:"sizes";a:4:{s:6:"medium";a:4:{s:4:"file";s:29:"iStock-1034753976-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"iStock-1034753976-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:29:"iStock-1034753976-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:29:"iStock-1034753976-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:{}}}'),
(3036, 424, '_wp_attached_file', '2021/02/Dato-Lokman.png'),
(3037, 424, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1596;s:6:"height";i:2887;s:4:"file";s:23:"2021/02/Dato-Lokman.png";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:23:"Dato-Lokman-166x300.png";s:5:"width";i:166;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:24:"Dato-Lokman-566x1024.png";s:5:"width";i:566;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:23:"Dato-Lokman-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:24:"Dato-Lokman-768x1389.png";s:5:"width";i:768;s:6:"height";i:1389;s:9:"mime-type";s:9:"image/png";}s:9:"1536x1536";a:4:{s:4:"file";s:24:"Dato-Lokman-849x1536.png";s:5:"width";i:849;s:6:"height";i:1536;s:9:"mime-type";s:9:"image/png";}s:9:"2048x2048";a:4:{s:4:"file";s:25:"Dato-Lokman-1132x2048.png";s:5:"width";i:1132;s:6:"height";i:2048;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"Dato-Lokman-1568x2836.png";s:5:"width";i:1568;s:6:"height";i:2836;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:{}}}'),
(3038, 425, '_wp_attached_file', '2021/02/Hajah-Zaidah.png'),
(3039, 425, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1596;s:6:"height";i:2887;s:4:"file";s:24:"2021/02/Hajah-Zaidah.png";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:24:"Hajah-Zaidah-166x300.png";s:5:"width";i:166;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:25:"Hajah-Zaidah-566x1024.png";s:5:"width";i:566;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:24:"Hajah-Zaidah-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:"Hajah-Zaidah-768x1389.png";s:5:"width";i:768;s:6:"height";i:1389;s:9:"mime-type";s:9:"image/png";}s:9:"1536x1536";a:4:{s:4:"file";s:25:"Hajah-Zaidah-849x1536.png";s:5:"width";i:849;s:6:"height";i:1536;s:9:"mime-type";s:9:"image/png";}s:9:"2048x2048";a:4:{s:4:"file";s:26:"Hajah-Zaidah-1132x2048.png";s:5:"width";i:1132;s:6:"height";i:2048;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"Hajah-Zaidah-1568x2836.png";s:5:"width";i:1568;s:6:"height";i:2836;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:{}}}'),
(3040, 426, '_wp_attached_file', '2021/02/Haji-Johar.png'),
(3041, 426, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2872;s:6:"height";i:4570;s:4:"file";s:22:"2021/02/Haji-Johar.png";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:22:"Haji-Johar-189x300.png";s:5:"width";i:189;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:23:"Haji-Johar-644x1024.png";s:5:"width";i:644;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:22:"Haji-Johar-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:"Haji-Johar-768x1222.png";s:5:"width";i:768;s:6:"height";i:1222;s:9:"mime-type";s:9:"image/png";}s:9:"1536x1536";a:4:{s:4:"file";s:23:"Haji-Johar-965x1536.png";s:5:"width";i:965;s:6:"height";i:1536;s:9:"mime-type";s:9:"image/png";}s:9:"2048x2048";a:4:{s:4:"file";s:24:"Haji-Johar-1287x2048.png";s:5:"width";i:1287;s:6:"height";i:2048;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"Haji-Johar-1568x2495.png";s:5:"width";i:1568;s:6:"height";i:2495;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:{}}}'),
(3217, 449, '_wp_attached_file', '2021/02/macro.jpg'),
(3218, 449, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:2000;s:4:"file";s:17:"2021/02/macro.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:17:"macro-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:19:"macro-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:17:"macro-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"macro-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:19:"macro-1536x1536.jpg";s:5:"width";i:1536;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"macro-1568x1568.jpg";s:5:"width";i:1568;s:6:"height";i:1568;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(3219, 449, 'envato_elements', 'ZKPF4FQ'),
(3220, 449, '_wp_attachment_image_alt', 'macro'),
(3221, 449, 'envato_elements_download_event', 'ZKPF4FQ'),
(3222, 450, '_wp_attached_file', '2021/02/120203419_3459407064104866_8202016779844534782_o.jpg'),
(3223, 450, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:60:"2021/02/120203419_3459407064104866_8202016779844534782_o.jpg";s:5:"sizes";a:3:{s:6:"medium";a:4:{s:4:"file";s:60:"120203419_3459407064104866_8202016779844534782_o-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:60:"120203419_3459407064104866_8202016779844534782_o-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:60:"120203419_3459407064104866_8202016779844534782_o-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:{}}}'),
(3609, 505, '_wp_attached_file', '2021/02/KLCCimage.jpg'),
(3610, 505, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:612;s:6:"height";i:792;s:4:"file";s:21:"2021/02/KLCCimage.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:21:"KLCCimage-232x300.jpg";s:5:"width";i:232;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:21:"KLCCimage-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:{}}}'),
(3767, 526, '_wp_attached_file', '2021/02/Water-1.jpg'),
(3768, 526, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:543;s:6:"height";i:519;s:4:"file";s:19:"2021/02/Water-1.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:19:"Water-1-300x287.jpg";s:5:"width";i:300;s:6:"height";i:287;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:19:"Water-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:{}}}'),
(3769, 527, '_wp_attached_file', '2021/02/Vision-Mission.jpg'),
(3770, 527, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:358;s:6:"height";i:479;s:4:"file";s:26:"2021/02/Vision-Mission.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:26:"Vision-Mission-224x300.jpg";s:5:"width";i:224;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:26:"Vision-Mission-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:{}}}'),
(3882, 542, '_wp_attached_file', '2021/02/Solutions.jpg'),
(3883, 542, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:270;s:6:"height";i:334;s:4:"file";s:21:"2021/02/Solutions.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:21:"Solutions-243x300.jpg";s:5:"width";i:243;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:21:"Solutions-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:{}}}'),
(3932, 549, '_wp_attached_file', '2021/02/Solutions-2-01.jpg'),
(3933, 549, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1124;s:6:"height";i:1392;s:4:"file";s:26:"2021/02/Solutions-2-01.jpg";s:5:"sizes";a:4:{s:6:"medium";a:4:{s:4:"file";s:26:"Solutions-2-01-242x300.jpg";s:5:"width";i:242;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"Solutions-2-01-827x1024.jpg";s:5:"width";i:827;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:26:"Solutions-2-01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"Solutions-2-01-768x951.jpg";s:5:"width";i:768;s:6:"height";i:951;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(4345, 599, '_wp_attached_file', '2021/02/digit.png'),
(4346, 599, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:150;s:4:"file";s:17:"2021/02/digit.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"digit-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:{}}}'),
(4347, 599, '_elementor_source_image_hash', '4cb3fe59cee57af738cd72298fc9de67ba0bccb6'),
(4348, 600, '_wp_attached_file', '2021/02/bastil.png'),
(4349, 600, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:150;s:4:"file";s:18:"2021/02/bastil.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"bastil-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:{}}}'),
(4350, 600, '_elementor_source_image_hash', '8bdc81adc9b3b6b4b30224edee1caf16a92c6576'),
(4351, 601, '_wp_attached_file', '2021/02/darkside.png'),
(4352, 601, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:150;s:4:"file";s:20:"2021/02/darkside.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"darkside-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:{}}}'),
(4353, 601, '_elementor_source_image_hash', 'b11460b9cc6141a701e771e45bc740e22be38b8f'),
(4354, 602, '_wp_attached_file', '2021/02/fifthflour.png'),
(4355, 602, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:150;s:4:"file";s:22:"2021/02/fifthflour.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"fifthflour-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:{}}}'),
(4356, 602, '_elementor_source_image_hash', '325b14ea47a0b008fed8144435192547b6bafed0'),
(4357, 603, '_wp_attached_file', '2021/02/Edgewater...png'),
(4358, 603, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:150;s:4:"file";s:23:"2021/02/Edgewater...png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"Edgewater..-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:{}}}'),
(4359, 603, '_elementor_source_image_hash', 'a849757a4e14dd36f813c3a6ea290c98400d18eb'),
(4360, 604, '_wp_attached_file', '2021/02/armond.png'),
(4361, 604, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:150;s:4:"file";s:18:"2021/02/armond.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"armond-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:{}}}'),
(4362, 604, '_elementor_source_image_hash', '87194235de9e2db78a464df58b57962ac17089cc'),
(4363, 605, '_elementor_edit_mode', 'builder'),
(4364, 605, '_elementor_template_type', 'section'),
(4365, 605, '_elementor_version', '3.1.1'),
(4366, 605, '_elementor_pro_version', '3.1.0'),
(4367, 605, '_elementor_data', '[{"id":"74bf5951","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"75","right":"0","bottom":"75","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_position":"center center","background_attachment":"fixed","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.5500000000000000444089209850062616169452667236328125},"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":"5736a758","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_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":"fc31953","elType":"section","settings":{"gap":"no","structure":"60","margin":{"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":"3bdc5c0d","elType":"column","settings":{"_column_size":16,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","margin":{"unit":"px","top":"15","right":"15","bottom":"15","left":"15","isLinked":true},"padding":{"unit":"em","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_radius":{"unit":"px","top":"8","right":"8","bottom":"8","left":"8","isLinked":true},"animation":"fadeInUp","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":"7b8b13da","elType":"widget","settings":{"image":{"id":"599","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/digit.png"},"image_size":"custom","image_custom_dimension":{"width":"400","height":"250"},"link_to":"custom","link":{"url":"#","is_external":"","nofollow":""},"css_filters_hover_brightness":{"unit":"px","size":88},"css_filters_hover_saturate":{"unit":"px","size":139},"css_filters_hover_hue":{"unit":"px","size":69},"image_border_border":"solid","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_color":"#ffffff","image_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":12,"spread":0,"color":"rgba(0,0,0,0.15)"},"caption_typography_typography":"custom","caption_typography_font_family":"Oswald","caption_typography_font_size":{"unit":"px","size":20},"caption_typography_font_weight":"400","caption_typography_text_transform":"uppercase","caption_typography_line_height":{"unit":"em","size":3},"caption_typography_letter_spacing":{"unit":"px","size":1},"opacity_hover":{"unit":"px","size":0.59999999999999997779553950749686919152736663818359375},"hover_animation":"grow","_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":"6bf44290","elType":"column","settings":{"_column_size":16,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","margin":{"unit":"px","top":"15","right":"15","bottom":"15","left":"15","isLinked":true},"padding":{"unit":"em","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_radius":{"unit":"px","top":"8","right":"8","bottom":"8","left":"8","isLinked":true},"animation":"fadeInUp","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":"17c17c38","elType":"widget","settings":{"image":{"id":"600","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/bastil.png"},"image_size":"custom","image_custom_dimension":{"width":"400","height":"250"},"link_to":"custom","link":{"url":"#","is_external":"","nofollow":""},"css_filters_hover_brightness":{"unit":"px","size":88},"css_filters_hover_saturate":{"unit":"px","size":139},"css_filters_hover_hue":{"unit":"px","size":69},"image_border_border":"solid","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_color":"#ffffff","image_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":12,"spread":0,"color":"rgba(0,0,0,0.15)"},"caption_typography_typography":"custom","caption_typography_font_family":"Oswald","caption_typography_font_size":{"unit":"px","size":20},"caption_typography_font_weight":"400","caption_typography_text_transform":"uppercase","caption_typography_line_height":{"unit":"em","size":3},"caption_typography_letter_spacing":{"unit":"px","size":1},"opacity_hover":{"unit":"px","size":0.59999999999999997779553950749686919152736663818359375},"hover_animation":"grow","_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":"70dfddf","elType":"column","settings":{"_column_size":16,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","margin":{"unit":"px","top":"15","right":"15","bottom":"15","left":"15","isLinked":true},"padding":{"unit":"em","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_radius":{"unit":"px","top":"8","right":"8","bottom":"8","left":"8","isLinked":true},"animation":"fadeInUp","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":"352747d6","elType":"widget","settings":{"image":{"id":"601","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/darkside.png"},"image_size":"custom","image_custom_dimension":{"width":"400","height":"250"},"link_to":"custom","link":{"url":"#","is_external":"","nofollow":""},"css_filters_hover_brightness":{"unit":"px","size":88},"css_filters_hover_saturate":{"unit":"px","size":139},"css_filters_hover_hue":{"unit":"px","size":69},"image_border_border":"solid","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_color":"#ffffff","image_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":12,"spread":0,"color":"rgba(0,0,0,0.15)"},"caption_typography_typography":"custom","caption_typography_font_family":"Oswald","caption_typography_font_size":{"unit":"px","size":20},"caption_typography_font_weight":"400","caption_typography_text_transform":"uppercase","caption_typography_line_height":{"unit":"em","size":3},"caption_typography_letter_spacing":{"unit":"px","size":1},"opacity_hover":{"unit":"px","size":0.59999999999999997779553950749686919152736663818359375},"hover_animation":"grow","_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":"3096582b","elType":"column","settings":{"_column_size":16,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","margin":{"unit":"px","top":"15","right":"15","bottom":"15","left":"15","isLinked":true},"padding":{"unit":"em","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_radius":{"unit":"px","top":"8","right":"8","bottom":"8","left":"8","isLinked":true},"animation":"fadeInUp","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":"4a9b043e","elType":"widget","settings":{"image":{"id":"602","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/fifthflour.png"},"image_size":"custom","image_custom_dimension":{"width":"400","height":"250"},"link_to":"custom","link":{"url":"#","is_external":"","nofollow":""},"css_filters_hover_brightness":{"unit":"px","size":88},"css_filters_hover_saturate":{"unit":"px","size":139},"css_filters_hover_hue":{"unit":"px","size":69},"image_border_border":"solid","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_color":"#ffffff","image_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":12,"spread":0,"color":"rgba(0,0,0,0.15)"},"caption_typography_typography":"custom","caption_typography_font_family":"Oswald","caption_typography_font_size":{"unit":"px","size":20},"caption_typography_font_weight":"400","caption_typography_text_transform":"uppercase","caption_typography_line_height":{"unit":"em","size":3},"caption_typography_letter_spacing":{"unit":"px","size":1},"opacity_hover":{"unit":"px","size":0.59999999999999997779553950749686919152736663818359375},"hover_animation":"grow","_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":"798c56","elType":"column","settings":{"_column_size":16,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","margin":{"unit":"px","top":"15","right":"15","bottom":"15","left":"15","isLinked":true},"padding":{"unit":"em","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_radius":{"unit":"px","top":"8","right":"8","bottom":"8","left":"8","isLinked":true},"animation":"fadeInUp","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":"4429bdd8","elType":"widget","settings":{"image":{"id":"603","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/Edgewater...png"},"image_size":"custom","image_custom_dimension":{"width":"400","height":"250"},"link_to":"custom","link":{"url":"#","is_external":"","nofollow":""},"css_filters_hover_brightness":{"unit":"px","size":88},"css_filters_hover_saturate":{"unit":"px","size":139},"css_filters_hover_hue":{"unit":"px","size":69},"image_border_border":"solid","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_color":"#ffffff","image_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":12,"spread":0,"color":"rgba(0,0,0,0.15)"},"caption_typography_typography":"custom","caption_typography_font_family":"Oswald","caption_typography_font_size":{"unit":"px","size":20},"caption_typography_font_weight":"400","caption_typography_text_transform":"uppercase","caption_typography_line_height":{"unit":"em","size":3},"caption_typography_letter_spacing":{"unit":"px","size":1},"opacity_hover":{"unit":"px","size":0.59999999999999997779553950749686919152736663818359375},"hover_animation":"grow","_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":"26654eb1","elType":"column","settings":{"_column_size":16,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","margin":{"unit":"px","top":"15","right":"15","bottom":"15","left":"15","isLinked":true},"padding":{"unit":"em","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_radius":{"unit":"px","top":"8","right":"8","bottom":"8","left":"8","isLinked":true},"animation":"fadeInUp","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":"479db235","elType":"widget","settings":{"image":{"id":"604","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/armond.png"},"image_size":"custom","image_custom_dimension":{"width":"400","height":"250"},"link_to":"custom","link":{"url":"#","is_external":"","nofollow":""},"css_filters_hover_brightness":{"unit":"px","size":88},"css_filters_hover_saturate":{"unit":"px","size":139},"css_filters_hover_hue":{"unit":"px","size":69},"image_border_border":"solid","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_color":"#ffffff","image_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":12,"spread":0,"color":"rgba(0,0,0,0.15)"},"caption_typography_typography":"custom","caption_typography_font_family":"Oswald","caption_typography_font_size":{"unit":"px","size":20},"caption_typography_font_weight":"400","caption_typography_text_transform":"uppercase","caption_typography_line_height":{"unit":"em","size":3},"caption_typography_letter_spacing":{"unit":"px","size":1},"opacity_hover":{"unit":"px","size":0.59999999999999997779553950749686919152736663818359375},"hover_animation":"grow","_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}],"isInner":true}],"isInner":false}],"isInner":false}]'),
(4373, 605, '_elementor_controls_usage', 'a:3:{s:5:"image";a:3:{s:5:"count";i:6;s:15:"control_percent";i:4;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:5:{s:5:"image";i:6;s:10:"image_size";i:6;s:22:"image_custom_dimension";i:6;s:7:"link_to";i:6;s:4:"link";i:6;}}s:5:"style";a:2:{s:19:"section_style_image";a:9:{s:28:"css_filters_hover_brightness";i:6;s:26:"css_filters_hover_saturate";i:6;s:21:"css_filters_hover_hue";i:6;s:19:"image_border_border";i:6;s:18:"image_border_width";i:6;s:18:"image_border_color";i:6;s:27:"image_box_shadow_box_shadow";i:6;s:13:"opacity_hover";i:6;s:15:"hover_animation";i:6;}s:21:"section_style_caption";a:7:{s:29:"caption_typography_typography";i:6;s:30:"caption_typography_font_family";i:6;s:28:"caption_typography_font_size";i:6;s:30:"caption_typography_font_weight";i:6;s:33:"caption_typography_text_transform";i:6;s:30:"caption_typography_line_height";i:6;s:33:"caption_typography_letter_spacing";i:6;}}}}s:6:"column";a:3:{s:5:"count";i:7;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:6;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:6;s:16:"background_color";i:6;}s:14:"section_border";a:1:{s:13:"border_radius";i:6;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:3:{s:6:"margin";i:6;s:7:"padding";i:7;s:14:"padding_tablet";i:1;}s:15:"section_effects";a:1:{s:9:"animation";i:6;}}}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:3:{s:3:"gap";i:2;s:13:"custom_height";i:1;s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:4:{s:6:"margin";i:1;s:7:"padding";i:1;s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:1;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:1;s:19:"background_position";i:1;s:21:"background_attachment";i:1;s:15:"background_size";i:1;}s:26:"section_background_overlay";a:2:{s:29:"background_overlay_background";i:1;s:26:"background_overlay_opacity";i:1;}}}}}');
INSERT INTO `wpfq_postmeta` VALUES
(4374, 605, 'envato_elements_download_event', '72-3-34d2cc762876498c8f6be5405a48e6e2-b850ed96fc1beec05675ba2e59ac4c00'),
(4603, 286, '_elementor_controls_usage', 'a:5:{s:7:"heading";a:3:{s:5:"count";i:3;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:4:{s:5:"title";i:3;s:11:"header_size";i:1;s:12:"align_mobile";i:2;s:5:"align";i:3;}}s:5:"style";a:1:{s:19:"section_title_style";a:5:{s:21:"typography_typography";i:3;s:22:"typography_font_family";i:3;s:20:"typography_font_size";i:3;s:22:"typography_font_weight";i:3;s:22:"typography_line_height";i:2;}}s:8:"advanced";a:2:{s:14:"_section_style";a:3:{s:7:"_margin";i:2;s:15:"_padding_mobile";i:2;s:14:"_margin_mobile";i:1;}s:15:"section_effects";a:1:{s:10:"_animation";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:4;}}}}s:7:"section";a:3:{s:5:"count";i:3;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:2:{s:6:"height";i:2;s:13:"custom_height";i:2;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:5:"style";a:3:{s:18:"section_background";a:6:{s:21:"background_background";i:2;s:16:"background_image";i:1;s:15:"background_size";i:1;s:40:"background_motion_fx_motion_fx_scrolling";i:1;s:21:"background_video_link";i:1;s:25:"background_play_on_mobile";i:1;}s:26:"section_background_overlay";a:2:{s:29:"background_overlay_background";i:2;s:26:"background_overlay_opacity";i:1;}s:21:"section_shape_divider";a:7:{s:20:"shape_divider_bottom";i:2;s:26:"shape_divider_bottom_width";i:2;s:27:"shape_divider_bottom_height";i:2;s:29:"shape_divider_bottom_negative";i:2;s:17:"shape_divider_top";i:1;s:23:"shape_divider_top_width";i:1;s:24:"shape_divider_top_height";i:1;}}s:8:"advanced";a:1:{s:15:"section_effects";a:1:{s:9:"animation";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;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: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:12:"align_mobile";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:1;s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:2:{s:4:"text";i:1;s:4:"link";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:4:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:20:"typography_font_size";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}}'),
(4631, 638, '_elementor_edit_mode', 'builder'),
(4632, 638, '_elementor_template_type', 'popup'),
(4633, 638, '_elementor_version', '3.1.1'),
(4634, 638, '_elementor_pro_version', '3.1.0'),
(4635, 638, '_edit_lock', '1613972157:1'),
(4636, 638, '_wp_page_template', 'default'),
(4637, 638, '_elementor_page_settings', 'a:6:{s:5:"width";a:3:{s:4:"unit";s:2:"px";s:4:"size";i:850;s:5:"sizes";a:0:{}}s:18:"entrance_animation";s:8:"fadeInUp";s:14:"exit_animation";s:8:"fadeInUp";s:27:"entrance_animation_duration";a:3:{s:4:"unit";s:2:"px";s:4:"size";i:1;s:5:"sizes";a:0:{}}s:18:"eael_ext_toc_title";s:17:"Table of Contents";s:11:"__globals__";a:1:{s:18:"close_button_color";s:25:"globals/colors?id=eff31dc";}}'),
(4638, 638, '_elementor_data', '[{"id":"3fc4e9c","elType":"section","settings":{"padding":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[{"id":"5566714","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"79cf720","elType":"section","settings":{"structure":"20","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"animation":"fadeInRight"},"elements":[{"id":"befc3dd","elType":"column","settings":{"_column_size":50,"_inline_size":35.71399999999999863575794734060764312744140625,"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/young-asian-businessman-smiling-to-camera.jpg","id":119},"background_size":"cover","background_position":"initial","background_xpos":{"unit":"px","size":-55,"sizes":[]}},"elements":[],"isInner":true},{"id":"5574a71","elType":"column","settings":{"_column_size":50,"_inline_size":64.28600000000000136424205265939235687255859375,"content_position":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"30","isLinked":false}},"elements":[{"id":"795b549","elType":"widget","settings":{"title":"Name Surname","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":30,"sizes":[]},"typography_font_weight":"700","__globals__":{"title_color":"globals\\/colors?id=eff31dc","_background_color":""}},"elements":[],"widgetType":"heading"},{"id":"3cc0f22","elType":"widget","settings":{"title":"Position","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","__globals__":{"title_color":"globals\\/colors?id=cbd1087"}},"elements":[],"widgetType":"heading"},{"id":"d0cfd32","elType":"widget","settings":{"editor":"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"0","left":"16","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"}},"elements":[],"widgetType":"text-editor"},{"id":"36873f8","elType":"widget","settings":{"icon_list":[{"text":"Lorem Ipsum","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"03069a2"},{"text":"Lorem Ipsum","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"ee603b6"},{"text":"Lorem Ipsum","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"ff80ebe"}],"space_between":{"unit":"px","size":10,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Nunito","icon_typography_font_size":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"600","__globals__":{"icon_color":"globals\\/colors?id=eff31dc","text_color":"globals\\/colors?id=secondary"}},"elements":[],"widgetType":"icon-list"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]'),
(4639, 638, '_elementor_popup_display_settings', 'a:2:{s:8:"triggers";a:1:{s:5:"click";s:3:"yes";}s:6:"timing";a:0:{}}'),
(4715, 638, '_elementor_controls_usage', 'a:5:{s:6:"column";a:3:{s:5:"count";i:3;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:3;s:16:"content_position";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:5:{s:21:"background_background";i:1;s:16:"background_image";i:1;s:15:"background_size";i:1;s:19:"background_position";i:1;s:15:"background_xpos";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:1;}}}}s:7:"heading";a:3:{s:5:"count";i:2;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:1:{s:5:"title";i:2;}}s:5:"style";a:1:{s:19:"section_title_style";a:4:{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:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;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: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:12:"align_mobile";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:1;s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:1;}}s:5:"style";a:2:{s:17:"section_icon_list";a:1:{s:13:"space_between";i:1;}s:18:"section_text_style";a:4:{s:26:"icon_typography_typography";i:1;s:27:"icon_typography_font_family";i:1;s:25:"icon_typography_font_size";i:1;s:27:"icon_typography_font_weight";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:2:{s:6:"layout";a:1:{s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:1:{s:7:"padding";i:2;}s:15:"section_effects";a:1:{s:9:"animation";i:1;}}}}}'),
(4717, 648, '_wp_attached_file', '2021/02/grid-bg.png'),
(4718, 648, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:393;s:6:"height";i:401;s:4:"file";s:19:"2021/02/grid-bg.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:19:"grid-bg-294x300.png";s:5:"width";i:294;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:19:"grid-bg-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:{}}}'),
(4840, 664, '_wp_attached_file', '2021/02/Background-01.png'),
(4841, 664, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:837;s:6:"height";i:918;s:4:"file";s:25:"2021/02/Background-01.png";s:5:"sizes";a:3:{s:6:"medium";a:4:{s:4:"file";s:25:"Background-01-274x300.png";s:5:"width";i:274;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:25:"Background-01-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:"Background-01-768x842.png";s:5:"width";i:768;s:6:"height";i:842;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:{}}}'),
(4943, 677, '_wp_attached_file', '2021/02/Design-Elements.png'),
(4944, 677, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:177;s:6:"height";i:252;s:4:"file";s:27:"2021/02/Design-Elements.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"Design-Elements-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:{}}}'),
(5130, 699, '_wp_attached_file', '2021/02/Design-Elements-2.png'),
(5131, 699, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:458;s:6:"height";i:727;s:4:"file";s:29:"2021/02/Design-Elements-2.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:29:"Design-Elements-2-189x300.png";s:5:"width";i:189;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:29:"Design-Elements-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:{}}}'),
(5309, 260, '_elementor_controls_usage', 'a:12:{s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:6;s:21:"space_between_widgets";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:2:{s:6:"height";i:2;s:13:"custom_height";i:2;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}s:5:"style";a:3:{s:18:"section_background";a:3:{s:21:"background_background";i:2;s:21:"background_video_link";i:1;s:25:"background_play_on_mobile";i:1;}s:26:"section_background_overlay";a:1:{s:29:"background_overlay_background";i:1;}s:21:"section_shape_divider";a:7:{s:17:"shape_divider_top";i:1;s:23:"shape_divider_top_width";i:1;s:24:"shape_divider_top_height";i:1;s:20:"shape_divider_bottom";i:1;s:26:"shape_divider_bottom_width";i:1;s:27:"shape_divider_bottom_height";i:1;s:29:"shape_divider_bottom_negative";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:2;}}}}s:25:"theme-post-featured-image";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:2:{s:7:"general";a:1:{s:11:"__dynamic__";a:1:{s:5:"count";i:1;}}s:7:"content";a:1:{s:13:"section_image";a:2:{s:10:"image_size";i:1;s:5:"image";i:1;}}}}s:16:"theme-post-title";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:4:{s:7:"general";a:1:{s:11:"__dynamic__";a:1:{s:5:"count";i:1;}}s:7:"content";a:1:{s:13:"section_title";a:1:{s:5:"title";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:4:{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:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:5:"color";i:2;s:3:"gap";i:2;}}}}s:9:"post-info";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:1;}}s:5:"style";a:1:{s:18:"section_text_style";a:3:{s:26:"icon_typography_typography";i:1;s:27:"icon_typography_font_family";i:1;s:25:"icon_typography_font_size";i:1;}}}}s:18:"theme-post-content";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:5:"style";a:1:{s:13:"section_style";a:3:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:20:"typography_font_size";i:1;}}}}s:12:"social-icons";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:19:"section_social_icon";a:2:{s:16:"social_icon_list";i:1;s:5:"align";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:7:"heading";a:3:{s:5:"count";i:3;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:2:{s:5:"title";i:3;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:5:{s:21:"typography_typography";i:3;s:22:"typography_font_family";i:3;s:20:"typography_font_size";i:3;s:22:"typography_font_weight";i:3;s:22:"typography_line_height";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:5:"posts";a:3:{s:5:"count";i:2;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_layout";a:14:{s:17:"classic_thumbnail";i:1;s:20:"classic_show_excerpt";i:1;s:17:"classic_meta_data";i:1;s:15:"classic_columns";i:1;s:18:"classic_item_ratio";i:1;s:19:"classic_image_width";i:1;s:5:"_skin";i:1;s:18:"cards_show_excerpt";i:1;s:15:"cards_meta_data";i:1;s:16:"cards_show_badge";i:1;s:17:"cards_show_avatar";i:1;s:13:"cards_masonry";i:1;s:25:"cards_thumbnail_size_size";i:1;s:16:"cards_item_ratio";i:1;}}s:5:"style";a:2:{s:30:"classic_section_design_content";a:6:{s:35:"classic_title_typography_typography";i:1;s:36:"classic_title_typography_font_family";i:1;s:34:"classic_title_typography_font_size";i:1;s:39:"classic_read_more_typography_typography";i:1;s:40:"classic_read_more_typography_font_family";i:1;s:38:"classic_read_more_typography_font_size";i:1;}s:28:"cards_section_design_content";a:5:{s:33:"cards_title_typography_typography";i:1;s:34:"cards_title_typography_font_family";i:1;s:32:"cards_title_typography_font_size";i:1;s:37:"cards_read_more_typography_typography";i:1;s:38:"cards_read_more_typography_font_family";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;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: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:12:"align_mobile";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:1;s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:2:{s:4:"text";i:1;s:4:"link";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:4:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:20:"typography_font_size";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}}'),
(5441, 167, '_elementor_controls_usage', 'a:6:{s:7:"heading";a:3:{s:5:"count";i:3;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:4:{s:5:"title";i:3;s:11:"header_size";i:1;s:12:"align_mobile";i:2;s:5:"align";i:3;}}s:5:"style";a:1:{s:19:"section_title_style";a:5:{s:21:"typography_typography";i:3;s:22:"typography_font_family";i:3;s:20:"typography_font_size";i:3;s:22:"typography_font_weight";i:3;s:22:"typography_line_height";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:7:"_margin";i:2;s:15:"_padding_mobile";i:2;s:14:"_margin_mobile";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;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: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:12:"align_mobile";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:2;s:7:"_margin";i:2;s:14:"_margin_mobile";i:2;}}}}s:6:"column";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:4;s:21:"space_between_widgets";i:1;}}s:5:"style";a:1:{s:14:"section_border";a:2:{s:13:"border_radius";i:1;s:21:"box_shadow_box_shadow";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:6:"margin";i:1;s:7:"padding";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:3;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:3:{s:6:"height";i:2;s:13:"custom_height";i:2;s:6:"layout";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:5:"style";a:3:{s:18:"section_background";a:7:{s:21:"background_background";i:2;s:16:"background_image";i:2;s:15:"background_size";i:2;s:40:"background_motion_fx_motion_fx_scrolling";i:1;s:19:"background_position";i:1;s:21:"background_video_link";i:1;s:25:"background_play_on_mobile";i:1;}s:26:"section_background_overlay";a:4:{s:29:"background_overlay_background";i:3;s:26:"background_overlay_opacity";i:2;s:24:"background_overlay_image";i:1;s:23:"background_overlay_size";i:1;}s:21:"section_shape_divider";a:6:{s:26:"shape_divider_bottom_width";i:2;s:27:"shape_divider_bottom_height";i:2;s:23:"shape_divider_top_width";i:1;s:24:"shape_divider_top_height";i:1;s:20:"shape_divider_bottom";i:1;s:29:"shape_divider_bottom_negative";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:9:"animation";i:2;}s:16:"section_advanced";a:1:{s:7:"padding";i:1;}}}}s:5:"video";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_video";a:5:{s:11:"youtube_url";i:1;s:8:"autoplay";i:1;s:4:"loop";i:1;s:8:"controls";i:1;s:10:"yt_privacy";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:2:{s:4:"text";i:1;s:4:"link";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:4:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:20:"typography_font_size";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}}'),
(5443, 737, '_wp_attached_file', '2021/02/planet-earth-with-clouds-asia-white-background-3d-render.jpg'),
(5444, 737, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:2000;s:4:"file";s:68:"2021/02/planet-earth-with-clouds-asia-white-background-3d-render.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:68:"planet-earth-with-clouds-asia-white-background-3d-render-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:70:"planet-earth-with-clouds-asia-white-background-3d-render-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:68:"planet-earth-with-clouds-asia-white-background-3d-render-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:68:"planet-earth-with-clouds-asia-white-background-3d-render-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:70:"planet-earth-with-clouds-asia-white-background-3d-render-1536x1536.jpg";s:5:"width";i:1536;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:70:"planet-earth-with-clouds-asia-white-background-3d-render-1568x1568.jpg";s:5:"width";i:1568;s:6:"height";i:1568;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(5445, 737, 'envato_elements', 'KEF6RLA'),
(5446, 737, '_wp_attachment_image_alt', 'Planet Earth with clouds, Asia. White background. 3d Render'),
(5447, 737, 'envato_elements_download_event', 'KEF6RLA'),
(5482, 742, '_wp_attached_file', '2021/02/Earth.png'),
(5483, 742, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2174;s:6:"height";i:2124;s:4:"file";s:17:"2021/02/Earth.png";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:17:"Earth-300x293.png";s:5:"width";i:300;s:6:"height";i:293;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:19:"Earth-1024x1000.png";s:5:"width";i:1024;s:6:"height";i:1000;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:17:"Earth-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:17:"Earth-768x750.png";s:5:"width";i:768;s:6:"height";i:750;s:9:"mime-type";s:9:"image/png";}s:9:"1536x1536";a:4:{s:4:"file";s:19:"Earth-1536x1501.png";s:5:"width";i:1536;s:6:"height";i:1501;s:9:"mime-type";s:9:"image/png";}s:9:"2048x2048";a:4:{s:4:"file";s:19:"Earth-2048x2001.png";s:5:"width";i:2048;s:6:"height";i:2001;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"Earth-1568x1532.png";s:5:"width";i:1568;s:6:"height";i:1532;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:{}}}'),
(5492, 744, '_wp_attached_file', '2021/02/Background-2-01.jpg'),
(5493, 744, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:837;s:6:"height";i:918;s:4:"file";s:27:"2021/02/Background-2-01.jpg";s:5:"sizes";a:3:{s:6:"medium";a:4:{s:4:"file";s:27:"Background-2-01-274x300.jpg";s:5:"width";i:274;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:27:"Background-2-01-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:"Background-2-01-768x842.jpg";s:5:"width";i:768;s:6:"height";i:842;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(5518, 748, '_wp_attached_file', '2021/02/Design-Elements-3.png'),
(5519, 748, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:337;s:6:"height";i:478;s:4:"file";s:29:"2021/02/Design-Elements-3.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:29:"Design-Elements-3-212x300.png";s:5:"width";i:212;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:29:"Design-Elements-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:{}}}'),
(5645, 763, '_wp_attached_file', '2021/02/yt1s.com-Video-Background-Stock-Footage-Free-very-practical-water-drops-into-the-water-background-video-_1080p.mp4'),
(5646, 763, '_wp_attachment_metadata', 'a:10:{s:8:"filesize";i:2974168;s:9:"mime_type";s:9:"video/mp4";s:6:"length";i:20;s:16:"length_formatted";s:4:"0:20";s:5:"width";i:1920;s:6:"height";i:1080;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:5:"audio";a:7:{s:10:"dataformat";s:3:"mp4";s:5:"codec";s:19:"ISO/IEC 14496-3 AAC";s:11:"sample_rate";d:44100;s:8:"channels";i:2;s:15:"bits_per_sample";i:16;s:8:"lossless";b:0;s:11:"channelmode";s:6:"stereo";}s:17:"created_timestamp";i:-2082844800;}'),
(5724, 773, '_wp_attached_file', '2021/02/reflection-of-trees-in-river-water.jpg'),
(5725, 773, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1500;s:4:"file";s:46:"2021/02/reflection-of-trees-in-river-water.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:46:"reflection-of-trees-in-river-water-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:47:"reflection-of-trees-in-river-water-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:46:"reflection-of-trees-in-river-water-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:46:"reflection-of-trees-in-river-water-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:48:"reflection-of-trees-in-river-water-1536x1152.jpg";s:5:"width";i:1536;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:48:"reflection-of-trees-in-river-water-1568x1176.jpg";s:5:"width";i:1568;s:6:"height";i:1176;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(5726, 773, 'envato_elements', 'QRZ5SPR'),
(5727, 773, '_wp_attachment_image_alt', 'Reflection of trees in river water'),
(5728, 773, 'envato_elements_download_event', 'QRZ5SPR'),
(5738, 775, '_wp_attached_file', '2021/02/industry-landscape.jpg'),
(5739, 775, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1334;s:4:"file";s:30:"2021/02/industry-landscape.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:30:"industry-landscape-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"industry-landscape-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:30:"industry-landscape-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"industry-landscape-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:32:"industry-landscape-1536x1025.jpg";s:5:"width";i:1536;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"industry-landscape-1568x1046.jpg";s:5:"width";i:1568;s:6:"height";i:1046;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(5740, 775, 'envato_elements', 'PYJYHT8'),
(5741, 775, '_wp_attachment_image_alt', 'industry landscape'),
(5742, 775, 'envato_elements_download_event', 'PYJYHT8'),
(5743, 776, '_wp_attached_file', '2021/02/drinking-water.jpg'),
(5744, 776, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1125;s:6:"height";i:2000;s:4:"file";s:26:"2021/02/drinking-water.jpg";s:5:"sizes";a:5:{s:6:"medium";a:4:{s:4:"file";s:26:"drinking-water-169x300.jpg";s:5:"width";i:169;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"drinking-water-576x1024.jpg";s:5:"width";i:576;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:26:"drinking-water-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:"drinking-water-768x1365.jpg";s:5:"width";i:768;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:27:"drinking-water-864x1536.jpg";s:5:"width";i:864;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(5745, 776, 'envato_elements', 'DK5NYKM'),
(5746, 776, '_wp_attachment_image_alt', 'Drinking water'),
(5747, 776, 'envato_elements_download_event', 'DK5NYKM'),
(5874, 793, '_wp_attached_file', '2021/02/a-portrait-of-an-asian-muslim-ablution-at-mosque-before-pray.jpg'),
(5875, 793, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1125;s:4:"file";s:72:"2021/02/a-portrait-of-an-asian-muslim-ablution-at-mosque-before-pray.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:72:"a-portrait-of-an-asian-muslim-ablution-at-mosque-before-pray-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:73:"a-portrait-of-an-asian-muslim-ablution-at-mosque-before-pray-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:72:"a-portrait-of-an-asian-muslim-ablution-at-mosque-before-pray-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:72:"a-portrait-of-an-asian-muslim-ablution-at-mosque-before-pray-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:73:"a-portrait-of-an-asian-muslim-ablution-at-mosque-before-pray-1536x864.jpg";s:5:"width";i:1536;s:6:"height";i:864;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:73:"a-portrait-of-an-asian-muslim-ablution-at-mosque-before-pray-1568x882.jpg";s:5:"width";i:1568;s:6:"height";i:882;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(5876, 793, 'envato_elements', 'B2YG7X2'),
(5877, 793, '_wp_attachment_image_alt', ''),
(5878, 793, 'envato_elements_download_event', 'B2YG7X2'),
(6305, 844, '_wp_attached_file', '2021/02/blue-water-1-e1618304078189.jpg'),
(6306, 844, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1340;s:4:"file";s:39:"2021/02/blue-water-1-e1618304078189.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:39:"blue-water-1-e1618304078189-300x201.jpg";s:5:"width";i:300;s:6:"height";i:201;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:40:"blue-water-1-e1618304078189-1024x686.jpg";s:5:"width";i:1024;s:6:"height";i:686;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:39:"blue-water-1-e1618304078189-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:39:"blue-water-1-e1618304078189-768x515.jpg";s:5:"width";i:768;s:6:"height";i:515;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:41:"blue-water-1-e1618304078189-1536x1029.jpg";s:5:"width";i:1536;s:6:"height";i:1029;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:41:"blue-water-1-e1618304078189-1568x1051.jpg";s:5:"width";i:1568;s:6:"height";i:1051;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(6307, 844, 'envato_elements', 'H9LWFDM'),
(6308, 844, '_wp_attachment_image_alt', 'Blue water'),
(6309, 844, 'envato_elements_download_event', 'H9LWFDM'),
(6419, 858, '_wp_attached_file', '2021/02/activated-charcoal-pills-and-powder-.jpg'),
(6420, 858, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:48:"2021/02/activated-charcoal-pills-and-powder-.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:48:"activated-charcoal-pills-and-powder--300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:49:"activated-charcoal-pills-and-powder--1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:48:"activated-charcoal-pills-and-powder--150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:48:"activated-charcoal-pills-and-powder--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:50:"activated-charcoal-pills-and-powder--1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:50:"activated-charcoal-pills-and-powder--1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(6421, 858, 'envato_elements', '7T7GJCL'),
(6422, 858, '_wp_attachment_image_alt', 'Activated charcoal pills and powder.'),
(6423, 858, 'envato_elements_download_event', '7T7GJCL'),
(6424, 859, '_wp_attached_file', '2021/02/Ion-Exchange-Polymer-1280x720-1.jpg'),
(6425, 859, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:720;s:4:"file";s:43:"2021/02/Ion-Exchange-Polymer-1280x720-1.jpg";s:5:"sizes";a:4:{s:6:"medium";a:4:{s:4:"file";s:43:"Ion-Exchange-Polymer-1280x720-1-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:44:"Ion-Exchange-Polymer-1280x720-1-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:43:"Ion-Exchange-Polymer-1280x720-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:43:"Ion-Exchange-Polymer-1280x720-1-768x432.jpg";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:{}}}'),
(6427, 860, '_elementor_edit_mode', 'builder'),
(6428, 860, '_elementor_template_type', 'popup'),
(6429, 860, '_elementor_version', '3.1.1'),
(6430, 860, '_elementor_pro_version', '3.1.1'),
(6431, 860, '_edit_lock', '1614750065:1'),
(6462, 860, '_wp_page_template', 'default'),
(6463, 860, '_elementor_page_settings', 'a:6:{s:5:"width";a:3:{s:4:"unit";s:2:"px";s:4:"size";i:1400;s:5:"sizes";a:0:{}}s:18:"entrance_animation";s:8:"fadeInUp";s:14:"exit_animation";s:8:"fadeInUp";s:18:"eael_ext_toc_title";s:17:"Table of Contents";s:9:"icon_size";a:3:{s:4:"unit";s:2:"px";s:4:"size";i:25;s:5:"sizes";a:0:{}}s:11:"__globals__";a:1:{s:18:"close_button_color";s:25:"globals/colors?id=f824721";}}'),
(6464, 860, '_elementor_data', '[{"id":"0bf7bd4","elType":"section","settings":{"structure":"20","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"background_overlay_background":"classic","background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/water.jpg","id":296},"background_overlay_position":"center right","background_overlay_size":"cover","background_overlay_opacity":{"unit":"px","size":0.1000000000000000055511151231257827021181583404541015625,"sizes":[]},"eael_parallax_layers_list":[]},"elements":[{"id":"0a5ed88","elType":"column","settings":{"_column_size":50,"_inline_size":null,"background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/Solutions.jpg","id":542},"background_position":"center center","background_size":"contain","background_repeat":"no-repeat","content_position":"center"},"elements":[{"id":"b38caf6","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/GAC-EDIT.png","id":1121},"image_size":"full","motion_fx_translateX_speed":{"unit":"px","size":4.5,"sizes":[]},"motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":42}},"_animation":"fadeInLeft","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"9faf044","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":0,"padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"40","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=0a2a356"},"border_radius":{"unit":"px","top":"0","right":"20","bottom":"20","left":"0","isLinked":false},"box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0, 0, 0, 0.14)"},"animation":"fadeInRight"},"elements":[{"id":"bd7a3f2","elType":"widget","settings":{"title":"Granular Activated Carbon (GAC) by US EPA ","align":"left","typography_typography":"custom","typography_font_family":"Nasa","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"1a930a7","elType":"widget","settings":{"editor":"<p>Activated carbon is commonly used to adsorb natural organic compounds, taste and odour compounds, and synthetic organic chemicals in drinking water treatment. Activated carbon is produced from environmental wastes with high carbon content. It makes an effective adsorbent because it is a highly porous material and provides a large surface area to which contaminants may adsorb. Activated carbon is available as powdered activated carbon (PAC) and granular activated carbon (GAC).<\\/p><p>\\u00a0<\\/p><p>Granular activated carbon (GAC) consists of irregularly shaped particles with sizes ranging from 0.2 to 5mm. GAC is made by activating the base material directly or after an agglomeration step. They are widely used for water treatment, deodorisation and separation of components of the flow system and are also used in rapid mix basins. Granular sizes from 0.2mm up to 2mm are commonly used in liquid phase application as adsorption kinetics are more important than pressure drop. GAC is made from raw organic materials with high carbon contents such as coconut shell, wood, lignite and coal.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"0","left":"16","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(6473, 860, '_elementor_popup_display_settings', 'a:2:{s:8:"triggers";a:1:{s:5:"click";s:3:"yes";}s:6:"timing";a:0:{}}'),
(6474, 866, '_elementor_edit_mode', 'builder'),
(6475, 866, '_elementor_template_type', 'popup'),
(6476, 866, '_elementor_version', '3.1.1'),
(6477, 866, '_elementor_pro_version', '3.1.1'),
(6478, 866, '_edit_lock', '1614756756:1'),
(6483, 866, '_wp_page_template', 'default'),
(6484, 866, '_elementor_page_settings', 'a:6:{s:5:"width";a:3:{s:4:"unit";s:2:"px";s:4:"size";i:1400;s:5:"sizes";a:0:{}}s:18:"entrance_animation";s:8:"fadeInUp";s:14:"exit_animation";s:8:"fadeInUp";s:18:"eael_ext_toc_title";s:17:"Table of Contents";s:9:"icon_size";a:3:{s:4:"unit";s:2:"px";s:4:"size";i:25;s:5:"sizes";a:0:{}}s:11:"__globals__";a:1:{s:18:"close_button_color";s:25:"globals/colors?id=f824721";}}'),
(6485, 866, '_elementor_data', '[{"id":"9ac5e58","elType":"section","settings":{"structure":"20","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"background_overlay_background":"classic","background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/water.jpg","id":296},"background_overlay_position":"center right","background_overlay_size":"cover","background_overlay_opacity":{"unit":"px","size":0.1000000000000000055511151231257827021181583404541015625,"sizes":[]},"eael_parallax_layers_list":[]},"elements":[{"id":"105a7e9","elType":"column","settings":{"_column_size":50,"_inline_size":null,"background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/Solutions.jpg","id":542},"background_position":"center center","background_size":"contain","background_repeat":"no-repeat"},"elements":[{"id":"46bb059","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/PAC.png","id":1120},"image_size":"full","motion_fx_translateX_speed":{"unit":"px","size":4.5,"sizes":[]},"motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":42}},"_animation":"fadeInLeft","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"f0466b4","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":0,"padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"40","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=0a2a356"},"border_radius":{"unit":"px","top":"0","right":"20","bottom":"20","left":"0","isLinked":false},"box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0, 0, 0, 0.14)"},"animation":"fadeInRight","content_position":"center"},"elements":[{"id":"4ebbbdf","elType":"widget","settings":{"title":"Powdered Activated Carbon (PAC)","align":"left","typography_typography":"custom","typography_font_family":"Nasa","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"39bcf90","elType":"widget","settings":{"editor":"<p>The American Society for Testing and Materials (ASTM) defines powdered activated carbon (PAC) as crushed or ground carbon particles passing through an 80-mesh sieve (0.177mm) and smaller. PAC''s adsorptive capacity makes them ideal for removing a variety of contaminants from water, air, liquids, and gases. They are widely used in the processing of drinking water to remove aesthetic problems such as odour and taste.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"0","left":"16","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(6494, 866, '_elementor_popup_display_settings', 'a:2:{s:8:"triggers";a:1:{s:5:"click";s:3:"yes";}s:6:"timing";a:0:{}}'),
(6497, 869, '_elementor_edit_mode', 'builder'),
(6498, 869, '_elementor_template_type', 'popup'),
(6499, 869, '_elementor_version', '3.1.1'),
(6500, 869, '_elementor_pro_version', '3.1.1'),
(6501, 869, '_edit_lock', '1614750212:1'),
(6502, 869, '_wp_page_template', 'default'),
(6503, 869, '_elementor_page_settings', 'a:4:{s:5:"width";a:3:{s:4:"unit";s:2:"px";s:4:"size";i:1400;s:5:"sizes";a:0:{}}s:18:"eael_ext_toc_title";s:17:"Table of Contents";s:9:"icon_size";a:3:{s:4:"unit";s:2:"px";s:4:"size";i:25;s:5:"sizes";a:0:{}}s:11:"__globals__";a:1:{s:18:"close_button_color";s:25:"globals/colors?id=f824721";}}'),
(6504, 869, '_elementor_data', '[{"id":"ae3f716","elType":"section","settings":{"structure":"20","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"background_overlay_background":"classic","background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/water.jpg","id":296},"background_overlay_position":"center right","background_overlay_size":"cover","background_overlay_opacity":{"unit":"px","size":0.1000000000000000055511151231257827021181583404541015625,"sizes":[]},"eael_parallax_layers_list":[]},"elements":[{"id":"04110e7","elType":"column","settings":{"_column_size":50,"_inline_size":null,"background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/Solutions.jpg","id":542},"background_position":"center center","background_size":"contain","background_repeat":"no-repeat","content_position":"center"},"elements":[{"id":"43e043d","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/BED-RESIN-EDIT.png","id":1119},"image_size":"full","motion_fx_translateX_speed":{"unit":"px","size":4.5,"sizes":[]},"motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":42}},"_animation":"fadeInLeft","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","_z_index":2,"width":{"unit":"%","size":100,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"87be7b8","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":0,"padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"40","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=0a2a356"},"border_radius":{"unit":"px","top":"0","right":"20","bottom":"20","left":"0","isLinked":false},"box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0, 0, 0, 0.14)"},"animation":"fadeInRight"},"elements":[{"id":"c72a0e8","elType":"widget","settings":{"title":"Mixed Bed Resins ","align":"left","typography_typography":"custom","typography_font_family":"Nasa","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"heading"},{"id":"8229513","elType":"widget","settings":{"editor":"<p>Mixed bed resins or mixed bed ion exchange resins are mainly used in the water purification industry for polishing process water to achieve demineralised water quality (such as after a reverse osmosis system).<\\/p><p>\\u00a0<\\/p><p>Mixed bed contains strong acid cation exchange and strong base anion exchange resin. It is usually used for:<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"0","left":"16","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"text-editor"},{"id":"aa98f45","elType":"section","settings":{"eael_parallax_layers_list":[]},"elements":[{"id":"cd93bbe","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"22e8208","elType":"widget","settings":{"icon_list":[{"text":"Ultra-pure water production ","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"c310113"},{"text":"Demineralisation","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"9fcb10b"},{"text":"Condensate polishing (boiler feed water)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"8271448"},{"text":"Micro-electronics cleaning","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"d394bbe"},{"text":"Pharmaceuticals","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"5ecc8d4"}],"space_between":{"unit":"px","size":7,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Nunito","icon_typography_font_size":{"unit":"px","size":18,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=secondary","icon_color":"globals\\/colors?id=cbd1087"},"icon_typography_font_weight":"500","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","_padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"icon-list"}],"isInner":true}],"isInner":true},{"id":"398e6bc","elType":"section","settings":{"eael_parallax_layers_list":[]},"elements":[{"id":"5a7d866","elType":"column","settings":{"_column_size":100,"_inline_size":null,"content_position":"center"},"elements":[{"id":"0ec9b22","elType":"widget","settings":{"editor":"<p>I.A uses mixed bed resin specially blended with high-quality ion exchange resin mixtures, designed for direct purification of water. The component ration of ion exchange is engineered to provide the highest capacity, and the performance of the ready-to-use mixed bed resin depends on the application.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"0","left":"16","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]');
INSERT INTO `wpfq_postmeta` VALUES
(6505, 869, '_elementor_popup_display_settings', 'a:2:{s:8:"triggers";a:1:{s:5:"click";s:3:"yes";}s:6:"timing";a:0:{}}'),
(6506, 870, '_wp_attached_file', '2021/02/Mixed-Bed-01.png'),
(6507, 870, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1520;s:6:"height";i:1510;s:4:"file";s:24:"2021/02/Mixed-Bed-01.png";s:5:"sizes";a:4:{s:6:"medium";a:4:{s:4:"file";s:24:"Mixed-Bed-01-300x298.png";s:5:"width";i:300;s:6:"height";i:298;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:26:"Mixed-Bed-01-1024x1017.png";s:5:"width";i:1024;s:6:"height";i:1017;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:24:"Mixed-Bed-01-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:24:"Mixed-Bed-01-768x763.png";s:5:"width";i:768;s:6:"height";i:763;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:{}}}'),
(7062, 937, '_wp_attached_file', '2021/02/drop_slower.gif'),
(7063, 937, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:600;s:4:"file";s:23:"2021/02/drop_slower.gif";s:5:"sizes";a:3:{s:6:"medium";a:4:{s:4:"file";s:23:"drop_slower-300x225.gif";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:9:"image/gif";}s:9:"thumbnail";a:4:{s:4:"file";s:23:"drop_slower-150x150.gif";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/gif";}s:12:"medium_large";a:4:{s:4:"file";s:23:"drop_slower-768x576.gif";s:5:"width";i:768;s:6:"height";i:576;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:{}}}'),
(7268, 959, '_wp_attached_file', '2021/02/ZKSB-Group-Corporate-Structure.png'),
(7269, 959, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5333;s:6:"height";i:3000;s:4:"file";s:42:"2021/02/ZKSB-Group-Corporate-Structure.png";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:42:"ZKSB-Group-Corporate-Structure-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:43:"ZKSB-Group-Corporate-Structure-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:42:"ZKSB-Group-Corporate-Structure-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:42:"ZKSB-Group-Corporate-Structure-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:9:"1536x1536";a:4:{s:4:"file";s:43:"ZKSB-Group-Corporate-Structure-1536x864.png";s:5:"width";i:1536;s:6:"height";i:864;s:9:"mime-type";s:9:"image/png";}s:9:"2048x2048";a:4:{s:4:"file";s:44:"ZKSB-Group-Corporate-Structure-2048x1152.png";s:5:"width";i:2048;s:6:"height";i:1152;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:43:"ZKSB-Group-Corporate-Structure-1568x882.png";s:5:"width";i:1568;s:6:"height";i:882;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:{}}}'),
(7441, 981, '_wp_attached_file', '2021/02/ZKSB-Group-Corporate-Structure-scaled.jpg'),
(7442, 981, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1440;s:4:"file";s:49:"2021/02/ZKSB-Group-Corporate-Structure-scaled.jpg";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:42:"ZKSB-Group-Corporate-Structure-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:43:"ZKSB-Group-Corporate-Structure-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:42:"ZKSB-Group-Corporate-Structure-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:42:"ZKSB-Group-Corporate-Structure-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:43:"ZKSB-Group-Corporate-Structure-1536x864.jpg";s:5:"width";i:1536;s:6:"height";i:864;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:44:"ZKSB-Group-Corporate-Structure-2048x1152.jpg";s:5:"width";i:2048;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:43:"ZKSB-Group-Corporate-Structure-1568x882.jpg";s:5:"width";i:1568;s:6:"height";i:882;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:34:"ZKSB-Group-Corporate-Structure.jpg";}'),
(7499, 989, '_wp_attached_file', '2021/02/coal-base-1.jpg'),
(7500, 989, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:495;s:6:"height";i:476;s:4:"file";s:23:"2021/02/coal-base-1.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:23:"coal-base-1-300x288.jpg";s:5:"width";i:300;s:6:"height";i:288;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:23:"coal-base-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:{}}}'),
(8015, 1051, '_wp_attached_file', '2021/03/IA-01-scaled.jpg'),
(8016, 1051, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:2560;s:4:"file";s:24:"2021/03/IA-01-scaled.jpg";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:17:"IA-01-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:19:"IA-01-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:17:"IA-01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"IA-01-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:19:"IA-01-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:19:"IA-01-2048x2048.jpg";s:5:"width";i:2048;s:6:"height";i:2048;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"IA-01-1568x1568.jpg";s:5:"width";i:1568;s:6:"height";i:1568;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:9:"IA-01.jpg";}'),
(8017, 1052, '_wp_attached_file', '2021/03/IA-02-scaled.jpg'),
(8018, 1052, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:2560;s:4:"file";s:24:"2021/03/IA-02-scaled.jpg";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:17:"IA-02-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:19:"IA-02-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:17:"IA-02-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"IA-02-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:19:"IA-02-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:19:"IA-02-2048x2048.jpg";s:5:"width";i:2048;s:6:"height";i:2048;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"IA-02-1568x1568.jpg";s:5:"width";i:1568;s:6:"height";i:1568;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:9:"IA-02.jpg";}'),
(8019, 1053, '_wp_attached_file', '2021/03/IA-03-scaled.jpg'),
(8020, 1053, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:2560;s:4:"file";s:24:"2021/03/IA-03-scaled.jpg";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:17:"IA-03-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:19:"IA-03-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:17:"IA-03-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"IA-03-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:19:"IA-03-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:19:"IA-03-2048x2048.jpg";s:5:"width";i:2048;s:6:"height";i:2048;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"IA-03-1568x1568.jpg";s:5:"width";i:1568;s:6:"height";i:1568;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:9:"IA-03.jpg";}'),
(8051, 1058, '_wp_attached_file', '2021/03/water.jpg'),
(8052, 1058, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1551;s:6:"height";i:2000;s:4:"file";s:17:"2021/03/water.jpg";s:5:"sizes";a:5:{s:6:"medium";a:4:{s:4:"file";s:17:"water-233x300.jpg";s:5:"width";i:233;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:18:"water-794x1024.jpg";s:5:"width";i:794;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:17:"water-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"water-768x990.jpg";s:5:"width";i:768;s:6:"height";i:990;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:19:"water-1191x1536.jpg";s:5:"width";i:1191;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(8053, 1058, 'envato_elements', 'ERK9MCV'),
(8054, 1058, '_wp_attachment_image_alt', 'Water'),
(8055, 1058, 'envato_elements_download_event', 'ERK9MCV'),
(8142, 1071, '_wp_attached_file', '2021/03/Result-plan-Jeddah_Trim-1.mp4'),
(8143, 1071, '_wp_attachment_metadata', 'a:10:{s:8:"filesize";i:34557613;s:9:"mime_type";s:9:"video/mp4";s:6:"length";i:7;s:16:"length_formatted";s:4:"0:07";s:5:"width";i:2560;s:6:"height";i:1440;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:5:"audio";a:7:{s:10:"dataformat";s:3:"mp4";s:5:"codec";s:19:"ISO/IEC 14496-3 AAC";s:11:"sample_rate";d:48000;s:8:"channels";i:2;s:15:"bits_per_sample";i:16;s:8:"lossless";b:0;s:11:"channelmode";s:6:"stereo";}s:17:"created_timestamp";i:-2082844800;}'),
(8176, 1076, '_wp_attached_file', '2021/03/GIF-water03.gif'),
(8177, 1076, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:900;s:6:"height";i:500;s:4:"file";s:23:"2021/03/GIF-water03.gif";s:5:"sizes";a:3:{s:6:"medium";a:4:{s:4:"file";s:23:"GIF-water03-300x167.gif";s:5:"width";i:300;s:6:"height";i:167;s:9:"mime-type";s:9:"image/gif";}s:9:"thumbnail";a:4:{s:4:"file";s:23:"GIF-water03-150x150.gif";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/gif";}s:12:"medium_large";a:4:{s:4:"file";s:23:"GIF-water03-768x427.gif";s:5:"width";i:768;s:6:"height";i:427;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:{}}}'),
(8178, 1077, '_wp_attached_file', '2021/03/GIF-01.gif'),
(8179, 1077, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:313;s:4:"file";s:18:"2021/03/GIF-01.gif";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:18:"GIF-01-300x188.gif";s:5:"width";i:300;s:6:"height";i:188;s:9:"mime-type";s:9:"image/gif";}s:9:"thumbnail";a:4:{s:4:"file";s:18:"GIF-01-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:{}}}'),
(8321, 1095, '_wp_attached_file', '2021/03/leaves-leaf.jpg'),
(8322, 1095, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:2000;s:4:"file";s:23:"2021/03/leaves-leaf.jpg";s:5:"sizes";a:5:{s:6:"medium";a:4:{s:4:"file";s:23:"leaves-leaf-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"leaves-leaf-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:23:"leaves-leaf-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:"leaves-leaf-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:25:"leaves-leaf-1152x1536.jpg";s:5:"width";i:1152;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(8323, 1095, 'envato_elements', 'XE6UT6R'),
(8324, 1095, '_wp_attachment_image_alt', 'Leaves leaf'),
(8325, 1095, 'envato_elements_download_event', 'XE6UT6R'),
(8326, 1096, '_wp_attached_file', '2021/03/texture-.jpg'),
(8327, 1096, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1124;s:4:"file";s:20:"2021/03/texture-.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:20:"texture--300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"texture--1024x575.jpg";s:5:"width";i:1024;s:6:"height";i:575;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"texture--150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"texture--768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:21:"texture--1536x863.jpg";s:5:"width";i:1536;s:6:"height";i:863;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"texture--1568x881.jpg";s:5:"width";i:1568;s:6:"height";i:881;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(8328, 1096, 'envato_elements', 'RZMX3HX'),
(8329, 1096, '_wp_attachment_image_alt', 'Texture.'),
(8330, 1096, 'envato_elements_download_event', 'RZMX3HX'),
(8331, 1097, '_wp_attached_file', '2021/03/colorado-river.jpg'),
(8332, 1097, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:793;s:4:"file";s:26:"2021/03/colorado-river.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:26:"colorado-river-300x119.jpg";s:5:"width";i:300;s:6:"height";i:119;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"colorado-river-1024x406.jpg";s:5:"width";i:1024;s:6:"height";i:406;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:26:"colorado-river-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"colorado-river-768x305.jpg";s:5:"width";i:768;s:6:"height";i:305;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:27:"colorado-river-1536x609.jpg";s:5:"width";i:1536;s:6:"height";i:609;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"colorado-river-1568x622.jpg";s:5:"width";i:1568;s:6:"height";i:622;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(8333, 1097, 'envato_elements', 'XGTXFVV'),
(8334, 1097, '_wp_attachment_image_alt', 'Colorado river'),
(8335, 1097, 'envato_elements_download_event', 'XGTXFVV'),
(8336, 1098, '_wp_attached_file', '2021/03/air-jets-under-the-surface-of-the-water-seattle-aquarium.jpg'),
(8337, 1098, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:2000;s:4:"file";s:68:"2021/03/air-jets-under-the-surface-of-the-water-seattle-aquarium.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:68:"air-jets-under-the-surface-of-the-water-seattle-aquarium-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:70:"air-jets-under-the-surface-of-the-water-seattle-aquarium-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:68:"air-jets-under-the-surface-of-the-water-seattle-aquarium-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:68:"air-jets-under-the-surface-of-the-water-seattle-aquarium-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:70:"air-jets-under-the-surface-of-the-water-seattle-aquarium-1536x1536.jpg";s:5:"width";i:1536;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:70:"air-jets-under-the-surface-of-the-water-seattle-aquarium-1568x1568.jpg";s:5:"width";i:1568;s:6:"height";i:1568;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(8338, 1098, 'envato_elements', 'FRFT6GL'),
(8339, 1098, '_wp_attachment_image_alt', ''),
(8340, 1098, 'envato_elements_download_event', 'FRFT6GL'),
(8341, 1099, '_wp_attached_file', '2021/03/dropping-chemical.jpg'),
(8342, 1099, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1335;s:6:"height";i:2000;s:4:"file";s:29:"2021/03/dropping-chemical.jpg";s:5:"sizes";a:5:{s:6:"medium";a:4:{s:4:"file";s:29:"dropping-chemical-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"dropping-chemical-684x1024.jpg";s:5:"width";i:684;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:29:"dropping-chemical-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"dropping-chemical-768x1151.jpg";s:5:"width";i:768;s:6:"height";i:1151;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:31:"dropping-chemical-1025x1536.jpg";s:5:"width";i:1025;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(8343, 1099, 'envato_elements', '5M7FBRT'),
(8344, 1099, '_wp_attachment_image_alt', 'Dropping Chemical'),
(8345, 1099, 'envato_elements_download_event', '5M7FBRT'),
(8346, 1100, '_wp_attached_file', '2021/03/water-drops-falling.jpg'),
(8347, 1100, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1880;s:6:"height";i:2000;s:4:"file";s:31:"2021/03/water-drops-falling.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:31:"water-drops-falling-282x300.jpg";s:5:"width";i:282;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"water-drops-falling-963x1024.jpg";s:5:"width";i:963;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:31:"water-drops-falling-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:"water-drops-falling-768x817.jpg";s:5:"width";i:768;s:6:"height";i:817;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:33:"water-drops-falling-1444x1536.jpg";s:5:"width";i:1444;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:33:"water-drops-falling-1568x1668.jpg";s:5:"width";i:1568;s:6:"height";i:1668;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(8348, 1100, 'envato_elements', 'PDDBJCJ'),
(8349, 1100, '_wp_attachment_image_alt', 'water drops falling'),
(8350, 1100, 'envato_elements_download_event', 'PDDBJCJ'),
(8433, 1112, '_wp_attached_file', '2021/03/water_GettyImages-1214285119.original-scaled.jpg'),
(8434, 1112, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:56:"2021/03/water_GettyImages-1214285119.original-scaled.jpg";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:49:"water_GettyImages-1214285119.original-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:50:"water_GettyImages-1214285119.original-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:49:"water_GettyImages-1214285119.original-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:49:"water_GettyImages-1214285119.original-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:51:"water_GettyImages-1214285119.original-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:51:"water_GettyImages-1214285119.original-2048x1365.jpg";s:5:"width";i:2048;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:51:"water_GettyImages-1214285119.original-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:41:"water_GettyImages-1214285119.original.jpg";}'),
(8467, 1117, '_wp_attached_file', '2021/02/waze-569496.png'),
(8468, 1117, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:23:"2021/02/waze-569496.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:23:"waze-569496-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:23:"waze-569496-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:{}}}'),
(8479, 1119, '_wp_attached_file', '2021/02/BED-RESIN-EDIT.png'),
(8480, 1119, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:399;s:6:"height";i:396;s:4:"file";s:26:"2021/02/BED-RESIN-EDIT.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:26:"BED-RESIN-EDIT-300x298.png";s:5:"width";i:300;s:6:"height";i:298;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:26:"BED-RESIN-EDIT-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:{}}}'),
(8481, 1120, '_wp_attached_file', '2021/02/PAC.png'),
(8482, 1120, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:399;s:6:"height";i:396;s:4:"file";s:15:"2021/02/PAC.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:15:"PAC-300x298.png";s:5:"width";i:300;s:6:"height";i:298;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:15:"PAC-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:{}}}'),
(8483, 1121, '_wp_attached_file', '2021/02/GAC-EDIT.png'),
(8484, 1121, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:399;s:6:"height";i:396;s:4:"file";s:20:"2021/02/GAC-EDIT.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:20:"GAC-EDIT-300x298.png";s:5:"width";i:300;s:6:"height";i:298;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"GAC-EDIT-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:{}}}'),
(8494, 860, '_elementor_controls_usage', 'a:5:{s:5:"image";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_image";a:2:{s:5:"image";i:1;s:10:"image_size";i:1;}}s:8:"advanced";a:1:{s:15:"section_effects";a:3:{s:26:"motion_fx_translateX_speed";i:1;s:34:"motion_fx_translateX_affectedRange";i:1;s:10:"_animation";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:3:{s:12:"_inline_size";i:2;s:16:"content_position";i:1;s:21:"space_between_widgets";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:4:{s:16:"background_image";i:1;s:19:"background_position";i:1;s:15:"background_size";i:1;s:17:"background_repeat";i:1;}s:14:"section_border";a:2:{s:13:"border_radius";i:1;s:21:"box_shadow_box_shadow";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:1:{s:7:"padding";i:1;}s:15:"section_effects";a:1:{s:9:"animation";i:1;}}}}s:7:"heading";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_title";a:2:{s:5:"title";i:1;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:5:{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:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;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: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:12:"align_mobile";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:1;s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:1:{s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:1;}}s:5:"style";a:1:{s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_image";i:1;s:27:"background_overlay_position";i:1;s:23:"background_overlay_size";i:1;s:26:"background_overlay_opacity";i:1;}}}}}'),
(8524, 869, '_elementor_controls_usage', 'a:6:{s:5:"image";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:1;s:10:"image_size";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:3:{s:26:"motion_fx_translateX_speed";i:1;s:34:"motion_fx_translateX_affectedRange";i:1;s:10:"_animation";i:1;}s:14:"_section_style";a:1:{s:8:"_z_index";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:2:{s:5:"width";i:1;s:5:"space";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:4;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:3:{s:12:"_inline_size";i:4;s:16:"content_position";i:2;s:21:"space_between_widgets";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:4:{s:16:"background_image";i:1;s:19:"background_position";i:1;s:15:"background_size";i:1;s:17:"background_repeat";i:1;}s:14:"section_border";a:2:{s:13:"border_radius";i:1;s:21:"box_shadow_box_shadow";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:1:{s:7:"padding";i:1;}s:15:"section_effects";a:1:{s:9:"animation";i:1;}}}}s:7:"heading";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_title";a:2:{s:5:"title";i:1;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:5:{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:11:"text-editor";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;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: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:12:"align_mobile";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:2;s:7:"_margin";i:2;s:14:"_margin_mobile";i:2;}}}}s:9:"icon-list";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;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:17:"section_icon_list";a:1:{s:13:"space_between";i:1;}s:18:"section_text_style";a:4:{s:26:"icon_typography_typography";i:1;s:27:"icon_typography_font_family";i:1;s:25:"icon_typography_font_size";i:1;s:27:"icon_typography_font_weight";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:3;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:1:{s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:1;}}s:5:"style";a:1:{s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_image";i:1;s:27:"background_overlay_position";i:1;s:23:"background_overlay_size";i:1;s:26:"background_overlay_opacity";i:1;}}}}}'),
(8553, 1129, '_wp_attached_file', '2021/03/SPAN.png'),
(8554, 1129, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:138;s:4:"file";s:16:"2021/03/SPAN.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"SPAN-150x138.png";s:5:"width";i:150;s:6:"height";i:138;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:{}}}'),
(8555, 1130, '_wp_attached_file', '2021/03/SIRIM.png'),
(8556, 1130, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:225;s:6:"height";i:225;s:4:"file";s:17:"2021/03/SIRIM.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"SIRIM-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:{}}}'),
(8557, 1131, '_wp_attached_file', '2021/03/IKRAM.png'),
(8558, 1131, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:237;s:6:"height";i:213;s:4:"file";s:17:"2021/03/IKRAM.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"IKRAM-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:{}}}'),
(8853, 1167, '_wp_attached_file', '2021/03/a-glass-of-water-macro-shot.jpg'),
(8854, 1167, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1421;s:4:"file";s:39:"2021/03/a-glass-of-water-macro-shot.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:39:"a-glass-of-water-macro-shot-300x213.jpg";s:5:"width";i:300;s:6:"height";i:213;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:40:"a-glass-of-water-macro-shot-1024x728.jpg";s:5:"width";i:1024;s:6:"height";i:728;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:39:"a-glass-of-water-macro-shot-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:39:"a-glass-of-water-macro-shot-768x546.jpg";s:5:"width";i:768;s:6:"height";i:546;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:41:"a-glass-of-water-macro-shot-1536x1091.jpg";s:5:"width";i:1536;s:6:"height";i:1091;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:41:"a-glass-of-water-macro-shot-1568x1114.jpg";s:5:"width";i:1568;s:6:"height";i:1114;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(8855, 1167, 'envato_elements', 'JEC6Z6B'),
(8856, 1167, '_wp_attachment_image_alt', 'A glass of water macro shot'),
(8857, 1167, 'envato_elements_download_event', 'JEC6Z6B'),
(8975, 1181, '_wp_attached_file', '2021/03/waterGIF-01.mp4'),
(8976, 1181, '_wp_attachment_metadata', 'a:10:{s:7:"bitrate";i:4600210;s:8:"filesize";i:4625274;s:9:"mime_type";s:15:"video/quicktime";s:6:"length";i:8;s:16:"length_formatted";s:4:"0:08";s:5:"width";i:4000;s:6:"height";i:1720;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:17:"created_timestamp";i:1614753751;}'),
(9076, 1194, '_wp_attached_file', '2021/03/s-02-scaled.jpg'),
(9077, 1194, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:2560;s:4:"file";s:23:"2021/03/s-02-scaled.jpg";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:16:"s-02-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:18:"s-02-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:16:"s-02-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:16:"s-02-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:18:"s-02-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:18:"s-02-2048x2048.jpg";s:5:"width";i:2048;s:6:"height";i:2048;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"s-02-1568x1568.jpg";s:5:"width";i:1568;s:6:"height";i:1568;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:8:"s-02.jpg";}'),
(9184, 866, '_elementor_controls_usage', 'a:5:{s:5:"image";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_image";a:2:{s:5:"image";i:1;s:10:"image_size";i:1;}}s:8:"advanced";a:1:{s:15:"section_effects";a:3:{s:26:"motion_fx_translateX_speed";i:1;s:34:"motion_fx_translateX_affectedRange";i:1;s:10:"_animation";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:3:{s:12:"_inline_size";i:2;s:21:"space_between_widgets";i:1;s:16:"content_position";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:4:{s:16:"background_image";i:1;s:19:"background_position";i:1;s:15:"background_size";i:1;s:17:"background_repeat";i:1;}s:14:"section_border";a:2:{s:13:"border_radius";i:1;s:21:"box_shadow_box_shadow";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:1:{s:7:"padding";i:1;}s:15:"section_effects";a:1:{s:9:"animation";i:1;}}}}s:7:"heading";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_title";a:2:{s:5:"title";i:1;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:5:{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:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;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: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:12:"align_mobile";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:1;s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:1:{s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:1;}}s:5:"style";a:1:{s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_image";i:1;s:27:"background_overlay_position";i:1;s:23:"background_overlay_size";i:1;s:26:"background_overlay_opacity";i:1;}}}}}'),
(9234, 1214, '_wp_attached_file', '2021/03/water-video.mp4'),
(9235, 1214, '_wp_attachment_metadata', 'a:10:{s:7:"bitrate";i:4677982;s:8:"filesize";i:4703208;s:9:"mime_type";s:15:"video/quicktime";s:6:"length";i:8;s:16:"length_formatted";s:4:"0:08";s:5:"width";i:4000;s:6:"height";i:1720;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:17:"created_timestamp";i:1614758263;}'),
(9268, 1219, '_wp_attached_file', '2021/03/Picture2.jpg'),
(9269, 1219, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:846;s:6:"height";i:434;s:4:"file";s:20:"2021/03/Picture2.jpg";s:5:"sizes";a:3:{s:6:"medium";a:4:{s:4:"file";s:20:"Picture2-300x154.jpg";s:5:"width";i:300;s:6:"height";i:154;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"Picture2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"Picture2-768x394.jpg";s:5:"width";i:768;s:6:"height";i:394;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(9270, 1220, '_wp_attached_file', '2021/03/Picture8.jpg'),
(9271, 1220, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:612;s:6:"height";i:778;s:4:"file";s:20:"2021/03/Picture8.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:20:"Picture8-236x300.jpg";s:5:"width";i:236;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"Picture8-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:{}}}'),
(9272, 1221, '_wp_attached_file', '2021/03/Picture7.png'),
(9273, 1221, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:607;s:6:"height";i:499;s:4:"file";s:20:"2021/03/Picture7.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:20:"Picture7-300x247.png";s:5:"width";i:300;s:6:"height";i:247;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"Picture7-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:{}}}'),
(9274, 1222, '_wp_attached_file', '2021/03/Picture6.png'),
(9275, 1222, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:607;s:6:"height";i:562;s:4:"file";s:20:"2021/03/Picture6.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:20:"Picture6-300x278.png";s:5:"width";i:300;s:6:"height";i:278;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"Picture6-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:{}}}'),
(9276, 1223, '_wp_attached_file', '2021/03/Picture5.png'),
(9277, 1223, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:606;s:6:"height";i:562;s:4:"file";s:20:"2021/03/Picture5.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:20:"Picture5-300x278.png";s:5:"width";i:300;s:6:"height";i:278;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"Picture5-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:{}}}'),
(9278, 1224, '_wp_attached_file', '2021/03/Picture4.png'),
(9279, 1224, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:565;s:6:"height";i:470;s:4:"file";s:20:"2021/03/Picture4.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:20:"Picture4-300x250.png";s:5:"width";i:300;s:6:"height";i:250;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"Picture4-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:{}}}'),
(9280, 1225, '_wp_attached_file', '2021/03/Picture3.jpg'),
(9281, 1225, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:429;s:6:"height";i:434;s:4:"file";s:20:"2021/03/Picture3.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:20:"Picture3-297x300.jpg";s:5:"width";i:297;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"Picture3-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:{}}}'),
(9334, 1232, '_wp_attached_file', '2021/03/shake-hands.jpg'),
(9335, 1232, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1154;s:4:"file";s:23:"2021/03/shake-hands.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:23:"shake-hands-300x173.jpg";s:5:"width";i:300;s:6:"height";i:173;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"shake-hands-1024x591.jpg";s:5:"width";i:1024;s:6:"height";i:591;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:23:"shake-hands-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:"shake-hands-768x443.jpg";s:5:"width";i:768;s:6:"height";i:443;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:24:"shake-hands-1536x886.jpg";s:5:"width";i:1536;s:6:"height";i:886;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"shake-hands-1568x905.jpg";s:5:"width";i:1568;s:6:"height";i:905;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(9336, 1232, 'envato_elements', '2K9Z3GP'),
(9337, 1232, '_wp_attachment_image_alt', 'Shake hands'),
(9338, 1232, 'envato_elements_download_event', '2K9Z3GP'),
(9339, 1233, '_wp_attached_file', '2021/03/business-team-handshake-collaboration-concept.jpg'),
(9340, 1233, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:2000;s:4:"file";s:57:"2021/03/business-team-handshake-collaboration-concept.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:57:"business-team-handshake-collaboration-concept-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:59:"business-team-handshake-collaboration-concept-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:57:"business-team-handshake-collaboration-concept-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:57:"business-team-handshake-collaboration-concept-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:59:"business-team-handshake-collaboration-concept-1536x1536.jpg";s:5:"width";i:1536;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:59:"business-team-handshake-collaboration-concept-1568x1568.jpg";s:5:"width";i:1568;s:6:"height";i:1568;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(9341, 1233, 'envato_elements', 'PKEPQJC'),
(9342, 1233, '_wp_attachment_image_alt', 'Business Team Handshake Collaboration Concept'),
(9343, 1233, 'envato_elements_download_event', 'PKEPQJC'),
(9344, 1234, '_wp_attached_file', '2021/03/water-treatment-plant-for-sewage-waste-water.jpg'),
(9345, 1234, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1332;s:4:"file";s:56:"2021/03/water-treatment-plant-for-sewage-waste-water.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:56:"water-treatment-plant-for-sewage-waste-water-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:57:"water-treatment-plant-for-sewage-waste-water-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:56:"water-treatment-plant-for-sewage-waste-water-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:56:"water-treatment-plant-for-sewage-waste-water-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:58:"water-treatment-plant-for-sewage-waste-water-1536x1023.jpg";s:5:"width";i:1536;s:6:"height";i:1023;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:58:"water-treatment-plant-for-sewage-waste-water-1568x1044.jpg";s:5:"width";i:1568;s:6:"height";i:1044;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpfq_postmeta` VALUES
(9346, 1234, 'envato_elements', 'KSRCAE7'),
(9347, 1234, '_wp_attachment_image_alt', 'Water treatment plant for sewage waste water'),
(9348, 1234, 'envato_elements_download_event', 'KSRCAE7'),
(9406, 1242, '_wp_attached_file', '2021/03/2a21c8058f10e6f747873e613b98aba4.png'),
(9407, 1242, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3276;s:6:"height";i:4368;s:4:"file";s:44:"2021/03/2a21c8058f10e6f747873e613b98aba4.png";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:44:"2a21c8058f10e6f747873e613b98aba4-225x300.png";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:45:"2a21c8058f10e6f747873e613b98aba4-768x1024.png";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:44:"2a21c8058f10e6f747873e613b98aba4-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:45:"2a21c8058f10e6f747873e613b98aba4-768x1024.png";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}s:9:"1536x1536";a:4:{s:4:"file";s:46:"2a21c8058f10e6f747873e613b98aba4-1152x1536.png";s:5:"width";i:1152;s:6:"height";i:1536;s:9:"mime-type";s:9:"image/png";}s:9:"2048x2048";a:4:{s:4:"file";s:46:"2a21c8058f10e6f747873e613b98aba4-1536x2048.png";s:5:"width";i:1536;s:6:"height";i:2048;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:46:"2a21c8058f10e6f747873e613b98aba4-1568x2091.png";s:5:"width";i:1568;s:6:"height";i:2091;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:{}}}'),
(9429, 123, '_elementor_controls_usage', 'a:8:{s:7:"heading";a:3:{s:5:"count";i:22;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:4:{s:5:"title";i:22;s:11:"header_size";i:1;s:12:"align_mobile";i:2;s:5:"align";i:6;}}s:5:"style";a:1:{s:19:"section_title_style";a:5:{s:21:"typography_typography";i:22;s:22:"typography_font_family";i:22;s:20:"typography_font_size";i:22;s:22:"typography_font_weight";i:22;s:22:"typography_line_height";i:5;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:2;s:15:"_padding_mobile";i:2;s:14:"_margin_mobile";i:1;s:8:"_padding";i:6;}}}}s:6:"column";a:3:{s:5:"count";i:23;s:15:"control_percent";i:0;s:8:"controls";a:2:{s:6:"layout";a:1:{s:6:"layout";a:3:{s:12:"_inline_size";i:23;s:16:"content_position";i:7;s:21:"space_between_widgets";i:4;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:1:{s:7:"padding";i:10;}s:15:"section_effects";a:1:{s:9:"animation";i:8;}}}}s:7:"section";a:3:{s:5:"count";i:15;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:2:{s:6:"height";i:2;s:13:"custom_height";i:3;}s:17:"section_structure";a:1:{s:9:"structure";i:7;}}s:5:"style";a:3:{s:18:"section_background";a:13:{s:21:"background_background";i:8;s:16:"background_image";i:5;s:15:"background_size";i:6;s:40:"background_motion_fx_motion_fx_scrolling";i:1;s:16:"background_color";i:2;s:19:"background_position";i:5;s:17:"background_repeat";i:5;s:19:"background_bg_width";i:1;s:18:"background_color_b";i:2;s:15:"background_xpos";i:4;s:15:"background_ypos";i:4;s:21:"background_video_link";i:1;s:25:"background_play_on_mobile";i:1;}s:26:"section_background_overlay";a:2:{s:29:"background_overlay_background";i:6;s:26:"background_overlay_opacity";i:5;}s:21:"section_shape_divider";a:7:{s:20:"shape_divider_bottom";i:2;s:26:"shape_divider_bottom_width";i:2;s:27:"shape_divider_bottom_height";i:2;s:26:"shape_divider_bottom_color";i:1;s:23:"shape_divider_top_width";i:1;s:24:"shape_divider_top_height";i:1;s:29:"shape_divider_bottom_negative";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:9:"animation";i:4;}s:16:"section_advanced";a:2:{s:7:"padding";i:9;s:6:"margin";i:4;}}}}s:5:"image";a:3:{s:5:"count";i:5;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_image";a:3:{s:5:"image";i:5;s:10:"image_size";i:5;s:22:"image_custom_dimension";i:4;}}s:5:"style";a:1:{s:19:"section_style_image";a:4:{s:18:"image_border_width";i:4;s:19:"image_border_radius";i:4;s:5:"width";i:2;s:5:"space";i:2;}}s:8:"advanced";a:1:{s:15:"section_effects";a:1:{s:10:"_animation";i:2;}}}}s:7:"counter";a:3:{s:5:"count";i:3;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:15:"section_counter";a:4:{s:13:"ending_number";i:3;s:5:"title";i:3;s:6:"prefix";i:2;s:6:"suffix";i:2;}}s:5:"style";a:2:{s:14:"section_number";a:4:{s:28:"typography_number_typography";i:3;s:29:"typography_number_font_family";i:3;s:27:"typography_number_font_size";i:3;s:29:"typography_number_font_weight";i:3;}s:13:"section_title";a:4:{s:27:"typography_title_typography";i:3;s:28:"typography_title_font_family";i:3;s:26:"typography_title_font_size";i:3;s:28:"typography_title_font_weight";i:3;}}}}s:9:"icon-list";a:3:{s:5:"count";i:10;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:12:"section_icon";a:2:{s:4:"view";i:6;s:9:"icon_list";i:10;}}s:5:"style";a:2:{s:17:"section_icon_list";a:2:{s:13:"space_between";i:10;s:7:"divider";i:6;}s:18:"section_text_style";a:3:{s:26:"icon_typography_typography";i:10;s:27:"icon_typography_font_family";i:10;s:25:"icon_typography_font_size";i:10;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:2;}}}}s:11:"text-editor";a:3:{s:5:"count";i:7;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:7;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:21:"typography_typography";i:7;s:22:"typography_font_family";i:7;s:20:"typography_font_size";i:7;s:22:"typography_font_weight";i:7;s:22:"typography_line_height";i:7;s:12:"align_mobile";i:7;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:7;s:7:"_margin";i:7;s:14:"_margin_mobile";i:7;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:2:{s:4:"text";i:1;s:4:"link";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:4:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:20:"typography_font_size";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}}'),
(9489, 1253, '_wp_attached_file', '2021/03/GIF01version.mp4'),
(9490, 1253, '_wp_attachment_metadata', 'a:10:{s:7:"bitrate";i:1183543;s:8:"filesize";i:1199006;s:9:"mime_type";s:15:"video/quicktime";s:6:"length";i:8;s:16:"length_formatted";s:4:"0:08";s:5:"width";i:800;s:6:"height";i:500;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:17:"created_timestamp";i:1614765844;}'),
(9551, 1266, '_wp_attached_file', '2021/03/8-07.jpg'),
(9552, 1266, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:532;s:6:"height";i:532;s:4:"file";s:16:"2021/03/8-07.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:16:"8-07-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:16:"8-07-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:{}}}'),
(9553, 1267, '_wp_attached_file', '2021/03/8-01.jpg'),
(9554, 1267, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:532;s:6:"height";i:532;s:4:"file";s:16:"2021/03/8-01.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:16:"8-01-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:16:"8-01-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:{}}}'),
(9555, 1268, '_wp_attached_file', '2021/03/8-02.jpg'),
(9556, 1268, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:532;s:6:"height";i:532;s:4:"file";s:16:"2021/03/8-02.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:16:"8-02-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:16:"8-02-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:{}}}'),
(9557, 1269, '_wp_attached_file', '2021/03/8-03.jpg'),
(9558, 1269, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:533;s:6:"height";i:532;s:4:"file";s:16:"2021/03/8-03.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:16:"8-03-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:16:"8-03-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:{}}}'),
(9559, 1270, '_wp_attached_file', '2021/03/8-04.jpg'),
(9560, 1270, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:532;s:6:"height";i:532;s:4:"file";s:16:"2021/03/8-04.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:16:"8-04-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:16:"8-04-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:{}}}'),
(9561, 1271, '_wp_attached_file', '2021/03/8-05.jpg'),
(9562, 1271, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:532;s:6:"height";i:532;s:4:"file";s:16:"2021/03/8-05.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:16:"8-05-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:16:"8-05-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:{}}}'),
(9563, 1272, '_wp_attached_file', '2021/03/8-06.jpg'),
(9564, 1272, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:532;s:6:"height";i:532;s:4:"file";s:16:"2021/03/8-06.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:16:"8-06-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:16:"8-06-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:{}}}'),
(9704, 1288, '_wp_attached_file', '2021/03/Media1.mp4'),
(9705, 1288, '_wp_attachment_metadata', 'a:10:{s:8:"filesize";i:12222577;s:9:"mime_type";s:9:"video/mp4";s:6:"length";i:73;s:16:"length_formatted";s:4:"1:13";s:5:"width";i:848;s:6:"height";i:480;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:5:"audio";a:7:{s:10:"dataformat";s:3:"mp4";s:5:"codec";s:19:"ISO/IEC 14496-3 AAC";s:11:"sample_rate";d:44100;s:8:"channels";i:2;s:15:"bits_per_sample";i:16;s:8:"lossless";b:0;s:11:"channelmode";s:6:"stereo";}s:17:"created_timestamp";i:1513517264;}'),
(9706, 1289, '_wp_attached_file', '2021/03/Media2.mp4'),
(9707, 1289, '_wp_attachment_metadata', 'a:10:{s:8:"filesize";i:3504843;s:9:"mime_type";s:9:"video/mp4";s:6:"length";i:16;s:16:"length_formatted";s:4:"0:16";s:5:"width";i:848;s:6:"height";i:480;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:5:"audio";a:7:{s:10:"dataformat";s:3:"mp4";s:5:"codec";s:19:"ISO/IEC 14496-3 AAC";s:11:"sample_rate";d:44100;s:8:"channels";i:2;s:15:"bits_per_sample";i:16;s:8:"lossless";b:0;s:11:"channelmode";s:6:"stereo";}s:17:"created_timestamp";i:1513513759;}'),
(9738, 1294, '_wp_attached_file', '2021/03/Beginners-Guide-to-understanding-Digital-Innovation.jpg'),
(9739, 1294, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:400;s:4:"file";s:63:"2021/03/Beginners-Guide-to-understanding-Digital-Innovation.jpg";s:5:"sizes";a:3:{s:6:"medium";a:4:{s:4:"file";s:63:"Beginners-Guide-to-understanding-Digital-Innovation-300x150.jpg";s:5:"width";i:300;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:63:"Beginners-Guide-to-understanding-Digital-Innovation-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:63:"Beginners-Guide-to-understanding-Digital-Innovation-768x384.jpg";s:5:"width";i:768;s:6:"height";i:384;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(9845, 203, '_wp_old_date', '2021-02-18'),
(9847, 202, '_wp_old_date', '2021-02-18'),
(9848, 200, '_wp_old_date', '2021-02-18'),
(9849, 282, '_wp_old_date', '2021-02-18'),
(9850, 281, '_wp_old_date', '2021-02-18'),
(9851, 198, '_wp_old_date', '2021-02-18'),
(9861, 1309, '_wp_attached_file', '2021/03/Waterflow_IA_V03.mp4'),
(9862, 1309, '_wp_attachment_metadata', 'a:10:{s:7:"bitrate";i:5167645;s:8:"filesize";i:5193891;s:9:"mime_type";s:15:"video/quicktime";s:6:"length";i:8;s:16:"length_formatted";s:4:"0:08";s:5:"width";i:4000;s:6:"height";i:1720;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:17:"created_timestamp";i:1615549198;}'),
(9887, 1313, '_wp_attached_file', '2021/03/business-meeting.jpg'),
(9888, 1313, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1125;s:4:"file";s:28:"2021/03/business-meeting.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:28:"business-meeting-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"business-meeting-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:28:"business-meeting-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"business-meeting-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:29:"business-meeting-1536x864.jpg";s:5:"width";i:1536;s:6:"height";i:864;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"business-meeting-1568x882.jpg";s:5:"width";i:1568;s:6:"height";i:882;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(9889, 1314, '_wp_attached_file', '2021/03/business-meeting-1.jpg'),
(9890, 1314, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1328;s:4:"file";s:30:"2021/03/business-meeting-1.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:30:"business-meeting-1-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"business-meeting-1-1024x680.jpg";s:5:"width";i:1024;s:6:"height";i:680;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:30:"business-meeting-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"business-meeting-1-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:32:"business-meeting-1-1536x1020.jpg";s:5:"width";i:1536;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"business-meeting-1-1568x1041.jpg";s:5:"width";i:1568;s:6:"height";i:1041;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(9891, 1313, 'envato_elements', 'PQDTTH3'),
(9892, 1313, '_wp_attachment_image_alt', 'Business meeting'),
(9893, 1313, 'envato_elements_download_event', 'PQDTTH3'),
(9894, 1314, 'envato_elements', 'PAX3RVM'),
(9895, 1314, '_wp_attachment_image_alt', 'Business meeting'),
(9896, 1314, 'envato_elements_download_event', 'PAX3RVM'),
(10031, 1331, '_elementor_edit_mode', 'builder'),
(10032, 1331, '_elementor_template_type', 'popup'),
(10033, 1331, '_elementor_version', '3.1.4'),
(10034, 1331, '_elementor_pro_version', '3.2.1'),
(10035, 1331, '_edit_lock', '1618286215:1'),
(10037, 1331, '_wp_page_template', 'default'),
(10038, 1331, '_elementor_page_settings', 'a:5:{s:5:"width";a:3:{s:4:"unit";s:2:"px";s:4:"size";i:750;s:5:"sizes";a:0:{}}s:18:"entrance_animation";s:8:"fadeInUp";s:14:"exit_animation";s:8:"fadeInUp";s:27:"entrance_animation_duration";a:3:{s:4:"unit";s:2:"px";s:4:"size";i:1;s:5:"sizes";a:0:{}}s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(10039, 1331, '_elementor_data', '[{"id":"415923f","elType":"section","settings":{"eael_parallax_layers_list":[],"padding":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[{"id":"55a16af","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":10},"elements":[{"id":"cf6bbc0","elType":"widget","settings":{"title":"TO PURIFY ","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"center","_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":"em","top":"0","right":"1","bottom":"0","left":"1","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"heading"},{"id":"ded3755","elType":"widget","settings":{"editor":"<p>Water treatment for portable and drinking purposes:<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"0","left":"16","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"3849bf6","elType":"widget","settings":{"icon_list":[{"text":"Drinking  Water Purification","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"cd5d445"},{"text":"Groundwater Treatment","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"91509a4"},{"text":"River water Treatment","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"929bd07"},{"text":"Surface Water Treatment (Polluted River & Lakes)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"8ed81dd"}],"space_between":{"unit":"px","size":10,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"500","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"text_color":"globals\\/colors?id=secondary","icon_color":"globals\\/colors?id=cbd1087"}},"elements":[],"widgetType":"icon-list"}],"isInner":false}],"isInner":false}]'),
(10040, 1331, '_elementor_popup_display_settings', 'a:2:{s:8:"triggers";a:1:{s:5:"click";s:3:"yes";}s:6:"timing";a:0:{}}'),
(10041, 1332, '_wp_attached_file', '2021/03/mountain-fast-flowing-river-stream-of-water.jpg'),
(10042, 1332, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:55:"2021/03/mountain-fast-flowing-river-stream-of-water.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:55:"mountain-fast-flowing-river-stream-of-water-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:56:"mountain-fast-flowing-river-stream-of-water-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:55:"mountain-fast-flowing-river-stream-of-water-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:55:"mountain-fast-flowing-river-stream-of-water-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:57:"mountain-fast-flowing-river-stream-of-water-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:57:"mountain-fast-flowing-river-stream-of-water-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(10043, 1332, 'envato_elements', 'PGCUEJL'),
(10044, 1332, '_wp_attachment_image_alt', 'Mountain fast flowing river stream of water'),
(10045, 1332, 'envato_elements_download_event', 'PGCUEJL'),
(10046, 1333, '_wp_attached_file', '2021/03/lake.jpg'),
(10047, 1333, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:16:"2021/03/lake.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:16:"lake-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:17:"lake-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:16:"lake-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:16:"lake-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:18:"lake-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"lake-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(10048, 1333, 'envato_elements', '2ZXYNLB'),
(10049, 1333, '_wp_attachment_image_alt', 'lake'),
(10050, 1333, 'envato_elements_download_event', '2ZXYNLB'),
(10051, 1334, '_wp_attached_file', '2021/03/India-World-Bank-sign-450m-loan-to-improve-groundwater-mgmt-in-7-states.jpg'),
(10052, 1334, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2059;s:6:"height";i:1387;s:4:"file";s:83:"2021/03/India-World-Bank-sign-450m-loan-to-improve-groundwater-mgmt-in-7-states.jpg";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:83:"India-World-Bank-sign-450m-loan-to-improve-groundwater-mgmt-in-7-states-300x202.jpg";s:5:"width";i:300;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:84:"India-World-Bank-sign-450m-loan-to-improve-groundwater-mgmt-in-7-states-1024x690.jpg";s:5:"width";i:1024;s:6:"height";i:690;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:83:"India-World-Bank-sign-450m-loan-to-improve-groundwater-mgmt-in-7-states-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:83:"India-World-Bank-sign-450m-loan-to-improve-groundwater-mgmt-in-7-states-768x517.jpg";s:5:"width";i:768;s:6:"height";i:517;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:85:"India-World-Bank-sign-450m-loan-to-improve-groundwater-mgmt-in-7-states-1536x1035.jpg";s:5:"width";i:1536;s:6:"height";i:1035;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:85:"India-World-Bank-sign-450m-loan-to-improve-groundwater-mgmt-in-7-states-2048x1380.jpg";s:5:"width";i:2048;s:6:"height";i:1380;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:85:"India-World-Bank-sign-450m-loan-to-improve-groundwater-mgmt-in-7-states-1568x1056.jpg";s:5:"width";i:1568;s:6:"height";i:1056;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:32:"California Department of Water R";s:6:"camera";s:12:"Canon EOS 5D";s:7:"caption";s:191:"Groundwater used to flood rice fields in an agriculture region east of Marysville, California in Yuba County. Photo taken May 27, 2009. \r\rDale Kolke / California Department of Water Resources";s:17:"created_timestamp";s:10:"1243422677";s:9:"copyright";s:13:"Public Domain";s:12:"focal_length";s:2:"73";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:9:{i:0;s:11:"Discriptors";i:1;s:11:"Other Words";i:2;s:10:"Yuba River";i:3;s:11:"agriculture";i:4;s:6:"ground";i:5;s:16:"groundwater pump";i:6;s:10:"irrigation";i:7;s:4:"rice";i:8;s:11:"Yuba County";}}}'),
(10098, 1340, '_elementor_edit_mode', 'builder'),
(10099, 1340, '_elementor_template_type', 'popup'),
(10100, 1340, '_elementor_version', '3.2.1'),
(10101, 1340, '_elementor_pro_version', '3.2.1'),
(10102, 1340, '_edit_lock', '1619427448:2'),
(10112, 1342, '_wp_attached_file', '2021/03/sha-tin-hong-kong-17-march-2019-top-down-view-of-sewage-treatment-plant.jpg'),
(10113, 1342, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1332;s:4:"file";s:83:"2021/03/sha-tin-hong-kong-17-march-2019-top-down-view-of-sewage-treatment-plant.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:83:"sha-tin-hong-kong-17-march-2019-top-down-view-of-sewage-treatment-plant-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:84:"sha-tin-hong-kong-17-march-2019-top-down-view-of-sewage-treatment-plant-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:83:"sha-tin-hong-kong-17-march-2019-top-down-view-of-sewage-treatment-plant-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:83:"sha-tin-hong-kong-17-march-2019-top-down-view-of-sewage-treatment-plant-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:85:"sha-tin-hong-kong-17-march-2019-top-down-view-of-sewage-treatment-plant-1536x1023.jpg";s:5:"width";i:1536;s:6:"height";i:1023;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:85:"sha-tin-hong-kong-17-march-2019-top-down-view-of-sewage-treatment-plant-1568x1044.jpg";s:5:"width";i:1568;s:6:"height";i:1044;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(10114, 1342, 'envato_elements', 'VKGEWCZ'),
(10115, 1342, '_wp_attachment_image_alt', ''),
(10116, 1342, 'envato_elements_download_event', 'VKGEWCZ'),
(10117, 1343, '_wp_attached_file', '2021/03/oil-palm-plantation-aerial-view-of-former-rainforest-land-cleared-for-a-cash-crop-deforestation.jpg'),
(10118, 1343, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1320;s:4:"file";s:107:"2021/03/oil-palm-plantation-aerial-view-of-former-rainforest-land-cleared-for-a-cash-crop-deforestation.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:107:"oil-palm-plantation-aerial-view-of-former-rainforest-land-cleared-for-a-cash-crop-deforestation-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:108:"oil-palm-plantation-aerial-view-of-former-rainforest-land-cleared-for-a-cash-crop-deforestation-1024x676.jpg";s:5:"width";i:1024;s:6:"height";i:676;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:107:"oil-palm-plantation-aerial-view-of-former-rainforest-land-cleared-for-a-cash-crop-deforestation-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:107:"oil-palm-plantation-aerial-view-of-former-rainforest-land-cleared-for-a-cash-crop-deforestation-768x507.jpg";s:5:"width";i:768;s:6:"height";i:507;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:109:"oil-palm-plantation-aerial-view-of-former-rainforest-land-cleared-for-a-cash-crop-deforestation-1536x1014.jpg";s:5:"width";i:1536;s:6:"height";i:1014;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:109:"oil-palm-plantation-aerial-view-of-former-rainforest-land-cleared-for-a-cash-crop-deforestation-1568x1035.jpg";s:5:"width";i:1568;s:6:"height";i:1035;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(10119, 1343, 'envato_elements', 'JDBVHQA'),
(10120, 1343, '_wp_attachment_image_alt', ''),
(10121, 1343, 'envato_elements_download_event', 'JDBVHQA'),
(10126, 1340, '_wp_page_template', 'default'),
(10127, 1340, '_elementor_page_settings', 'a:5:{s:5:"width";a:3:{s:4:"unit";s:2:"px";s:4:"size";i:750;s:5:"sizes";a:0:{}}s:18:"eael_ext_toc_title";s:17:"Table of Contents";s:18:"entrance_animation";s:8:"fadeInUp";s:14:"exit_animation";s:8:"fadeInUp";s:27:"entrance_animation_duration";a:3:{s:4:"unit";s:2:"px";s:4:"size";i:1;s:5:"sizes";a:0:{}}}'),
(10128, 1340, '_elementor_data', '[{"id":"24ea043","elType":"section","settings":{"eael_parallax_layers_list":[],"padding":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[{"id":"24f242d","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":10},"elements":[{"id":"4736d28","elType":"widget","settings":{"title":"TO COMPLY","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"center","_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":"em","top":"0","right":"1","bottom":"0","left":"1","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"heading"},{"id":"dc5b8d7","elType":"widget","settings":{"editor":"<p>Wastewater treatment for environmental compliance:<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"0","left":"16","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"35a5875","elType":"widget","settings":{"icon_list":[{"text":"Municipal Wastewater Treatment","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"cd5d445"},{"text":"Industrial Wastewater","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"91509a4"},{"text":"Poultry Waste Treatment","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"929bd07"},{"text":"Palm Oil Mills Effluent Treatment (POME)","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"8ed81dd"},{"text":"Landfill Leachate Treatment","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"307a58d"}],"space_between":{"unit":"px","size":10,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"500","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"text_color":"globals\\/colors?id=secondary","icon_color":"globals\\/colors?id=cbd1087"}},"elements":[],"widgetType":"icon-list"}],"isInner":false}],"isInner":false}]'),
(10137, 1340, '_elementor_popup_display_settings', 'a:2:{s:8:"triggers";a:1:{s:5:"click";s:3:"yes";}s:6:"timing";a:0:{}}'),
(10147, 1347, '_wp_attached_file', '2021/03/3-118.jpg'),
(10148, 1347, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:1200;s:4:"file";s:17:"2021/03/3-118.jpg";s:5:"sizes";a:4:{s:6:"medium";a:4:{s:4:"file";s:17:"3-118-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:19:"3-118-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:17:"3-118-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"3-118-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(10149, 1348, '_wp_attached_file', '2021/03/busy-day-in-the-indoor-wet-market-of-semporna-sabah-malaysia.jpg'),
(10150, 1348, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:72:"2021/03/busy-day-in-the-indoor-wet-market-of-semporna-sabah-malaysia.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:72:"busy-day-in-the-indoor-wet-market-of-semporna-sabah-malaysia-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:73:"busy-day-in-the-indoor-wet-market-of-semporna-sabah-malaysia-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:72:"busy-day-in-the-indoor-wet-market-of-semporna-sabah-malaysia-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:72:"busy-day-in-the-indoor-wet-market-of-semporna-sabah-malaysia-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:74:"busy-day-in-the-indoor-wet-market-of-semporna-sabah-malaysia-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:74:"busy-day-in-the-indoor-wet-market-of-semporna-sabah-malaysia-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(10151, 1348, 'envato_elements', '4QDX8F6'),
(10152, 1348, '_wp_attachment_image_alt', 'busy day in the indoor wet market of Semporna, sabah, malaysia'),
(10153, 1348, 'envato_elements_download_event', '4QDX8F6'),
(10207, 1355, '_elementor_edit_mode', 'builder'),
(10208, 1355, '_elementor_template_type', 'popup'),
(10209, 1355, '_elementor_version', '3.2.2'),
(10210, 1355, '_elementor_pro_version', '3.2.1'),
(10211, 1355, '_edit_lock', '1619575041:2'),
(10221, 1357, '_wp_attached_file', '2021/03/municipal-wastewater.jpg'),
(10222, 1357, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:32:"2021/03/municipal-wastewater.jpg";s:5:"sizes";a:3:{s:6:"medium";a:4:{s:4:"file";s:32:"municipal-wastewater-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:32:"municipal-wastewater-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"municipal-wastewater-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:{}}}'),
(10223, 1358, '_wp_attached_file', '2021/03/maxresdefault.jpg'),
(10224, 1358, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:720;s:4:"file";s:25:"2021/03/maxresdefault.jpg";s:5:"sizes";a:4:{s:6:"medium";a:4:{s:4:"file";s:25:"maxresdefault-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"maxresdefault-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:25:"maxresdefault-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:"maxresdefault-768x432.jpg";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:{}}}'),
(10229, 1355, '_wp_page_template', 'default'),
(10230, 1355, '_elementor_page_settings', 'a:5:{s:5:"width";a:3:{s:4:"unit";s:2:"px";s:4:"size";i:750;s:5:"sizes";a:0:{}}s:18:"entrance_animation";s:8:"fadeInUp";s:14:"exit_animation";s:8:"fadeInUp";s:27:"entrance_animation_duration";a:3:{s:4:"unit";s:2:"px";s:4:"size";i:1;s:5:"sizes";a:0:{}}s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(10231, 1355, '_elementor_data', '[{"id":"bb52045","elType":"section","settings":{"eael_parallax_layers_list":[],"padding":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[{"id":"05bc0d9","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":10},"elements":[{"id":"279c313","elType":"widget","settings":{"title":"TO RECYCLE","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"center","_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":"em","top":"0","right":"1","bottom":"0","left":"1","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"heading"},{"id":"3503f02","elType":"widget","settings":{"editor":"<p>The recycled and reclaimed water treated by IA can be used for many purposes including:<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"16","bottom":"0","left":"16","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"c2fb65a","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20"},"elements":[{"id":"03eca30","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"f3d0dbc","elType":"widget","settings":{"icon_list":[{"text":"Agriculture Irrigation                                    ","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"cd5d445"},{"text":"Cleaning","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"91509a4"},{"text":"Facility Cooling System","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"929bd07"}],"space_between":{"unit":"px","size":10,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"500","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"text_color":"globals\\/colors?id=secondary","icon_color":"globals\\/colors?id=cbd1087"}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"3967ddf","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"1d170df","elType":"widget","settings":{"icon_list":[{"text":"Boiler Feed Water","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"8ed81dd"},{"text":"Industrial Process Water","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"bcd881c"},{"text":"Watering green areas, parks, football fields, golf courses","selected_icon":{"value":"fas fa-chevron-right","library":"fa-solid"},"_id":"d5710ad"}],"space_between":{"unit":"px","size":10,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"500","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"text_color":"globals\\/colors?id=secondary","icon_color":"globals\\/colors?id=cbd1087"}},"elements":[],"widgetType":"icon-list"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]'),
(10240, 1355, '_elementor_popup_display_settings', 'a:2:{s:8:"triggers";a:1:{s:5:"click";s:3:"yes";}s:6:"timing";a:0:{}}'),
(10379, 260, '_elementor_screenshot_failed', '2021-03-15 10:50:15'),
(10381, 1376, '_wp_attached_file', '2021/03/Ammonia.jpg'),
(10382, 1376, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:19:"2021/03/Ammonia.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:19:"Ammonia-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:19:"Ammonia-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:{}}}'),
(10480, 1388, '_wp_attached_file', '2021/03/UN-Emissions-Gap-Report-2020-key-findings-and-actions-for-post-COVID-19-green-recovery_wrbm_large.jpg'),
(10481, 1388, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:724;s:6:"height";i:483;s:4:"file";s:109:"2021/03/UN-Emissions-Gap-Report-2020-key-findings-and-actions-for-post-COVID-19-green-recovery_wrbm_large.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:109:"UN-Emissions-Gap-Report-2020-key-findings-and-actions-for-post-COVID-19-green-recovery_wrbm_large-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:109:"UN-Emissions-Gap-Report-2020-key-findings-and-actions-for-post-COVID-19-green-recovery_wrbm_large-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:3:"2.5";s:6:"credit";s:24:"Getty Images/iStockphoto";s:6:"camera";s:15:"Canon EOS 5DS R";s:7:"caption";s:69:"Glass globe in the in nature concept for environment and conservation";s:17:"created_timestamp";s:10:"1573215994";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:8:"0.003125";s:5:"title";s:44:"Renewable energy and sustainable development";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'),
(10491, 1390, '_wp_attached_file', '2021/03/clear-water.jpg'),
(10492, 1390, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1316;s:4:"file";s:23:"2021/03/clear-water.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:23:"clear-water-300x197.jpg";s:5:"width";i:300;s:6:"height";i:197;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"clear-water-1024x674.jpg";s:5:"width";i:1024;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:23:"clear-water-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:"clear-water-768x505.jpg";s:5:"width";i:768;s:6:"height";i:505;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:25:"clear-water-1536x1011.jpg";s:5:"width";i:1536;s:6:"height";i:1011;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"clear-water-1568x1032.jpg";s:5:"width";i:1568;s:6:"height";i:1032;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(10493, 1390, 'envato_elements', 'VNJYBH7'),
(10494, 1390, '_wp_attachment_image_alt', 'clear water'),
(10495, 1390, 'envato_elements_download_event', 'VNJYBH7'),
(10550, 1398, '_wp_attached_file', '2021/03/business-meeting-2.jpg'),
(10551, 1398, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:30:"2021/03/business-meeting-2.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:30:"business-meeting-2-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"business-meeting-2-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:30:"business-meeting-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"business-meeting-2-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:32:"business-meeting-2-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"business-meeting-2-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpfq_postmeta` VALUES
(10552, 1398, 'envato_elements', 'PZU3SMU'),
(10553, 1398, '_wp_attachment_image_alt', 'Business meeting'),
(10554, 1398, 'envato_elements_download_event', 'PZU3SMU'),
(10555, 1399, '_wp_attached_file', '2021/03/teamwork-during-business-meeting.jpg'),
(10556, 1399, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:44:"2021/03/teamwork-during-business-meeting.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:44:"teamwork-during-business-meeting-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:45:"teamwork-during-business-meeting-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:44:"teamwork-during-business-meeting-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:44:"teamwork-during-business-meeting-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:46:"teamwork-during-business-meeting-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:46:"teamwork-during-business-meeting-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(10557, 1399, 'envato_elements', '29TUWAW'),
(10558, 1399, '_wp_attachment_image_alt', 'Teamwork during business meeting'),
(10559, 1399, 'envato_elements_download_event', '29TUWAW'),
(10592, 1404, '_wp_attached_file', '2021/03/couple-drinking-water-in-park.jpg'),
(10593, 1404, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:41:"2021/03/couple-drinking-water-in-park.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:41:"couple-drinking-water-in-park-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"couple-drinking-water-in-park-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:41:"couple-drinking-water-in-park-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:41:"couple-drinking-water-in-park-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:43:"couple-drinking-water-in-park-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:43:"couple-drinking-water-in-park-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(10594, 1404, 'envato_elements', 'QKAJT4R'),
(10595, 1404, '_wp_attachment_image_alt', 'Couple drinking water in park'),
(10596, 1404, 'envato_elements_download_event', 'QKAJT4R'),
(10755, 1424, '_wp_attached_file', '2021/03/kid-drinking-a-water.jpg'),
(10756, 1424, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:32:"2021/03/kid-drinking-a-water.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:32:"kid-drinking-a-water-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"kid-drinking-a-water-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:32:"kid-drinking-a-water-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"kid-drinking-a-water-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:34:"kid-drinking-a-water-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:34:"kid-drinking-a-water-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(10757, 1424, 'envato_elements', 'KQ62TPA'),
(10758, 1424, '_wp_attachment_image_alt', 'Kid drinking a water'),
(10759, 1424, 'envato_elements_download_event', 'KQ62TPA'),
(10844, 1435, '_wp_attached_file', '2021/03/father-with-a-toddler-boy-walking-on-beach-on-summer-holiday-having-fun-.jpg'),
(10845, 1435, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1298;s:4:"file";s:84:"2021/03/father-with-a-toddler-boy-walking-on-beach-on-summer-holiday-having-fun-.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:84:"father-with-a-toddler-boy-walking-on-beach-on-summer-holiday-having-fun--300x195.jpg";s:5:"width";i:300;s:6:"height";i:195;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:85:"father-with-a-toddler-boy-walking-on-beach-on-summer-holiday-having-fun--1024x665.jpg";s:5:"width";i:1024;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:84:"father-with-a-toddler-boy-walking-on-beach-on-summer-holiday-having-fun--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:84:"father-with-a-toddler-boy-walking-on-beach-on-summer-holiday-having-fun--768x498.jpg";s:5:"width";i:768;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:85:"father-with-a-toddler-boy-walking-on-beach-on-summer-holiday-having-fun--1536x997.jpg";s:5:"width";i:1536;s:6:"height";i:997;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:86:"father-with-a-toddler-boy-walking-on-beach-on-summer-holiday-having-fun--1568x1018.jpg";s:5:"width";i:1568;s:6:"height";i:1018;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(10846, 1435, 'envato_elements', 'QGU4CL2'),
(10847, 1435, '_wp_attachment_image_alt', 'Father with a toddler boy walking on beach on summer holiday, having fun.'),
(10848, 1435, 'envato_elements_download_event', 'QGU4CL2'),
(10849, 1436, '_wp_attached_file', '2021/03/iStock-545449292-1024x683-1.jpg'),
(10850, 1436, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:683;s:4:"file";s:39:"2021/03/iStock-545449292-1024x683-1.jpg";s:5:"sizes";a:3:{s:6:"medium";a:4:{s:4:"file";s:39:"iStock-545449292-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:39:"iStock-545449292-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:39:"iStock-545449292-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:"6";s:6:"credit";s:24:"Getty Images/iStockphoto";s:6:"camera";s:10:"NIKON D800";s:7:"caption";s:109:"A glass of fresh and cold natural water is put on top of the growing rock of moss in of the valley  in Japan.";s:17:"created_timestamp";s:10:"1464506805";s:9:"copyright";s:7:"Yasuppy";s:12:"focal_length";s:2:"85";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:34:"Blessing of nature and safe water.";s:11:"orientation";s:1:"1";s:8:"keywords";a:50:{i:0;s:6:"Oxygen";i:1;s:6:"Sparse";i:2;s:7:"Morning";i:3;s:14:"Healthy Eating";i:4;s:13:"Water Surface";i:5;s:11:"Comfortable";i:6;s:7:"Gourmet";i:7;s:10:"Copy Space";i:8;s:12:"Condensation";i:9;s:14:"Drinking Glass";i:10;s:10:"Warming Up";i:11;s:11:"Refreshment";i:12;s:17:"Healthy Lifestyle";i:13;s:18:"Cold - Temperature";i:14;s:8:"Recovery";i:15;s:4:"Luck";i:16;s:9:"Freshness";i:17;s:8:"New Life";i:18;s:6:"Safety";i:19;s:11:"Green Color";i:20;s:5:"Clean";i:21;s:23:"Healthcare And Medicine";i:22;s:6:"Nature";i:23;s:10:"Lifestyles";i:24;s:5:"Japan";i:25;s:4:"Leaf";i:26;s:12:"Lush Foliage";i:27;s:4:"Moss";i:28;s:10:"Springtime";i:29;s:13:"Rock - Object";i:30;s:7:"Mineral";i:31;s:6:"Valley";i:32;s:6:"Forest";i:33;s:8:"Woodland";i:34;s:5:"Earth";i:35;s:5:"Space";i:36;s:22:"Spring - Flowing Water";i:37;s:9:"Waterfall";i:38;s:5:"Water";i:39;s:14:"Drinking Water";i:40;s:9:"Magnesium";i:41;s:7:"moisten";i:42;s:13:"natural water";i:43;s:9:"Potassium";i:44;s:12:"young leaves";i:45;s:13:"Water Quality";i:46;s:4:"Life";i:47;s:13:"Saving Energy";i:48;s:12:"Early Summer";i:49;s:12:"Fresh Leaves";}}}'),
(10851, 1437, '_wp_attached_file', '2021/03/kid-playing-in-the-water.jpg'),
(10852, 1437, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1328;s:4:"file";s:36:"2021/03/kid-playing-in-the-water.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:36:"kid-playing-in-the-water-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:37:"kid-playing-in-the-water-1024x680.jpg";s:5:"width";i:1024;s:6:"height";i:680;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:36:"kid-playing-in-the-water-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:36:"kid-playing-in-the-water-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:38:"kid-playing-in-the-water-1536x1020.jpg";s:5:"width";i:1536;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:38:"kid-playing-in-the-water-1568x1041.jpg";s:5:"width";i:1568;s:6:"height";i:1041;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(10853, 1437, 'envato_elements', 'KN99CFB'),
(10854, 1437, '_wp_attachment_image_alt', 'Kid playing in the water'),
(10855, 1437, 'envato_elements_download_event', 'KN99CFB'),
(10931, 1447, '_wp_attached_file', '2021/03/man-with-phone.jpg'),
(10932, 1447, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:26:"2021/03/man-with-phone.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:26:"man-with-phone-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"man-with-phone-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:26:"man-with-phone-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"man-with-phone-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:28:"man-with-phone-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"man-with-phone-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(10933, 1447, 'envato_elements', '3EHMTS5'),
(10934, 1447, '_wp_attachment_image_alt', 'Man with phone'),
(10935, 1447, 'envato_elements_download_event', '3EHMTS5'),
(11092, 1464, '_wp_attached_file', '2021/03/washing-hands.jpg'),
(11093, 1464, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:25:"2021/03/washing-hands.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:25:"washing-hands-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"washing-hands-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:25:"washing-hands-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:"washing-hands-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:27:"washing-hands-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"washing-hands-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(11094, 1464, 'envato_elements', 'Z9YTC8J'),
(11095, 1464, '_wp_attachment_image_alt', ''),
(11096, 1464, 'envato_elements_download_event', 'Z9YTC8J'),
(11101, 1465, '_wp_attached_file', '2021/03/woman-washing-hands.jpg'),
(11102, 1465, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1335;s:4:"file";s:31:"2021/03/woman-washing-hands.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:31:"woman-washing-hands-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"woman-washing-hands-1024x684.jpg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:31:"woman-washing-hands-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:"woman-washing-hands-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:33:"woman-washing-hands-1536x1025.jpg";s:5:"width";i:1536;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:33:"woman-washing-hands-1568x1047.jpg";s:5:"width";i:1568;s:6:"height";i:1047;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(11103, 1465, 'envato_elements', 'Z3ZZGKX'),
(11104, 1465, '_wp_attachment_image_alt', 'Woman washing hands'),
(11105, 1465, 'envato_elements_download_event', 'Z3ZZGKX'),
(11183, 1475, '_wp_attached_file', '2021/03/muslim-lady-drinking-water-from-glass-in-kitchen-at-home.jpg'),
(11184, 1475, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1363;s:4:"file";s:68:"2021/03/muslim-lady-drinking-water-from-glass-in-kitchen-at-home.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:68:"muslim-lady-drinking-water-from-glass-in-kitchen-at-home-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:69:"muslim-lady-drinking-water-from-glass-in-kitchen-at-home-1024x698.jpg";s:5:"width";i:1024;s:6:"height";i:698;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:68:"muslim-lady-drinking-water-from-glass-in-kitchen-at-home-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:68:"muslim-lady-drinking-water-from-glass-in-kitchen-at-home-768x523.jpg";s:5:"width";i:768;s:6:"height";i:523;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:70:"muslim-lady-drinking-water-from-glass-in-kitchen-at-home-1536x1047.jpg";s:5:"width";i:1536;s:6:"height";i:1047;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:70:"muslim-lady-drinking-water-from-glass-in-kitchen-at-home-1568x1069.jpg";s:5:"width";i:1568;s:6:"height";i:1069;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(11185, 1475, 'envato_elements', 'D7JXCVT'),
(11186, 1475, '_wp_attachment_image_alt', 'Muslim Lady Drinking Water From Glass In Kitchen At Home'),
(11187, 1475, 'envato_elements_download_event', 'D7JXCVT'),
(11285, 1487, '_wp_attached_file', '2021/03/Waterflow-ia-v1.mp4'),
(11286, 1487, '_wp_attachment_metadata', 'a:10:{s:7:"bitrate";i:3950469;s:8:"filesize";i:3990666;s:9:"mime_type";s:15:"video/quicktime";s:6:"length";i:8;s:16:"length_formatted";s:4:"0:08";s:5:"width";i:4000;s:6:"height";i:1720;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:17:"created_timestamp";i:1616738538;}'),
(11574, 1523, '_wp_attached_file', '2021/04/53594526_1610120969591048_r.jpeg'),
(11575, 1523, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:40:"2021/04/53594526_1610120969591048_r.jpeg";s:5:"sizes";a:4:{s:6:"medium";a:4:{s:4:"file";s:40:"53594526_1610120969591048_r-300x200.jpeg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"53594526_1610120969591048_r-1024x683.jpeg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:40:"53594526_1610120969591048_r-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:40:"53594526_1610120969591048_r-768x512.jpeg";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:{}}}'),
(11580, 1524, '_wp_attached_file', '2021/04/Recycle-03.jpg'),
(11581, 1524, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1105;s:6:"height";i:1047;s:4:"file";s:22:"2021/04/Recycle-03.jpg";s:5:"sizes";a:4:{s:6:"medium";a:4:{s:4:"file";s:22:"Recycle-03-300x284.jpg";s:5:"width";i:300;s:6:"height";i:284;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"Recycle-03-1024x970.jpg";s:5:"width";i:1024;s:6:"height";i:970;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:22:"Recycle-03-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:"Recycle-03-768x728.jpg";s:5:"width";i:768;s:6:"height";i:728;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(11582, 1525, '_wp_attached_file', '2021/04/Recycle-01.jpg'),
(11583, 1525, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1104;s:6:"height";i:1047;s:4:"file";s:22:"2021/04/Recycle-01.jpg";s:5:"sizes";a:4:{s:6:"medium";a:4:{s:4:"file";s:22:"Recycle-01-300x285.jpg";s:5:"width";i:300;s:6:"height";i:285;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"Recycle-01-1024x971.jpg";s:5:"width";i:1024;s:6:"height";i:971;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:22:"Recycle-01-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:"Recycle-01-768x728.jpg";s:5:"width";i:768;s:6:"height";i:728;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(11584, 1526, '_wp_attached_file', '2021/04/Recycle-02.jpg'),
(11585, 1526, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1104;s:6:"height";i:1047;s:4:"file";s:22:"2021/04/Recycle-02.jpg";s:5:"sizes";a:4:{s:6:"medium";a:4:{s:4:"file";s:22:"Recycle-02-300x285.jpg";s:5:"width";i:300;s:6:"height";i:285;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"Recycle-02-1024x971.jpg";s:5:"width";i:1024;s:6:"height";i:971;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:22:"Recycle-02-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:"Recycle-02-768x728.jpg";s:5:"width";i:768;s:6:"height";i:728;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(11703, 1331, '_elementor_controls_usage', 'a:5:{s:7:"heading";a:3:{s:5:"count";i:1;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:1;s:5:"align";i:1;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:5:{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:4:{s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;s:8:"_padding";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;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: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:12:"align_mobile";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:1;s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:1;}}s:5:"style";a:2:{s:17:"section_icon_list";a:1:{s:13:"space_between";i:1;}s:18:"section_text_style";a:3:{s:26:"icon_typography_typography";i:1;s:25:"icon_typography_font_size";i:1;s:27:"icon_typography_font_weight";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:1;s:21:"space_between_widgets";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:1;}}}}}'),
(11761, 1547, '_wp_attached_file', '2021/04/handsome-young-muslim-male-in-traditional-islamic-clothing-standing-in-front-of-financial-chart.jpg'),
(11762, 1547, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1335;s:4:"file";s:107:"2021/04/handsome-young-muslim-male-in-traditional-islamic-clothing-standing-in-front-of-financial-chart.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:107:"handsome-young-muslim-male-in-traditional-islamic-clothing-standing-in-front-of-financial-chart-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:108:"handsome-young-muslim-male-in-traditional-islamic-clothing-standing-in-front-of-financial-chart-1024x684.jpg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:107:"handsome-young-muslim-male-in-traditional-islamic-clothing-standing-in-front-of-financial-chart-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:107:"handsome-young-muslim-male-in-traditional-islamic-clothing-standing-in-front-of-financial-chart-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:109:"handsome-young-muslim-male-in-traditional-islamic-clothing-standing-in-front-of-financial-chart-1536x1025.jpg";s:5:"width";i:1536;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:109:"handsome-young-muslim-male-in-traditional-islamic-clothing-standing-in-front-of-financial-chart-1568x1047.jpg";s:5:"width";i:1568;s:6:"height";i:1047;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(11763, 1547, 'envato_elements', '2D29T3N'),
(11764, 1547, '_wp_attachment_image_alt', 'Handsome young muslim male in traditional Islamic clothing standing in front of financial chart'),
(11765, 1547, 'envato_elements_download_event', '2D29T3N'),
(11770, 1548, '_wp_attached_file', '2021/04/woman-in-hijab-watching-webinar.jpg'),
(11771, 1548, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:43:"2021/04/woman-in-hijab-watching-webinar.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:43:"woman-in-hijab-watching-webinar-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:44:"woman-in-hijab-watching-webinar-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:43:"woman-in-hijab-watching-webinar-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:43:"woman-in-hijab-watching-webinar-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:45:"woman-in-hijab-watching-webinar-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:45:"woman-in-hijab-watching-webinar-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(11772, 1548, 'envato_elements', 'T8QZX6N'),
(11773, 1548, '_wp_attachment_image_alt', 'Woman in hijab watching webinar'),
(11774, 1548, 'envato_elements_download_event', 'T8QZX6N'),
(11775, 1549, '_wp_attached_file', '2021/04/happy-muslim-businessman-talking-by-phone-while-sitting-on-couch.jpg'),
(11776, 1549, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1335;s:4:"file";s:76:"2021/04/happy-muslim-businessman-talking-by-phone-while-sitting-on-couch.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:76:"happy-muslim-businessman-talking-by-phone-while-sitting-on-couch-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:77:"happy-muslim-businessman-talking-by-phone-while-sitting-on-couch-1024x684.jpg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:76:"happy-muslim-businessman-talking-by-phone-while-sitting-on-couch-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:76:"happy-muslim-businessman-talking-by-phone-while-sitting-on-couch-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:78:"happy-muslim-businessman-talking-by-phone-while-sitting-on-couch-1536x1025.jpg";s:5:"width";i:1536;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:78:"happy-muslim-businessman-talking-by-phone-while-sitting-on-couch-1568x1047.jpg";s:5:"width";i:1568;s:6:"height";i:1047;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(11777, 1549, 'envato_elements', 'RSCASGC'),
(11778, 1549, '_wp_attachment_image_alt', 'happy muslim businessman talking by phone while sitting on couch'),
(11779, 1549, 'envato_elements_download_event', 'RSCASGC'),
(11780, 1550, '_wp_attached_file', '2021/04/We-Belong-To-and-Our-Clients.png'),
(11781, 1550, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:528;s:6:"height";i:314;s:4:"file";s:40:"2021/04/We-Belong-To-and-Our-Clients.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:40:"We-Belong-To-and-Our-Clients-300x178.png";s:5:"width";i:300;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:40:"We-Belong-To-and-Our-Clients-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:{}}}'),
(11850, 1559, '_wp_attached_file', '2021/04/Environment-Sustainability-scaled.jpg'),
(11851, 1559, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1552;s:4:"file";s:45:"2021/04/Environment-Sustainability-scaled.jpg";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:38:"Environment-Sustainability-300x182.jpg";s:5:"width";i:300;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:39:"Environment-Sustainability-1024x621.jpg";s:5:"width";i:1024;s:6:"height";i:621;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:38:"Environment-Sustainability-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:38:"Environment-Sustainability-768x466.jpg";s:5:"width";i:768;s:6:"height";i:466;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:39:"Environment-Sustainability-1536x931.jpg";s:5:"width";i:1536;s:6:"height";i:931;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:40:"Environment-Sustainability-2048x1242.jpg";s:5:"width";i:2048;s:6:"height";i:1242;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:39:"Environment-Sustainability-1568x951.jpg";s:5:"width";i:1568;s:6:"height";i:951;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:24:"Getty Images/iStockphoto";s:6:"camera";s:0:"";s:7:"caption";s:29:"Nature background. 3D render.";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:11:"BlackJack3D";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:17:"Leaf On The Water";s:11:"orientation";s:1:"1";s:8:"keywords";a:24:{i:0;s:10:"Copy Space";i:1;s:8:"Zen-like";i:2;s:9:"Splashing";i:3;s:9:"Freshness";i:4;s:14:"Tranquil Scene";i:5;s:23:"Three-dimensional Shape";i:6;s:11:"Green Color";i:7;s:4:"Blue";i:8;s:5:"Shiny";i:9;s:7:"Rippled";i:10;s:11:"Environment";i:11;s:6:"Nature";i:12;s:8:"Close-up";i:13;s:4:"Leaf";i:14;s:5:"Plant";i:15;s:10:"Reflection";i:16;s:26:"Light - Natural Phenomenon";i:17;s:4:"Drop";i:18;s:6:"Liquid";i:19;s:4:"Wave";i:20;s:5:"Water";i:21;s:6:"render";i:22;s:6:"Ripple";i:23;s:17:"Three Dimensional";}}s:14:"original_image";s:30:"Environment-Sustainability.jpg";}'),
(11852, 1560, '_wp_attached_file', '2021/04/iStock-609955848-1024x683-1.jpg'),
(11853, 1560, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:683;s:4:"file";s:39:"2021/04/iStock-609955848-1024x683-1.jpg";s:5:"sizes";a:3:{s:6:"medium";a:4:{s:4:"file";s:39:"iStock-609955848-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:39:"iStock-609955848-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:39:"iStock-609955848-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:{}}}'),
(12028, 1581, '_wp_attached_file', '2021/04/Chart-3.png'),
(12029, 1581, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1744;s:6:"height";i:1356;s:4:"file";s:19:"2021/04/Chart-3.png";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:19:"Chart-3-300x233.png";s:5:"width";i:300;s:6:"height";i:233;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:20:"Chart-3-1024x796.png";s:5:"width";i:1024;s:6:"height";i:796;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:19:"Chart-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:19:"Chart-3-768x597.png";s:5:"width";i:768;s:6:"height";i:597;s:9:"mime-type";s:9:"image/png";}s:9:"1536x1536";a:4:{s:4:"file";s:21:"Chart-3-1536x1194.png";s:5:"width";i:1536;s:6:"height";i:1194;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"Chart-3-1568x1219.png";s:5:"width";i:1568;s:6:"height";i:1219;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:{}}}'),
(12120, 1593, '_wp_attached_file', '2021/04/kids-playing-at-the-public-pool-in-the-water-during-summer.jpg'),
(12121, 1593, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:70:"2021/04/kids-playing-at-the-public-pool-in-the-water-during-summer.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:70:"kids-playing-at-the-public-pool-in-the-water-during-summer-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:71:"kids-playing-at-the-public-pool-in-the-water-during-summer-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:70:"kids-playing-at-the-public-pool-in-the-water-during-summer-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:70:"kids-playing-at-the-public-pool-in-the-water-during-summer-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:72:"kids-playing-at-the-public-pool-in-the-water-during-summer-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:72:"kids-playing-at-the-public-pool-in-the-water-during-summer-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(12122, 1593, 'envato_elements', 'E6E7S4C'),
(12123, 1593, '_wp_attachment_image_alt', 'kids playing at the public pool in the water during summer'),
(12124, 1593, 'envato_elements_download_event', 'E6E7S4C'),
(12148, 1597, '_wp_attached_file', '2021/04/IA_v0_13042021.mp4'),
(12149, 1597, '_wp_attachment_metadata', 'a:10:{s:8:"filesize";i:711321;s:9:"mime_type";s:9:"video/mp4";s:6:"length";i:8;s:16:"length_formatted";s:4:"0:08";s:5:"width";i:1000;s:6:"height";i:430;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:5:"audio";a:7:{s:10:"dataformat";s:3:"mp4";s:5:"codec";s:19:"ISO/IEC 14496-3 AAC";s:11:"sample_rate";d:48000;s:8:"channels";i:2;s:15:"bits_per_sample";i:16;s:8:"lossless";b:0;s:11:"channelmode";s:6:"stereo";}s:17:"created_timestamp";i:1618293982;}'),
(12256, 1610, '_wp_attached_file', '2021/04/abigail-keenan-27292-scaled.jpg'),
(12257, 1610, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:39:"2021/04/abigail-keenan-27292-scaled.jpg";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:32:"abigail-keenan-27292-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"abigail-keenan-27292-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:32:"abigail-keenan-27292-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"abigail-keenan-27292-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:34:"abigail-keenan-27292-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:34:"abigail-keenan-27292-2048x1365.jpg";s:5:"width";i:2048;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:34:"abigail-keenan-27292-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:24:"abigail-keenan-27292.jpg";}'),
(12409, 203, '_wp_old_date', '2021-03-15'),
(12410, 202, '_wp_old_date', '2021-03-15'),
(12411, 200, '_wp_old_date', '2021-03-15'),
(12412, 282, '_wp_old_date', '2021-03-15'),
(12413, 281, '_wp_old_date', '2021-03-15'),
(12414, 198, '_wp_old_date', '2021-03-15'),
(12415, 1627, '_wp_attached_file', '2021/04/Chart-2.png'),
(12416, 1627, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1744;s:6:"height";i:1516;s:4:"file";s:19:"2021/04/Chart-2.png";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:19:"Chart-2-300x261.png";s:5:"width";i:300;s:6:"height";i:261;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:20:"Chart-2-1024x890.png";s:5:"width";i:1024;s:6:"height";i:890;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:19:"Chart-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:"Chart-2-768x668.png";s:5:"width";i:768;s:6:"height";i:668;s:9:"mime-type";s:9:"image/png";}s:9:"1536x1536";a:4:{s:4:"file";s:21:"Chart-2-1536x1335.png";s:5:"width";i:1536;s:6:"height";i:1335;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"Chart-2-1568x1363.png";s:5:"width";i:1568;s:6:"height";i:1363;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:{}}}'),
(12427, 844, '_edit_lock', '1618303946:1'),
(12428, 844, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:3:{s:5:"width";i:2000;s:6:"height";i:1556;s:4:"file";s:16:"blue-water-1.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:24:"blue-water-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:24:"blue-water-1-300x233.jpg";s:5:"width";i:300;s:6:"height";i:233;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:24:"blue-water-1-768x598.jpg";s:5:"width";i:768;s:6:"height";i:598;s:9:"mime-type";s:10:"image/jpeg";}s:10:"large-orig";a:4:{s:4:"file";s:25:"blue-water-1-1024x797.jpg";s:5:"width";i:1024;s:6:"height";i:797;s:9:"mime-type";s:10:"image/jpeg";}s:14:"1536x1536-orig";a:4:{s:4:"file";s:26:"blue-water-1-1536x1195.jpg";s:5:"width";i:1536;s:6:"height";i:1195;s:9:"mime-type";s:10:"image/jpeg";}s:19:"post-thumbnail-orig";a:4:{s:4:"file";s:26:"blue-water-1-1568x1220.jpg";s:5:"width";i:1568;s:6:"height";i:1220;s:9:"mime-type";s:10:"image/jpeg";}}'),
(12429, 844, '_edit_last', '1'),
(12799, 1112, '_wp_attachment_image_alt', ''),
(12958, 1691, '_wp_attached_file', '2021/04/Untitled-2.png'),
(12959, 1691, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1863;s:6:"height";i:1878;s:4:"file";s:22:"2021/04/Untitled-2.png";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:22:"Untitled-2-298x300.png";s:5:"width";i:298;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:24:"Untitled-2-1016x1024.png";s:5:"width";i:1016;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:22:"Untitled-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:22:"Untitled-2-768x774.png";s:5:"width";i:768;s:6:"height";i:774;s:9:"mime-type";s:9:"image/png";}s:9:"1536x1536";a:4:{s:4:"file";s:24:"Untitled-2-1524x1536.png";s:5:"width";i:1524;s:6:"height";i:1536;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"Untitled-2-1568x1581.png";s:5:"width";i:1568;s:6:"height";i:1581;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:{}}}'),
(12960, 1692, '_wp_attached_file', '2021/04/Untitled-8.png'),
(12961, 1692, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1879;s:6:"height";i:1693;s:4:"file";s:22:"2021/04/Untitled-8.png";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:22:"Untitled-8-300x270.png";s:5:"width";i:300;s:6:"height";i:270;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:23:"Untitled-8-1024x923.png";s:5:"width";i:1024;s:6:"height";i:923;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:22:"Untitled-8-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:22:"Untitled-8-768x692.png";s:5:"width";i:768;s:6:"height";i:692;s:9:"mime-type";s:9:"image/png";}s:9:"1536x1536";a:4:{s:4:"file";s:24:"Untitled-8-1536x1384.png";s:5:"width";i:1536;s:6:"height";i:1384;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"Untitled-8-1568x1413.png";s:5:"width";i:1568;s:6:"height";i:1413;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:{}}}'),
(13037, 1702, '_wp_attached_file', '2021/04/1.jpg'),
(13038, 1702, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:683;s:4:"file";s:13:"2021/04/1.jpg";s:5:"sizes";a:3:{s:6:"medium";a:4:{s:4:"file";s:13:"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:13:"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:13:"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:"5";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1277281973";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"39";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'),
(13039, 1703, '_wp_attached_file', '2021/04/Sharpen_1-e1618385172936.jpg'),
(13040, 1703, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:319;s:6:"height";i:312;s:4:"file";s:36:"2021/04/Sharpen_1-e1618385172936.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:36:"Sharpen_1-e1618385172936-300x293.jpg";s:5:"width";i:300;s:6:"height";i:293;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:36:"Sharpen_1-e1618385172936-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:{}}}'),
(13041, 1703, '_edit_lock', '1618385034:1'),
(13042, 1703, '_edit_last', '1'),
(13068, 1703, '_wp_attachment_backup_sizes', 'a:3:{s:9:"full-orig";a:3:{s:5:"width";i:528;s:6:"height";i:314;s:4:"file";s:13:"Sharpen_1.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:21:"Sharpen_1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:21:"Sharpen_1-300x178.jpg";s:5:"width";i:300;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}}'),
(13226, 1726, '_wp_attached_file', '2021/04/4-01.png'),
(13227, 1726, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1837;s:6:"height";i:1797;s:4:"file";s:16:"2021/04/4-01.png";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:16:"4-01-300x293.png";s:5:"width";i:300;s:6:"height";i:293;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:18:"4-01-1024x1002.png";s:5:"width";i:1024;s:6:"height";i:1002;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:16:"4-01-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:"4-01-768x751.png";s:5:"width";i:768;s:6:"height";i:751;s:9:"mime-type";s:9:"image/png";}s:9:"1536x1536";a:4:{s:4:"file";s:18:"4-01-1536x1503.png";s:5:"width";i:1536;s:6:"height";i:1503;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"4-01-1568x1534.png";s:5:"width";i:1568;s:6:"height";i:1534;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:{}}}'),
(13228, 1727, '_wp_attached_file', '2021/04/4-02.png'),
(13229, 1727, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1837;s:6:"height";i:1797;s:4:"file";s:16:"2021/04/4-02.png";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:16:"4-02-300x293.png";s:5:"width";i:300;s:6:"height";i:293;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:18:"4-02-1024x1002.png";s:5:"width";i:1024;s:6:"height";i:1002;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:16:"4-02-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:"4-02-768x751.png";s:5:"width";i:768;s:6:"height";i:751;s:9:"mime-type";s:9:"image/png";}s:9:"1536x1536";a:4:{s:4:"file";s:18:"4-02-1536x1503.png";s:5:"width";i:1536;s:6:"height";i:1503;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"4-02-1568x1534.png";s:5:"width";i:1568;s:6:"height";i:1534;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:{}}}'),
(13276, 1734, '_wp_attached_file', '2021/04/Untitled-6-01.png'),
(13277, 1734, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2343;s:6:"height";i:2305;s:4:"file";s:25:"2021/04/Untitled-6-01.png";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:25:"Untitled-6-01-300x295.png";s:5:"width";i:300;s:6:"height";i:295;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:27:"Untitled-6-01-1024x1007.png";s:5:"width";i:1024;s:6:"height";i:1007;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:25:"Untitled-6-01-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:"Untitled-6-01-768x756.png";s:5:"width";i:768;s:6:"height";i:756;s:9:"mime-type";s:9:"image/png";}s:9:"1536x1536";a:4:{s:4:"file";s:27:"Untitled-6-01-1536x1511.png";s:5:"width";i:1536;s:6:"height";i:1511;s:9:"mime-type";s:9:"image/png";}s:9:"2048x2048";a:4:{s:4:"file";s:27:"Untitled-6-01-2048x2015.png";s:5:"width";i:2048;s:6:"height";i:2015;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"Untitled-6-01-1568x1543.png";s:5:"width";i:1568;s:6:"height";i:1543;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:{}}}'),
(13304, 1738, '_wp_attached_file', '2021/04/international-business-people-having-a-meeting-e1618467129676.jpg'),
(13305, 1738, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1220;s:6:"height";i:1125;s:4:"file";s:73:"2021/04/international-business-people-having-a-meeting-e1618467129676.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:73:"international-business-people-having-a-meeting-e1618467129676-300x277.jpg";s:5:"width";i:300;s:6:"height";i:277;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:74:"international-business-people-having-a-meeting-e1618467129676-1024x944.jpg";s:5:"width";i:1024;s:6:"height";i:944;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:73:"international-business-people-having-a-meeting-e1618467129676-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:73:"international-business-people-having-a-meeting-e1618467129676-768x708.jpg";s:5:"width";i:768;s:6:"height";i:708;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:59:"international-business-people-having-a-meeting-1536x864.jpg";s:5:"width";i:1536;s:6:"height";i:864;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:59:"international-business-people-having-a-meeting-1568x882.jpg";s:5:"width";i:1568;s:6:"height";i:882;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wpfq_postmeta` VALUES
(13306, 1738, 'envato_elements', '5ZM5DRM'),
(13307, 1738, '_wp_attachment_image_alt', 'International business people having a meeting'),
(13308, 1738, 'envato_elements_download_event', '5ZM5DRM'),
(13340, 1738, '_edit_lock', '1618466992:1'),
(13341, 1738, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:3:{s:5:"width";i:2000;s:6:"height";i:1125;s:4:"file";s:50:"international-business-people-having-a-meeting.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:58:"international-business-people-having-a-meeting-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:58:"international-business-people-having-a-meeting-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:58:"international-business-people-having-a-meeting-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:10:"large-orig";a:4:{s:4:"file";s:59:"international-business-people-having-a-meeting-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:14:"1536x1536-orig";a:4:{s:4:"file";s:59:"international-business-people-having-a-meeting-1536x864.jpg";s:5:"width";i:1536;s:6:"height";i:864;s:9:"mime-type";s:10:"image/jpeg";}s:19:"post-thumbnail-orig";a:4:{s:4:"file";s:59:"international-business-people-having-a-meeting-1568x882.jpg";s:5:"width";i:1568;s:6:"height";i:882;s:9:"mime-type";s:10:"image/jpeg";}}'),
(13342, 1738, '_edit_last', '1'),
(13344, 1743, '_wp_attached_file', '2021/04/Untitled-1-e1618470946822.jpg'),
(13345, 1743, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:667;s:6:"height";i:667;s:4:"file";s:37:"2021/04/Untitled-1-e1618470946822.jpg";s:5:"sizes";a:3:{s:6:"medium";a:4:{s:4:"file";s:37:"Untitled-1-e1618470946822-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:37:"Untitled-1-e1618470946822-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-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:{}}}'),
(13355, 1743, '_edit_lock', '1618470812:1'),
(13356, 1743, '_wp_attachment_backup_sizes', 'a:4:{s:9:"full-orig";a:3:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:14:"Untitled-1.jpg";}s:14:"thumbnail-orig";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:11:"medium-orig";a:4:{s:4:"file";s:22:"Untitled-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:22:"Untitled-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}}'),
(13357, 1743, '_edit_last', '1'),
(13380, 1748, '_wp_attached_file', '2021/04/multicultural-business-partners-discussing-contract-cafe_74855-2050-e1618471307530.jpg'),
(13381, 1748, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:416;s:6:"height";i:416;s:4:"file";s:94:"2021/04/multicultural-business-partners-discussing-contract-cafe_74855-2050-e1618471307530.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:94:"multicultural-business-partners-discussing-contract-cafe_74855-2050-e1618471307530-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:94:"multicultural-business-partners-discussing-contract-cafe_74855-2050-e1618471307530-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:{}}}'),
(13382, 1748, '_edit_lock', '1618471187:1'),
(13383, 1748, '_wp_attachment_backup_sizes', 'a:3:{s:9:"full-orig";a:3:{s:5:"width";i:626;s:6:"height";i:417;s:4:"file";s:71:"multicultural-business-partners-discussing-contract-cafe_74855-2050.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:79:"multicultural-business-partners-discussing-contract-cafe_74855-2050-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:79:"multicultural-business-partners-discussing-contract-cafe_74855-2050-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}'),
(13384, 1748, '_edit_last', '1'),
(13385, 1749, '_wp_attached_file', '2021/04/multicultural-business-partners-discussing-contract-cafe_74855-2050-1.jpg'),
(13386, 1749, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:626;s:6:"height";i:417;s:4:"file";s:81:"2021/04/multicultural-business-partners-discussing-contract-cafe_74855-2050-1.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:81:"multicultural-business-partners-discussing-contract-cafe_74855-2050-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:81:"multicultural-business-partners-discussing-contract-cafe_74855-2050-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:{}}}'),
(13387, 1749, '_edit_lock', '1618471267:1'),
(13719, 1789, '_wp_attached_file', '2021/04/FREE_-_-Water-_-Web-Background-Video-Loop-STOCK-VIDEO-FOOTAGE.mp4'),
(13720, 1789, '_wp_attachment_metadata', 'a:10:{s:8:"filesize";i:2349580;s:9:"mime_type";s:9:"video/mp4";s:6:"length";i:6;s:16:"length_formatted";s:4:"0:06";s:5:"width";i:1280;s:6:"height";i:676;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:5:"audio";a:7:{s:10:"dataformat";s:3:"mp4";s:5:"codec";s:19:"ISO/IEC 14496-3 AAC";s:11:"sample_rate";d:44100;s:8:"channels";i:2;s:15:"bits_per_sample";i:16;s:8:"lossless";b:0;s:11:"channelmode";s:6:"stereo";}s:17:"created_timestamp";i:1484003667;}'),
(13754, 205, '_elementor_controls_usage', 'a:4:{s:15:"theme-site-logo";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:2:{s:7:"general";a:1:{s:11:"__dynamic__";a:1:{s:5:"count";i:2;}}s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:1;s:4:"link";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:2;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:3:{s:12:"_inline_size";i:2;s:19:"_inline_size_mobile";i:2;s:16:"content_position";i:1;}}}}s:8:"nav-menu";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_layout";a:4:{s:11:"align_items";i:1;s:7:"pointer";i:1;s:10:"full_width";i:1;s:12:"toggle_align";i:1;}}s:5:"style";a:3:{s:23:"section_style_main-menu";a:4:{s:26:"menu_typography_typography";i:1;s:27:"menu_typography_font_family";i:1;s:25:"menu_typography_font_size";i:1;s:21:"color_menu_item_hover";i:1;}s:22:"section_style_dropdown";a:6:{s:30:"dropdown_typography_typography";i:1;s:31:"dropdown_typography_font_family";i:1;s:29:"dropdown_typography_font_size";i:1;s:26:"color_dropdown_item_active";i:1;s:37:"background_color_dropdown_item_active";i:1;s:28:"dropdown_top_distance_mobile";i:1;}s:12:"style_toggle";a:1:{s:23:"toggle_background_color";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:2:{s:17:"section_structure";a:1:{s:9:"structure";i:1;}s:14:"section_layout";a:1:{s:13:"content_width";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:4:{s:6:"margin";i:1;s:7:"padding";i:1;s:7:"z_index";i:1;s:14:"padding_mobile";i:1;}}}}}'),
(13792, 1798, '_wp_attached_file', '2021/04/water_GettyImages-1214285119.original.png'),
(13793, 1798, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4999;s:6:"height";i:3333;s:4:"file";s:49:"2021/04/water_GettyImages-1214285119.original.png";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:49:"water_GettyImages-1214285119.original-300x200.png";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:50:"water_GettyImages-1214285119.original-1024x683.png";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:49:"water_GettyImages-1214285119.original-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:49:"water_GettyImages-1214285119.original-768x512.png";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:9:"image/png";}s:9:"1536x1536";a:4:{s:4:"file";s:51:"water_GettyImages-1214285119.original-1536x1024.png";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}s:9:"2048x2048";a:4:{s:4:"file";s:51:"water_GettyImages-1214285119.original-2048x1365.png";s:5:"width";i:2048;s:6:"height";i:1365;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:51:"water_GettyImages-1214285119.original-1568x1045.png";s:5:"width";i:1568;s:6:"height";i:1045;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:{}}}'),
(14285, 274, '_elementor_controls_usage', 'a:6:{s:7:"heading";a:3:{s:5:"count";i:3;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:3;s:5:"align";i:2;s:12:"align_mobile";i:2;}}s:5:"style";a:1:{s:19:"section_title_style";a:7:{s:21:"typography_typography";i:3;s:22:"typography_font_family";i:3;s:20:"typography_font_size";i:3;s:22:"typography_font_weight";i:3;s:22:"typography_line_height";i:2;s:25:"typography_text_transform";i:1;s:27:"typography_font_size_mobile";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:7:"_margin";i:2;s:14:"_margin_mobile";i:2;s:15:"_padding_mobile";i:2;}}}}s:6:"column";a:3:{s:5:"count";i:5;s:15:"control_percent";i:0;s:8:"controls";a:2:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:5;s:19:"_inline_size_tablet";i:2;}}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:3;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:2:{s:6:"height";i:2;s:13:"custom_height";i:2;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}s:5:"style";a:3:{s:18:"section_background";a:7:{s:21:"background_background";i:2;s:16:"background_image";i:1;s:15:"background_size";i:1;s:40:"background_motion_fx_motion_fx_scrolling";i:1;s:19:"background_position";i:1;s:21:"background_video_link";i:1;s:25:"background_play_on_mobile";i:1;}s:26:"section_background_overlay";a:2:{s:29:"background_overlay_background";i:2;s:26:"background_overlay_opacity";i:1;}s:21:"section_shape_divider";a:7:{s:20:"shape_divider_bottom";i:2;s:26:"shape_divider_bottom_width";i:2;s:27:"shape_divider_bottom_height";i:2;s:29:"shape_divider_bottom_negative";i:2;s:17:"shape_divider_top";i:1;s:23:"shape_divider_top_width";i:1;s:24:"shape_divider_top_height";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:9:"animation";i:1;}s:16:"section_advanced";a:3:{s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:7:"padding";i:1;}}}}s:5:"posts";a:3:{s:5:"count";i:2;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_layout";a:17:{s:5:"_skin";i:1;s:15:"classic_masonry";i:1;s:27:"classic_thumbnail_size_size";i:1;s:18:"classic_item_ratio";i:2;s:13:"cards_columns";i:1;s:13:"cards_masonry";i:1;s:25:"cards_thumbnail_size_size";i:1;s:16:"cards_item_ratio";i:1;s:16:"cards_show_badge";i:1;s:17:"cards_show_avatar";i:1;s:17:"classic_thumbnail";i:1;s:20:"classic_show_excerpt";i:1;s:17:"classic_meta_data";i:1;s:15:"classic_columns";i:1;s:19:"classic_image_width";i:1;s:25:"classic_item_ratio_mobile";i:1;s:26:"classic_image_width_mobile";i:1;}}s:5:"style";a:4:{s:27:"cards_section_design_layout";a:1:{s:13:"cards_row_gap";i:1;}s:26:"cards_section_design_image";a:1:{s:19:"cards_image_spacing";i:1;}s:28:"cards_section_design_content";a:9:{s:33:"cards_title_typography_typography";i:1;s:34:"cards_title_typography_font_family";i:1;s:32:"cards_title_typography_font_size";i:1;s:32:"cards_meta_typography_typography";i:1;s:33:"cards_meta_typography_font_family";i:1;s:35:"cards_excerpt_typography_typography";i:1;s:36:"cards_excerpt_typography_font_family";i:1;s:37:"cards_read_more_typography_typography";i:1;s:38:"cards_read_more_typography_font_family";i:1;}s:30:"classic_section_design_content";a:7:{s:35:"classic_title_typography_typography";i:1;s:36:"classic_title_typography_font_family";i:1;s:34:"classic_title_typography_font_size";i:1;s:39:"classic_read_more_typography_typography";i:1;s:40:"classic_read_more_typography_font_family";i:1;s:38:"classic_read_more_typography_font_size";i:1;s:41:"classic_title_typography_font_size_mobile";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;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: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:12:"align_mobile";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:1;s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:2:{s:4:"text";i:1;s:4:"link";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:4:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:20:"typography_font_size";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:1;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;}}}}}'),
(14296, 1858, '_elementor_template_type', 'page'),
(14297, 1858, '_edit_last', '1'),
(14298, 1858, '_edit_lock', '1618598071:1'),
(14343, 186, '_yoast_wpseo_content_score', '90'),
(14344, 186, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(14374, 13, '_yoast_wpseo_content_score', '60'),
(14375, 13, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(14422, 112, '_yoast_wpseo_content_score', '90'),
(14423, 112, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(14450, 138, '_yoast_wpseo_content_score', '30'),
(14451, 138, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(14603, 1340, '_elementor_controls_usage', 'a:5:{s:7:"heading";a:3:{s:5:"count";i:1;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:1;s:5:"align";i:1;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:5:{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:4:{s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;s:8:"_padding";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;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: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:12:"align_mobile";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:1;s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:1;}}s:5:"style";a:2:{s:17:"section_icon_list";a:1:{s:13:"space_between";i:1;}s:18:"section_text_style";a:3:{s:26:"icon_typography_typography";i:1;s:25:"icon_typography_font_size";i:1;s:27:"icon_typography_font_weight";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:1;s:21:"space_between_widgets";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:1;}}}}}'),
(14629, 112, '_elementor_controls_usage', 'a:9:{s:7:"heading";a:3:{s:5:"count";i:11;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:11;s:5:"align";i:11;s:12:"align_mobile";i:2;}}s:5:"style";a:1:{s:19:"section_title_style";a:8:{s:21:"typography_typography";i:11;s:22:"typography_font_family";i:11;s:20:"typography_font_size";i:11;s:22:"typography_font_weight";i:5;s:22:"typography_line_height";i:5;s:25:"typography_text_transform";i:1;s:27:"typography_font_size_mobile";i:4;s:29:"typography_line_height_mobile";i:1;}}s:8:"advanced";a:3:{s:14:"_section_style";a:4:{s:7:"_margin";i:2;s:14:"_margin_mobile";i:8;s:15:"_padding_mobile";i:8;s:8:"_padding";i:7;}s:19:"_section_background";a:1:{s:22:"_background_background";i:6;}s:15:"_section_border";a:2:{s:14:"_border_radius";i:6;s:21:"_border_radius_mobile";i:6;}}}}s:11:"text-editor";a:3:{s:5:"count";i:10;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:10;}}s:5:"style";a:1:{s:13:"section_style";a:9:{s:5:"align";i:10;s:21:"typography_typography";i:10;s:22:"typography_font_family";i:10;s:20:"typography_font_size";i:10;s:22:"typography_font_weight";i:3;s:22:"typography_line_height";i:10;s:12:"align_mobile";i:9;s:27:"typography_font_size_mobile";i:2;s:27:"typography_font_size_tablet";i:6;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:8:"_padding";i:10;s:7:"_margin";i:10;s:14:"_margin_mobile";i:10;s:15:"_padding_mobile";i:6;}}}}s:6:"column";a:3:{s:5:"count";i:24;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:5:{s:12:"_inline_size";i:24;s:19:"_inline_size_tablet";i:5;s:21:"space_between_widgets";i:1;s:19:"_inline_size_mobile";i:12;s:16:"content_position";i:6;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:4:{s:6:"margin";i:2;s:13:"margin_tablet";i:1;s:14:"padding_tablet";i:1;s:7:"padding";i:7;}s:15:"section_effects";a:1:{s:9:"animation";i:2;}}s:5:"style";a:2:{s:13:"section_style";a:5:{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:21:"background_background";i:7;}s:14:"section_border";a:1:{s:13:"border_radius";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:13;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:2:{s:6:"height";i:2;s:13:"custom_height";i:2;}s:17:"section_structure";a:1:{s:9:"structure";i:11;}}s:5:"style";a:3:{s:18:"section_background";a:10:{s:21:"background_background";i:4;s:16:"background_image";i:2;s:15:"background_size";i:2;s:40:"background_motion_fx_motion_fx_scrolling";i:2;s:19:"background_position";i:1;s:15:"background_ypos";i:1;s:17:"background_repeat";i:1;s:38:"background_motion_fx_translateX_effect";i:1;s:21:"background_video_link";i:1;s:25:"background_play_on_mobile";i:1;}s:26:"section_background_overlay";a:7:{s:29:"background_overlay_background";i:4;s:26:"background_overlay_opacity";i:4;s:24:"background_overlay_image";i:2;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:23:"background_overlay_size";i:2;s:24:"background_overlay_color";i:1;}s:21:"section_shape_divider";a:8:{s:20:"shape_divider_bottom";i:2;s:26:"shape_divider_bottom_width";i:2;s:27:"shape_divider_bottom_height";i:2;s:17:"shape_divider_top";i:1;s:23:"shape_divider_top_width";i:1;s:24:"shape_divider_top_height";i:1;s:29:"shape_divider_bottom_negative";i:1;s:23:"shape_divider_top_color";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:9:"animation";i:1;}s:16:"section_advanced";a:4:{s:14:"padding_tablet";i:5;s:14:"padding_mobile";i:4;s:7:"padding";i:9;s:6:"margin";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:3;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_image";a:3:{s:5:"image";i:3;s:10:"image_size";i:3;s:22:"image_custom_dimension";i:3;}}s:8:"advanced";a:3:{s:15:"section_effects";a:4:{s:10:"_animation";i:3;s:29:"motion_fx_motion_fx_scrolling";i:1;s:30:"motion_fx_translateY_direction";i:1;s:26:"motion_fx_translateY_speed";i:1;}s:14:"_section_style";a:2:{s:7:"_margin";i:1;s:8:"_padding";i:3;}s:17:"_section_position";a:8:{s:9:"_position";i:3;s:16:"_offset_x_mobile";i:3;s:16:"_offset_y_mobile";i:3;s:14:"_element_width";i:3;s:21:"_element_width_mobile";i:3;s:28:"_element_custom_width_mobile";i:3;s:9:"_offset_x";i:3;s:9:"_offset_y";i:3;}}s:5:"style";a:1:{s:19:"section_style_image";a:3:{s:5:"width";i:2;s:5:"space";i:3;s:19:"image_border_radius";i:2;}}}}s:21:"eael-content-timeline";a:3:{s:5:"count";i:1;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:7:"content";a:4:{s:37:"eael_section_custom_timeline_settings";a:1:{s:28:"eael_content_timeline_choose";i:1;}s:36:"eael_section_custom_content_settings";a:1:{s:26:"eael_coustom_content_posts";i:1;}s:30:"eael_section_timeline__filters";a:1:{s:9:"post_type";i:1;}s:33:"eael_section_post_timeline_layout";a:2:{s:23:"content_timeline_layout";i:1;s:37:"eael_content_timeline_circle_icon_new";i:1;}}s:5:"style";a:5:{s:32:"eael_section_post_timeline_style";a:2:{s:23:"eael_timeline_line_size";i:1;s:28:"eael_timeline_line_from_left";i:1;}s:37:"eael_section_post_timeline_card_style";a:2:{s:17:"eael_card_padding";i:1;s:24:"eael_card_padding_mobile";i:1;}s:44:"eael_section_post_timeline_icon_circle_style";a:2:{s:19:"eael_icon_font_size";i:1;s:29:"eael_icon_circle_border_width";i:1;}s:23:"eael_section_typography";a:7:{s:43:"eael_timeline_excerpt_typography_typography";i:1;s:44:"eael_timeline_excerpt_typography_font_family";i:1;s:42:"eael_timeline_excerpt_typography_font_size";i:1;s:25:"eael_timeline_date_margin";i:1;s:41:"eael_timeline_title_typography_typography";i:1;s:42:"eael_timeline_title_typography_font_family";i:1;s:40:"eael_timeline_title_typography_font_size";i:1;}s:27:"eael_read_more_button_style";a:2:{s:22:"eael_read_more_padding";i:1;s:21:"eael_read_more_margin";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:2:{s:7:"_margin";i:1;s:8:"_padding";i:1;}}}}s:8:"icon-box";a:3:{s:5:"count";i:4;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:7:"content";a:1:{s:12:"section_icon";a:5:{s:13:"selected_icon";i:4;s:4:"view";i:4;s:10:"title_text";i:4;s:16:"description_text";i:4;s:8:"position";i:4;}}s:5:"style";a:2:{s:18:"section_style_icon";a:1:{s:9:"icon_size";i:4;}s:21:"section_style_content";a:8:{s:27:"title_typography_typography";i:4;s:28:"title_typography_font_family";i:4;s:26:"title_typography_font_size";i:4;s:28:"title_typography_font_weight";i:4;s:33:"description_typography_typography";i:4;s:34:"description_typography_font_family";i:4;s:32:"description_typography_font_size";i:4;s:17:"text_align_mobile";i:4;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:4;}}}}s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:12:"space_tablet";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:2:{s:4:"text";i:1;s:4:"link";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:4:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:20:"typography_font_size";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:1;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;}}}}}'),
(14657, 1904, '_edit_lock', '1623744728:5'),
(14658, 1904, '_edit_last', '5'),
(14659, 1904, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(14660, 1904, '_elementor_edit_mode', 'builder'),
(14661, 1904, '_elementor_template_type', 'wp-page'),
(14662, 1904, '_elementor_version', '3.2.1'),
(14663, 1904, '_elementor_pro_version', '3.2.1'),
(14664, 1904, '_wp_page_template', 'elementor_header_footer'),
(14665, 1904, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(14666, 1904, '_elementor_data', '[{"id":"20ec4d4","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":150,"sizes":[]},"eael_parallax_layers_list":[],"background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=3fd3109"}},"elements":[{"id":"0ffa686","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"f388269","elType":"section","settings":{"padding":{"unit":"px","top":"80","right":"0","bottom":"50","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=335f4d4"},"eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false}},"elements":[{"id":"a998dff","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"fddb354","elType":"widget","settings":{"title":"Privacy Policy","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":""},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__dynamic__":[],"eael_ext_content_protection_password_incorrect_message":"Password does not match.","title_color":"#203264","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"c6ecff2","elType":"widget","settings":{"editor":"<p>This privacy notice discloses the privacy practices for www.intelligentaqua.com.my . This privacy notice applies solely to information collected by this website. It will notify you of the following:<\\/p><ul><li>What personally identifiable information is collected from you through the website, how it is used and with whom it may be shared.<\\/li><li>What choices are available to you regarding the use of your data.<\\/li><li>The security procedures in place to protect the misuse of your information.<\\/li><li>How you can correct any inaccuracies in the information.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"ccb3ace","elType":"widget","settings":{"title":"Information Collection, Use, and Sharing","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":""},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__dynamic__":[],"eael_ext_content_protection_password_incorrect_message":"Password does not match.","title_color":"#203264","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"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":"4335d09","elType":"widget","settings":{"editor":"<p>We are the sole owners of the information collected on this site. We only have access to\\/collect information that you voluntarily give us via email or other direct contact from you. We will not sell or rent this information to anyone. We will use your information to respond to you, regarding the reason you contacted us. We will not share your information with any third party outside of our organization, other than as necessary to fulfil your request, e.g. to ship an order unless you ask us not to, we may contact you via email in the future to tell you about specials, new products or services, or changes to this privacy policy.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"22b3d49","elType":"widget","settings":{"title":"Your Access To and Control Over Information","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":""},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__dynamic__":[],"eael_ext_content_protection_password_incorrect_message":"Password does not match.","title_color":"#203264","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"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":"e7537b2","elType":"widget","settings":{"editor":"<p>You may opt out of any future contacts from us at any time. You can do the following at any time by contacting us via the email address or phone number given on our website:.<\\/p><ul><li>Change\\/correct any data we have about you.<\\/li><li>Have us delete any data we have about you.<\\/li><li>Express any concern you have about our use of your data.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"f5140bb","elType":"widget","settings":{"title":"Security","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":""},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__dynamic__":[],"eael_ext_content_protection_password_incorrect_message":"Password does not match.","title_color":"#203264","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"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":"849f918","elType":"widget","settings":{"editor":"<p>We take precautions to protect your information. When you submit sensitive information via the website, your information is protected both online and offline. Wherever we collect sensitive information (such as credit card data), that information is encrypted and transmitted to us in a secure way. You can verify this by looking for a lock icon in the address bar and looking for \\u201chttps\\u201d at the beginning of the address of the Web page. While we use encryption to protect sensitive information transmitted online, we also protect your information offline. only employees who need the information to perform a specific job (for example, billing or customer service) are granted access to personally identifiable information. The computers\\/servers in which we store personally identifiable information are kept in a secure environment. We take precautions to protect your information. When you submit sensitive information via the website, your information is protected both online and offline. We take precautions to protect your information. When you submit sensitive information via the website, your information is protected both online and offline.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"a5a8306","elType":"widget","settings":{"title":"Contact Us","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":""},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__dynamic__":[],"eael_ext_content_protection_password_incorrect_message":"Password does not match.","title_color":"#203264","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"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":"377d2dd","elType":"widget","settings":{"editor":"<p>If you feel that we are not abiding by this privacy policy, you should contact us immediately via telephone at +603 7845 4566 \\/ +603 7455 1840 or via email at intelligentaqua@pitech.com.my .<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"5a4e008","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"structure":"20","background_background":"video","background_video_link":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/FREE_-_-Water-_-Web-Background-Video-Loop-STOCK-VIDEO-FOOTAGE.mp4","background_play_on_mobile":"yes","background_overlay_background":"classic","shape_divider_top":"waves","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":127,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":0,"sizes":[]},"shape_divider_bottom_negative":"yes","__globals__":{"background_overlay_color":"globals\\/colors?id=0a2a356","shape_divider_top_color":"globals\\/colors?id=995f85e"},"eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"30","right":"50","bottom":"30","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"0","right":"20","bottom":"0","left":"20","isLinked":false}},"elements":[{"id":"4cc11e7","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c8211bb","elType":"widget","settings":{"title":"Contact","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","align_mobile":"left","_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":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"3f80077","elType":"widget","settings":{"editor":"<p>Are you interested in using IA or discussing specific challenges and projects with our experts? Contact our authorised representatives \\u2013 we\\u2019re looking forward to hearing from you.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"e7b9ac2","elType":"widget","settings":{"text":"Contact Us","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/contact-us\\/","is_external":"","nofollow":"","custom_attributes":""},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_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":false},{"id":"3d9da5c","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false}]'),
(14689, 1904, '_elementor_controls_usage', 'a:5:{s:6:"column";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:4;}}}}s:7:"section";a:3:{s:5:"count";i:3;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:2:{s:6:"height";i:2;s:13:"custom_height";i:2;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:5:"style";a:3:{s:18:"section_background";a:3:{s:21:"background_background";i:2;s:21:"background_video_link";i:1;s:25:"background_play_on_mobile";i:1;}s:26:"section_background_overlay";a:1:{s:29:"background_overlay_background";i:1;}s:21:"section_shape_divider";a:7:{s:17:"shape_divider_top";i:1;s:23:"shape_divider_top_width";i:1;s:24:"shape_divider_top_height";i:1;s:20:"shape_divider_bottom";i:1;s:26:"shape_divider_bottom_width";i:1;s:27:"shape_divider_bottom_height";i:1;s:29:"shape_divider_bottom_negative";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:3:{s:7:"padding";i:1;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:2;}}}}s:7:"heading";a:3:{s:5:"count";i:6;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:6;s:5:"align";i:6;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:8:{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:22:"typography_line_height";i:6;s:11:"title_color";i:5;s:27:"typography_font_size_mobile";i:5;s:29:"typography_line_height_mobile";i:5;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:5;s:8:"_padding";i:4;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:6;s:15:"control_percent";i:2;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:7:{s:5:"align";i:6;s:21:"typography_typography";i:6;s:22:"typography_font_family";i:6;s:20:"typography_font_size";i:6;s:22:"typography_line_height";i:6;s:12:"align_mobile";i:6;s:22:"typography_font_weight";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:6;s:7:"_margin";i:6;s:14:"_margin_mobile";i:6;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:2:{s:4:"text";i:1;s:4:"link";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:4:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:20:"typography_font_size";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:1;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;}}}}}'),
(14690, 1904, '_yoast_wpseo_content_score', '30'),
(14692, 1909, '_edit_lock', '1625040612:2'),
(14693, 1909, '_edit_last', '2'),
(14694, 1909, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(14695, 1909, '_elementor_edit_mode', 'builder'),
(14696, 1909, '_elementor_template_type', 'wp-page'),
(14697, 1909, '_elementor_version', '3.2.1'),
(14698, 1909, '_elementor_pro_version', '3.2.1'),
(14699, 1909, '_wp_page_template', 'default'),
(14700, 1909, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(14701, 1909, '_elementor_data', '[{"id":"cd9f2f7","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":150,"sizes":[]},"eael_parallax_layers_list":[],"background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=3fd3109"}},"elements":[{"id":"f89e271","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"c9b7103","elType":"section","settings":{"padding":{"unit":"px","top":"80","right":"0","bottom":"50","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=335f4d4"},"eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false}},"elements":[{"id":"af1fc09","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"053810c","elType":"widget","settings":{"title":"TERMS OF USE","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":""},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__dynamic__":[],"eael_ext_content_protection_password_incorrect_message":"Password does not match.","title_color":"#203264","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"a80fa80","elType":"widget","settings":{"editor":"<p>Welcome to Intelligent Aqua Sdn Bhd (hereby known as \\u2018IA\\u2019) website (hereby known as the \\u2018Site\\u2019).The Site is created by IA, a water treatment system that adopts a hybrid concept of combining special blended adsorption techniques and ion exchange method to treat and purify contaminated and polluted water. By using the Site, you agree to follow and be bound by the following terms and conditions concerning your use of the Site (\\u201cTerms of Use\\u201d) and our Privacy Policy. We may revise the Terms of Use and Privacy Policy at any time without notice to you. Areas of the Site may have different terms of use posted. If there is a conflict between the Terms of Use and terms of use posted for a specific area of the Site, the latter shall have precedence with respect to your use of that area of the Site.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"6fccd98","elType":"widget","settings":{"title":"Use Of Site Information and Data","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":""},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__dynamic__":[],"eael_ext_content_protection_password_incorrect_message":"Password does not match.","title_color":"#203264","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"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":"42d74d0","elType":"widget","settings":{"editor":"<ul><li>The Contents of this Site may only be used for personal, informational, non-commercial purposes; and.<\\/li><li>The Contents may not be modified or altered in any way. You may not use, download, upload, copy, print, display, perform, reproduce, publish, license, post, transmit or distribute any information and\\/or data from this Site in whole or in part without the written authorization of IA.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"e2ee879","elType":"widget","settings":{"title":"Passwords and Security","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":""},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__dynamic__":[],"eael_ext_content_protection_password_incorrect_message":"Password does not match.","title_color":"#203264","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"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":"c9cefcd","elType":"widget","settings":{"editor":"<p>You are responsible for maintaining the confidentiality of any password(s) you are given to access the Site and are fully responsible for all activities that occur under your user name(s) and password(s). You agree to notify IA immediately of any unauthorized use of your user name(s) and password(s). IA is concerned about the security of personal information we have collected from you and has taken reasonable steps to prevent unauthorized access to that information.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"aeb2290","elType":"widget","settings":{"title":"Termination of Use","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":""},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__dynamic__":[],"eael_ext_content_protection_password_incorrect_message":"Password does not match.","title_color":"#203264","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"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":"b06691a","elType":"widget","settings":{"editor":"<p>You agree that IA may, in its sole discretion, at any time terminate your access to the Site and any account(s) you may have in connection with the Site. Access to the Site may be monitored by IA.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"9cfaad0","elType":"widget","settings":{"title":"Third Party Web Sites, Content, Products and Services","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":""},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__dynamic__":[],"eael_ext_content_protection_password_incorrect_message":"Password does not match.","title_color":"#203264","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"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":"770de2b","elType":"widget","settings":{"editor":"<p>The Site may provide links to Web sites and access to content, products and services from third parties, including users, advertisers, affiliates and sponsors of the Site. You agree that IA is not responsible for the availability of, and content provided on third-party Web sites. You should refer to the policies posted by other Web sites regarding privacy and other topics before you use them. You agree that IA is not responsible for third party content accessible through the Site, including opinions, advice, statements and advertisements, and understand that you bear all risks associated with the use of such content. If you choose to purchase any products or services from a third party, your relationship is direct with the third party.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"07ad872","elType":"widget","settings":{"title":"You Agree That IA Is Not Responsible for:\\n","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":""},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__dynamic__":[],"eael_ext_content_protection_password_incorrect_message":"Password does not match.","title_color":"#203264","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"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":"531de2e","elType":"widget","settings":{"editor":"<p>The quality of third party products or services; and. Fulfilling any of the terms of your agreement with the seller, including the delivery of products or services and warranty obligations related to purchased products or services. You agree that IA is not responsible for any loss or damage of any sort you may incur from dealing with any third party.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"cf3e457","elType":"widget","settings":{"title":"Indemnity","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":""},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__dynamic__":[],"eael_ext_content_protection_password_incorrect_message":"Password does not match.","title_color":"#203264","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"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":"b2322aa","elType":"widget","settings":{"editor":"<p>You agree to defend, indemnify and hold harmless IA, its officers, directors, employees and agents from and against any and all claims, liabilities, damages, losses or expenses, including reasonable attorneys\\u2019 fees and costs, arising out of or in any way connected with your access to or use of the Site.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"1db1c21","elType":"widget","settings":{"title":"Privacy Policy","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":""},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__dynamic__":[],"eael_ext_content_protection_password_incorrect_message":"Password does not match.","title_color":"#203264","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"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":"f2b226e","elType":"widget","settings":{"editor":"<p>IA is concerned about your privacy and has developed a policy to address privacy concerns. You can find the current privacy policy at here.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"53ac982","elType":"widget","settings":{"title":"Applicable Laws","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":""},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__dynamic__":[],"eael_ext_content_protection_password_incorrect_message":"Password does not match.","title_color":"#203264","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"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":"7103046","elType":"widget","settings":{"editor":"<p>All matters relating to your access to, and use of, the Site shall be governed by the Laws of Malaysia. Any legal action or proceeding relating to your access to, or use of, the Site shall be instituted in a state or federal court in Kuala Lumpur, Malaysia. You and IA agree to submit to the jurisdiction of and agree that venue is proper in, these courts in any such legal action or proceeding.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"6757c7d","elType":"widget","settings":{"title":"Copyright \\/ Trademark Information","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":""},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__dynamic__":[],"eael_ext_content_protection_password_incorrect_message":"Password does not match.","title_color":"#203264","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"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":"7519fe4","elType":"widget","settings":{"editor":"<p>Copyright 2021 \\u00a9 Intelligent Aqua Sdn. Bhd. (1182012-U). All rights reserved. Other company names appearing on the Site may be trademarks of their respective owners.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"5b18af5","elType":"widget","settings":{"title":"Data and Information","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":""},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__dynamic__":[],"eael_ext_content_protection_password_incorrect_message":"Password does not match.","title_color":"#203264","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"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":"54957e1","elType":"widget","settings":{"editor":"<p>For all data and information available from this website, Intelligent Aqua Sdn Bhd (IA) does not warrant or assume any legal liability or responsibility for the accuracy, completeness, or usefulness of any data, information, apparatus, product, or process disclosed.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"d944695","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"structure":"20","background_background":"video","background_video_link":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/FREE_-_-Water-_-Web-Background-Video-Loop-STOCK-VIDEO-FOOTAGE.mp4","background_play_on_mobile":"yes","background_overlay_background":"classic","shape_divider_top":"waves","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":127,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":0,"sizes":[]},"shape_divider_bottom_negative":"yes","__globals__":{"background_overlay_color":"globals\\/colors?id=0a2a356","shape_divider_top_color":"globals\\/colors?id=995f85e"},"eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"30","right":"50","bottom":"30","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"0","right":"20","bottom":"0","left":"20","isLinked":false}},"elements":[{"id":"7ed8b74","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"0bd5e95","elType":"widget","settings":{"title":"Contact","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","align_mobile":"left","_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":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"318eea8","elType":"widget","settings":{"editor":"<p>Are you interested in using IA or discussing specific challenges and projects with our experts? Contact our authorised representatives \\u2013 we\\u2019re looking forward to hearing from you.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"a258953","elType":"widget","settings":{"text":"Contact Us","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/contact-us\\/","is_external":"","nofollow":"","custom_attributes":""},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_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":false},{"id":"46e43fa","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false}]');
INSERT INTO `wpfq_postmeta` VALUES
(14724, 1909, '_elementor_controls_usage', 'a:5:{s:6:"column";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:4;}}}}s:7:"section";a:3:{s:5:"count";i:3;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:2:{s:6:"height";i:2;s:13:"custom_height";i:2;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:5:"style";a:3:{s:18:"section_background";a:3:{s:21:"background_background";i:2;s:21:"background_video_link";i:1;s:25:"background_play_on_mobile";i:1;}s:26:"section_background_overlay";a:1:{s:29:"background_overlay_background";i:1;}s:21:"section_shape_divider";a:7:{s:17:"shape_divider_top";i:1;s:23:"shape_divider_top_width";i:1;s:24:"shape_divider_top_height";i:1;s:20:"shape_divider_bottom";i:1;s:26:"shape_divider_bottom_width";i:1;s:27:"shape_divider_bottom_height";i:1;s:29:"shape_divider_bottom_negative";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:3:{s:7:"padding";i:1;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:2;}}}}s:7:"heading";a:3:{s:5:"count";i:12;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:12;s:5:"align";i:12;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:8:{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:22:"typography_line_height";i:12;s:11:"title_color";i:11;s:27:"typography_font_size_mobile";i:11;s:29:"typography_line_height_mobile";i:11;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:11;s:8:"_padding";i:10;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:12;s:21:"typography_typography";i:12;s:22:"typography_font_family";i:12;s:20:"typography_font_size";i:12;s:22:"typography_line_height";i:12;s:12:"align_mobile";i:12;s:22:"typography_font_weight";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:12;s:7:"_margin";i:12;s:14:"_margin_mobile";i:12;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:2:{s:4:"text";i:1;s:4:"link";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:4:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:20:"typography_font_size";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:1;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;}}}}}'),
(14725, 1909, '_yoast_wpseo_content_score', '30'),
(14768, 186, '__elementor_forms_snapshot', '[{"id":"5a6429f0","name":"Contact Form","fields":[{"id":"name","type":"text","label":"Name"},{"id":"company","type":"text","label":"Company"},{"id":"Phone","type":"text","label":"Contact Number"},{"id":"email","type":"email","label":"Email"},{"id":"message","type":"textarea","label":"Message"},{"id":"field_4df19d9","type":"honeypot","label":false},{"id":"field_a3c47d2","type":"recaptcha_v3","label":false}]}]'),
(14817, 1355, '_elementor_controls_usage', 'a:5:{s:7:"heading";a:3:{s:5:"count";i:1;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:1;s:5:"align";i:1;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:5:{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:4:{s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;s:8:"_padding";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;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: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:12:"align_mobile";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:1;s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:17:"section_icon_list";a:1:{s:13:"space_between";i:2;}s:18:"section_text_style";a:3:{s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_font_weight";i:2;}}}}s:6:"column";a:3:{s:5:"count";i:3;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:3;s:21:"space_between_widgets";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:2:{s:6:"layout";a:1:{s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:1;}}}}}'),
(14855, 1926, 'solution', 'All good, mail sent.'),
(14856, 1926, 'success', '1'),
(14857, 1926, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(14858, 1926, 'to_header', 'fakhira@pitech.com.my'),
(14859, 1926, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(14860, 1926, 'original_to', 'fakhira@pitech.com.my'),
(14861, 1926, 'original_subject', 'New message from Intelligent Aqua'),
(14862, 1926, 'original_message', 'CONTACT FORM<br/><br/>\nNAME: testing<br/>\nCOMPANY: testing@gmail.com<br/>\nPHONE: <br/>\nEMAIL: testing@gmail.com<br/>\nMESSAGE:<br/><br/>\nThis is a testing email'),
(14863, 1926, 'original_headers', 'From: testing <testing@gmail.com>\r\nReply-To: \r\nContent-Type: text/html; charset=UTF-8\r\n'),
(14864, 1926, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR02CA0103.outlook.office365.com Microsoft ESMTP MAIL Service ready at Wed, 28 Apr 2021 02:02:15 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR02CA0103.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR02CA0103.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nU25mMzMxMiE=\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<fakhira@pitech.com.my>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: text/html; charset=UTF-8\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: fakhira@pitech.com.my\r\nMessage-Id: <1cb5bc938a4145e8c570e833f254e22b@intelligentaqua.com.my>\r\nSubject: New message from Intelligent Aqua\r\nDate: Wed, 28 Apr 2021 02:02:15 +0000\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nCONTACT FORM<br/><br/>=0ANAME: testing<br/>=0ACOMPANY: testing@gmail.com=\r\n<br/>=0APHONE: <br/>=0AEMAIL: testing@gmail.com<br/>=0AMESSAGE:<br/><br/=\r\n>=0AThis is a testing email\r\n.\r\n250 2.0.0 OK <1cb5bc938a4145e8c570e833f254e22b@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(14865, 1927, 'solution', 'All good, mail sent.'),
(14866, 1927, 'success', '1'),
(14867, 1927, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(14868, 1927, 'to_header', 'fakhira@pitech.com.my'),
(14869, 1927, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(14870, 1927, 'original_to', 'fakhira@pitech.com.my'),
(14871, 1927, 'original_subject', 'New message from Intelligent Aqua'),
(14872, 1927, 'original_message', 'CONTACT FORM<br/><br/>\nNAME: Testing 1<br/>\nCOMPANY: ABC Company<br/>\nPHONE: <br/>\nEMAIL: sitinurfakhiramasrom@gmail.com<br/>\nMESSAGE:<br/><br/>\nHi Intelligent Aqua!'),
(14873, 1927, 'original_headers', 'From: Testing 1 <sitinurfakhiramasrom@gmail.com>\r\nReply-To: \r\nContent-Type: text/html; charset=UTF-8\r\n'),
(14874, 1927, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR01CA0156.outlook.office365.com Microsoft ESMTP MAIL Service ready at Wed, 28 Apr 2021 02:05:01 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR01CA0156.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR01CA0156.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nU25mMzMxMiE=\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<fakhira@pitech.com.my>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: text/html; charset=UTF-8\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: fakhira@pitech.com.my\r\nMessage-Id: <dfd6a0e791c83e8d1941e621773f2cf8@intelligentaqua.com.my>\r\nSubject: New message from Intelligent Aqua\r\nDate: Wed, 28 Apr 2021 02:05:01 +0000\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nCONTACT FORM<br/><br/>=0ANAME: Testing 1<br/>=0ACOMPANY: ABC Company<br/=\r\n>=0APHONE: <br/>=0AEMAIL: sitinurfakhiramasrom@gmail.com<br/>=0AMESSAGE:=\r\n<br/><br/>=0AHi Intelligent Aqua!\r\n.\r\n250 2.0.0 OK <dfd6a0e791c83e8d1941e621773f2cf8@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(15038, 1945, '_wp_attached_file', '2021/02/ANTI-BRIBERY-POLICY-FORM_IA.pdf'),
(15084, 1950, 'solution', 'Check you credentials, wrong email or password.'),
(15085, 1950, 'success', ''),
(15086, 1950, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(15087, 1950, 'to_header', 'evans@walkproduction.com'),
(15088, 1950, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(15089, 1950, 'original_to', 'evans@walkproduction.com'),
(15090, 1950, 'original_subject', '[Intelligent Aqua] New User Registration'),
(15091, 1950, 'original_message', 'New user registration on your site Intelligent Aqua:\r\n\r\nUsername: walkproduction\r\n\r\nEmail: xinying@walkproduction.com\r\n'),
(15092, 1950, 'original_headers', ''),
(15093, 1950, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SI2P153CA0006.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 13 May 2021 12:53:37 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SI2P153CA0006.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SI2P153CA0006.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nU25mMzMxMiE=\r\n535 5.7.3 Authentication unsuccessful [SI2P153CA0006.APCP153.PROD.OUTLOOK.COM]\r\n'),
(15120, 203, '_wp_old_date', '2021-04-13'),
(15121, 202, '_wp_old_date', '2021-04-13'),
(15122, 200, '_wp_old_date', '2021-04-13'),
(15123, 282, '_wp_old_date', '2021-04-13'),
(15124, 281, '_wp_old_date', '2021-04-13'),
(15125, 198, '_wp_old_date', '2021-04-13'),
(15135, 1956, 'solution', 'Check you credentials, wrong email or password.'),
(15136, 1956, 'success', ''),
(15137, 1956, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(15138, 1956, 'to_header', 'evans@walkproduction.com'),
(15139, 1956, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(15140, 1956, 'original_to', 'evans@walkproduction.com'),
(15141, 1956, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(15142, 1956, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- LoginPress - Customizing the WordPress Login (from version 1.5.2 to 1.5.3)\n- Yoast SEO (from version 16.2 to 16.3)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(15143, 1956, 'original_headers', ''),
(15144, 1956, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR03CA0160.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 18 May 2021 12:15:11 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0160.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0160.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nU25mMzMxMiE=\r\n535 5.7.3 Authentication unsuccessful [SG2PR03CA0160.apcprd03.prod.outlook.com]\r\n'),
(15145, 1958, 'solution', 'Check you credentials, wrong email or password.'),
(15146, 1958, 'success', ''),
(15147, 1958, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(15148, 1958, 'to_header', 'evans@walkproduction.com'),
(15149, 1958, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(15150, 1958, 'original_to', 'evans@walkproduction.com'),
(15151, 1958, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(15152, 1958, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.6.6 to 4.7.0)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(15153, 1958, 'original_headers', ''),
(15154, 1958, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR03CA0143.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 24 May 2021 12:58:48 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0143.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0143.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nU25mMzMxMiE=\r\n535 5.7.3 Authentication unsuccessful [SG2PR03CA0143.apcprd03.prod.outlook.com]\r\n'),
(15155, 1959, 'solution', 'Not found, check status column for more info.'),
(15156, 1959, 'success', ''),
(15157, 1959, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(15158, 1959, 'to_header', 'evans@walkproduction.com'),
(15159, 1959, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(15160, 1959, 'original_to', 'evans@walkproduction.com'),
(15161, 1959, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(15162, 1959, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.6.6 to 4.7.0)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(15163, 1959, 'original_headers', ''),
(15164, 1959, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SG2PR03CA0141.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 24 May 2021 12:58:54 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0141.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SG2PR03CA0141.apcprd03.prod.outlook.com]\r\n'),
(15165, 1961, 'solution', 'Check you credentials, wrong email or password.'),
(15166, 1961, 'success', ''),
(15167, 1961, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(15168, 1961, 'to_header', 'evans@walkproduction.com'),
(15169, 1961, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(15170, 1961, 'original_to', 'evans@walkproduction.com'),
(15171, 1961, 'original_subject', '[Intelligent Aqua] New User Registration'),
(15172, 1961, 'original_message', 'New user registration on your site Intelligent Aqua:\r\n\r\nUsername: ia-team\r\n\r\nEmail: fakhira@pitech.com.my\r\n'),
(15173, 1961, 'original_headers', ''),
(15174, 1961, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR01CA0110.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 25 May 2021 06:29:08 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR01CA0110.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR01CA0110.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nU25mMzMxMiE=\r\n535 5.7.3 Authentication unsuccessful [SG2PR01CA0110.apcprd01.prod.exchangelabs.com]\r\n'),
(15175, 1962, 'solution', 'Not found, check status column for more info.'),
(15176, 1962, 'success', ''),
(15177, 1962, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(15178, 1962, 'to_header', 'evans@walkproduction.com'),
(15179, 1962, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(15180, 1962, 'original_to', 'evans@walkproduction.com'),
(15181, 1962, 'original_subject', '[Intelligent Aqua] New User Registration'),
(15182, 1962, 'original_message', 'New user registration on your site Intelligent Aqua:\r\n\r\nUsername: ia-team\r\n\r\nEmail: fakhira@pitech.com.my\r\n'),
(15183, 1962, 'original_headers', ''),
(15184, 1962, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SG2PR01CA0132.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 25 May 2021 06:29:15 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR01CA0132.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SG2PR01CA0132.apcprd01.prod.exchangelabs.com]\r\n'),
(15185, 1963, 'solution', 'Check you credentials, wrong email or password.'),
(15186, 1963, 'success', ''),
(15187, 1963, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(15188, 1963, 'to_header', 'fakhira@pitech.com.my'),
(15189, 1963, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(15190, 1963, 'original_to', 'fakhira@pitech.com.my'),
(15191, 1963, 'original_subject', '[Intelligent Aqua] Login Details'),
(15192, 1963, 'original_message', 'Username: ia-team\r\n\r\nTo set your password, visit the following address:\r\n\r\nhttps://intelligentaqua.com.my/wp-login.php?action=rp&key=zek6nojtFp8CusAIiBk7&login=ia-team\r\n\r\nhttps://intelligentaqua.com.my/wp-login.php\r\n'),
(15193, 1963, 'original_headers', ''),
(15194, 1963, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR0601CA0004.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 25 May 2021 06:29:21 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR0601CA0004.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR0601CA0004.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nU25mMzMxMiE=\r\n535 5.7.3 Authentication unsuccessful [SG2PR0601CA0004.apcprd06.prod.outlook.com]\r\n'),
(15195, 1964, 'solution', 'Not found, check status column for more info.'),
(15196, 1964, 'success', ''),
(15197, 1964, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(15198, 1964, 'to_header', 'fakhira@pitech.com.my'),
(15199, 1964, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(15200, 1964, 'original_to', 'fakhira@pitech.com.my'),
(15201, 1964, 'original_subject', '[Intelligent Aqua] Login Details'),
(15202, 1964, 'original_message', 'Username: ia-team\r\n\r\nTo set your password, visit the following address:\r\n\r\nhttps://intelligentaqua.com.my/wp-login.php?action=rp&key=zek6nojtFp8CusAIiBk7&login=ia-team\r\n\r\nhttps://intelligentaqua.com.my/wp-login.php\r\n'),
(15203, 1964, 'original_headers', ''),
(15204, 1964, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SG2PR0601CA0004.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 25 May 2021 06:29:27 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR0601CA0004.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SG2PR0601CA0004.apcprd06.prod.outlook.com]\r\n'),
(15360, 1981, 'solution', 'All good, mail sent.'),
(15361, 1981, 'success', '1'),
(15362, 1981, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(15363, 1981, 'to_header', 'fakhira@pitech.com.my'),
(15364, 1981, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(15365, 1981, 'original_to', 'fakhira@pitech.com.my'),
(15366, 1981, 'original_subject', 'Postman SMTP Test (intelligentaqua.com.my)'),
(15367, 1981, 'original_message', 'Content-Type: text/plain; charset = "UTF-8"\r\nContent-Transfer-Encoding: 8bit\r\n\r\nHello!\r\n\r\nSent by Postman 2.0.23 - https://wordpress.org/plugins/post-smtp/\r\n\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\r\n<style type="text/css" media="all">\r\n.wporg-notification .im {\r\n	color: #888;\r\n} /* undo a GMail-inserted style */\r\n</style>\r\n</head>\r\n<body class="wporg-notification">\r\n	<div style="background: #e8f6fe; font-family: &amp; quot; Helvetica Neue&amp;quot; , Helvetica ,Arial,sans-serif; font-size: 14px; color: #666; text-align: center; margin: 0; padding: 0">\r\n		<table border="0" cellspacing="0" cellpadding="0" bgcolor="#e8f6fe"	style="background: #e8f6fe; width: 100%;">\r\n			<tbody>\r\n				<tr>\r\n					<td>\r\n						<table border="0" cellspacing="0" cellpadding="0" align="center" style="padding: 0px; width: 100%;"">\r\n							<tbody>\r\n								<tr>\r\n									<td>\r\n										<div style="max-width: 600px; height: 400px; margin: 0 auto; overflow: hidden;background-image:url(''https://ps.w.org/postman-smtp/assets/email/poofytoo.png'');background-repeat: no-repeat;">\r\n											<div style="margin:50px 0 0 300px; width:300px; font-size:2em;">Hello! - &#20320;&#22909; - Bonjour! - &#2344;&#2350;&#2360;&#2381;&#2340;&#2375; - ¡Hola! - Ol&#225; - &#1055;&#1088;&#1080;&#1074;&#1077;&#1090;! - &#20170;&#26085;&#12399;</div>\r\n											<div style="text-align:right;font-size: 1.4em; color:black;margin:150px 0 0 200px;">Sent by Postman 2.0.23\r\n												<br/><span style="font-size: 0.8em"><a style="color:#3f73b9" href="https://wordpress.org/plugins/post-smtp/">https://wordpress.org/plugins/post-smtp/</a></span>\r\n											</div>\r\n										</div>\r\n									</td>\r\n								</tr>\r\n							</tbody>\r\n						</table>\r\n						<br><span style="font-size:0.9em;color:#94c0dc;">Image source: <a style="color:#94c0dc" href="http://poofytoo.com">poofytoo.com</a> - Used with permission</span>\r\n					</td>\r\n				</tr>\r\n			</tbody>\r\n		</table>\r\n</body>\r\n</html>'),
(15368, 1981, 'original_headers', 'Content-Type: multipart/alternative;'),
(15369, 1981, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR0302CA0003.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 31 May 2021 04:09:29 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR0302CA0003.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR0302CA0003.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<fakhira@pitech.com.my>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: multipart/alternative;\r\n boundary="=_61d8bc079a454a53851040d07e8941ca"\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: fakhira@pitech.com.my\r\nMessage-Id: <a0554a583eb9e35008c877a193d6a1ef@intelligentaqua.com.my>\r\nSubject: Postman SMTP Test (intelligentaqua.com.my)\r\nDate: Mon, 31 May 2021 04:09:29 +0000\r\nMIME-Version: 1.0\r\n\r\n--=_61d8bc079a454a53851040d07e8941ca\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\n\r\nHello!=0D=0DSent by Postman 2.0.23 - https://wordpress.org/plugins/post-=\r\nsmtp/=0D=0D\r\n\r\n--=_61d8bc079a454a53851040d07e8941ca\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://w=\r\nww.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">=0D<html xmlns=3D"http:=\r\n//www.w3.org/1999/xhtml">=0D<head>=0D<meta http-equiv=3D"Content-Type" c=\r\nontent=3D"text/html; charset=3Dutf-8" />=0D<style type=3D"text/css" medi=\r\na=3D"all">=0D.wporg-notification .im {=0D=09color: #888;=0D} /* undo a G=\r\nMail-inserted style */=0D</style>=0D</head>=0D<body class=3D"wporg-notif=\r\nication">=0D=09<div style=3D"background: #e8f6fe; font-family: &amp; quo=\r\nt; Helvetica Neue&amp;quot; , Helvetica ,Arial,sans-serif; font-size: 14=\r\npx; color: #666; text-align: center; margin: 0; padding: 0">=0D=09=09<ta=\r\nble border=3D"0" cellspacing=3D"0" cellpadding=3D"0" bgcolor=3D"#e8f6fe"=\r\n=09style=3D"background: #e8f6fe; width: 100%;">=0D=09=09=09<tbody>=0D=09=\r\n=09=09=09<tr>=0D=09=09=09=09=09<td>=0D=09=09=09=09=09=09<table border=3D=\r\n"0" cellspacing=3D"0" cellpadding=3D"0" align=3D"center" style=3D"paddin=\r\ng: 0px; width: 100%;"">=0D=09=09=09=09=09=09=09<tbody>=0D=09=09=09=09=09=\r\n=09=09=09<tr>=0D=09=09=09=09=09=09=09=09=09<td>=0D=09=09=09=09=09=09=09=\r\n=09=09=09<div style=3D"max-width: 600px; height: 400px; margin: 0 auto;=\r\n overflow: hidden;background-image:url(''https://ps.w.org/postman-smtp/as=\r\nsets/email/poofytoo.png'');background-repeat: no-repeat;">=0D=09=09=09=09=\r\n=09=09=09=09=09=09=09<div style=3D"margin:50px 0 0 300px; width:300px; f=\r\nont-size:2em;">Hello! - &#20320;&#22909; - Bonjour! - &#2344;&#2350;&#23=\r\n60;&#2381;&#2340;&#2375; - =C2=A1Hola! - Ol&#225; - &#1055;&#1088;&#1080=\r\n;&#1074;&#1077;&#1090;! - &#20170;&#26085;&#12399;</div>=0D=09=09=09=09=\r\n=09=09=09=09=09=09=09<div style=3D"text-align:right;font-size: 1.4em; co=\r\nlor:black;margin:150px 0 0 200px;">Sent by Postman 2.0.23=0D=09=09=09=09=\r\n=09=09=09=09=09=09=09=09<br/><span style=3D"font-size: 0.8em"><a style=\r\n=3D"color:#3f73b9" href=3D"https://wordpress.org/plugins/post-smtp/">htt=\r\nps://wordpress.org/plugins/post-smtp/</a></span>=0D=09=09=09=09=09=09=09=\r\n=09=09=09=09</div>=0D=09=09=09=09=09=09=09=09=09=09</div>=0D=09=09=09=09=\r\n=09=09=09=09=09</td>=0D=09=09=09=09=09=09=09=09</tr>=0D=09=09=09=09=09=\r\n=09=09</tbody>=0D=09=09=09=09=09=09</table>=0D=09=09=09=09=09=09<br><spa=\r\nn style=3D"font-size:0.9em;color:#94c0dc;">Image source: <a style=3D"col=\r\nor:#94c0dc" href=3D"http://poofytoo.com">poofytoo.com</a> - Used with pe=\r\nrmission</span>=0D=09=09=09=09=09</td>=0D=09=09=09=09</tr>=0D=09=09=09</=\r\ntbody>=0D=09=09</table>=0D</body>=0D</html>\r\n\r\n--=_61d8bc079a454a53851040d07e8941ca--\r\n.\r\n250 2.0.0 OK <a0554a583eb9e35008c877a193d6a1ef@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(15370, 1982, 'solution', 'All good, mail sent.'),
(15371, 1982, 'success', '1'),
(15372, 1982, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(15373, 1982, 'to_header', 'fakhira@pitech.com.my'),
(15374, 1982, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(15375, 1982, 'original_to', 'fakhira@pitech.com.my'),
(15376, 1982, 'original_subject', 'New message from Intelligent Aqua'),
(15377, 1982, 'original_message', 'CONTACT FORM<br/><br/>\nNAME: Fakhira Masrom<br/>\nCOMPANY: Intelligent Aqua Sdn. Bhd.<br/>\nPHONE: <br/>\nEMAIL: sitinurfakhiramasrom@gmail.com<br/>\nMESSAGE:<br/><br/>\nTesting'),
(15378, 1982, 'original_headers', 'From: Fakhira Masrom <sitinurfakhiramasrom@gmail.com>\r\nReply-To: \r\nContent-Type: text/html; charset=UTF-8\r\n'),
(15379, 1982, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR04CA0158.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 31 May 2021 04:30:55 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0158.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0158.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<fakhira@pitech.com.my>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: text/html; charset=UTF-8\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: fakhira@pitech.com.my\r\nMessage-Id: <243fbc7a0f46057ebeccd16636ae51ca@intelligentaqua.com.my>\r\nSubject: New message from Intelligent Aqua\r\nDate: Mon, 31 May 2021 04:30:54 +0000\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nCONTACT FORM<br/><br/>=0ANAME: Fakhira Masrom<br/>=0ACOMPANY: Intelligen=\r\nt Aqua Sdn. Bhd.<br/>=0APHONE: <br/>=0AEMAIL: sitinurfakhiramasrom@gmail=\r\n..com<br/>=0AMESSAGE:<br/><br/>=0ATesting\r\n.\r\n250 2.0.0 OK <243fbc7a0f46057ebeccd16636ae51ca@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(15383, 266, '_edit_last', '2'),
(15384, 266, '_yoast_wpseo_focuskw', 'Water Purification and Challenges'),
(15385, 266, '_yoast_wpseo_title', 'Water Purification and Challenges in Malaysia'),
(15386, 266, '_yoast_wpseo_metadesc', 'In 2019, WHO reported that 2.2 billion people have limited access to safely managed drinking water services.'),
(15387, 266, '_yoast_wpseo_linkdex', '54'),
(15388, 266, '_yoast_wpseo_content_score', '60'),
(15389, 266, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(15394, 1, '_wp_old_slug', 'hello-world'),
(15395, 1, '_edit_last', '2'),
(15398, 1, '_yoast_wpseo_focuskw', 'Making 2021 the year of water conservation'),
(15399, 1, '_yoast_wpseo_linkdex', '43'),
(15400, 1, '_yoast_wpseo_content_score', '30'),
(15401, 1, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(15403, 1987, 'solution', 'All good, mail sent.'),
(15404, 1987, 'success', '1'),
(15405, 1987, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(15406, 1987, 'to_header', 'evans@walkproduction.com'),
(15407, 1987, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(15408, 1987, 'original_to', 'evans@walkproduction.com'),
(15409, 1987, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(15410, 1987, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Yoast SEO (from version 16.3 to 16.4)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(15411, 1987, 'original_headers', ''),
(15412, 1987, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR01CA0161.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 1 Jun 2021 12:16:53 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR01CA0161.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR01CA0161.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<evans@walkproduction.com>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: text/plain; charset=UTF-8\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: evans@walkproduction.com\r\nMessage-Id: <3acf10e6435bf4a6712e188a3da961c5@intelligentaqua.com.my>\r\nSubject: [Intelligent Aqua] Some plugins were automatically updated\r\nDate: Tue, 01 Jun 2021 12:16:54 +0000\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHowdy! Some plugins have automatically updated to their latest versions=\r\n on your site at https://intelligentaqua.com.my. No further action is ne=\r\neded on your part.=0A=0A=0AThese plugins are now up to date:=0A- Yoast S=\r\nEO (from version 16.3 to 16.4)=0A=0A=0AIf you experience any issues or n=\r\need support, the volunteers in the WordPress.org support forums may be a=\r\nble to help.=0Ahttps://wordpress.org/support/forums/=0A=0AThe WordPress=\r\n Team\r\n.\r\n250 2.0.0 OK <3acf10e6435bf4a6712e188a3da961c5@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(15413, 1988, 'solution', 'All good, mail sent.'),
(15414, 1988, 'success', '1'),
(15415, 1988, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(15416, 1988, 'to_header', 'evans@walkproduction.com'),
(15417, 1988, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(15418, 1988, 'original_to', 'evans@walkproduction.com'),
(15419, 1988, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(15420, 1988, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.7.0 to 4.7.1)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(15421, 1988, 'original_headers', ''),
(15422, 1988, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR06CA0120.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 7 Jun 2021 12:26:31 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR06CA0120.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR06CA0120.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<evans@walkproduction.com>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: text/plain; charset=UTF-8\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: evans@walkproduction.com\r\nMessage-Id: <7a30484b47749c524539f037ed163842@intelligentaqua.com.my>\r\nSubject: [Intelligent Aqua] Some plugins were automatically updated\r\nDate: Mon, 07 Jun 2021 12:26:31 +0000\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHowdy! Some plugins have automatically updated to their latest versions=\r\n on your site at https://intelligentaqua.com.my. No further action is ne=\r\neded on your part.=0A=0A=0AThese plugins are now up to date:=0A- Essenti=\r\nal Addons for Elementor (from version 4.7.0 to 4.7.1)=0A=0A=0AIf you exp=\r\nerience any issues or need support, the volunteers in the WordPress.org=\r\n support forums may be able to help.=0Ahttps://wordpress.org/support/for=\r\nums/=0A=0AThe WordPress Team\r\n.\r\n250 2.0.0 OK <7a30484b47749c524539f037ed163842@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(15423, 1989, 'solution', 'All good, mail sent.'),
(15424, 1989, 'success', '1'),
(15425, 1989, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(15426, 1989, 'to_header', 'evans@walkproduction.com'),
(15427, 1989, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(15428, 1989, 'original_to', 'evans@walkproduction.com'),
(15429, 1989, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(15430, 1989, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- WP-Optimize - Clean, Compress, Cache (from version 3.1.9 to 3.1.10)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(15431, 1989, 'original_headers', ''),
(15432, 1989, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR04CA0138.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 8 Jun 2021 00:22:45 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0138.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0138.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<evans@walkproduction.com>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: text/plain; charset=UTF-8\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: evans@walkproduction.com\r\nMessage-Id: <3982db2674cd4e1142a31757ce891f74@intelligentaqua.com.my>\r\nSubject: [Intelligent Aqua] Some plugins were automatically updated\r\nDate: Tue, 08 Jun 2021 00:22:45 +0000\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHowdy! Some plugins have automatically updated to their latest versions=\r\n on your site at https://intelligentaqua.com.my. No further action is ne=\r\neded on your part.=0A=0A=0AThese plugins are now up to date:=0A- WP-Opti=\r\nmize - Clean, Compress, Cache (from version 3.1.9 to 3.1.10)=0A=0A=0AIf=\r\n you experience any issues or need support, the volunteers in the WordPr=\r\ness.org support forums may be able to help.=0Ahttps://wordpress.org/supp=\r\nort/forums/=0A=0AThe WordPress Team\r\n.\r\n250 2.0.0 OK <3982db2674cd4e1142a31757ce891f74@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(15433, 1990, 'solution', 'All good, mail sent.'),
(15434, 1990, 'success', '1'),
(15435, 1990, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(15436, 1990, 'to_header', 'fakhira@pitech.com.my'),
(15437, 1990, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(15438, 1990, 'original_to', 'fakhira@pitech.com.my'),
(15439, 1990, 'original_subject', 'New message from Intelligent Aqua'),
(15440, 1990, 'original_message', 'CONTACT FORM<br/><br/>\nNAME: PARTHIBAN A/L RANGARAJO<br/>\nCOMPANY: <br/>\nPHONE: <br/>\nEMAIL: rangarajoparthiban@gmail.com<br/>\nMESSAGE:<br/><br/>\nI have see job in Facebook for project engineer, previously I have experience in waste water treatment plant in hartalega'),
(15441, 1990, 'original_headers', 'From: PARTHIBAN A/L RANGARAJO <rangarajoparthiban@gmail.com>\r\nReply-To: \r\nContent-Type: text/html; charset=UTF-8\r\n'),
(15442, 1990, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR06CA0229.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 8 Jun 2021 03:23:23 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR06CA0229.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR06CA0229.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<fakhira@pitech.com.my>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: text/html; charset=UTF-8\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: fakhira@pitech.com.my\r\nMessage-Id: <b23df00a0aafc6c0f2e2466bfbaf3e6d@intelligentaqua.com.my>\r\nSubject: New message from Intelligent Aqua\r\nDate: Tue, 08 Jun 2021 03:23:22 +0000\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nCONTACT FORM<br/><br/>=0ANAME: PARTHIBAN A/L RANGARAJO<br/>=0ACOMPANY: <=\r\nbr/>=0APHONE: <br/>=0AEMAIL: rangarajoparthiban@gmail.com<br/>=0AMESSAGE=\r\n:<br/><br/>=0AI have see job in Facebook for project engineer, previousl=\r\ny I have experience in waste water treatment plant in hartalega\r\n.\r\n250 2.0.0 OK <b23df00a0aafc6c0f2e2466bfbaf3e6d@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(15443, 1991, 'solution', 'All good, mail sent.'),
(15444, 1991, 'success', '1'),
(15445, 1991, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(15446, 1991, 'to_header', 'evans@walkproduction.com'),
(15447, 1991, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(15448, 1991, 'original_to', 'evans@walkproduction.com'),
(15449, 1991, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(15450, 1991, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- WP-Optimize - Clean, Compress, Cache (from version 3.1.10 to 3.1.11)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(15451, 1991, 'original_headers', ''),
(15452, 1991, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR01CA0124.outlook.office365.com Microsoft ESMTP MAIL Service ready at Wed, 9 Jun 2021 00:20:51 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR01CA0124.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR01CA0124.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<evans@walkproduction.com>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: text/plain; charset=UTF-8\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: evans@walkproduction.com\r\nMessage-Id: <2a7910290790c9cab82d28d6d1df4ed7@intelligentaqua.com.my>\r\nSubject: [Intelligent Aqua] Some plugins were automatically updated\r\nDate: Wed, 09 Jun 2021 00:20:51 +0000\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHowdy! Some plugins have automatically updated to their latest versions=\r\n on your site at https://intelligentaqua.com.my. No further action is ne=\r\neded on your part.=0A=0A=0AThese plugins are now up to date:=0A- WP-Opti=\r\nmize - Clean, Compress, Cache (from version 3.1.10 to 3.1.11)=0A=0A=0AIf=\r\n you experience any issues or need support, the volunteers in the WordPr=\r\ness.org support forums may be able to help.=0Ahttps://wordpress.org/supp=\r\nort/forums/=0A=0AThe WordPress Team\r\n.\r\n250 2.0.0 OK <2a7910290790c9cab82d28d6d1df4ed7@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(15478, 292, '_elementor_controls_usage', 'a:9:{s:15:"theme-site-logo";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:4:{s:7:"general";a:1:{s:11:"__dynamic__";a:1:{s:5:"count";i:2;}}s:5:"style";a:1:{s:19:"section_style_image";a:2:{s:5:"width";i:1;s:12:"width_mobile";i:1;}}s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:1;s:4:"link";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:1;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:5:{s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_line_height";i:1;s:22:"typography_font_family";i:1;}}}}s:12:"social-icons";a:3:{s:5:"count";i:2;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:1:{s:19:"section_social_icon";a:3:{s:16:"social_icon_list";i:2;s:5:"align";i:2;s:5:"shape";i:2;}}}}s:6:"column";a:3:{s:5:"count";i:14;s:15:"control_percent";i:0;s:8:"controls";a:2:{s:6:"layout";a:1:{s:6:"layout";a:4:{s:12:"_inline_size";i:14;s:19:"_inline_size_mobile";i:6;s:19:"_inline_size_tablet";i:3;s:16:"content_position";i:2;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:13:"margin_tablet";i:1;s:13:"margin_mobile";i:2;s:7:"padding";i:1;s:14:"padding_mobile";i:1;}}}}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:5:{s:5:"image";i:1;s:10:"image_size";i:1;s:7:"link_to";i:1;s:4:"link";i:1;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:3:{s:5:"width";i:1;s:5:"space";i:1;s:12:"width_mobile";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:17:"section_structure";a:1:{s:9:"structure";i:3;}s:14:"section_layout";a:5:{s:3:"gap";i:1;s:8:"html_tag";i:1;s:6:"height";i:1;s:13:"custom_height";i:1;s:16:"content_position";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:4:{s:6:"margin";i:1;s:7:"padding";i:2;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;}}s:5:"style";a:2:{s:14:"section_border";a:2:{s:12:"border_width";i:1;s:12:"border_color";i:1;}s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}}}s:7:"heading";a:3:{s:5:"count";i:7;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:5:{s:5:"title";i:7;s:11:"header_size";i:7;s:5:"align";i:5;s:12:"align_mobile";i:5;s:4:"link";i:4;}}s:5:"style";a:1:{s:19:"section_title_style";a:6:{s:21:"typography_typography";i:7;s:20:"typography_font_size";i:7;s:22:"typography_font_weight";i:7;s:22:"typography_font_family";i:7;s:25:"typography_text_transform";i:5;s:29:"typography_line_height_mobile";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:2:{s:8:"_padding";i:2;s:15:"_padding_mobile";i:2;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";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:3:{s:17:"section_icon_list";a:2:{s:13:"space_between";i:2;s:10:"icon_align";i:1;}s:18:"section_icon_style";a:1:{s:9:"icon_size";i:2;}s:18:"section_text_style";a:8:{s:10:"text_color";i:1;s:11:"text_indent";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_font_weight";i:2;s:32:"icon_typography_font_size_tablet";i:1;s:27:"icon_typography_font_family";i:2;s:27:"icon_typography_line_height";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";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:2:{s:18:"section_custom_css";a:1:{s:10:"custom_css";i:1;}s:17:"_section_position";a:1:{s:21:"_element_custom_width";i:1;}}}}}'),
(15688, 138, '_edit_last', '2'),
(15689, 138, '_yoast_wpseo_focuskw', 'water treatment malaysia'),
(15690, 138, '_yoast_wpseo_title', 'Water Treatment Malaysia: IA is a Top Water Treatment System Malaysia');
INSERT INTO `wpfq_postmeta` VALUES
(15691, 138, '_yoast_wpseo_metadesc', 'IA is an innovative water treatment system that provide wastewater treatment, water treatment process & water treatment system in Malaysia.'),
(15692, 138, '_yoast_wpseo_linkdex', '53'),
(15702, 1560, '_wp_attachment_image_alt', 'water pollution in Malaysia'),
(15713, 167, '_oembed_d05e3f15f93cdd3b74d7c558c761db08', '<iframe title="12hr Relaxing Background for your Screen (No Sound) Water in Slow Motion @BackgroundVideoScreen" width="750" height="422" src="https://www.youtube.com/embed/6ceSAIauHsI?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>'),
(15714, 167, '_oembed_time_d05e3f15f93cdd3b74d7c558c761db08', '1623670863'),
(15724, 167, '_edit_last', '2'),
(15725, 167, '_yoast_wpseo_focuskw', 'technology'),
(15726, 167, '_yoast_wpseo_title', 'Adsorption Technology for Water Purification Malaysia | Intelligent Aqua'),
(15727, 167, '_yoast_wpseo_metadesc', 'Intelligent Aqua is a Malaysian-invented technology that blends adsorption techniques to purify contaminated and polluted water.'),
(15728, 167, '_yoast_wpseo_linkdex', '47'),
(15729, 167, '_yoast_wpseo_content_score', '60'),
(15730, 167, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(15749, 1909, '_yoast_wpseo_focuskw', 'terms'),
(15750, 1909, '_yoast_wpseo_title', 'Discover Innovative Water Treatment in Malaysia | IA Terms of Use'),
(15751, 1909, '_yoast_wpseo_metadesc', 'By using this site, you agree to follow Intelligent Aqua''s terms and conditions concerning the "Terms of Use" and our Privacy Policy.'),
(15752, 1909, '_yoast_wpseo_linkdex', '69'),
(15771, 286, '_edit_last', '2'),
(15772, 286, '_yoast_wpseo_focuskw', 'resources'),
(15774, 286, '_yoast_wpseo_linkdex', '47'),
(15775, 286, '_yoast_wpseo_content_score', '30'),
(15776, 286, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(15786, 1904, '_yoast_wpseo_focuskw', 'privacy policy'),
(15787, 1904, '_yoast_wpseo_title', 'Privacy as the Best Policy in Malaysia | Intelligent Aqua'),
(15788, 1904, '_yoast_wpseo_metadesc', 'Intelligent Aqua takes exemplary caution to protect your information, and this privacy notice discloses all you need to know.'),
(15789, 1904, '_yoast_wpseo_linkdex', '61'),
(15808, 186, '_edit_last', '2'),
(15809, 186, '_yoast_wpseo_title', 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua'),
(15810, 186, '_yoast_wpseo_metadesc', 'Contact IA''s team of experts if you are interested, curious, or wish to discuss specific challenges and projects in Malaysia.'),
(15811, 186, '_yoast_wpseo_focuskw', 'contact'),
(15812, 186, '_yoast_wpseo_linkdex', '17'),
(15831, 274, '_edit_last', '2'),
(15832, 274, '_yoast_wpseo_focuskw', 'news'),
(15833, 274, '_yoast_wpseo_title', 'Intelligent Aqua: News & Blogs'),
(15834, 274, '_yoast_wpseo_metadesc', 'Check out the latest water treatment system and solution news in Intelligent Aqua blog.'),
(15835, 274, '_yoast_wpseo_linkdex', '42'),
(15836, 274, '_yoast_wpseo_content_score', '30'),
(15837, 274, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(15847, 13, '_edit_last', '2'),
(15848, 13, '_yoast_wpseo_focuskw', 'water treatment plant'),
(15849, 13, '_yoast_wpseo_metadesc', 'IA is a water treatment company in Malaysia that purifying water and wastewater. Water Treatment Plant. Sewage Water Treatment Plant.'),
(15850, 13, '_yoast_wpseo_linkdex', '48'),
(15860, 13, '_yoast_wpseo_title', 'Intelligent Aqua: Water Treatment Plant Malaysia | Sewage Treatment Plant'),
(15888, 112, '_edit_last', '2'),
(15889, 112, '_yoast_wpseo_focuskw', 'water treatment plant Malaysia'),
(15890, 112, '_yoast_wpseo_title', 'Water Treatment Plant in Malaysia & Its Technology | Intelligent Aqua'),
(15891, 112, '_yoast_wpseo_metadesc', 'Intelligent Aqua is a Malaysian-based water treatment plant tackling the problems surrounding water purification with our ingenious technology.'),
(15892, 112, '_yoast_wpseo_linkdex', '49'),
(15912, 286, '_yoast_wpseo_title', 'Resources On Wastewater Treatment & Its Challenges | Intelligent Aqua'),
(15913, 286, '_yoast_wpseo_metadesc', 'Learn about the dire effects of water pollution and why wastewater treatment is so important with these resources.'),
(15924, 123, '_edit_last', '2'),
(15925, 123, '_yoast_wpseo_focuskw', 'corporate info'),
(15926, 123, '_yoast_wpseo_title', 'Corporate Info On IA''s Water Treatment Plant | Intelligent Aqua'),
(15927, 123, '_yoast_wpseo_linkdex', '61'),
(15928, 123, '_yoast_wpseo_content_score', '30'),
(15929, 123, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(15930, 123, '_yoast_wpseo_metadesc', 'Here''s a deep dive into IA''s corporate information and optics, including our companies, board of directors, and how we can help you.'),
(15931, 2038, 'solution', 'All good, mail sent.'),
(15932, 2038, 'success', '1'),
(15933, 2038, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(15934, 2038, 'to_header', 'evans@walkproduction.com'),
(15935, 2038, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(15936, 2038, 'original_to', 'evans@walkproduction.com'),
(15937, 2038, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(15938, 2038, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.7.1 to 4.7.2)\n- Yoast SEO (from version 16.4 to 16.5)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(15939, 2038, 'original_headers', ''),
(15940, 2038, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR03CA0130.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 15 Jun 2021 12:20:13 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0130.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0130.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<evans@walkproduction.com>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: text/plain; charset=UTF-8\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: evans@walkproduction.com\r\nMessage-Id: <10b24a5259c73b8083ac70bb1b3e44d5@intelligentaqua.com.my>\r\nSubject: [Intelligent Aqua] Some plugins were automatically updated\r\nDate: Tue, 15 Jun 2021 12:20:13 +0000\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHowdy! Some plugins have automatically updated to their latest versions=\r\n on your site at https://intelligentaqua.com.my. No further action is ne=\r\neded on your part.=0A=0A=0AThese plugins are now up to date:=0A- Essenti=\r\nal Addons for Elementor (from version 4.7.1 to 4.7.2)=0A- Yoast SEO (fro=\r\nm version 16.4 to 16.5)=0A=0A=0AIf you experience any issues or need sup=\r\nport, the volunteers in the WordPress.org support forums may be able to=\r\n help.=0Ahttps://wordpress.org/support/forums/=0A=0AThe WordPress Team\r\n.\r\n250 2.0.0 OK <10b24a5259c73b8083ac70bb1b3e44d5@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(15941, 2039, 'solution', 'All good, mail sent.'),
(15942, 2039, 'success', '1'),
(15943, 2039, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(15944, 2039, 'to_header', 'evans@walkproduction.com'),
(15945, 2039, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(15946, 2039, 'original_to', 'evans@walkproduction.com'),
(15947, 2039, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(15948, 2039, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- LoginPress - Customizing the WordPress Login (from version 1.5.3 to 1.5.4)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(15949, 2039, 'original_headers', ''),
(15950, 2039, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR01CA0174.outlook.office365.com Microsoft ESMTP MAIL Service ready at Wed, 16 Jun 2021 13:29:42 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR01CA0174.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR01CA0174.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<evans@walkproduction.com>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: text/plain; charset=UTF-8\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: evans@walkproduction.com\r\nMessage-Id: <93ba53ce0cf6421c961d0bcc41ca9c99@intelligentaqua.com.my>\r\nSubject: [Intelligent Aqua] Some plugins were automatically updated\r\nDate: Wed, 16 Jun 2021 13:29:42 +0000\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHowdy! Some plugins have automatically updated to their latest versions=\r\n on your site at https://intelligentaqua.com.my. No further action is ne=\r\neded on your part.=0A=0A=0AThese plugins are now up to date:=0A- LoginPr=\r\ness - Customizing the WordPress Login (from version 1.5.3 to 1.5.4)=0A=\r\n=0A=0AIf you experience any issues or need support, the volunteers in th=\r\ne WordPress.org support forums may be able to help.=0Ahttps://wordpress.=\r\norg/support/forums/=0A=0AThe WordPress Team\r\n.\r\n250 2.0.0 OK <93ba53ce0cf6421c961d0bcc41ca9c99@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(15951, 2040, 'solution', 'All good, mail sent.'),
(15952, 2040, 'success', '1'),
(15953, 2040, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(15954, 2040, 'to_header', 'evans@walkproduction.com'),
(15955, 2040, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(15956, 2040, 'original_to', 'evans@walkproduction.com'),
(15957, 2040, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(15958, 2040, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Elementor (from version 3.2.4 to 3.2.5)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(15959, 2040, 'original_headers', ''),
(15960, 2040, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR0302CA0001.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 17 Jun 2021 01:36:05 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR0302CA0001.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR0302CA0001.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<evans@walkproduction.com>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: text/plain; charset=UTF-8\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: evans@walkproduction.com\r\nMessage-Id: <32c7d4c4c85f7b15af5fcf3502b89dd4@intelligentaqua.com.my>\r\nSubject: [Intelligent Aqua] Some plugins were automatically updated\r\nDate: Thu, 17 Jun 2021 01:36:04 +0000\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHowdy! Some plugins have automatically updated to their latest versions=\r\n on your site at https://intelligentaqua.com.my. No further action is ne=\r\neded on your part.=0A=0A=0AThese plugins are now up to date:=0A- Element=\r\nor (from version 3.2.4 to 3.2.5)=0A=0A=0AIf you experience any issues or=\r\n need support, the volunteers in the WordPress.org support forums may be=\r\n able to help.=0Ahttps://wordpress.org/support/forums/=0A=0AThe WordPres=\r\ns Team\r\n.\r\n250 2.0.0 OK <32c7d4c4c85f7b15af5fcf3502b89dd4@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(15975, 2041, 'solution', 'All good, mail sent.'),
(15976, 2041, 'success', '1'),
(15977, 2041, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(15978, 2041, 'to_header', 'fakhira@pitech.com.my'),
(15979, 2041, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(15980, 2041, 'original_to', 'fakhira@pitech.com.my'),
(15981, 2041, 'original_subject', 'New message from Intelligent Aqua'),
(15982, 2041, 'original_message', 'CONTACT FORM<br/><br/>\nNAME: Jeny<br/>\nCOMPANY: Shijiazhuang ningshu trading co.,ltd<br/>\nPHONE: <br/>\nEMAIL: contact@ningshucn.com<br/>\nMESSAGE:<br/><br/>\nDear Sir/Madam,\r\n\r\n\r\nHave a nice day!\r\n\r\n\r\n\r\nWe can supply Natural Zeolite with high quality and competitive price.\r\n\r\nExported to Australia, Japan, UK, Korea, Singapore, Malaysia etc.\r\n\r\n\r\n\r\nNatural Zeolite\r\n\r\nColor: Pale green \r\n\r\nCEC: 180-186meq/100g\r\n\r\nSize: 60-80mesh, 100mesh, 150mesh, 200mesh, 20-40mesh, 0.8-1.5mm, 1-4mm, 3-6mm, 6-9mm etc.\r\n\r\nPackaging: 20kg or 25kg/bag or Jumbo bag, 24-25T/20''fcl.\r\n\r\nAdvantage: Adsorbs all toxic gases like unionized ammonia (NH3), hydrogen sulfide (H2S), methane (CH4) sulfur dioxide (SO2) etc,\r\n\r\n                    High efficacy of absorption, wet-absorbent and catalysis, eco-friendly, Large specific surface area, good adsorption...\r\n\r\n\r\n\r\nIf any interests or questions pls contact us directly.\r\n\r\n\r\n\r\nHope to be a partner with you.\r\n\r\nTks & Rgds,\r\n\r\nJeny'),
(15983, 2041, 'original_headers', 'From: Jeny <contact@ningshucn.com>\r\nReply-To: \r\nContent-Type: text/html; charset=UTF-8\r\n'),
(15984, 2041, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SI2P153CA0013.outlook.office365.com Microsoft ESMTP MAIL Service ready at Fri, 18 Jun 2021 01:11:14 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SI2P153CA0013.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SI2P153CA0013.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<fakhira@pitech.com.my>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: text/html; charset=UTF-8\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: fakhira@pitech.com.my\r\nMessage-Id: <b8ab25efa48ba2eba37aa7cfaa92d211@intelligentaqua.com.my>\r\nSubject: New message from Intelligent Aqua\r\nDate: Fri, 18 Jun 2021 01:11:14 +0000\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nCONTACT FORM<br/><br/>=0ANAME: Jeny<br/>=0ACOMPANY: Shijiazhuang ningshu=\r\n trading co.,ltd<br/>=0APHONE: <br/>=0AEMAIL: contact@ningshucn.com<br/>=\r\n=0AMESSAGE:<br/><br/>=0ADear Sir/Madam,=0D=0A=0D=0A=0D=0AHave a nice day=\r\n!=0D=0A=0D=0A=0D=0A=0D=0AWe can supply Natural Zeolite with high quality=\r\n and competitive price.=0D=0A=0D=0AExported to Australia, Japan, UK, Kor=\r\nea, Singapore, Malaysia etc.=0D=0A=0D=0A=0D=0A=0D=0ANatural Zeolite=0D=\r\n=0A=0D=0AColor: Pale green =0D=0A=0D=0ACEC: 180-186meq/100g=0D=0A=0D=0AS=\r\nize: 60-80mesh, 100mesh, 150mesh, 200mesh, 20-40mesh, 0.8-1.5mm, 1-4mm,=\r\n 3-6mm, 6-9mm etc.=0D=0A=0D=0APackaging: 20kg or 25kg/bag or Jumbo bag,=\r\n 24-25T/20''fcl.=0D=0A=0D=0AAdvantage: Adsorbs all toxic gases like union=\r\nized ammonia (NH3), hydrogen sulfide (H2S), methane (CH4) sulfur dioxide=\r\n (SO2) etc,=0D=0A=0D=0A                    High efficacy of absorption,=\r\n wet-absorbent and catalysis, eco-friendly, Large specific surface area,=\r\n good adsorption...=0D=0A=0D=0A=0D=0A=0D=0AIf any interests or questions=\r\n pls contact us directly.=0D=0A=0D=0A=0D=0A=0D=0AHope to be a partner wi=\r\nth you.=0D=0A=0D=0ATks & Rgds,=0D=0A=0D=0AJeny\r\n.\r\n250 2.0.0 OK <b8ab25efa48ba2eba37aa7cfaa92d211@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(15987, 2042, 'solution', 'All good, mail sent.'),
(15988, 2042, 'success', '1'),
(15989, 2042, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(15990, 2042, 'to_header', 'evans@walkproduction.com'),
(15991, 2042, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(15992, 2042, 'original_to', 'evans@walkproduction.com'),
(15993, 2042, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(15994, 2042, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.7.2 to 4.7.3)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(15995, 2042, 'original_headers', ''),
(15996, 2042, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR06CA0166.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 21 Jun 2021 12:12:31 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR06CA0166.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR06CA0166.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<evans@walkproduction.com>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: text/plain; charset=UTF-8\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: evans@walkproduction.com\r\nMessage-Id: <58d1860f869df2a64f14087fe2d801a6@intelligentaqua.com.my>\r\nSubject: [Intelligent Aqua] Some plugins were automatically updated\r\nDate: Mon, 21 Jun 2021 12:12:31 +0000\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHowdy! Some plugins have automatically updated to their latest versions=\r\n on your site at https://intelligentaqua.com.my. No further action is ne=\r\neded on your part.=0A=0A=0AThese plugins are now up to date:=0A- Essenti=\r\nal Addons for Elementor (from version 4.7.2 to 4.7.3)=0A=0A=0AIf you exp=\r\nerience any issues or need support, the volunteers in the WordPress.org=\r\n support forums may be able to help.=0Ahttps://wordpress.org/support/for=\r\nums/=0A=0AThe WordPress Team\r\n.\r\n250 2.0.0 OK <58d1860f869df2a64f14087fe2d801a6@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(15997, 2043, 'solution', 'All good, mail sent.'),
(15998, 2043, 'success', '1'),
(15999, 2043, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16000, 2043, 'to_header', 'evans@walkproduction.com'),
(16001, 2043, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16002, 2043, 'original_to', 'evans@walkproduction.com'),
(16003, 2043, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16004, 2043, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.7.3 to 4.7.4)\n- Yoast SEO (from version 16.5 to 16.6)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16005, 2043, 'original_headers', ''),
(16006, 2043, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR04CA0183.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 29 Jun 2021 12:50:06 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0183.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0183.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<evans@walkproduction.com>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: text/plain; charset=UTF-8\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: evans@walkproduction.com\r\nMessage-Id: <762f59dda6ff4a5ff7c841daedc43765@intelligentaqua.com.my>\r\nSubject: [Intelligent Aqua] Some plugins were automatically updated\r\nDate: Tue, 29 Jun 2021 12:50:05 +0000\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHowdy! Some plugins have automatically updated to their latest versions=\r\n on your site at https://intelligentaqua.com.my. No further action is ne=\r\neded on your part.=0A=0A=0AThese plugins are now up to date:=0A- Essenti=\r\nal Addons for Elementor (from version 4.7.3 to 4.7.4)=0A- Yoast SEO (fro=\r\nm version 16.5 to 16.6)=0A=0A=0AIf you experience any issues or need sup=\r\nport, the volunteers in the WordPress.org support forums may be able to=\r\n help.=0Ahttps://wordpress.org/support/forums/=0A=0AThe WordPress Team\r\n.\r\n250 2.0.0 OK <762f59dda6ff4a5ff7c841daedc43765@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(16010, 1, '_wp_old_slug', 'water-pollution-conservation'),
(16013, 266, '_wp_old_slug', 'water-purification-and-challenges'),
(16044, 2047, 'solution', 'All good, mail sent.'),
(16045, 2047, 'success', '1'),
(16046, 2047, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16047, 2047, 'to_header', 'evans@walkproduction.com'),
(16048, 2047, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16049, 2047, 'original_to', 'evans@walkproduction.com'),
(16050, 2047, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16051, 2047, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Yoast SEO (from version 16.6 to 16.6.1)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16052, 2047, 'original_headers', ''),
(16053, 2047, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR04CA0179.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 1 Jul 2021 12:25:19 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0179.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0179.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<evans@walkproduction.com>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: text/plain; charset=UTF-8\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: evans@walkproduction.com\r\nMessage-Id: <a7a871bb47ebdaed574cc9a7037a3c35@intelligentaqua.com.my>\r\nSubject: [Intelligent Aqua] Some plugins were automatically updated\r\nDate: Thu, 01 Jul 2021 12:25:19 +0000\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHowdy! Some plugins have automatically updated to their latest versions=\r\n on your site at https://intelligentaqua.com.my. No further action is ne=\r\neded on your part.=0A=0A=0AThese plugins are now up to date:=0A- Yoast S=\r\nEO (from version 16.6 to 16.6.1)=0A=0A=0AIf you experience any issues or=\r\n need support, the volunteers in the WordPress.org support forums may be=\r\n able to help.=0Ahttps://wordpress.org/support/forums/=0A=0AThe WordPres=\r\ns Team\r\n.\r\n250 2.0.0 OK <a7a871bb47ebdaed574cc9a7037a3c35@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(16054, 2048, 'solution', 'All good, mail sent.'),
(16055, 2048, 'success', '1'),
(16056, 2048, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16057, 2048, 'to_header', 'evans@walkproduction.com'),
(16058, 2048, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16059, 2048, 'original_to', 'evans@walkproduction.com'),
(16060, 2048, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16061, 2048, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.7.4 to 4.7.5)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16062, 2048, 'original_headers', ''),
(16063, 2048, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR02CA0110.outlook.office365.com Microsoft ESMTP MAIL Service ready at Wed, 7 Jul 2021 12:43:04 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR02CA0110.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR02CA0110.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<evans@walkproduction.com>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: text/plain; charset=UTF-8\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: evans@walkproduction.com\r\nMessage-Id: <101661defcaddf548b64d6a93d2ebee5@intelligentaqua.com.my>\r\nSubject: [Intelligent Aqua] Some plugins were automatically updated\r\nDate: Wed, 07 Jul 2021 12:43:04 +0000\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHowdy! Some plugins have automatically updated to their latest versions=\r\n on your site at https://intelligentaqua.com.my. No further action is ne=\r\neded on your part.=0A=0A=0AThese plugins are now up to date:=0A- Essenti=\r\nal Addons for Elementor (from version 4.7.4 to 4.7.5)=0A=0A=0AIf you exp=\r\nerience any issues or need support, the volunteers in the WordPress.org=\r\n support forums may be able to help.=0Ahttps://wordpress.org/support/for=\r\nums/=0A=0AThe WordPress Team\r\n.\r\n250 2.0.0 OK <101661defcaddf548b64d6a93d2ebee5@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(16078, 33, '_wp_attachment_image_alt', 'water treatment plant'),
(16088, 13, '_thumbnail_id', '33'),
(16106, 1581, '_wp_attachment_image_alt', 'water treatment malaysia'),
(16125, 138, '_thumbnail_id', '1581'),
(16128, 1, '_yoast_wpseo_title', 'Making 2021 the year of water conservation'),
(16129, 1, '_yoast_wpseo_metadesc', 'A growing number of studies point to increasing drinking water pollution by microplastics and a range of chemicals from plastic'),
(16147, 266, '_wp_old_slug', 'water-purification-malaysia'),
(16150, 1, '_wp_old_slug', 'water-pollution-malaysia'),
(16170, 2064, 'solution', 'All good, mail sent.'),
(16171, 2064, 'success', '1'),
(16172, 2064, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16173, 2064, 'to_header', 'evans@walkproduction.com'),
(16174, 2064, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16175, 2064, 'original_to', 'evans@walkproduction.com'),
(16176, 2064, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16177, 2064, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.7.5 to 4.8.0)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16178, 2064, 'original_headers', ''),
(16179, 2064, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR04CA0176.outlook.office365.com Microsoft ESMTP MAIL Service ready at Wed, 14 Jul 2021 12:53:04 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0176.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0176.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<evans@walkproduction.com>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: text/plain; charset=UTF-8\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: evans@walkproduction.com\r\nMessage-Id: <55e001f67ad42f0a867c66b34c3ad90c@intelligentaqua.com.my>\r\nSubject: [Intelligent Aqua] Some plugins were automatically updated\r\nDate: Wed, 14 Jul 2021 12:53:04 +0000\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHowdy! Some plugins have automatically updated to their latest versions=\r\n on your site at https://intelligentaqua.com.my. No further action is ne=\r\neded on your part.=0A=0A=0AThese plugins are now up to date:=0A- Essenti=\r\nal Addons for Elementor (from version 4.7.5 to 4.8.0)=0A=0A=0AIf you exp=\r\nerience any issues or need support, the volunteers in the WordPress.org=\r\n support forums may be able to help.=0Ahttps://wordpress.org/support/for=\r\nums/=0A=0AThe WordPress Team\r\n.\r\n250 2.0.0 OK <55e001f67ad42f0a867c66b34c3ad90c@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(16180, 2066, '_edit_lock', '1635238157:2'),
(16181, 2066, '_edit_last', '2'),
(16182, 2066, '_yoast_wpseo_content_score', '60'),
(16183, 2066, '_yoast_wpseo_estimated-reading-time-minutes', '6'),
(16184, 2070, '_wp_attached_file', '2021/07/Water-Purification-Systems-to-Meet-Industrial-Needs-scaled.jpg'),
(16185, 2070, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:70:"2021/07/Water-Purification-Systems-to-Meet-Industrial-Needs-scaled.jpg";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:63:"Water-Purification-Systems-to-Meet-Industrial-Needs-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:64:"Water-Purification-Systems-to-Meet-Industrial-Needs-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:63:"Water-Purification-Systems-to-Meet-Industrial-Needs-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:63:"Water-Purification-Systems-to-Meet-Industrial-Needs-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:65:"Water-Purification-Systems-to-Meet-Industrial-Needs-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:65:"Water-Purification-Systems-to-Meet-Industrial-Needs-2048x1365.jpg";s:5:"width";i:2048;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:65:"Water-Purification-Systems-to-Meet-Industrial-Needs-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:55:"Water-Purification-Systems-to-Meet-Industrial-Needs.jpg";}'),
(16186, 2070, '_wp_attachment_image_alt', 'Water Purification Systems to Meet Industrial Needs'),
(16187, 2071, '_wp_attached_file', '2021/07/Where-Our-Water-Comes-From.jpg'),
(16188, 2071, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:1282;s:4:"file";s:38:"2021/07/Where-Our-Water-Comes-From.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:38:"Where-Our-Water-Comes-From-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:39:"Where-Our-Water-Comes-From-1024x684.jpg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:38:"Where-Our-Water-Comes-From-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:38:"Where-Our-Water-Comes-From-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:40:"Where-Our-Water-Comes-From-1536x1026.jpg";s:5:"width";i:1536;s:6:"height";i:1026;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:40:"Where-Our-Water-Comes-From-1568x1047.jpg";s:5:"width";i:1568;s:6:"height";i:1047;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:2:"18";s:6:"credit";s:0:"";s:6:"camera";s:7:"ILCE-7S";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"41";s:3:"iso";s:4:"1000";s:13:"shutter_speed";s:1:"1";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(16189, 2071, '_wp_attachment_image_alt', 'Where Our Water Comes From'),
(16190, 2073, '_wp_attached_file', '2021/07/How-Water-Purification-Works-with-Intelligent-Aqua-scaled.jpg'),
(16191, 2073, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:69:"2021/07/How-Water-Purification-Works-with-Intelligent-Aqua-scaled.jpg";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:62:"How-Water-Purification-Works-with-Intelligent-Aqua-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:63:"How-Water-Purification-Works-with-Intelligent-Aqua-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:62:"How-Water-Purification-Works-with-Intelligent-Aqua-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:62:"How-Water-Purification-Works-with-Intelligent-Aqua-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:64:"How-Water-Purification-Works-with-Intelligent-Aqua-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:64:"How-Water-Purification-Works-with-Intelligent-Aqua-2048x1365.jpg";s:5:"width";i:2048;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:64:"How-Water-Purification-Works-with-Intelligent-Aqua-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:54:"How-Water-Purification-Works-with-Intelligent-Aqua.jpg";}'),
(16192, 2073, '_wp_attachment_image_alt', 'How Water Purification Works with Intelligent Aqua'),
(16193, 2074, '_wp_attached_file', '2021/07/How-IA-Water-Purification-System-Removes-Impurities-with-Adsorption-Techniques.jpg'),
(16194, 2074, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:1265;s:4:"file";s:90:"2021/07/How-IA-Water-Purification-System-Removes-Impurities-with-Adsorption-Techniques.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:90:"How-IA-Water-Purification-System-Removes-Impurities-with-Adsorption-Techniques-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:91:"How-IA-Water-Purification-System-Removes-Impurities-with-Adsorption-Techniques-1024x675.jpg";s:5:"width";i:1024;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:90:"How-IA-Water-Purification-System-Removes-Impurities-with-Adsorption-Techniques-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:90:"How-IA-Water-Purification-System-Removes-Impurities-with-Adsorption-Techniques-768x506.jpg";s:5:"width";i:768;s:6:"height";i:506;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:92:"How-IA-Water-Purification-System-Removes-Impurities-with-Adsorption-Techniques-1536x1012.jpg";s:5:"width";i:1536;s:6:"height";i:1012;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:92:"How-IA-Water-Purification-System-Removes-Impurities-with-Adsorption-Techniques-1568x1033.jpg";s:5:"width";i:1568;s:6:"height";i:1033;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D610";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"55";s:3:"iso";s:4:"1000";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(16195, 2074, '_wp_attachment_image_alt', 'How IA Water Purification System Removes Impurities with Adsorption Techniques'),
(16196, 2075, '_wp_attached_file', '2021/07/Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable--scaled.jpg'),
(16197, 2075, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:77:"2021/07/Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable--scaled.jpg";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:70:"Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable--300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:71:"Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable--1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:70:"Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable--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:70:"Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable--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:72:"Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable--1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:72:"Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable--2048x1365.jpg";s:5:"width";i:2048;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:72:"Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable--1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:62:"Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable-.jpg";}'),
(16198, 2075, '_wp_attachment_image_alt', 'Water Purification How Water Goes from Dirty to Drinkable'),
(16199, 2066, '_thumbnail_id', '2075'),
(16200, 2083, '_edit_lock', '1635238144:2'),
(16201, 2083, '_edit_last', '2'),
(16202, 2083, '_yoast_wpseo_content_score', '60'),
(16203, 2083, '_yoast_wpseo_estimated-reading-time-minutes', '5'),
(16204, 2087, '_wp_attached_file', '2021/07/What-is-Water-Pollution-scaled.jpg'),
(16205, 2087, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1703;s:4:"file";s:42:"2021/07/What-is-Water-Pollution-scaled.jpg";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:35:"What-is-Water-Pollution-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"What-is-Water-Pollution-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:35:"What-is-Water-Pollution-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:"What-is-Water-Pollution-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:37:"What-is-Water-Pollution-1536x1022.jpg";s:5:"width";i:1536;s:6:"height";i:1022;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:37:"What-is-Water-Pollution-2048x1363.jpg";s:5:"width";i:2048;s:6:"height";i:1363;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:37:"What-is-Water-Pollution-1568x1043.jpg";s:5:"width";i:1568;s:6:"height";i:1043;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"6.3";s:6:"credit";s:16:"SERGEJ SVERDELOV";s:6:"camera";s:10:"NIKON D700";s:7:"caption";s:43:"clear water flows from a pipe into the sea.";s:17:"created_timestamp";s:10:"1424251234";s:9:"copyright";s:14:"SVERDELOV SERG";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:8:"0.000625";s:5:"title";s:42:"clear water flows from a pipe into the sea";s:11:"orientation";s:1:"1";s:8:"keywords";a:50:{i:0;s:5:"clear";i:1;s:5:"water";i:2;s:4:"pipe";i:3;s:3:"sea";i:4;s:9:"pollution";i:5;s:5:"dirty";i:6;s:6:"nature";i:7;s:11:"environment";i:8;s:5:"canal";i:9;s:8:"pipeline";i:10;s:7:"pollute";i:11;s:7:"pouring";i:12;s:6:"danger";i:13;s:7:"factory";i:14;s:8:"industry";i:15;s:10:"unhygienic";i:16;s:8:"outdoors";i:17;s:6:"sewage";i:18;s:10:"water pipe";i:19;s:15:"water pollution";i:20;s:7:"illness";i:21;s:14:"climate change";i:22;s:11:"downloading";i:23;s:5:"earth";i:24;s:13:"environmental";i:25;s:10:"exhaustion";i:26;s:11:"health care";i:27;s:11:"color image";i:28;s:5:"drain";i:29;s:8:"drinking";i:30;s:7:"flowing";i:31;s:5:"toxic";i:32;s:14:"drinking water";i:33;s:7:"garbage";i:34;s:23:"healthcare and medicine";i:35;s:6:"motion";i:36;s:13:"social issues";i:37;s:6:"stream";i:38;s:5:"waste";i:39;s:10:"background";i:40;s:3:"day";i:41;s:9:"no people";i:42;s:5:"plant";i:43;s:6:"travel";i:44;s:29:"business finance and industry";i:45;s:15:"climate control";i:46;s:20:"environmental damage";i:47;s:20:"environmental issues";i:48;s:13:"health issues";i:49;s:14:"human interest";}}s:14:"original_image";s:27:"What-is-Water-Pollution.jpg";}'),
(16206, 2087, '_wp_attachment_image_alt', 'What is Water Pollution'),
(16207, 2089, '_wp_attached_file', '2021/07/Livestock-Farming-Agriculture-scaled.jpg'),
(16208, 2089, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:48:"2021/07/Livestock-Farming-Agriculture-scaled.jpg";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:41:"Livestock-Farming-Agriculture-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"Livestock-Farming-Agriculture-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:41:"Livestock-Farming-Agriculture-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:41:"Livestock-Farming-Agriculture-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:43:"Livestock-Farming-Agriculture-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:43:"Livestock-Farming-Agriculture-2048x1365.jpg";s:5:"width";i:2048;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:43:"Livestock-Farming-Agriculture-1568x1045.jpg";s:5:"width";i:1568;s:6:"height";i:1045;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"6.3";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D3500";s:7:"caption";s:95:". Extinction of fish because of contamination of the rivers and oceans. Sick fish at the coast.";s:17:"created_timestamp";s:10:"1562663289";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"55";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:6:"0.0025";s:5:"title";s:44:"Problem of environmental pollution and ocean";s:11:"orientation";s:1:"1";s:8:"keywords";a:48:{i:0;s:5:"catch";i:1;s:4:"pond";i:2;s:4:"oily";i:3;s:6:"summer";i:4;s:5:"hobby";i:5;s:10:"underwater";i:6;s:3:"one";i:7;s:4:"lake";i:8;s:5:"river";i:9;s:8:"cyprinid";i:10;s:10:"freshwater";i:11;s:5:"sport";i:12;s:9:"fisherman";i:13;s:5:"under";i:14;s:6:"family";i:15;s:6:"window";i:16;s:7:"species";i:17;s:5:"depth";i:18;s:7:"seeking";i:19;s:6:"oxygen";i:20;s:10:"industrial";i:21;s:4:"junk";i:22;s:4:"fish";i:23;s:5:"beach";i:24;s:11:"environment";i:25;s:7:"outdoor";i:26;s:4:"food";i:27;s:4:"kill";i:28;s:6:"health";i:29;s:5:"shore";i:30;s:7:"fishing";i:31;s:5:"dirty";i:32;s:7:"leisure";i:33;s:7:"ecology";i:34;s:8:"disaster";i:35;s:3:"sea";i:36;s:4:"life";i:37;s:10:"protection";i:38;s:4:"dead";i:39;s:9:"dangerous";i:40;s:6:"nature";i:41;s:5:"water";i:42;s:6:"animal";i:43;s:8:"wildlife";i:44;s:4:"wild";i:45;s:10:"background";i:46;s:9:"beautiful";i:47;s:7:"natural";}}s:14:"original_image";s:33:"Livestock-Farming-Agriculture.jpg";}'),
(16209, 2089, '_wp_attachment_image_alt', 'Livestock Farming & Agriculture'),
(16210, 2090, '_wp_attached_file', '2021/07/Economics.jpg'),
(16211, 2090, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1356;s:6:"height";i:904;s:4:"file";s:21:"2021/07/Economics.jpg";s:5:"sizes";a:4:{s:6:"medium";a:4:{s:4:"file";s:21:"Economics-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"Economics-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:21:"Economics-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:21:"Economics-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:3:"2.2";s:6:"credit";s:0:"";s:6:"camera";s:4:"X-T2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1548283975";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"90";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(16212, 2090, '_wp_attachment_image_alt', 'Economics'),
(16213, 2092, '_wp_attached_file', '2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg'),
(16214, 2092, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1000;s:4:"file";s:80:"2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg";s:5:"sizes";a:4:{s:6:"medium";a:4:{s:4:"file";s:80:"Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:81:"Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:80:"Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions-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:80:"Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions-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:3:"2.5";s:6:"credit";s:0:"";s:6:"camera";s:13:"Canon EOS 80D";s:7:"caption";s:60:"Environmental pollution of plastic water bottle in the ocean";s:17:"created_timestamp";s:10:"1556712422";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:60:"Environmental pollution of plastic water bottle in the ocean";s:11:"orientation";s:1:"0";s:8:"keywords";a:55:{i:0;s:7:"aquatic";i:1;s:3:"bag";i:2;s:5:"beach";i:3;s:4:"blue";i:4;s:6:"bottle";i:5;s:7:"carrier";i:6;s:5:"coast";i:7;s:12:"conservation";i:8;s:13:"contamination";i:9;s:5:"coral";i:10;s:11:"coral polyp";i:11;s:10:"coral reef";i:12;s:15:"coral reef fish";i:13;s:6:"damage";i:14;s:6:"debris";i:15;s:5:"dirty";i:16;s:9:"discarded";i:17;s:4:"dump";i:18;s:7:"ecology";i:19;s:11:"environment";i:20;s:13:"environmental";i:21;s:4:"fish";i:22;s:8:"floating";i:23;s:7:"garbage";i:24;s:9:"ghost net";i:25;s:6:"hazard";i:26;s:8:"industry";i:27;s:4:"junk";i:28;s:8:"landfill";i:29;s:4:"life";i:30;s:6:"litter";i:31;s:6:"marine";i:32;s:16:"marine pollution";i:33;s:6:"nature";i:34;s:5:"ocean";i:35;s:7:"plastic";i:36;s:8:"polluted";i:37;s:9:"pollution";i:38;s:7:"problem";i:39;s:7:"recycle";i:40;s:9:"recycling";i:41;s:3:"red";i:42;s:4:"reef";i:43;s:7:"rubbish";i:44;s:3:"sea";i:45;s:8:"sea food";i:46;s:7:"seafood";i:47;s:5:"straw";i:48;s:5:"trash";i:49;s:15:"treats to coral";i:50;s:8:"tropical";i:51;s:10:"underwater";i:52;s:5:"waste";i:53;s:5:"water";i:54;s:5:"white";}}}');
INSERT INTO `wpfq_postmeta` VALUES
(16215, 2092, '_wp_attachment_image_alt', 'Water Pollution Malaysia Its Dire Effects and Cause for Solutions'),
(16217, 2066, '_yoast_wpseo_focuskw', 'water purification malaysia'),
(16218, 2066, '_yoast_wpseo_title', 'Water Purification Malaysia: How Water Goes from Dirty to Drinkable'),
(16219, 2066, '_yoast_wpseo_metadesc', 'Thanks to water purification processes, we enjoy a seemingly endless supply of clean water for our everyday needs. But how does it work?'),
(16220, 2066, '_yoast_wpseo_linkdex', '73'),
(16221, 2083, '_yoast_wpseo_focuskw', 'water pollution malaysia'),
(16222, 2083, '_yoast_wpseo_title', 'Water Pollution Malaysia: Its Dire Effects and Cause for Solutions'),
(16223, 2083, '_yoast_wpseo_metadesc', 'Water pollution is an ever-present problem globally, and in Malaysia, we sometimes experience its effects firsthand. Learn more about this.'),
(16224, 2083, '_yoast_wpseo_linkdex', '77'),
(16225, 2105, 'solution', 'All good, mail sent.'),
(16226, 2105, 'success', '1'),
(16227, 2105, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16228, 2105, 'to_header', 'evans@walkproduction.com'),
(16229, 2105, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16230, 2105, 'original_to', 'evans@walkproduction.com'),
(16231, 2105, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16232, 2105, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.8.0 to 4.8.1)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16233, 2105, 'original_headers', ''),
(16234, 2105, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR02CA0002.outlook.office365.com Microsoft ESMTP MAIL Service ready at Sun, 18 Jul 2021 12:55:34 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR02CA0002.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR02CA0002.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<evans@walkproduction.com>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: text/plain; charset=UTF-8\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: evans@walkproduction.com\r\nMessage-Id: <289c8b3646800a5df6f9c4685b82af5b@intelligentaqua.com.my>\r\nSubject: [Intelligent Aqua] Some plugins were automatically updated\r\nDate: Sun, 18 Jul 2021 12:55:34 +0000\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHowdy! Some plugins have automatically updated to their latest versions=\r\n on your site at https://intelligentaqua.com.my. No further action is ne=\r\neded on your part.=0A=0A=0AThese plugins are now up to date:=0A- Essenti=\r\nal Addons for Elementor (from version 4.8.0 to 4.8.1)=0A=0A=0AIf you exp=\r\nerience any issues or need support, the volunteers in the WordPress.org=\r\n support forums may be able to help.=0Ahttps://wordpress.org/support/for=\r\nums/=0A=0AThe WordPress Team\r\n.\r\n250 2.0.0 OK <289c8b3646800a5df6f9c4685b82af5b@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(16235, 2106, 'solution', 'All good, mail sent.'),
(16236, 2106, 'success', '1'),
(16237, 2106, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16238, 2106, 'to_header', 'evans@walkproduction.com'),
(16239, 2106, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16240, 2106, 'original_to', 'evans@walkproduction.com'),
(16241, 2106, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16242, 2106, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Envato Elements (from version 2.0.8 to 2.0.9)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16243, 2106, 'original_headers', ''),
(16244, 2106, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR06CA0210.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 19 Jul 2021 00:35:05 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR06CA0210.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR06CA0210.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<evans@walkproduction.com>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: text/plain; charset=UTF-8\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: evans@walkproduction.com\r\nMessage-Id: <311a86979ff25f053e0826d3437ef214@intelligentaqua.com.my>\r\nSubject: [Intelligent Aqua] Some plugins were automatically updated\r\nDate: Mon, 19 Jul 2021 00:35:04 +0000\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHowdy! Some plugins have automatically updated to their latest versions=\r\n on your site at https://intelligentaqua.com.my. No further action is ne=\r\neded on your part.=0A=0A=0AThese plugins are now up to date:=0A- Envato=\r\n Elements (from version 2.0.8 to 2.0.9)=0A=0A=0AIf you experience any is=\r\nsues or need support, the volunteers in the WordPress.org support forums=\r\n may be able to help.=0Ahttps://wordpress.org/support/forums/=0A=0AThe W=\r\nordPress Team\r\n.\r\n250 2.0.0 OK <311a86979ff25f053e0826d3437ef214@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(16249, 2066, '_wp_old_slug', 'water-purification-dirty-to-drinkable'),
(16252, 2083, '_wp_old_date', '2021-07-22'),
(16255, 2083, '_yoast_wpseo_is_cornerstone', '1'),
(16262, 2066, '_yoast_wpseo_is_cornerstone', '1'),
(16263, 2107, 'solution', 'All good, mail sent.'),
(16264, 2107, 'success', '1'),
(16265, 2107, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16266, 2107, 'to_header', 'evans@walkproduction.com'),
(16267, 2107, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16268, 2107, 'original_to', 'evans@walkproduction.com'),
(16269, 2107, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16270, 2107, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- LoginPress - Customizing the WordPress Login (from version 1.5.4 to 1.5.5)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16271, 2107, 'original_headers', ''),
(16272, 2107, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR04CA0190.outlook.office365.com Microsoft ESMTP MAIL Service ready at Sat, 24 Jul 2021 12:16:20 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0190.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0190.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<evans@walkproduction.com>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: text/plain; charset=UTF-8\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: evans@walkproduction.com\r\nMessage-Id: <4f1c696a1281c35ad9e00c475653405c@intelligentaqua.com.my>\r\nSubject: [Intelligent Aqua] Some plugins were automatically updated\r\nDate: Sat, 24 Jul 2021 12:16:19 +0000\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHowdy! Some plugins have automatically updated to their latest versions=\r\n on your site at https://intelligentaqua.com.my. No further action is ne=\r\neded on your part.=0A=0A=0AThese plugins are now up to date:=0A- LoginPr=\r\ness - Customizing the WordPress Login (from version 1.5.4 to 1.5.5)=0A=\r\n=0A=0AIf you experience any issues or need support, the volunteers in th=\r\ne WordPress.org support forums may be able to help.=0Ahttps://wordpress.=\r\norg/support/forums/=0A=0AThe WordPress Team\r\n.\r\n250 2.0.0 OK <4f1c696a1281c35ad9e00c475653405c@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(16286, 2109, 'solution', 'All good, mail sent.'),
(16287, 2109, 'success', '1'),
(16288, 2109, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16289, 2109, 'to_header', 'evans@walkproduction.com'),
(16290, 2109, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16291, 2109, 'original_to', 'evans@walkproduction.com'),
(16292, 2109, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16293, 2109, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Yoast SEO (from version 16.7 to 16.8)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16294, 2109, 'original_headers', ''),
(16295, 2109, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR01CA0107.outlook.office365.com Microsoft ESMTP MAIL Service ready at Wed, 28 Jul 2021 00:24:06 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR01CA0107.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR01CA0107.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<evans@walkproduction.com>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: text/plain; charset=UTF-8\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: evans@walkproduction.com\r\nMessage-Id: <9225fa6f408c84a6e28d6c7777733c7a@intelligentaqua.com.my>\r\nSubject: [Intelligent Aqua] Some plugins were automatically updated\r\nDate: Wed, 28 Jul 2021 00:24:06 +0000\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHowdy! Some plugins have automatically updated to their latest versions=\r\n on your site at https://intelligentaqua.com.my. No further action is ne=\r\neded on your part.=0A=0A=0AThese plugins are now up to date:=0A- Yoast S=\r\nEO (from version 16.7 to 16.8)=0A=0A=0AIf you experience any issues or n=\r\need support, the volunteers in the WordPress.org support forums may be a=\r\nble to help.=0Ahttps://wordpress.org/support/forums/=0A=0AThe WordPress=\r\n Team\r\n.\r\n250 2.0.0 OK <9225fa6f408c84a6e28d6c7777733c7a@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(16300, 2110, 'solution', 'All good, mail sent.'),
(16301, 2110, 'success', '1'),
(16302, 2110, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16303, 2110, 'to_header', 'evans@walkproduction.com'),
(16304, 2110, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16305, 2110, 'original_to', 'evans@walkproduction.com'),
(16306, 2110, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16307, 2110, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- WP-Optimize - Clean, Compress, Cache (from version 3.1.11 to 3.1.12)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16308, 2110, 'original_headers', ''),
(16309, 2110, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR0302CA0005.outlook.office365.com Microsoft ESMTP MAIL Service ready at Wed, 28 Jul 2021 16:17:58 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR0302CA0005.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR0302CA0005.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n235 2.7.0 Authentication successful\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n250 2.1.0 Sender OK\r\nRCPT TO:<evans@walkproduction.com>\r\n250 2.1.5 Recipient OK\r\nDATA\r\n354 Start mail input; end with <CRLF>.<CRLF>\r\nX-Mailer: Postman SMTP 2.0.23 for WordPress (https://wordpress.org/plugins/post-smtp/)\r\nContent-Type: text/plain; charset=UTF-8\r\nFrom: Intelligent Aqua <fakhira@pitech.com.my>\r\nSender: fakhira@pitech.com.my\r\nTo: evans@walkproduction.com\r\nMessage-Id: <ee9791d1a8b129318a93bc85022d3320@intelligentaqua.com.my>\r\nSubject: [Intelligent Aqua] Some plugins were automatically updated\r\nDate: Wed, 28 Jul 2021 16:17:58 +0000\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHowdy! Some plugins have automatically updated to their latest versions=\r\n on your site at https://intelligentaqua.com.my. No further action is ne=\r\neded on your part.=0A=0A=0AThese plugins are now up to date:=0A- WP-Opti=\r\nmize - Clean, Compress, Cache (from version 3.1.11 to 3.1.12)=0A=0A=0AIf=\r\n you experience any issues or need support, the volunteers in the WordPr=\r\ness.org support forums may be able to help.=0Ahttps://wordpress.org/supp=\r\nort/forums/=0A=0AThe WordPress Team\r\n.\r\n250 2.0.0 OK <ee9791d1a8b129318a93bc85022d3320@intelligentaqua.com.my> [Hostname=KL1PR02MB5202.apcprd02.prod.outlook.com]\r\n'),
(16327, 2112, 'solution', 'Check you credentials, wrong email or password.'),
(16328, 2112, 'success', ''),
(16329, 2112, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16330, 2112, 'to_header', 'fakhira@pitech.com.my'),
(16331, 2112, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16332, 2112, 'original_to', 'fakhira@pitech.com.my'),
(16333, 2112, 'original_subject', 'New message from Intelligent Aqua'),
(16334, 2112, 'original_message', 'CONTACT FORM<br/><br/>\nNAME: Steven C<br/>\nCOMPANY: Steven C<br/>\nPHONE: <br/>\nEMAIL: adi@ndmails.com<br/>\nMESSAGE:<br/><br/>\nJust 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.'),
(16335, 2112, 'original_headers', 'From: Steven C <adi@ndmails.com>\r\nReply-To: \r\nContent-Type: text/html; charset=UTF-8\r\n'),
(16336, 2112, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR03CA0114.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 5 Aug 2021 11:04:38 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0114.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0114.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n535 5.7.3 Authentication unsuccessful [SG2PR03CA0114.apcprd03.prod.outlook.com]\r\n'),
(16337, 2113, 'solution', 'Not found, check status column for more info.'),
(16338, 2113, 'success', ''),
(16339, 2113, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16340, 2113, 'to_header', 'fakhira@pitech.com.my'),
(16341, 2113, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(16342, 2113, 'original_to', 'fakhira@pitech.com.my'),
(16343, 2113, 'original_subject', 'New message from Intelligent Aqua'),
(16344, 2113, 'original_message', 'CONTACT FORM<br/><br/>\nNAME: Steven C<br/>\nCOMPANY: Steven C<br/>\nPHONE: <br/>\nEMAIL: adi@ndmails.com<br/>\nMESSAGE:<br/><br/>\nJust 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.'),
(16345, 2113, 'original_headers', 'From: Steven C <adi@ndmails.com>\r\nReply-To: \r\nContent-Type: text/html; charset=UTF-8\r\n'),
(16346, 2113, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SG2PR03CA0131.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 5 Aug 2021 11:04:45 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0131.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SG2PR03CA0131.apcprd03.prod.outlook.com]\r\n'),
(16349, 2083, '_thumbnail_id', '2092'),
(16380, 13, '_elementor_page_assets', 'a:1:{s:6:"styles";a:13:{i:0;s:12:"e-animations";i:1;s:12:"e-animations";i:2;s:12:"e-animations";i:3;s:12:"e-animations";i:4;s:12:"e-animations";i:5;s:12:"e-animations";i:6;s:12:"e-animations";i:7;s:12:"e-animations";i:8;s:12:"e-animations";i:9;s:12:"e-animations";i:10;s:12:"e-animations";i:11;s:12:"e-animations";i:12;s:12:"e-animations";}}'),
(16394, 13, '_yoast_wpseo_is_cornerstone', '1'),
(16427, 2123, 'solution', 'Check you credentials, wrong email or password.'),
(16428, 2123, 'success', ''),
(16429, 2123, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16430, 2123, 'to_header', 'evans@walkproduction.com'),
(16431, 2123, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16432, 2123, 'original_to', 'evans@walkproduction.com'),
(16433, 2123, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16434, 2123, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.8.2 to 4.8.3)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16435, 2123, 'original_headers', ''),
(16436, 2123, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR03CA0163.outlook.office365.com Microsoft ESMTP MAIL Service ready at Sun, 8 Aug 2021 12:45:07 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0163.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0163.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n535 5.7.3 Authentication unsuccessful [SG2PR03CA0163.apcprd03.prod.outlook.com]\r\n'),
(16437, 2124, 'solution', 'Not found, check status column for more info.'),
(16438, 2124, 'success', ''),
(16439, 2124, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16440, 2124, 'to_header', 'evans@walkproduction.com'),
(16441, 2124, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(16442, 2124, 'original_to', 'evans@walkproduction.com'),
(16443, 2124, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16444, 2124, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.8.2 to 4.8.3)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16445, 2124, 'original_headers', ''),
(16446, 2124, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SG2PR03CA0155.outlook.office365.com Microsoft ESMTP MAIL Service ready at Sun, 8 Aug 2021 12:45:13 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0155.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SG2PR03CA0155.apcprd03.prod.outlook.com]\r\n'),
(16447, 2126, 'solution', 'Check you credentials, wrong email or password.'),
(16448, 2126, 'success', ''),
(16449, 2126, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16450, 2126, 'to_header', 'evans@walkproduction.com'),
(16451, 2126, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16452, 2126, 'original_to', 'evans@walkproduction.com'),
(16453, 2126, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16454, 2126, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Yoast SEO (from version 16.8 to 16.9)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16455, 2126, 'original_headers', ''),
(16456, 2126, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR02CA0105.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 10 Aug 2021 12:11:18 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR02CA0105.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR02CA0105.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n535 5.7.3 Authentication unsuccessful [SG2PR02CA0105.apcprd02.prod.outlook.com]\r\n'),
(16457, 2127, 'solution', 'Not found, check status column for more info.'),
(16458, 2127, 'success', ''),
(16459, 2127, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16460, 2127, 'to_header', 'evans@walkproduction.com'),
(16461, 2127, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(16462, 2127, 'original_to', 'evans@walkproduction.com'),
(16463, 2127, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16464, 2127, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Yoast SEO (from version 16.8 to 16.9)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16465, 2127, 'original_headers', ''),
(16466, 2127, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SG2PR02CA0104.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 10 Aug 2021 12:11:23 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR02CA0104.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SG2PR02CA0104.apcprd02.prod.outlook.com]\r\n'),
(16467, 2128, 'solution', 'Check you credentials, wrong email or password.'),
(16468, 2128, 'success', ''),
(16469, 2128, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16470, 2128, 'to_header', 'evans@walkproduction.com'),
(16471, 2128, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16472, 2128, 'original_to', 'evans@walkproduction.com'),
(16473, 2128, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16474, 2128, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Elementor (from version 3.3.1 to 3.4.0)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16475, 2128, 'original_headers', ''),
(16476, 2128, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR01CA0149.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 17 Aug 2021 01:06:13 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR01CA0149.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR01CA0149.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n535 5.7.139 Authentication unsuccessful, user password has expired. [SG2PR01CA0149.apcprd01.prod.exchangelabs.com]\r\n'),
(16477, 2129, 'solution', 'Not found, check status column for more info.'),
(16478, 2129, 'success', ''),
(16479, 2129, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16480, 2129, 'to_header', 'evans@walkproduction.com'),
(16481, 2129, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(16482, 2129, 'original_to', 'evans@walkproduction.com'),
(16483, 2129, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16484, 2129, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Elementor (from version 3.3.1 to 3.4.0)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16485, 2129, 'original_headers', ''),
(16486, 2129, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SG2PR01CA0135.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 17 Aug 2021 01:06:20 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR01CA0135.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SG2PR01CA0135.apcprd01.prod.exchangelabs.com]\r\n'),
(16508, 2130, 'solution', 'Check you credentials, wrong email or password.'),
(16509, 2130, 'success', ''),
(16510, 2130, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16511, 2130, 'to_header', 'evans@walkproduction.com'),
(16512, 2130, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16513, 2130, 'original_to', 'evans@walkproduction.com'),
(16514, 2130, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16515, 2130, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Elementor (from version 3.4.0 to 3.4.1)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16516, 2130, 'original_headers', ''),
(16517, 2130, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR06CA0131.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 19 Aug 2021 00:45:13 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR06CA0131.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR06CA0131.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n535 5.7.139 Authentication unsuccessful, user password has expired. [SG2PR06CA0131.apcprd06.prod.outlook.com]\r\n'),
(16518, 2131, 'solution', 'Not found, check status column for more info.'),
(16519, 2131, 'success', ''),
(16520, 2131, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16521, 2131, 'to_header', 'evans@walkproduction.com'),
(16522, 2131, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(16523, 2131, 'original_to', 'evans@walkproduction.com'),
(16524, 2131, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16525, 2131, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Elementor (from version 3.4.0 to 3.4.1)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16526, 2131, 'original_headers', ''),
(16527, 2131, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SG2PR06CA0122.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 19 Aug 2021 00:45:21 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR06CA0122.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SG2PR06CA0122.apcprd06.prod.outlook.com]\r\n'),
(16545, 2132, 'solution', 'Check you credentials, wrong email or password.'),
(16546, 2132, 'success', ''),
(16547, 2132, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16548, 2132, 'to_header', 'evans@walkproduction.com'),
(16549, 2132, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16550, 2132, 'original_to', 'evans@walkproduction.com'),
(16551, 2132, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16552, 2132, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.8.3 to 4.8.4)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16553, 2132, 'original_headers', ''),
(16554, 2132, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR03CA0143.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 19 Aug 2021 12:43:31 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0143.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0143.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n535 5.7.139 Authentication unsuccessful, user password has expired. [SG2PR03CA0143.apcprd03.prod.outlook.com]\r\n'),
(16555, 2133, 'solution', 'Not found, check status column for more info.'),
(16556, 2133, 'success', ''),
(16557, 2133, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16558, 2133, 'to_header', 'evans@walkproduction.com'),
(16559, 2133, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(16560, 2133, 'original_to', 'evans@walkproduction.com'),
(16561, 2133, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16562, 2133, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.8.3 to 4.8.4)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16563, 2133, 'original_headers', ''),
(16564, 2133, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SGBP274CA0017.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 19 Aug 2021 12:43:38 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SGBP274CA0017.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SGBP274CA0017.SGPP274.PROD.OUTLOOK.COM]\r\n'),
(16604, 138, '_elementor_page_assets', 'a:1:{s:6:"styles";a:5:{i:0;s:12:"e-animations";i:1;s:12:"e-animations";i:2;s:12:"e-animations";i:3;s:12:"e-animations";i:4;s:12:"e-animations";}}'),
(16605, 138, '_elementor_controls_usage', 'a:11:{s:7:"heading";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:8;s:5:"align";i:8;s:12:"align_mobile";i:2;}}s:5:"style";a:1:{s:19:"section_title_style";a:9:{s:21:"typography_typography";i:8;s:22:"typography_font_family";i:8;s:20:"typography_font_size";i:8;s:22:"typography_font_weight";i:8;s:22:"typography_line_height";i:8;s:25:"typography_text_transform";i:1;s:27:"typography_font_size_mobile";i:7;s:11:"title_color";i:1;s:29:"typography_line_height_mobile";i:5;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:2;s:14:"_margin_mobile";i:3;s:15:"_padding_mobile";i:3;s:8:"_padding";i:2;}}}}s:11:"text-editor";a:3:{s:5:"count";i:6;s:15:"control_percent";i:2;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:7:{s:5:"align";i:6;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:4;s:22:"typography_line_height";i:6;s:12:"align_mobile";i:6;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:6;s:7:"_margin";i:6;s:14:"_margin_mobile";i:6;}}}}s:6:"column";a:3:{s:5:"count";i:21;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:3:{s:12:"_inline_size";i:21;s:21:"space_between_widgets";i:1;s:19:"_inline_size_tablet";i:8;}}}}s:7:"section";a:3:{s:5:"count";i:15;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:2:{s:6:"height";i:3;s:13:"custom_height";i:3;}s:17:"section_structure";a:1:{s:9:"structure";i:6;}}s:5:"style";a:3:{s:18:"section_background";a:11:{s:21:"background_background";i:6;s:16:"background_image";i:3;s:15:"background_size";i:3;s:40:"background_motion_fx_motion_fx_scrolling";i:1;s:19:"background_position";i:3;s:16:"background_color";i:4;s:15:"background_ypos";i:1;s:26:"background_position_tablet";i:1;s:22:"background_size_tablet";i:1;s:21:"background_video_link";i:1;s:25:"background_play_on_mobile";i:1;}s:26:"section_background_overlay";a:10:{s:29:"background_overlay_background";i:6;s:26:"background_overlay_opacity";i:6;s:23:"background_overlay_size";i:4;s:24:"background_overlay_image";i:4;s:27:"background_overlay_position";i:3;s:25:"background_overlay_repeat";i:1;s:24:"background_overlay_color";i:1;s:26:"background_overlay_color_b";i:1;s:23:"background_overlay_xpos";i:1;s:23:"background_overlay_ypos";i:1;}s:21:"section_shape_divider";a:10:{s:20:"shape_divider_bottom";i:1;s:26:"shape_divider_bottom_width";i:5;s:27:"shape_divider_bottom_height";i:5;s:29:"shape_divider_bottom_negative";i:2;s:33:"shape_divider_bottom_width_mobile";i:1;s:34:"shape_divider_bottom_height_mobile";i:1;s:17:"shape_divider_top";i:4;s:23:"shape_divider_top_width";i:4;s:24:"shape_divider_top_height";i:4;s:23:"shape_divider_top_color";i:3;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:9:"animation";i:4;}s:16:"section_advanced";a:4:{s:6:"margin";i:1;s:7:"padding";i:8;s:14:"padding_tablet";i:7;s:14:"padding_mobile";i:8;}}}}s:5:"image";a:3:{s:5:"count";i:1;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:1;s:10:"image_size";i:1;s:5:"align";i:1;s:7:"link_to";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:1:{s:5:"width";i:1;}}s:8:"advanced";a:2:{s:14:"_section_style";a:2:{s:7:"_margin";i:1;s:8:"_padding";i:1;}s:15:"section_effects";a:1:{s:10:"_animation";i:1;}}}}s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:3:{s:5:"space";i:1;s:12:"space_tablet";i:1;s:12:"space_mobile";i:1;}}}}s:5:"video";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_video";a:7:{s:10:"video_type";i:1;s:10:"hosted_url";i:1;s:8:"autoplay";i:1;s:14:"play_on_mobile";i:1;s:4:"mute";i:1;s:4:"loop";i:1;s:8:"controls";i:1;}}s:5:"style";a:1:{s:19:"section_video_style";a:1:{s:12:"aspect_ratio";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:2:{s:7:"_margin";i:1;s:8:"_padding";i:1;}}}}s:20:"eael-creative-button";a:3:{s:5:"count";i:8;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:36:"eael_section_creative_button_content";a:3:{s:20:"creative_button_text";i:8;s:30:"creative_button_secondary_text";i:8;s:24:"creative_button_link_url";i:8;}}s:5:"style";a:1:{s:37:"eael_section_creative_button_settings";a:19:{s:22:"creative_button_effect";i:8;s:42:"eael_creative_button_typography_typography";i:8;s:43:"eael_creative_button_typography_font_family";i:8;s:41:"eael_creative_button_typography_font_size";i:8;s:43:"eael_creative_button_typography_font_weight";i:8;s:43:"eael_creative_button_typography_line_height";i:8;s:52:"eael_creative_button_secondary_typography_typography";i:8;s:53:"eael_creative_button_secondary_typography_font_family";i:8;s:51:"eael_creative_button_secondary_typography_font_size";i:8;s:53:"eael_creative_button_secondary_typography_line_height";i:8;s:30:"eael_creative_button_alignment";i:8;s:26:"eael_creative_button_width";i:8;s:37:"eael_creative_button_background_color";i:8;s:34:"eael_creative_button_border_border";i:8;s:33:"eael_creative_button_border_width";i:8;s:33:"eael_creative_button_border_color";i:8;s:37:"eael_creative_button_alignment_tablet";i:8;s:33:"eael_creative_button_width_mobile";i:8;s:35:"eael_creative_button_padding_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:2:{s:14:"_margin_tablet";i:8;s:15:"_padding_tablet";i:8;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:17:"section_icon_list";a:1:{s:13:"space_between";i:2;}s:18:"section_text_style";a:4:{s:26:"icon_typography_typography";i:2;s:27:"icon_typography_font_family";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_font_weight";i:2;}}}}s:18:"eael-adv-accordion";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:43:"eael_section_adv_accordion_content_settings";a:1:{s:22:"eael_adv_accordion_tab";i:1;}}s:5:"style";a:2:{s:46:"eael_section_adv_accordions_tab_style_settings";a:6:{s:50:"eael_adv_accordion_tab_title_typography_typography";i:1;s:51:"eael_adv_accordion_tab_title_typography_font_family";i:1;s:49:"eael_adv_accordion_tab_title_typography_font_size";i:1;s:40:"eael_adv_accordion_tab_bgtype_background";i:1;s:35:"eael_adv_accordion_tab_bgtype_color";i:1;s:47:"eael_adv_accordion_tab_bgtype_active_background";i:1;}s:53:"eael_section_adv_accordion_tab_content_style_settings";a:3:{s:48:"eael_adv_accordion_content_typography_typography";i:1;s:49:"eael_adv_accordion_content_typography_font_family";i:1;s:47:"eael_adv_accordion_content_typography_font_size";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:2:{s:4:"text";i:1;s:4:"link";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:4:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:20:"typography_font_size";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:1;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;}}}}}'),
(16624, 2083, 'site-sidebar-layout', 'default'),
(16625, 2083, 'site-content-layout', 'page-builder'),
(16626, 2083, 'theme-transparent-header-meta', 'default'),
(16631, 2150, 'solution', 'Check you credentials, wrong email or password.'),
(16632, 2150, 'success', ''),
(16633, 2150, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16634, 2150, 'to_header', 'evans@walkproduction.com'),
(16635, 2150, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16636, 2150, 'original_to', 'evans@walkproduction.com'),
(16637, 2150, 'original_subject', '[Intelligent Aqua] Please moderate: "Water Purification: How Water Goes from Dirty to Drinkable"'),
(16638, 2150, 'original_message', 'A new pingback on the post "Water Purification: How Water Goes from Dirty to Drinkable" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-purification-malaysia/\r\n\r\nWebsite: Water Pollution Malaysia: Its Dire Effects and Cause for Solutions (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-pollution-malaysia/\r\nPingback excerpt: \r\n[&#8230;] back to untreated water, Intelligent Aqua revolutionises water purification with its technology, which combines adsorption and ion exchange to battle contaminants. Check out [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&c=2#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&c=2#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&c=2#wpbody-content\r\nCurrently 1 comment is waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n'),
(16639, 2150, 'original_headers', ''),
(16640, 2150, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR04CA0173.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 19 Aug 2021 14:52:02 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0173.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0173.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n535 5.7.139 Authentication unsuccessful, user password has expired. [SG2PR04CA0173.apcprd04.prod.outlook.com]\r\n'),
(16641, 2151, 'solution', 'Not found, check status column for more info.'),
(16642, 2151, 'success', ''),
(16643, 2151, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16644, 2151, 'to_header', 'evans@walkproduction.com'),
(16645, 2151, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(16646, 2151, 'original_to', 'evans@walkproduction.com'),
(16647, 2151, 'original_subject', '[Intelligent Aqua] Please moderate: "Water Purification: How Water Goes from Dirty to Drinkable"'),
(16648, 2151, 'original_message', 'A new pingback on the post "Water Purification: How Water Goes from Dirty to Drinkable" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-purification-malaysia/\r\n\r\nWebsite: Water Pollution Malaysia: Its Dire Effects and Cause for Solutions (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-pollution-malaysia/\r\nPingback excerpt: \r\n[&#8230;] back to untreated water, Intelligent Aqua revolutionises water purification with its technology, which combines adsorption and ion exchange to battle contaminants. Check out [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&c=2#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&c=2#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&c=2#wpbody-content\r\nCurrently 1 comment is waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n'),
(16649, 2151, 'original_headers', ''),
(16650, 2151, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SG2PR04CA0168.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 19 Aug 2021 14:52:08 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0168.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SG2PR04CA0168.apcprd04.prod.outlook.com]\r\n'),
(16651, 2152, 'solution', 'Check you credentials, wrong email or password.'),
(16652, 2152, 'success', ''),
(16653, 2152, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16654, 2152, 'to_header', 'xinying@walkproduction.com'),
(16655, 2152, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16656, 2152, 'original_to', 'xinying@walkproduction.com'),
(16657, 2152, 'original_subject', '[Intelligent Aqua] Please moderate: "Water Purification: How Water Goes from Dirty to Drinkable"'),
(16658, 2152, 'original_message', 'A new pingback on the post "Water Purification: How Water Goes from Dirty to Drinkable" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-purification-malaysia/\r\n\r\nWebsite: Water Pollution Malaysia: Its Dire Effects and Cause for Solutions (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-pollution-malaysia/\r\nPingback excerpt: \r\n[&#8230;] back to untreated water, Intelligent Aqua revolutionises water purification with its technology, which combines adsorption and ion exchange to battle contaminants. Check out [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&c=2#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&c=2#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&c=2#wpbody-content\r\nCurrently 1 comment is waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n'),
(16659, 2152, 'original_headers', ''),
(16660, 2152, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR04CA0161.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 19 Aug 2021 14:52:13 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0161.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0161.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n535 5.7.139 Authentication unsuccessful, user password has expired. [SG2PR04CA0161.apcprd04.prod.outlook.com]\r\n'),
(16661, 2153, 'solution', 'Not found, check status column for more info.'),
(16662, 2153, 'success', ''),
(16663, 2153, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16664, 2153, 'to_header', 'xinying@walkproduction.com'),
(16665, 2153, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(16666, 2153, 'original_to', 'xinying@walkproduction.com'),
(16667, 2153, 'original_subject', '[Intelligent Aqua] Please moderate: "Water Purification: How Water Goes from Dirty to Drinkable"'),
(16668, 2153, 'original_message', 'A new pingback on the post "Water Purification: How Water Goes from Dirty to Drinkable" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-purification-malaysia/\r\n\r\nWebsite: Water Pollution Malaysia: Its Dire Effects and Cause for Solutions (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-pollution-malaysia/\r\nPingback excerpt: \r\n[&#8230;] back to untreated water, Intelligent Aqua revolutionises water purification with its technology, which combines adsorption and ion exchange to battle contaminants. Check out [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&c=2#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&c=2#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&c=2#wpbody-content\r\nCurrently 1 comment is waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n');
INSERT INTO `wpfq_postmeta` VALUES
(16669, 2153, 'original_headers', ''),
(16670, 2153, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SG2PR01CA0091.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 19 Aug 2021 14:52:19 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR01CA0091.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SG2PR01CA0091.apcprd01.prod.exchangelabs.com]\r\n'),
(16675, 266, 'site-sidebar-layout', 'default'),
(16676, 266, 'site-content-layout', 'page-builder'),
(16677, 266, 'theme-transparent-header-meta', 'default'),
(16678, 2157, 'solution', 'Check you credentials, wrong email or password.'),
(16679, 2157, 'success', ''),
(16680, 2157, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16681, 2157, 'to_header', 'evans@walkproduction.com'),
(16682, 2157, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16683, 2157, 'original_to', 'evans@walkproduction.com'),
(16684, 2157, 'original_subject', '[Intelligent Aqua] Please moderate: "Water Purification: How Water Goes from Dirty to Drinkable"'),
(16685, 2157, 'original_message', 'A new pingback on the post "Water Purification: How Water Goes from Dirty to Drinkable" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-purification-malaysia/\r\n\r\nWebsite: Water Purification and Challenges in Malaysia (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-purification-challenges/\r\nPingback excerpt: \r\n[&#8230;] treatment companies worldwide are investing billions in water purification technologies. But despite their proven effectiveness, the global water crisis persists as a result [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&c=3#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&c=3#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&c=3#wpbody-content\r\nCurrently 2 comments are waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n'),
(16686, 2157, 'original_headers', ''),
(16687, 2157, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR03CA0144.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 19 Aug 2021 14:59:12 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0144.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0144.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n535 5.7.139 Authentication unsuccessful, user password has expired. [SG2PR03CA0144.apcprd03.prod.outlook.com]\r\n'),
(16688, 2158, 'solution', 'Not found, check status column for more info.'),
(16689, 2158, 'success', ''),
(16690, 2158, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16691, 2158, 'to_header', 'evans@walkproduction.com'),
(16692, 2158, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(16693, 2158, 'original_to', 'evans@walkproduction.com'),
(16694, 2158, 'original_subject', '[Intelligent Aqua] Please moderate: "Water Purification: How Water Goes from Dirty to Drinkable"'),
(16695, 2158, 'original_message', 'A new pingback on the post "Water Purification: How Water Goes from Dirty to Drinkable" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-purification-malaysia/\r\n\r\nWebsite: Water Purification and Challenges in Malaysia (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-purification-challenges/\r\nPingback excerpt: \r\n[&#8230;] treatment companies worldwide are investing billions in water purification technologies. But despite their proven effectiveness, the global water crisis persists as a result [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&c=3#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&c=3#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&c=3#wpbody-content\r\nCurrently 2 comments are waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n'),
(16696, 2158, 'original_headers', ''),
(16697, 2158, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SG2PR03CA0136.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 19 Aug 2021 14:59:17 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0136.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SG2PR03CA0136.apcprd03.prod.outlook.com]\r\n'),
(16698, 2159, 'solution', 'Check you credentials, wrong email or password.'),
(16699, 2159, 'success', ''),
(16700, 2159, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16701, 2159, 'to_header', 'xinying@walkproduction.com'),
(16702, 2159, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16703, 2159, 'original_to', 'xinying@walkproduction.com'),
(16704, 2159, 'original_subject', '[Intelligent Aqua] Please moderate: "Water Purification: How Water Goes from Dirty to Drinkable"'),
(16705, 2159, 'original_message', 'A new pingback on the post "Water Purification: How Water Goes from Dirty to Drinkable" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-purification-malaysia/\r\n\r\nWebsite: Water Purification and Challenges in Malaysia (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-purification-challenges/\r\nPingback excerpt: \r\n[&#8230;] treatment companies worldwide are investing billions in water purification technologies. But despite their proven effectiveness, the global water crisis persists as a result [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&c=3#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&c=3#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&c=3#wpbody-content\r\nCurrently 2 comments are waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n'),
(16706, 2159, 'original_headers', ''),
(16707, 2159, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR03CA0149.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 19 Aug 2021 14:59:23 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0149.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0149.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n535 5.7.139 Authentication unsuccessful, user password has expired. [SG2PR03CA0149.apcprd03.prod.outlook.com]\r\n'),
(16708, 2160, 'solution', 'Not found, check status column for more info.'),
(16709, 2160, 'success', ''),
(16710, 2160, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16711, 2160, 'to_header', 'xinying@walkproduction.com'),
(16712, 2160, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(16713, 2160, 'original_to', 'xinying@walkproduction.com'),
(16714, 2160, 'original_subject', '[Intelligent Aqua] Please moderate: "Water Purification: How Water Goes from Dirty to Drinkable"'),
(16715, 2160, 'original_message', 'A new pingback on the post "Water Purification: How Water Goes from Dirty to Drinkable" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-purification-malaysia/\r\n\r\nWebsite: Water Purification and Challenges in Malaysia (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-purification-challenges/\r\nPingback excerpt: \r\n[&#8230;] treatment companies worldwide are investing billions in water purification technologies. But despite their proven effectiveness, the global water crisis persists as a result [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&c=3#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&c=3#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&c=3#wpbody-content\r\nCurrently 2 comments are waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n'),
(16716, 2160, 'original_headers', ''),
(16717, 2160, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SG2PR0401CA0019.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 19 Aug 2021 14:59:28 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR0401CA0019.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SG2PR0401CA0019.apcprd04.prod.outlook.com]\r\n'),
(16725, 2066, 'site-sidebar-layout', 'default'),
(16726, 2066, 'site-content-layout', 'page-builder'),
(16727, 2066, 'theme-transparent-header-meta', 'default'),
(16729, 2167, 'solution', 'Check you credentials, wrong email or password.'),
(16730, 2167, 'success', ''),
(16731, 2167, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16732, 2167, 'to_header', 'evans@walkproduction.com'),
(16733, 2167, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16734, 2167, 'original_to', 'evans@walkproduction.com'),
(16735, 2167, 'original_subject', '[Intelligent Aqua] Please moderate: "Water Pollution Malaysia: Its Dire Effects and Cause for Solutions"'),
(16736, 2167, 'original_message', 'A new pingback on the post "Water Pollution Malaysia: Its Dire Effects and Cause for Solutions" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-pollution-malaysia/\r\n\r\nWebsite: Water Purification Malaysia: How Water Goes from Dirty to Drinkable (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-purification-malaysia/\r\nPingback excerpt: \r\n[&#8230;] materials and contaminants from raw water. Contaminants are particles like dirt and sand that can pollute the water and give it a cloudy [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&c=4#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&c=4#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&c=4#wpbody-content\r\nCurrently 1 comment is waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n'),
(16737, 2167, 'original_headers', ''),
(16738, 2167, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR03CA0121.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 19 Aug 2021 15:08:12 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0121.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0121.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n535 5.7.139 Authentication unsuccessful, user password has expired. [SG2PR03CA0121.apcprd03.prod.outlook.com]\r\n'),
(16739, 2168, 'solution', 'Not found, check status column for more info.'),
(16740, 2168, 'success', ''),
(16741, 2168, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16742, 2168, 'to_header', 'evans@walkproduction.com'),
(16743, 2168, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(16744, 2168, 'original_to', 'evans@walkproduction.com'),
(16745, 2168, 'original_subject', '[Intelligent Aqua] Please moderate: "Water Pollution Malaysia: Its Dire Effects and Cause for Solutions"'),
(16746, 2168, 'original_message', 'A new pingback on the post "Water Pollution Malaysia: Its Dire Effects and Cause for Solutions" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-pollution-malaysia/\r\n\r\nWebsite: Water Purification Malaysia: How Water Goes from Dirty to Drinkable (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-purification-malaysia/\r\nPingback excerpt: \r\n[&#8230;] materials and contaminants from raw water. Contaminants are particles like dirt and sand that can pollute the water and give it a cloudy [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&c=4#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&c=4#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&c=4#wpbody-content\r\nCurrently 1 comment is waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n'),
(16747, 2168, 'original_headers', ''),
(16748, 2168, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SG2PR03CA0116.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 19 Aug 2021 15:08:19 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0116.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SG2PR03CA0116.apcprd03.prod.outlook.com]\r\n'),
(16751, 2169, 'solution', 'Check you credentials, wrong email or password.'),
(16752, 2169, 'success', ''),
(16753, 2169, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16754, 2169, 'to_header', 'fakhira@pitech.com.my'),
(16755, 2169, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16756, 2169, 'original_to', 'fakhira@pitech.com.my'),
(16757, 2169, 'original_subject', '[Intelligent Aqua] Please moderate: "Water Pollution Malaysia: Its Dire Effects and Cause for Solutions"'),
(16758, 2169, 'original_message', 'A new pingback on the post "Water Pollution Malaysia: Its Dire Effects and Cause for Solutions" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-pollution-malaysia/\r\n\r\nWebsite: Water Purification Malaysia: How Water Goes from Dirty to Drinkable (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-purification-malaysia/\r\nPingback excerpt: \r\n[&#8230;] materials and contaminants from raw water. Contaminants are particles like dirt and sand that can pollute the water and give it a cloudy [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&c=4#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&c=4#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&c=4#wpbody-content\r\nCurrently 1 comment is waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n'),
(16759, 2169, 'original_headers', ''),
(16760, 2169, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR03CA0118.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 19 Aug 2021 15:08:24 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0118.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0118.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n535 5.7.139 Authentication unsuccessful, user password has expired. [SG2PR03CA0118.apcprd03.prod.outlook.com]\r\n'),
(16761, 2170, 'solution', 'Not found, check status column for more info.'),
(16762, 2170, 'success', ''),
(16763, 2170, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16764, 2170, 'to_header', 'fakhira@pitech.com.my'),
(16765, 2170, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(16766, 2170, 'original_to', 'fakhira@pitech.com.my'),
(16767, 2170, 'original_subject', '[Intelligent Aqua] Please moderate: "Water Pollution Malaysia: Its Dire Effects and Cause for Solutions"'),
(16768, 2170, 'original_message', 'A new pingback on the post "Water Pollution Malaysia: Its Dire Effects and Cause for Solutions" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-pollution-malaysia/\r\n\r\nWebsite: Water Purification Malaysia: How Water Goes from Dirty to Drinkable (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-purification-malaysia/\r\nPingback excerpt: \r\n[&#8230;] materials and contaminants from raw water. Contaminants are particles like dirt and sand that can pollute the water and give it a cloudy [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&c=4#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&c=4#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&c=4#wpbody-content\r\nCurrently 1 comment is waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n'),
(16769, 2170, 'original_headers', ''),
(16770, 2170, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SGAP274CA0014.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 19 Aug 2021 15:08:29 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SGAP274CA0014.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SGAP274CA0014.SGPP274.PROD.OUTLOOK.COM]\r\n'),
(16771, 2171, 'solution', 'Check you credentials, wrong email or password.'),
(16772, 2171, 'success', ''),
(16773, 2171, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16774, 2171, 'to_header', 'evans@walkproduction.com'),
(16775, 2171, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16776, 2171, 'original_to', 'evans@walkproduction.com'),
(16777, 2171, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16778, 2171, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Elementor (from version 3.4.1 to 3.4.2)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16779, 2171, 'original_headers', ''),
(16780, 2171, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR06CA0145.outlook.office365.com Microsoft ESMTP MAIL Service ready at Fri, 20 Aug 2021 00:15:17 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR06CA0145.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR06CA0145.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n535 5.7.139 Authentication unsuccessful, user password has expired. [SG2PR06CA0145.apcprd06.prod.outlook.com]\r\n'),
(16781, 2172, 'solution', 'Not found, check status column for more info.'),
(16782, 2172, 'success', ''),
(16783, 2172, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16784, 2172, 'to_header', 'evans@walkproduction.com'),
(16785, 2172, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(16786, 2172, 'original_to', 'evans@walkproduction.com'),
(16787, 2172, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16788, 2172, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Elementor (from version 3.4.1 to 3.4.2)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16789, 2172, 'original_headers', ''),
(16790, 2172, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SG2PR04CA0186.outlook.office365.com Microsoft ESMTP MAIL Service ready at Fri, 20 Aug 2021 00:15:24 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0186.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SG2PR04CA0186.apcprd04.prod.outlook.com]\r\n'),
(16807, 2173, 'solution', 'Check you credentials, wrong email or password.'),
(16808, 2173, 'success', ''),
(16809, 2173, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16810, 2173, 'to_header', 'evans@walkproduction.com'),
(16811, 2173, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16812, 2173, 'original_to', 'evans@walkproduction.com'),
(16813, 2173, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16814, 2173, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Yoast SEO (from version 16.9 to 17.0)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16815, 2173, 'original_headers', ''),
(16816, 2173, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR06CA0244.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 24 Aug 2021 12:12:47 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR06CA0244.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR06CA0244.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n535 5.7.139 Authentication unsuccessful, user password has expired. [SG2PR06CA0244.apcprd06.prod.outlook.com]\r\n'),
(16817, 2174, 'solution', 'Not found, check status column for more info.'),
(16818, 2174, 'success', ''),
(16819, 2174, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16820, 2174, 'to_header', 'evans@walkproduction.com'),
(16821, 2174, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(16822, 2174, 'original_to', 'evans@walkproduction.com'),
(16823, 2174, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16824, 2174, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Yoast SEO (from version 16.9 to 17.0)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16825, 2174, 'original_headers', ''),
(16826, 2174, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SG2PR06CA0246.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 24 Aug 2021 12:12:53 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR06CA0246.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SG2PR06CA0246.apcprd06.prod.outlook.com]\r\n'),
(16845, 2175, 'solution', 'Check you credentials, wrong email or password.'),
(16846, 2175, 'success', ''),
(16847, 2175, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16848, 2175, 'to_header', 'evans@walkproduction.com'),
(16849, 2175, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16850, 2175, 'original_to', 'evans@walkproduction.com'),
(16851, 2175, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16852, 2175, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Elementor (from version 3.4.2 to 3.4.3)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16853, 2175, 'original_headers', ''),
(16854, 2175, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR03CA0144.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 30 Aug 2021 12:19:03 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0144.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0144.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n535 5.7.139 Authentication unsuccessful, the user credentials were incorrect. [SG2PR03CA0144.apcprd03.prod.outlook.com]\r\n'),
(16855, 2176, 'solution', 'Not found, check status column for more info.'),
(16856, 2176, 'success', ''),
(16857, 2176, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16858, 2176, 'to_header', 'evans@walkproduction.com'),
(16859, 2176, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(16860, 2176, 'original_to', 'evans@walkproduction.com'),
(16861, 2176, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16862, 2176, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Elementor (from version 3.4.2 to 3.4.3)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16863, 2176, 'original_headers', ''),
(16864, 2176, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SG2PR03CA0140.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 30 Aug 2021 12:19:10 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0140.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SG2PR03CA0140.apcprd03.prod.outlook.com]\r\n'),
(16878, 2177, 'solution', 'Check you credentials, wrong email or password.'),
(16879, 2177, 'success', ''),
(16880, 2177, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16881, 2177, 'to_header', 'evans@walkproduction.com'),
(16882, 2177, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16883, 2177, 'original_to', 'evans@walkproduction.com'),
(16884, 2177, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16885, 2177, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Custom Fonts (from version 1.3.2 to 1.3.3)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16886, 2177, 'original_headers', ''),
(16887, 2177, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR02CA0062.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 31 Aug 2021 13:16:33 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR02CA0062.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR02CA0062.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n535 5.7.139 Authentication unsuccessful, the user credentials were incorrect. [SG2PR02CA0062.apcprd02.prod.outlook.com]\r\n'),
(16888, 2178, 'solution', 'Not found, check status column for more info.'),
(16889, 2178, 'success', ''),
(16890, 2178, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16891, 2178, 'to_header', 'evans@walkproduction.com'),
(16892, 2178, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(16893, 2178, 'original_to', 'evans@walkproduction.com'),
(16894, 2178, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16895, 2178, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Custom Fonts (from version 1.3.2 to 1.3.3)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16896, 2178, 'original_headers', ''),
(16897, 2178, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SG2PR02CA0068.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 31 Aug 2021 13:16:39 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR02CA0068.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SG2PR02CA0068.apcprd02.prod.outlook.com]\r\n'),
(16902, 2179, 'solution', 'Check you credentials, wrong email or password.'),
(16903, 2179, 'success', ''),
(16904, 2179, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16905, 2179, 'to_header', 'evans@walkproduction.com'),
(16906, 2179, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16907, 2179, 'original_to', 'evans@walkproduction.com'),
(16908, 2179, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16909, 2179, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.8.4 to 4.9.0)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16910, 2179, 'original_headers', ''),
(16911, 2179, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR06CA0134.outlook.office365.com Microsoft ESMTP MAIL Service ready at Wed, 1 Sep 2021 12:13:20 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR06CA0134.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR06CA0134.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n535 5.7.139 Authentication unsuccessful, the user credentials were incorrect. [SG2PR06CA0134.apcprd06.prod.outlook.com]\r\n'),
(16912, 2180, 'solution', 'Not found, check status column for more info.'),
(16913, 2180, 'success', ''),
(16914, 2180, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16915, 2180, 'to_header', 'evans@walkproduction.com'),
(16916, 2180, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(16917, 2180, 'original_to', 'evans@walkproduction.com'),
(16918, 2180, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16919, 2180, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.8.4 to 4.9.0)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16920, 2180, 'original_headers', ''),
(16921, 2180, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SG2PR04CA0191.outlook.office365.com Microsoft ESMTP MAIL Service ready at Wed, 1 Sep 2021 12:13:28 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0191.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SG2PR04CA0191.apcprd04.prod.outlook.com]\r\n'),
(16922, 2181, 'solution', 'Check you credentials, wrong email or password.'),
(16923, 2181, 'success', ''),
(16924, 2181, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16925, 2181, 'to_header', 'evans@walkproduction.com'),
(16926, 2181, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16927, 2181, 'original_to', 'evans@walkproduction.com'),
(16928, 2181, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16929, 2181, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Yoast SEO (from version 17.0 to 17.1)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16930, 2181, 'original_headers', ''),
(16931, 2181, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR04CA0192.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 7 Sep 2021 12:14:07 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0192.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0192.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n535 5.7.139 Authentication unsuccessful, the user credentials were incorrect. [SG2PR04CA0192.apcprd04.prod.outlook.com]\r\n'),
(16932, 2182, 'solution', 'Not found, check status column for more info.'),
(16933, 2182, 'success', ''),
(16934, 2182, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16935, 2182, 'to_header', 'evans@walkproduction.com'),
(16936, 2182, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(16937, 2182, 'original_to', 'evans@walkproduction.com'),
(16938, 2182, 'original_subject', '[Intelligent Aqua] Some plugins were automatically updated'),
(16939, 2182, 'original_message', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Yoast SEO (from version 17.0 to 17.1)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team'),
(16940, 2182, 'original_headers', ''),
(16941, 2182, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SG2PR04CA0197.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 7 Sep 2021 12:14:14 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0197.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SG2PR04CA0197.apcprd04.prod.outlook.com]\r\n'),
(16942, 2183, 'solution', 'Check you credentials, wrong email or password.'),
(16943, 2183, 'success', ''),
(16944, 2183, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16945, 2183, 'to_header', 'evans@walkproduction.com'),
(16946, 2183, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16947, 2183, 'original_to', 'evans@walkproduction.com'),
(16948, 2183, 'original_subject', '[Intelligent Aqua] Your site has updated to WordPress 5.8.1'),
(16949, 2183, 'original_message', 'Howdy! Your site at https://intelligentaqua.com.my has been updated automatically to WordPress 5.8.1.\n\nNo further action is needed on your part. For more on version 5.8.1, see the About WordPress screen:\nhttps://intelligentaqua.com.my/wp-admin/about.php\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nYou also have some plugins or themes with updates available. Update them now:\nhttps://intelligentaqua.com.my/wp-admin/\n\nThe WordPress Team\n'),
(16950, 2183, 'original_headers', ''),
(16951, 2183, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR04CA0183.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 9 Sep 2021 12:37:46 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0183.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR04CA0183.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n535 5.7.139 Authentication unsuccessful, the user credentials were incorrect. [SG2PR04CA0183.apcprd04.prod.outlook.com]\r\n'),
(16952, 2184, 'solution', 'Not found, check status column for more info.'),
(16953, 2184, 'success', ''),
(16954, 2184, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16955, 2184, 'to_header', 'evans@walkproduction.com'),
(16956, 2184, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(16957, 2184, 'original_to', 'evans@walkproduction.com'),
(16958, 2184, 'original_subject', '[Intelligent Aqua] Your site has updated to WordPress 5.8.1'),
(16959, 2184, 'original_message', 'Howdy! Your site at https://intelligentaqua.com.my has been updated automatically to WordPress 5.8.1.\n\nNo further action is needed on your part. For more on version 5.8.1, see the About WordPress screen:\nhttps://intelligentaqua.com.my/wp-admin/about.php\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nYou also have some plugins or themes with updates available. Update them now:\nhttps://intelligentaqua.com.my/wp-admin/\n\nThe WordPress Team\n'),
(16960, 2184, 'original_headers', ''),
(16961, 2184, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SG2PR01CA0125.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 9 Sep 2021 12:37:52 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR01CA0125.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SG2PR01CA0125.apcprd01.prod.exchangelabs.com]\r\n'),
(16962, 2185, 'solution', 'Check you credentials, wrong email or password.'),
(16963, 2185, 'success', ''),
(16964, 2185, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16965, 2185, 'to_header', 'fakhira@pitech.com.my'),
(16966, 2185, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16967, 2185, 'original_to', 'fakhira@pitech.com.my'),
(16968, 2185, 'original_subject', 'New message from Intelligent Aqua'),
(16969, 2185, 'original_message', 'CONTACT FORM<br/><br/>\nNAME: Mohd Rasyidi Marzuki<br/>\nCOMPANY: PETRONAS<br/>\nPHONE: <br/>\nEMAIL: rasyidi_marzuki@petronas.com.my<br/>\nMESSAGE:<br/><br/>\nHi, I''m Rasyidi from PETRONAS Kertih. I would like to ask on the IA specifically for ammonia treatment. The plan is to install as tertiary treatment after the clarifier. \r\nI have the some background on the issue but no sure how to attach here.\r\nThanks'),
(16970, 2185, 'original_headers', 'From: Mohd Rasyidi Marzuki <rasyidi_marzuki@petronas.com.my>\r\nReply-To: \r\nContent-Type: text/html; charset=UTF-8\r\n'),
(16971, 2185, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2P153CA0050.outlook.office365.com Microsoft ESMTP MAIL Service ready at Fri, 10 Sep 2021 07:23:58 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2P153CA0050.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2P153CA0050.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n535 5.7.139 Authentication unsuccessful, the user credentials were incorrect. [SG2P153CA0050.APCP153.PROD.OUTLOOK.COM]\r\n'),
(16972, 2186, 'solution', 'Not found, check status column for more info.'),
(16973, 2186, 'success', ''),
(16974, 2186, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16975, 2186, 'to_header', 'fakhira@pitech.com.my'),
(16976, 2186, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(16977, 2186, 'original_to', 'fakhira@pitech.com.my'),
(16978, 2186, 'original_subject', 'New message from Intelligent Aqua'),
(16979, 2186, 'original_message', 'CONTACT FORM<br/><br/>\nNAME: Mohd Rasyidi Marzuki<br/>\nCOMPANY: PETRONAS<br/>\nPHONE: <br/>\nEMAIL: rasyidi_marzuki@petronas.com.my<br/>\nMESSAGE:<br/><br/>\nHi, I''m Rasyidi from PETRONAS Kertih. I would like to ask on the IA specifically for ammonia treatment. The plan is to install as tertiary treatment after the clarifier. \r\nI have the some background on the issue but no sure how to attach here.\r\nThanks'),
(16980, 2186, 'original_headers', 'From: Mohd Rasyidi Marzuki <rasyidi_marzuki@petronas.com.my>\r\nReply-To: \r\nContent-Type: text/html; charset=UTF-8\r\n'),
(16981, 2186, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SG2P153CA0048.outlook.office365.com Microsoft ESMTP MAIL Service ready at Fri, 10 Sep 2021 07:24:05 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2P153CA0048.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SG2P153CA0048.APCP153.PROD.OUTLOOK.COM]\r\n'),
(16982, 2187, 'solution', 'Check you credentials, wrong email or password.'),
(16983, 2187, 'success', ''),
(16984, 2187, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16985, 2187, 'to_header', 'fakhira@pitech.com.my'),
(16986, 2187, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(16987, 2187, 'original_to', 'fakhira@pitech.com.my'),
(16988, 2187, 'original_subject', 'New message from Intelligent Aqua'),
(16989, 2187, 'original_message', 'CONTACT FORM<br/><br/>\nNAME: Mohd Rasyidi Marzuki<br/>\nCOMPANY: PETRONAS<br/>\nPHONE: <br/>\nEMAIL: rasyidi_marzuki@petronas.com.my<br/>\nMESSAGE:<br/><br/>\nHi, I''m Rasyidi from PETRONAS Kertih. I would like to ask on the IA specifically for ammonia treatment. The plan is to install as tertiary treatment after the clarifier. \r\nI have the some background on the issue but no sure how to attach here.\r\nThanks'),
(16990, 2187, 'original_headers', 'From: Mohd Rasyidi Marzuki <rasyidi_marzuki@petronas.com.my>\r\nReply-To: \r\nContent-Type: text/html; charset=UTF-8\r\n'),
(16991, 2187, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR06CA0191.outlook.office365.com Microsoft ESMTP MAIL Service ready at Fri, 10 Sep 2021 07:25:33 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR06CA0191.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR06CA0191.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n535 5.7.139 Authentication unsuccessful, the user credentials were incorrect. [SG2PR06CA0191.apcprd06.prod.outlook.com]\r\n'),
(16992, 2188, 'solution', 'Not found, check status column for more info.'),
(16993, 2188, 'success', ''),
(16994, 2188, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(16995, 2188, 'to_header', 'fakhira@pitech.com.my'),
(16996, 2188, 'transport_uri', 'smtp:none:none://smtp.office365.com:587'),
(16997, 2188, 'original_to', 'fakhira@pitech.com.my'),
(16998, 2188, 'original_subject', 'New message from Intelligent Aqua'),
(16999, 2188, 'original_message', 'CONTACT FORM<br/><br/>\nNAME: Mohd Rasyidi Marzuki<br/>\nCOMPANY: PETRONAS<br/>\nPHONE: <br/>\nEMAIL: rasyidi_marzuki@petronas.com.my<br/>\nMESSAGE:<br/><br/>\nHi, I''m Rasyidi from PETRONAS Kertih. I would like to ask on the IA specifically for ammonia treatment. The plan is to install as tertiary treatment after the clarifier. \r\nI have the some background on the issue but no sure how to attach here.\r\nThanks'),
(17000, 2188, 'original_headers', 'From: Mohd Rasyidi Marzuki <rasyidi_marzuki@petronas.com.my>\r\nReply-To: \r\nContent-Type: text/html; charset=UTF-8\r\n'),
(17001, 2188, 'session_transcript', 'smtp:none:none://smtp.office365.com:587\n\n220 SG2PR06CA0196.outlook.office365.com Microsoft ESMTP MAIL Service ready at Fri, 10 Sep 2021 07:25:38 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR06CA0196.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nMAIL FROM:<fakhira@pitech.com.my>\r\n451 5.7.3 STARTTLS is required to send mail [SG2PR06CA0196.apcprd06.prod.outlook.com]\r\n'),
(17010, 2190, 'solution', 'Check you credentials, wrong email or password.'),
(17011, 2190, 'success', ''),
(17012, 2190, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(17013, 2190, 'to_header', 'fakhira@pitech.com.my'),
(17014, 2190, 'transport_uri', 'smtp:tls:login://smtp.office365.com:587'),
(17015, 2190, 'original_to', 'fakhira@pitech.com.my'),
(17016, 2190, 'original_subject', 'Postman SMTP Test (intelligentaqua.com.my)'),
(17017, 2190, 'original_message', 'Content-Type: text/plain; charset = "UTF-8"\r\nContent-Transfer-Encoding: 8bit\r\n\r\nHello!\r\n\r\nSent by Postman 2.0.23 - https://wordpress.org/plugins/post-smtp/\r\n\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\r\n<style type="text/css" media="all">\r\n.wporg-notification .im {\r\n	color: #888;\r\n} /* undo a GMail-inserted style */\r\n</style>\r\n</head>\r\n<body class="wporg-notification">\r\n	<div style="background: #e8f6fe; font-family: &amp; quot; Helvetica Neue&amp;quot; , Helvetica ,Arial,sans-serif; font-size: 14px; color: #666; text-align: center; margin: 0; padding: 0">\r\n		<table border="0" cellspacing="0" cellpadding="0" bgcolor="#e8f6fe"	style="background: #e8f6fe; width: 100%;">\r\n			<tbody>\r\n				<tr>\r\n					<td>\r\n						<table border="0" cellspacing="0" cellpadding="0" align="center" style="padding: 0px; width: 100%;"">\r\n							<tbody>\r\n								<tr>\r\n									<td>\r\n										<div style="max-width: 600px; height: 400px; margin: 0 auto; overflow: hidden;background-image:url(''https://ps.w.org/postman-smtp/assets/email/poofytoo.png'');background-repeat: no-repeat;">\r\n											<div style="margin:50px 0 0 300px; width:300px; font-size:2em;">Hello! - &#20320;&#22909; - Bonjour! - &#2344;&#2350;&#2360;&#2381;&#2340;&#2375; - ¡Hola! - Ol&#225; - &#1055;&#1088;&#1080;&#1074;&#1077;&#1090;! - &#20170;&#26085;&#12399;</div>\r\n											<div style="text-align:right;font-size: 1.4em; color:black;margin:150px 0 0 200px;">Sent by Postman 2.0.23\r\n												<br/><span style="font-size: 0.8em"><a style="color:#3f73b9" href="https://wordpress.org/plugins/post-smtp/">https://wordpress.org/plugins/post-smtp/</a></span>\r\n											</div>\r\n										</div>\r\n									</td>\r\n								</tr>\r\n							</tbody>\r\n						</table>\r\n						<br><span style="font-size:0.9em;color:#94c0dc;">Image source: <a style="color:#94c0dc" href="http://poofytoo.com">poofytoo.com</a> - Used with permission</span>\r\n					</td>\r\n				</tr>\r\n			</tbody>\r\n		</table>\r\n</body>\r\n</html>'),
(17018, 2190, 'original_headers', 'Content-Type: multipart/alternative;'),
(17019, 2190, 'session_transcript', 'smtp:tls:login://smtp.office365.com:587\n\n220 SG2PR03CA0153.outlook.office365.com Microsoft ESMTP MAIL Service ready at Fri, 10 Sep 2021 08:36:46 +0000\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0153.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-STARTTLS\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nSTARTTLS\r\n220 2.0.0 SMTP server ready\r\nEHLO intelligentaqua.com.my\r\n250-SG2PR03CA0153.outlook.office365.com Hello [103.6.196.122]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\nAUTH LOGIN\r\n334 VXNlcm5hbWU6\r\nZmFraGlyYUBwaXRlY2guY29tLm15\r\n334 UGFzc3dvcmQ6\r\nRXhpdG9zNHUh\r\n535 5.7.139 Authentication unsuccessful, the user credentials were incorrect. [SG2PR03CA0153.apcprd03.prod.outlook.com]\r\n');
INSERT INTO `wpfq_postmeta` VALUES
(17020, 2191, 'solution', 'Your hosting is blocking the connection, contact their support'),
(17021, 2191, 'success', ''),
(17022, 2191, 'from_header', 'Intelligent Aqua <fakhira@pitech.com.my>'),
(17023, 2191, 'to_header', 'fakhira@pitech.com.my'),
(17024, 2191, 'transport_uri', 'smtps:none://smtp.office365.com:587'),
(17025, 2191, 'original_to', 'fakhira@pitech.com.my'),
(17026, 2191, 'original_subject', 'Postman SMTP Test (intelligentaqua.com.my)'),
(17027, 2191, 'original_message', 'Content-Type: text/plain; charset = "UTF-8"\r\nContent-Transfer-Encoding: 8bit\r\n\r\nHello!\r\n\r\nSent by Postman 2.0.23 - https://wordpress.org/plugins/post-smtp/\r\n\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\r\n<style type="text/css" media="all">\r\n.wporg-notification .im {\r\n	color: #888;\r\n} /* undo a GMail-inserted style */\r\n</style>\r\n</head>\r\n<body class="wporg-notification">\r\n	<div style="background: #e8f6fe; font-family: &amp; quot; Helvetica Neue&amp;quot; , Helvetica ,Arial,sans-serif; font-size: 14px; color: #666; text-align: center; margin: 0; padding: 0">\r\n		<table border="0" cellspacing="0" cellpadding="0" bgcolor="#e8f6fe"	style="background: #e8f6fe; width: 100%;">\r\n			<tbody>\r\n				<tr>\r\n					<td>\r\n						<table border="0" cellspacing="0" cellpadding="0" align="center" style="padding: 0px; width: 100%;"">\r\n							<tbody>\r\n								<tr>\r\n									<td>\r\n										<div style="max-width: 600px; height: 400px; margin: 0 auto; overflow: hidden;background-image:url(''https://ps.w.org/postman-smtp/assets/email/poofytoo.png'');background-repeat: no-repeat;">\r\n											<div style="margin:50px 0 0 300px; width:300px; font-size:2em;">Hello! - &#20320;&#22909; - Bonjour! - &#2344;&#2350;&#2360;&#2381;&#2340;&#2375; - ¡Hola! - Ol&#225; - &#1055;&#1088;&#1080;&#1074;&#1077;&#1090;! - &#20170;&#26085;&#12399;</div>\r\n											<div style="text-align:right;font-size: 1.4em; color:black;margin:150px 0 0 200px;">Sent by Postman 2.0.23\r\n												<br/><span style="font-size: 0.8em"><a style="color:#3f73b9" href="https://wordpress.org/plugins/post-smtp/">https://wordpress.org/plugins/post-smtp/</a></span>\r\n											</div>\r\n										</div>\r\n									</td>\r\n								</tr>\r\n							</tbody>\r\n						</table>\r\n						<br><span style="font-size:0.9em;color:#94c0dc;">Image source: <a style="color:#94c0dc" href="http://poofytoo.com">poofytoo.com</a> - Used with permission</span>\r\n					</td>\r\n				</tr>\r\n			</tbody>\r\n		</table>\r\n</body>\r\n</html>'),
(17028, 2191, 'original_headers', 'Content-Type: multipart/alternative;'),
(17029, 2191, 'session_transcript', 'smtps:none://smtp.office365.com:587\n\n'),
(17054, 186, '_elementor_page_assets', 'a:1:{s:6:"styles";a:6:{i:0;s:12:"e-animations";i:1;s:12:"e-animations";i:2;s:12:"e-animations";i:3;s:12:"e-animations";i:4;s:12:"e-animations";i:5;s:12:"e-animations";}}'),
(17055, 186, '_elementor_controls_usage', 'a:7:{s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:4;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:10:{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:22:"typography_line_height";i:4;s:25:"typography_text_transform";i:3;s:27:"typography_font_size_mobile";i:4;s:29:"typography_line_height_mobile";i:1;s:25:"typography_letter_spacing";i:1;s:27:"typography_font_size_tablet";i:2;}}s:8:"advanced";a:2:{s:14:"_section_style";a:3:{s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;}s:15:"section_effects";a:1:{s:16:"_animation_delay";i:2;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:4:{s:12:"_inline_size";i:6;s:21:"space_between_widgets";i:3;s:19:"_inline_size_tablet";i:2;s:16:"content_position";i:1;}}s:5:"style";a:3:{s:14:"section_border";a:5:{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:21:"box_shadow_box_shadow";i:1;}s:13:"section_style";a:1:{s:21:"background_background";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:13:"margin_mobile";i:1;s:6:"margin";i:1;s:7:"padding";i:1;s:11:"css_classes";i:1;s:14:"padding_mobile";i:1;}s:15:"section_effects";a:2:{s:9:"animation";i:3;s:15:"animation_delay";i:2;}}}}s:7:"section";a:3:{s:5:"count";i:5;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:13:"content_width";i:2;s:3:"gap";i:4;s:16:"content_position";i:1;s:6:"layout";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:5:"style";a:5:{s:18:"section_background";a:7:{s:21:"background_background";i:1;s:16:"background_image";i:3;s:15:"background_size";i:3;s:40:"background_motion_fx_motion_fx_scrolling";i:1;s:19:"background_position";i:2;s:21:"background_attachment";i:2;s:17:"background_repeat";i:2;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:3;s:26:"background_overlay_opacity";i:3;s:24:"background_overlay_color";i:2;s:24:"background_overlay_image";i:1;s:23:"background_overlay_size";i:1;}s:21:"section_shape_divider";a:3:{s:20:"shape_divider_bottom";i:1;s:26:"shape_divider_bottom_width";i:1;s:27:"shape_divider_bottom_height";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}s:14:"section_border";a:3:{s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:9:"animation";i:2;}s:16:"section_advanced";a:4:{s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:3;s:7:"padding";i:2;s:11:"css_classes";i:2;}}}}s:11:"text-editor";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;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:21:"typography_typography";i:2;s:22:"typography_font_family";i:2;s:20:"typography_font_size";i:2;s:22:"typography_line_height";i:2;s:12:"align_mobile";i:2;s:27:"typography_font_size_mobile";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:2;s:7:"_margin";i:2;s:14:"_margin_mobile";i:2;}}}}s:9:"icon-list";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;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:3:{s:17:"section_icon_list";a:1:{s:13:"space_between";i:1;}s:18:"section_icon_style";a:1:{s:9:"icon_size";i:1;}s:18:"section_text_style";a:5:{s:11:"text_indent";i:1;s:26:"icon_typography_typography";i:1;s:27:"icon_typography_font_family";i:1;s:25:"icon_typography_font_size";i:1;s:27:"icon_typography_line_height";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:4:"form";a:3:{s:5:"count";i:1;s:15:"control_percent";i:6;s:8:"controls";a:2:{s:7:"content";a:5:{s:19:"section_form_fields";a:4:{s:9:"form_name";i:1;s:11:"form_fields";i:1;s:10:"input_size";i:1;s:11:"show_labels";i:1;}s:15:"section_buttons";a:3:{s:11:"button_text";i:1;s:11:"button_size";i:1;s:12:"button_width";i:1;}s:13:"section_email";a:6:{s:8:"email_to";i:1;s:13:"email_subject";i:1;s:13:"email_content";i:1;s:10:"email_from";i:1;s:15:"email_from_name";i:1;s:13:"form_metadata";i:1;}s:15:"section_email_2";a:5:{s:10:"email_to_2";i:1;s:15:"email_subject_2";i:1;s:12:"email_from_2";i:1;s:17:"email_from_name_2";i:1;s:16:"email_reply_to_2";i:1;}s:20:"section_form_options";a:2:{s:13:"error_message";i:1;s:15:"invalid_message";i:1;}}s:5:"style";a:3:{s:18:"section_form_style";a:6:{s:10:"column_gap";i:1;s:7:"row_gap";i:1;s:27:"label_typography_typography";i:1;s:28:"label_typography_font_family";i:1;s:26:"html_typography_typography";i:1;s:27:"html_typography_font_family";i:1;}s:19:"section_field_style";a:6:{s:18:"field_border_width";i:1;s:19:"field_border_radius";i:1;s:16:"field_text_color";i:1;s:22:"field_background_color";i:1;s:27:"field_typography_typography";i:1;s:28:"field_typography_font_family";i:1;}s:20:"section_button_style";a:9:{s:20:"button_border_radius";i:1;s:20:"button_border_border";i:1;s:19:"button_border_width";i:1;s:29:"button_background_hover_color";i:1;s:28:"button_typography_typography";i:1;s:29:"button_typography_font_family";i:1;s:23:"button_background_color";i:1;s:19:"button_border_color";i:1;s:18:"button_hover_color";i:1;}}}}s:11:"google_maps";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{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:8:"advanced";a:2:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}s:15:"section_effects";a:2:{s:10:"_animation";i:1;s:16:"_animation_delay";i:1;}}}}}'),
(17079, 167, '_oembed_506180916b8df33b3ce8c93da62f21fa', '<iframe title="12hr Relaxing Background for your Screen (No Sound) Water in Slow Motion" width="500" height="281" src="https://www.youtube.com/embed/6ceSAIauHsI?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>'),
(17080, 167, '_oembed_time_506180916b8df33b3ce8c93da62f21fa', '1632893933'),
(17085, 2196, '_wp_attached_file', '2021/09/IA_video_v6_long_1.mp4'),
(17086, 2196, '_wp_attachment_metadata', 'a:10:{s:8:"filesize";i:9741391;s:9:"mime_type";s:9:"video/mp4";s:6:"length";i:18;s:16:"length_formatted";s:4:"0:18";s:5:"width";i:2000;s:6:"height";i:860;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:5:"audio";a:7:{s:10:"dataformat";s:3:"mp4";s:5:"codec";s:19:"ISO/IEC 14496-3 AAC";s:11:"sample_rate";d:48000;s:8:"channels";i:2;s:15:"bits_per_sample";i:16;s:8:"lossless";b:0;s:11:"channelmode";s:6:"stereo";}s:17:"created_timestamp";i:1632911191;}'),
(17117, 13, '_elementor_controls_usage', 'a:10:{s:7:"heading";a:3:{s:5:"count";i:9;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:4:{s:5:"title";i:9;s:11:"header_size";i:3;s:12:"align_mobile";i:5;s:5:"align";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:10:{s:21:"typography_typography";i:9;s:20:"typography_font_size";i:9;s:22:"typography_font_family";i:9;s:22:"typography_font_weight";i:9;s:27:"typography_font_size_mobile";i:5;s:25:"typography_letter_spacing";i:3;s:22:"typography_line_height";i:5;s:29:"typography_line_height_mobile";i:2;s:11:"title_color";i:2;s:25:"typography_text_transform";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:7:"_margin";i:5;s:15:"_padding_mobile";i:5;s:14:"_margin_mobile";i:2;}}}}s:11:"text-editor";a:3:{s:5:"count";i:5;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:5;}}s:5:"style";a:1:{s:13:"section_style";a:8:{s:21:"typography_typography";i:5;s:22:"typography_font_family";i:5;s:20:"typography_font_size";i:5;s:27:"typography_font_size_mobile";i:2;s:5:"align";i:2;s:22:"typography_font_weight";i:2;s:22:"typography_line_height";i:2;s:12:"align_mobile";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:8:"_padding";i:3;s:7:"_margin";i:2;s:14:"_margin_mobile";i:2;s:15:"_padding_mobile";i:2;}}}}s:6:"button";a:3:{s:5:"count";i:6;s:15:"control_percent";i:2;s:8:"controls";a:4:{s:7:"content";a:1:{s:14:"section_button";a:3:{s:4:"text";i:6;s:4:"link";i:6;s:5:"align";i:3;}}s:5:"style";a:1:{s:13:"section_style";a:5:{s:21:"typography_typography";i:6;s:22:"typography_font_family";i:6;s:20:"typography_font_size";i:6;s:13:"border_radius";i:6;s:15:"hover_animation";i:5;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:6;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;}}s:7:"general";a:1:{s:11:"__dynamic__";a:1:{s:5:"count";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:16;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:5:{s:12:"_inline_size";i:16;s:16:"content_position";i:3;s:21:"space_between_widgets";i:6;s:19:"_inline_size_tablet";i:6;s:19:"_inline_size_mobile";i:2;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:6:{s:6:"margin";i:9;s:7:"padding";i:6;s:13:"margin_tablet";i:2;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:2;s:13:"margin_mobile";i:4;}s:15:"section_effects";a:1:{s:9:"animation";i:7;}}s:5:"style";a:3:{s:13:"section_style";a:3:{s:21:"background_background";i:5;s:16:"background_image";i:2;s:16:"background_color";i:3;}s:26:"section_background_overlay";a:1:{s:29:"background_overlay_background";i:3;}s:14:"section_border";a:3:{s:13:"border_radius";i:3;s:21:"box_shadow_box_shadow";i:3;s:26:"box_shadow_box_shadow_type";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:9;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:4:{s:6:"height";i:2;s:13:"custom_height";i:2;s:20:"custom_height_mobile";i:1;s:6:"layout";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:4;}}s:5:"style";a:3:{s:18:"section_background";a:10:{s:21:"background_background";i:5;s:21:"background_video_link";i:2;s:25:"background_play_on_mobile";i:2;s:25:"background_video_fallback";i:1;s:16:"background_color";i:1;s:18:"background_color_b";i:1;s:19:"background_bg_width";i:1;s:16:"background_image";i:2;s:19:"background_position";i:2;s:15:"background_size";i:1;}s:26:"section_background_overlay";a:6:{s:29:"background_overlay_background";i:4;s:33:"background_overlay_gradient_angle";i:1;s:26:"background_overlay_opacity";i:3;s:24:"background_overlay_color";i:1;s:26:"background_overlay_color_b";i:1;s:24:"background_overlay_image";i:1;}s:21:"section_shape_divider";a:13:{s:20:"shape_divider_bottom";i:3;s:27:"shape_divider_bottom_height";i:4;s:26:"shape_divider_bottom_width";i:3;s:25:"shape_divider_bottom_flip";i:2;s:26:"shape_divider_bottom_color";i:1;s:33:"shape_divider_bottom_width_mobile";i:2;s:34:"shape_divider_bottom_height_mobile";i:2;s:24:"shape_divider_top_height";i:2;s:31:"shape_divider_top_above_content";i:1;s:34:"shape_divider_bottom_above_content";i:1;s:23:"shape_divider_top_width";i:2;s:17:"shape_divider_top";i:1;s:29:"shape_divider_bottom_negative";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:4:{s:7:"padding";i:7;s:14:"padding_tablet";i:4;s:14:"padding_mobile";i:6;s:6:"margin";i:1;}s:15:"section_effects";a:1:{s:9:"animation";i:2;}}}}s:5:"video";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_video";a:7:{s:10:"video_type";i:2;s:10:"hosted_url";i:2;s:8:"autoplay";i:2;s:14:"play_on_mobile";i:2;s:4:"mute";i:2;s:4:"loop";i:2;s:8:"controls";i:2;}}s:5:"style";a:1:{s:19:"section_video_style";a:1:{s:12:"aspect_ratio";i:2;}}s:8:"advanced";a:1:{s:15:"_section_border";a:1:{s:14:"_border_radius";i:2;}}}}s:14:"call-to-action";a:3:{s:5:"count";i:3;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:2:{s:18:"section_main_image";a:2:{s:4:"skin";i:3;s:8:"bg_image";i:3;}s:15:"section_content";a:3:{s:5:"title";i:3;s:11:"description";i:3;s:6:"button";i:3;}}s:5:"style";a:3:{s:9:"box_style";a:3:{s:10:"min-height";i:3;s:17:"vertical_position";i:3;s:17:"min-height_tablet";i:3;}s:21:"section_content_style";a:10:{s:27:"title_typography_typography";i:3;s:28:"title_typography_font_family";i:3;s:26:"title_typography_font_size";i:3;s:33:"description_typography_typography";i:3;s:34:"description_typography_font_family";i:3;s:32:"description_typography_font_size";i:3;s:28:"title_typography_font_weight";i:3;s:34:"description_typography_line_height";i:3;s:39:"description_typography_font_size_mobile";i:3;s:33:"title_typography_font_size_mobile";i:3;}s:13:"hover_effects";a:1:{s:13:"overlay_color";i:3;}}s:8:"advanced";a:1:{s:15:"_section_border";a:3:{s:14:"_border_radius";i:3;s:27:"_box_shadow_box_shadow_type";i:3;s:22:"_box_shadow_box_shadow";i:3;}}}}s:6:"slides";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_slides";a:3:{s:6:"slides";i:1;s:13:"slides_height";i:1;s:20:"slides_height_tablet";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:3;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:3;s:10:"image_size";i:3;}}s:5:"style";a:1:{s:19:"section_style_image";a:1:{s:5:"width";i:3;}}s:8:"advanced";a:1:{s:14:"_section_style";a:2:{s:7:"_margin";i:1;s:8:"_padding";i:1;}}}}s:18:"eael-adv-accordion";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:43:"eael_section_adv_accordion_content_settings";a:1:{s:22:"eael_adv_accordion_tab";i:1;}}s:5:"style";a:2:{s:46:"eael_section_adv_accordions_tab_style_settings";a:6:{s:50:"eael_adv_accordion_tab_title_typography_typography";i:1;s:51:"eael_adv_accordion_tab_title_typography_font_family";i:1;s:40:"eael_adv_accordion_tab_bgtype_background";i:1;s:35:"eael_adv_accordion_tab_bgtype_color";i:1;s:47:"eael_adv_accordion_tab_bgtype_active_background";i:1;s:49:"eael_adv_accordion_tab_title_typography_font_size";i:1;}s:53:"eael_section_adv_accordion_tab_content_style_settings";a:3:{s:48:"eael_adv_accordion_content_typography_typography";i:1;s:49:"eael_adv_accordion_content_typography_font_family";i:1;s:47:"eael_adv_accordion_content_typography_font_size";i:1;}}}}}'),
(17337, 167, '_oembed_7ea5856b28b6c9b94177f05521f7b2ce', '<iframe title="12 hour Relaxing Background for your Screen (No Sound) Water in Slow Motion" width="1200" height="675" src="https://www.youtube.com/embed/6ceSAIauHsI?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>'),
(17338, 167, '_oembed_time_7ea5856b28b6c9b94177f05521f7b2ce', '1655217103'),
(17356, 2200, '_elementor_edit_mode', 'builder'),
(17357, 2200, '_elementor_template_type', 'footer'),
(17358, 2200, '_elementor_version', '3.2.4'),
(17359, 2200, '_elementor_pro_version', '3.3.0'),
(17360, 2200, '_wp_page_template', 'default'),
(17361, 2200, '_elementor_data', '[{"id":"6710e130","elType":"section","settings":{"structure":"30","border_width":{"unit":"px","top":"3","right":"0","bottom":"0","left":"0","isLinked":false},"border_color":"#02d3c9","padding":{"unit":"px","top":"80","right":"0","bottom":"80","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"30","right":"20","bottom":"30","left":"20","isLinked":false},"padding_mobile":{"unit":"px","top":"30","right":"20","bottom":"0","left":"20","isLinked":false},"html_tag":"footer","_timestamp_":"v1RVZmZzB3VE03ZERoNy9VNm1ZL0twUT09","eael_parallax_layers_list":[]},"elements":[{"id":"1ec3ab50","elType":"column","settings":{"_column_size":33,"_inline_size":36.4909999999999996589394868351519107818603515625,"margin":{"unit":"%","top":"0","right":"20","bottom":"0","left":"0","isLinked":false},"_inline_size_tablet":33,"_inline_size_mobile":100,"margin_tablet":{"unit":"%","top":"0","right":"10","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"870dec4","elType":"widget","settings":{"__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]","link":"[elementor-tag id=\\"\\" name=\\"site-url\\" settings=\\"%7B%7D\\"]"},"width":{"unit":"px","size":""},"width_mobile":{"unit":"px","size":80},"image":{"id":293,"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/placeholder.png"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"180","bottom":"0","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"theme-site-logo"},{"id":"636fef5b","elType":"widget","settings":{"editor":"<p>Intelligent Aqua, also known as IA, is a water treatment system that adopts a hybrid concept of combining\\u00a0special blended adsorption techniques\\u00a0and\\u00a0ion exchange method\\u00a0to treat and purify contaminated and polluted water.<\\/p>","typography_typography":"custom","typography_font_size":{"unit":"px","size":15},"typography_font_weight":"normal","typography_line_height":{"unit":"em","size":1.8000000000000000444089209850062616169452667236328125},"typography_font_family":"Open Sans","__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"1ed2165","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"50"},"elements":[{"id":"e165b2b","elType":"column","settings":{"_column_size":20,"_inline_size":null,"_inline_size_mobile":30},"elements":[{"id":"0c84be9","elType":"widget","settings":{"social_icon_list":[{"social_icon":{"value":"fab fa-facebook","library":"fa-brands"},"_id":"98bdc51","link":{"url":"https:\\/\\/www.facebook.com\\/intelligentaqua","is_external":"true","nofollow":"","custom_attributes":""}}],"align":"left","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","shape":"circle","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"59a50e1","elType":"column","settings":{"_column_size":20,"_inline_size":null,"_inline_size_mobile":30},"elements":[{"id":"8eb18ea","elType":"widget","settings":{"social_icon_list":[{"social_icon":{"value":"fab fa-linkedin","library":"fa-brands"},"_id":"98bdc51","link":{"url":"https:\\/\\/www.linkedin.com\\/company\\/intelligentaqua\\/","is_external":"true","nofollow":"","custom_attributes":""}}],"align":"left","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","shape":"circle","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"00c2f1f","elType":"column","settings":{"_column_size":20,"_inline_size":null,"_inline_size_mobile":50},"elements":[{"id":"23c34f1","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/waze-569496.png","id":1117},"image_size":"custom","width":{"unit":"%","size":90,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","link_to":"custom","link":{"url":"https:\\/\\/ul.waze.com\\/ul?place=ChIJk_-6RuZNzDERa8ZvL89H174&ll=3.10546200%2C101.54368800&navigate=yes&utm_campaign=waze_website&utm_source=waze_website&utm_medium=lm_share_location","is_external":"","nofollow":"","custom_attributes":""},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","align_mobile":"left","width_mobile":{"unit":"%","size":49,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"930dc18","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[],"isInner":true},{"id":"3dbd527","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true}],"isInner":false},{"id":"5f157d8f","elType":"column","settings":{"_column_size":33,"_inline_size":25.69800000000000039790393202565610408782958984375,"_inline_size_tablet":33,"_inline_size_mobile":100,"margin_mobile":{"unit":"px","top":"30","right":"0","bottom":"0","left":"0","isLinked":false},"content_position":"top"},"elements":[{"id":"3a052709","elType":"widget","settings":{"title":"Navigations","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"700","header_size":"h4","typography_font_family":"Roboto","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_padding":{"unit":"px","top":"100","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"2cfe2d7c","elType":"section","settings":{"gap":"no","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"eael_parallax_layers_list":[]},"elements":[{"id":"76698601","elType":"column","settings":{"_column_size":100,"_inline_size":null,"_inline_size_mobile":50},"elements":[{"id":"61989488","elType":"widget","settings":{"icon_list":[{"text":"Home","icon":"fa fa-caret-right","_id":"6b44671","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Company Profile","icon":"fa fa-caret-right","_id":"6442eb7","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/company-profile\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Solutions","icon":"fa fa-caret-right","_id":"1fd4f18","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/solution\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Media","icon":"fa fa-caret-right","_id":"17a281d","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/news\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Contact","icon":"fa fa-caret-right","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/contact-us\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true},"_id":"859defe"}],"space_between":{"unit":"px","size":14},"icon_align":"left","icon_size":{"unit":"px","size":13},"text_color":"rgba(0,0,0,0.79)","text_indent":{"unit":"px","size":9},"icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":15},"icon_typography_font_weight":"normal","icon_typography_font_size_tablet":{"unit":"px","size":13},"icon_typography_font_family":"Open Sans","__globals__":{"text_color_hover":"globals\\/colors?id=cbd1087","icon_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"icon-list"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"a915f37","elType":"column","settings":{"_column_size":33,"_inline_size":37.8070000000000021600499167107045650482177734375,"_inline_size_tablet":33,"margin_mobile":{"unit":"px","top":"30","right":"0","bottom":"0","left":"0","isLinked":false},"content_position":"top"},"elements":[{"id":"4e5c81f2","elType":"widget","settings":{"title":"Contact","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"700","header_size":"h4","typography_font_family":"Roboto","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_padding":{"unit":"px","top":"100","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"d9f576e","elType":"widget","settings":{"icon_list":[{"text":"Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8\\/84  <br>Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor","icon":"fa fa-map-marker","_id":"48ff73c","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"+60 18 983 2468 ","icon":"fa fa-phone","selected_icon":{"value":"fas fa-phone","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true},"_id":"e3819fd"},{"text":"intelligentaqua@pitech.com.my","icon":"fa fa-envelope-open-o","_id":"050eab3","selected_icon":{"value":"far fa-envelope-open","library":"fa-regular"},"__fa4_migrated":{"selected_icon":true}}],"space_between":{"unit":"px","size":15},"icon_size":{"unit":"px","size":16},"text_indent":{"unit":"px","size":16},"icon_typography_typography":"custom","icon_typography_font_family":"Open Sans","icon_typography_font_size":{"unit":"px","size":16},"icon_typography_line_height":{"unit":"em","size":1.5},"icon_typography_font_weight":"400","__globals__":{"icon_color":"globals\\/colors?id=cbd1087","text_color":"globals\\/colors?id=secondary"},"_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"icon-list"},{"id":"f655123","elType":"widget","settings":{"shortcode":"<div style=\\"font-size:50%;\\">\\nTotal visitors : [srs_total_visitors]<\\/div>","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","custom_css":".x-counter .number {\\r\\n    font-size: 32px;\\r\\n    line-height: 1;\\r\\n}\\r\\n\\r\\n.x-counter .text-above {\\r\\n    font-size: 15px;\\r\\n    line-height: 1.5;\\r\\n}\\r\\n\\r\\n.x-counter .text-below {\\r\\n    font-size: 15px;\\r\\n    line-height: 1.5;\\r\\n}","_element_custom_width":{"unit":"px","size":134,"sizes":[]}},"elements":[],"widgetType":"shortcode"}],"isInner":false}],"isInner":false},{"id":"6e32aec4","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":50},"content_position":"middle","background_background":"classic","background_color":"#f4f4f4","padding_tablet":{"unit":"px","top":"5","right":"20","bottom":"5","left":"20","isLinked":false},"_timestamp_":"v1RVZmZzB3VE03ZERoNy9VNm1ZL0twUT09","eael_parallax_layers_list":[],"structure":"50","padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"4a7113a7","elType":"column","settings":{"_column_size":20,"_inline_size":50},"elements":[{"id":"74ef2979","elType":"widget","settings":{"title":"COPYRIGHT 2021 \\u00a9\\ufe0f INTELLIGENT AQUA SDN. BHD. (1182012-U). ALL RIGHTS RESERVED.","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"654a522","elType":"column","settings":{"_column_size":20,"_inline_size":22.01599999999999823785401531495153903961181640625,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"116162e","elType":"widget","settings":{"title":"Anti-Bribery and Corruption Policy","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/ANTI-BRIBERY-POLICY-FORM_IA.pdf","is_external":"","nofollow":"","custom_attributes":""}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"96fdd2b","elType":"column","settings":{"_column_size":20,"_inline_size":11},"elements":[{"id":"86ec863","elType":"widget","settings":{"title":"Privacy Policy","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/intelligentaqua.com.my\\/privacy-policy\\/","is_external":"","nofollow":"","custom_attributes":""}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"9fc8ddc","elType":"column","settings":{"_column_size":20,"_inline_size":9.95400000000000062527760746888816356658935546875},"elements":[{"id":"72e32a9","elType":"widget","settings":{"title":"Terms of Use","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/intelligentaqua.com.my\\/term-of-use\\/","is_external":"","nofollow":"","custom_attributes":""}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"01e3eeb","elType":"column","settings":{"_column_size":20,"_inline_size":7},"elements":[{"id":"640b9a0","elType":"widget","settings":{"title":"Webmail","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/www.office.com\\/","is_external":"","nofollow":"","custom_attributes":""}},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false}]'),
(17362, 2200, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'),
(17363, 2200, '_elementor_controls_usage', 'a:9:{s:15:"theme-site-logo";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:4:{s:7:"general";a:1:{s:11:"__dynamic__";a:1:{s:5:"count";i:2;}}s:5:"style";a:1:{s:19:"section_style_image";a:2:{s:5:"width";i:1;s:12:"width_mobile";i:1;}}s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:1;s:4:"link";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:1;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:5:{s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_line_height";i:1;s:22:"typography_font_family";i:1;}}}}s:12:"social-icons";a:3:{s:5:"count";i:2;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:1:{s:19:"section_social_icon";a:3:{s:16:"social_icon_list";i:2;s:5:"align";i:2;s:5:"shape";i:2;}}}}s:6:"column";a:3:{s:5:"count";i:14;s:15:"control_percent";i:0;s:8:"controls";a:2:{s:6:"layout";a:1:{s:6:"layout";a:4:{s:12:"_inline_size";i:14;s:19:"_inline_size_mobile";i:6;s:19:"_inline_size_tablet";i:3;s:16:"content_position";i:2;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:13:"margin_tablet";i:1;s:13:"margin_mobile";i:2;s:7:"padding";i:1;s:14:"padding_mobile";i:1;}}}}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:5:{s:5:"image";i:1;s:10:"image_size";i:1;s:7:"link_to";i:1;s:4:"link";i:1;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:3:{s:5:"width";i:1;s:5:"space";i:1;s:12:"width_mobile";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:17:"section_structure";a:1:{s:9:"structure";i:3;}s:14:"section_layout";a:5:{s:3:"gap";i:1;s:8:"html_tag";i:1;s:6:"height";i:1;s:13:"custom_height";i:1;s:16:"content_position";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:4:{s:6:"margin";i:1;s:7:"padding";i:2;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;}}s:5:"style";a:2:{s:14:"section_border";a:2:{s:12:"border_width";i:1;s:12:"border_color";i:1;}s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}}}s:7:"heading";a:3:{s:5:"count";i:7;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:5:{s:5:"title";i:7;s:11:"header_size";i:7;s:5:"align";i:5;s:12:"align_mobile";i:5;s:4:"link";i:4;}}s:5:"style";a:1:{s:19:"section_title_style";a:6:{s:21:"typography_typography";i:7;s:20:"typography_font_size";i:7;s:22:"typography_font_weight";i:7;s:22:"typography_font_family";i:7;s:25:"typography_text_transform";i:5;s:29:"typography_line_height_mobile";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:2:{s:8:"_padding";i:2;s:15:"_padding_mobile";i:2;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";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:3:{s:17:"section_icon_list";a:2:{s:13:"space_between";i:2;s:10:"icon_align";i:1;}s:18:"section_icon_style";a:1:{s:9:"icon_size";i:2;}s:18:"section_text_style";a:8:{s:10:"text_color";i:1;s:11:"text_indent";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_font_weight";i:2;s:32:"icon_typography_font_size_tablet";i:1;s:27:"icon_typography_font_family";i:2;s:27:"icon_typography_line_height";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";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:2:{s:18:"section_custom_css";a:1:{s:10:"custom_css";i:1;}s:17:"_section_position";a:1:{s:21:"_element_custom_width";i:1;}}}}}'),
(17365, 2201, '_elementor_edit_mode', 'builder'),
(17366, 2201, '_elementor_template_type', 'footer'),
(17367, 2201, '_elementor_version', '3.2.4'),
(17368, 2201, '_elementor_pro_version', '3.3.0'),
(17369, 2201, '_wp_page_template', 'default'),
(17370, 2201, '_elementor_data', '[{"id":"6710e130","elType":"section","settings":{"structure":"30","border_width":{"unit":"px","top":"3","right":"0","bottom":"0","left":"0","isLinked":false},"border_color":"#02d3c9","padding":{"unit":"px","top":"80","right":"0","bottom":"80","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"30","right":"20","bottom":"30","left":"20","isLinked":false},"padding_mobile":{"unit":"px","top":"30","right":"20","bottom":"0","left":"20","isLinked":false},"html_tag":"footer","_timestamp_":"v1RVZmZzB3VE03ZERoNy9VNm1ZL0twUT09","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"9df9d31"}]},"elements":[{"id":"1ec3ab50","elType":"column","settings":{"_column_size":33,"_inline_size":36.4909999999999996589394868351519107818603515625,"margin":{"unit":"%","top":"0","right":"20","bottom":"0","left":"0","isLinked":false},"_inline_size_tablet":33,"_inline_size_mobile":100,"margin_tablet":{"unit":"%","top":"0","right":"10","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"9ceefc5"}]},"elements":[{"id":"870dec4","elType":"widget","settings":{"__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]","link":"[elementor-tag id=\\"\\" name=\\"site-url\\" settings=\\"%7B%7D\\"]"},"width":{"unit":"px","size":""},"width_mobile":{"unit":"px","size":80},"image":{"id":293,"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/placeholder.png"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"180","bottom":"0","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"0275865"}]},"elements":[],"widgetType":"theme-site-logo"},{"id":"636fef5b","elType":"widget","settings":{"editor":"<p>Intelligent Aqua, also known as IA, is a water treatment system that adopts a hybrid concept of combining\\u00a0special blended adsorption techniques\\u00a0and\\u00a0ion exchange method\\u00a0to treat and purify contaminated and polluted water.<\\/p>","typography_typography":"custom","typography_font_size":{"unit":"px","size":15},"typography_font_weight":"normal","typography_line_height":{"unit":"em","size":1.8000000000000000444089209850062616169452667236328125},"typography_font_family":"Open Sans","__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"4b79c40"}]},"elements":[],"widgetType":"text-editor"},{"id":"1ed2165","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"50","eael_cl_logics":[{"_id":"2628fd0"}]},"elements":[{"id":"e165b2b","elType":"column","settings":{"_column_size":20,"_inline_size":null,"_inline_size_mobile":30,"eael_cl_logics":[{"_id":"6f39a80"}]},"elements":[{"id":"0c84be9","elType":"widget","settings":{"social_icon_list":[{"social_icon":{"value":"fab fa-facebook","library":"fa-brands"},"_id":"98bdc51","link":{"url":"https:\\/\\/www.facebook.com\\/intelligentaqua","is_external":"true","nofollow":"","custom_attributes":""}}],"align":"left","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","shape":"circle","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"244170d"}]},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"59a50e1","elType":"column","settings":{"_column_size":20,"_inline_size":null,"_inline_size_mobile":30,"eael_cl_logics":[{"_id":"dbf0b59"}]},"elements":[{"id":"8eb18ea","elType":"widget","settings":{"social_icon_list":[{"social_icon":{"value":"fab fa-linkedin","library":"fa-brands"},"_id":"98bdc51","link":{"url":"https:\\/\\/www.linkedin.com\\/company\\/intelligentaqua\\/","is_external":"true","nofollow":"","custom_attributes":""}}],"align":"left","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","shape":"circle","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"78e32a6"}]},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"00c2f1f","elType":"column","settings":{"_column_size":20,"_inline_size":null,"_inline_size_mobile":50,"eael_cl_logics":[{"_id":"9db1ec3"}]},"elements":[{"id":"23c34f1","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/waze-569496.png","id":1117},"image_size":"custom","width":{"unit":"%","size":90,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","link_to":"custom","link":{"url":"https:\\/\\/ul.waze.com\\/ul?place=ChIJk_-6RuZNzDERa8ZvL89H174&ll=3.10546200%2C101.54368800&navigate=yes&utm_campaign=waze_website&utm_source=waze_website&utm_medium=lm_share_location","is_external":"","nofollow":"","custom_attributes":""},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","align_mobile":"left","width_mobile":{"unit":"%","size":49,"sizes":[]},"eael_cl_logics":[{"_id":"5eb0e3f"}]},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"930dc18","elType":"column","settings":{"_column_size":20,"_inline_size":null,"eael_cl_logics":[{"_id":"36485de"}]},"elements":[],"isInner":true},{"id":"3dbd527","elType":"column","settings":{"_column_size":20,"_inline_size":null,"eael_cl_logics":[{"_id":"93372e7"}]},"elements":[],"isInner":true}],"isInner":true}],"isInner":false},{"id":"5f157d8f","elType":"column","settings":{"_column_size":33,"_inline_size":25.69800000000000039790393202565610408782958984375,"_inline_size_tablet":33,"_inline_size_mobile":100,"margin_mobile":{"unit":"px","top":"30","right":"0","bottom":"0","left":"0","isLinked":false},"content_position":"top","eael_cl_logics":[{"_id":"5b9b9fb"}]},"elements":[{"id":"3a052709","elType":"widget","settings":{"title":"Navigations","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"700","header_size":"h4","typography_font_family":"Roboto","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_padding":{"unit":"px","top":"100","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"8e792e6"}]},"elements":[],"widgetType":"heading"},{"id":"2cfe2d7c","elType":"section","settings":{"gap":"no","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"0bceb4d"}]},"elements":[{"id":"76698601","elType":"column","settings":{"_column_size":100,"_inline_size":null,"_inline_size_mobile":50,"eael_cl_logics":[{"_id":"8ddf65d"}]},"elements":[{"id":"61989488","elType":"widget","settings":{"icon_list":[{"text":"Home","icon":"fa fa-caret-right","_id":"6b44671","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Company Profile","icon":"fa fa-caret-right","_id":"6442eb7","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/company-profile\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Solutions","icon":"fa fa-caret-right","_id":"1fd4f18","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/solution\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Media","icon":"fa fa-caret-right","_id":"17a281d","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/news\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Contact","icon":"fa fa-caret-right","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/contact-us\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true},"_id":"859defe"}],"space_between":{"unit":"px","size":14},"icon_align":"left","icon_size":{"unit":"px","size":13},"text_color":"rgba(0,0,0,0.79)","text_indent":{"unit":"px","size":9},"icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":15},"icon_typography_font_weight":"normal","icon_typography_font_size_tablet":{"unit":"px","size":13},"icon_typography_font_family":"Open Sans","__globals__":{"text_color_hover":"globals\\/colors?id=cbd1087","icon_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"edd66df"}]},"elements":[],"widgetType":"icon-list"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"a915f37","elType":"column","settings":{"_column_size":33,"_inline_size":37.8070000000000021600499167107045650482177734375,"_inline_size_tablet":33,"margin_mobile":{"unit":"px","top":"30","right":"0","bottom":"0","left":"0","isLinked":false},"content_position":"top","eael_cl_logics":[{"_id":"6cfbf2c"}]},"elements":[{"id":"4e5c81f2","elType":"widget","settings":{"title":"Contact","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"700","header_size":"h4","typography_font_family":"Roboto","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_padding":{"unit":"px","top":"100","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"a830e5f"}]},"elements":[],"widgetType":"heading"},{"id":"d9f576e","elType":"widget","settings":{"icon_list":[{"text":"Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8\\/84  <br>Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor","icon":"fa fa-map-marker","_id":"48ff73c","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"+60 18 983 2468 ","icon":"fa fa-phone","selected_icon":{"value":"fas fa-phone","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true},"_id":"e3819fd"},{"text":"intelligentaqua@pitech.com.my","icon":"fa fa-envelope-open-o","_id":"050eab3","selected_icon":{"value":"far fa-envelope-open","library":"fa-regular"},"__fa4_migrated":{"selected_icon":true}}],"space_between":{"unit":"px","size":15},"icon_size":{"unit":"px","size":16},"text_indent":{"unit":"px","size":16},"icon_typography_typography":"custom","icon_typography_font_family":"Open Sans","icon_typography_font_size":{"unit":"px","size":16},"icon_typography_line_height":{"unit":"em","size":1.5},"icon_typography_font_weight":"400","__globals__":{"icon_color":"globals\\/colors?id=cbd1087","text_color":"globals\\/colors?id=secondary"},"_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"71f3190"}]},"elements":[],"widgetType":"icon-list"},{"id":"f655123","elType":"widget","settings":{"shortcode":"<div style=\\"font-size:50%;\\">\\nTotal visitors : [srs_total_visitors]<\\/div>","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","custom_css":".x-counter .number {\\r\\n    font-size: 32px;\\r\\n    line-height: 1;\\r\\n}\\r\\n\\r\\n.x-counter .text-above {\\r\\n    font-size: 15px;\\r\\n    line-height: 1.5;\\r\\n}\\r\\n\\r\\n.x-counter .text-below {\\r\\n    font-size: 15px;\\r\\n    line-height: 1.5;\\r\\n}","_element_custom_width":{"unit":"px","size":134,"sizes":[]},"eael_cl_logics":[{"_id":"7ce28d4"}]},"elements":[],"widgetType":"shortcode"}],"isInner":false}],"isInner":false},{"id":"6e32aec4","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":50},"content_position":"middle","background_background":"classic","background_color":"#f4f4f4","padding_tablet":{"unit":"px","top":"5","right":"20","bottom":"5","left":"20","isLinked":false},"_timestamp_":"v1RVZmZzB3VE03ZERoNy9VNm1ZL0twUT09","eael_parallax_layers_list":[],"structure":"50","padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"5ed057d"}]},"elements":[{"id":"4a7113a7","elType":"column","settings":{"_column_size":20,"_inline_size":50,"eael_cl_logics":[{"_id":"e3e35f0"}]},"elements":[{"id":"74ef2979","elType":"widget","settings":{"title":"COPYRIGHT 2021 \\u00a9\\ufe0f INTELLIGENT AQUA SDN. BHD. (1182012-U). ALL RIGHTS RESERVED.","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]},"eael_cl_logics":[{"_id":"f8f7781"}]},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"654a522","elType":"column","settings":{"_column_size":20,"_inline_size":22.01599999999999823785401531495153903961181640625,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"eael_cl_logics":[{"_id":"27d06a1"}]},"elements":[{"id":"116162e","elType":"widget","settings":{"title":"Anti-Bribery and Corruption Policy","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/ANTI-BRIBERY-POLICY-FORM_IA.pdf","is_external":"","nofollow":"","custom_attributes":""},"eael_cl_logics":[{"_id":"ceb80da"}]},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"96fdd2b","elType":"column","settings":{"_column_size":20,"_inline_size":11,"eael_cl_logics":[{"_id":"4661349"}]},"elements":[{"id":"86ec863","elType":"widget","settings":{"title":"Privacy Policy","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/intelligentaqua.com.my\\/privacy-policy\\/","is_external":"","nofollow":"","custom_attributes":""},"eael_cl_logics":[{"_id":"2a9f578"}]},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"9fc8ddc","elType":"column","settings":{"_column_size":20,"_inline_size":9.95400000000000062527760746888816356658935546875,"eael_cl_logics":[{"_id":"94fe9e7"}]},"elements":[{"id":"72e32a9","elType":"widget","settings":{"title":"Terms of Use","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/intelligentaqua.com.my\\/term-of-use\\/","is_external":"","nofollow":"","custom_attributes":""},"eael_cl_logics":[{"_id":"ecf6e70"}]},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"01e3eeb","elType":"column","settings":{"_column_size":20,"_inline_size":7,"eael_cl_logics":[{"_id":"5240d2b"}]},"elements":[{"id":"640b9a0","elType":"widget","settings":{"title":"Webmail","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/www.office.com\\/","is_external":"","nofollow":"","custom_attributes":""},"eael_cl_logics":[{"_id":"f859ab0"}]},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"22d281a","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":50},"content_position":"middle","background_background":"classic","background_color":"#f4f4f4","padding_tablet":{"unit":"px","top":"5","right":"20","bottom":"5","left":"20","isLinked":false},"_timestamp_":"v1RVZmZzB3VE03ZERoNy9VNm1ZL0twUT09","eael_parallax_layers_list":[],"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"eael_cl_logics":[{"_id":"5ed057d"}]},"elements":[{"id":"ec6732d","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"eael_cl_logics":[{"_id":"e3e35f0"}]},"elements":[{"id":"7f2bb4f","elType":"widget","settings":{"editor":"<div style=\\"display: none;\\">\\n\\n<a href=\\"https:\\/\\/www.walkproduction.com\\/company-profile-design\\/\\">company profile design malaysia<\\/a> | <a href=\\"https:\\/\\/www.walkproduction.com\\/branding-services\\/\\">branding agency malaysia<\\/a> | <a href=\\"https:\\/\\/www.walkproduction.com\\/web-design\\/\\">web design malaysia<\\/a> | <a href=\\"https:\\/\\/www.dwpdigital.com.my\\/\\">digital marketing agency malaysia<\\/a>\\u00a0| <a href=\\"https:\\/\\/www.dwpdigital.com.my\\/social-media-marketing\\/\\">social media agency malaysia<\\/a>\\n\\n<\\/div>","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"e729ad0"}]},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]');
INSERT INTO `wpfq_postmeta` VALUES
(17371, 2201, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'),
(17372, 2201, '_elementor_controls_usage', 'a:9:{s:15:"theme-site-logo";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:4:{s:7:"general";a:1:{s:11:"__dynamic__";a:1:{s:5:"count";i:2;}}s:5:"style";a:1:{s:19:"section_style_image";a:2:{s:5:"width";i:1;s:12:"width_mobile";i:1;}}s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:1;s:4:"link";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:1;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:5:{s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_line_height";i:1;s:22:"typography_font_family";i:1;}}}}s:12:"social-icons";a:3:{s:5:"count";i:2;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:1:{s:19:"section_social_icon";a:3:{s:16:"social_icon_list";i:2;s:5:"align";i:2;s:5:"shape";i:2;}}}}s:6:"column";a:3:{s:5:"count";i:14;s:15:"control_percent";i:0;s:8:"controls";a:2:{s:6:"layout";a:1:{s:6:"layout";a:4:{s:12:"_inline_size";i:14;s:19:"_inline_size_mobile";i:6;s:19:"_inline_size_tablet";i:3;s:16:"content_position";i:2;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:13:"margin_tablet";i:1;s:13:"margin_mobile";i:2;s:7:"padding";i:1;s:14:"padding_mobile";i:1;}}}}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:5:{s:5:"image";i:1;s:10:"image_size";i:1;s:7:"link_to";i:1;s:4:"link";i:1;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:3:{s:5:"width";i:1;s:5:"space";i:1;s:12:"width_mobile";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:17:"section_structure";a:1:{s:9:"structure";i:3;}s:14:"section_layout";a:5:{s:3:"gap";i:1;s:8:"html_tag";i:1;s:6:"height";i:1;s:13:"custom_height";i:1;s:16:"content_position";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:4:{s:6:"margin";i:1;s:7:"padding";i:2;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;}}s:5:"style";a:2:{s:14:"section_border";a:2:{s:12:"border_width";i:1;s:12:"border_color";i:1;}s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}}}s:7:"heading";a:3:{s:5:"count";i:7;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:5:{s:5:"title";i:7;s:11:"header_size";i:7;s:5:"align";i:5;s:12:"align_mobile";i:5;s:4:"link";i:4;}}s:5:"style";a:1:{s:19:"section_title_style";a:6:{s:21:"typography_typography";i:7;s:20:"typography_font_size";i:7;s:22:"typography_font_weight";i:7;s:22:"typography_font_family";i:7;s:25:"typography_text_transform";i:5;s:29:"typography_line_height_mobile";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:2:{s:8:"_padding";i:2;s:15:"_padding_mobile";i:2;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";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:3:{s:17:"section_icon_list";a:2:{s:13:"space_between";i:2;s:10:"icon_align";i:1;}s:18:"section_icon_style";a:1:{s:9:"icon_size";i:2;}s:18:"section_text_style";a:8:{s:10:"text_color";i:1;s:11:"text_indent";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_font_weight";i:2;s:32:"icon_typography_font_size_tablet";i:1;s:27:"icon_typography_font_family";i:2;s:27:"icon_typography_line_height";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";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:2:{s:18:"section_custom_css";a:1:{s:10:"custom_css";i:1;}s:17:"_section_position";a:1:{s:21:"_element_custom_width";i:1;}}}}}'),
(17374, 292, '_elementor_page_assets', 'a:0:{}'),
(17376, 2202, '_elementor_edit_mode', 'builder'),
(17377, 2202, '_elementor_template_type', 'footer'),
(17378, 2202, '_elementor_version', '3.6.7'),
(17379, 2202, '_elementor_pro_version', '3.7.1'),
(17380, 2202, '_wp_page_template', 'default'),
(17381, 2202, '_elementor_data', '[{"id":"6710e130","elType":"section","settings":{"structure":"30","border_width":{"unit":"px","top":"3","right":"0","bottom":"0","left":"0","isLinked":false},"border_color":"#02d3c9","padding":{"unit":"px","top":"80","right":"0","bottom":"80","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"30","right":"20","bottom":"30","left":"20","isLinked":false},"padding_mobile":{"unit":"px","top":"30","right":"20","bottom":"0","left":"20","isLinked":false},"html_tag":"footer","_timestamp_":"v1RVZmZzB3VE03ZERoNy9VNm1ZL0twUT09","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"9df9d31"}]},"elements":[{"id":"1ec3ab50","elType":"column","settings":{"_column_size":33,"_inline_size":36.4909999999999996589394868351519107818603515625,"margin":{"unit":"%","top":"0","right":"20","bottom":"0","left":"0","isLinked":false},"_inline_size_tablet":33,"_inline_size_mobile":100,"margin_tablet":{"unit":"%","top":"0","right":"10","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"9ceefc5"}]},"elements":[{"id":"870dec4","elType":"widget","settings":{"__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]","link":"[elementor-tag id=\\"\\" name=\\"site-url\\" settings=\\"%7B%7D\\"]"},"width":{"unit":"px","size":""},"width_mobile":{"unit":"px","size":80},"image":{"id":293,"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/placeholder.png"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"180","bottom":"0","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"0275865"}]},"elements":[],"widgetType":"theme-site-logo"},{"id":"636fef5b","elType":"widget","settings":{"editor":"<p>Intelligent Aqua, also known as IA, is a water treatment system that adopts a hybrid concept of combining\\u00a0special blended adsorption techniques\\u00a0and\\u00a0ion exchange method\\u00a0to treat and purify contaminated and polluted water.<\\/p>","typography_typography":"custom","typography_font_size":{"unit":"px","size":15},"typography_font_weight":"normal","typography_line_height":{"unit":"em","size":1.8000000000000000444089209850062616169452667236328125},"typography_font_family":"Open Sans","__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"4b79c40"}]},"elements":[],"widgetType":"text-editor"},{"id":"1ed2165","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"50","eael_cl_logics":[{"_id":"2628fd0"}]},"elements":[{"id":"e165b2b","elType":"column","settings":{"_column_size":20,"_inline_size":null,"_inline_size_mobile":30,"eael_cl_logics":[{"_id":"6f39a80"}]},"elements":[{"id":"0c84be9","elType":"widget","settings":{"social_icon_list":[{"social_icon":{"value":"fab fa-facebook","library":"fa-brands"},"_id":"98bdc51","link":{"url":"https:\\/\\/www.facebook.com\\/intelligentaqua","is_external":"true","nofollow":"","custom_attributes":""}}],"align":"left","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","shape":"circle","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"244170d"}]},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"59a50e1","elType":"column","settings":{"_column_size":20,"_inline_size":null,"_inline_size_mobile":30,"eael_cl_logics":[{"_id":"dbf0b59"}]},"elements":[{"id":"8eb18ea","elType":"widget","settings":{"social_icon_list":[{"social_icon":{"value":"fab fa-linkedin","library":"fa-brands"},"_id":"98bdc51","link":{"url":"https:\\/\\/www.linkedin.com\\/company\\/intelligentaqua\\/","is_external":"true","nofollow":"","custom_attributes":""}}],"align":"left","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","shape":"circle","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"78e32a6"}]},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"00c2f1f","elType":"column","settings":{"_column_size":20,"_inline_size":null,"_inline_size_mobile":50,"eael_cl_logics":[{"_id":"9db1ec3"}]},"elements":[{"id":"23c34f1","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/waze-569496.png","id":1117},"image_size":"custom","width":{"unit":"%","size":90,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","link_to":"custom","link":{"url":"https:\\/\\/ul.waze.com\\/ul?place=ChIJk_-6RuZNzDERa8ZvL89H174&ll=3.10546200%2C101.54368800&navigate=yes&utm_campaign=waze_website&utm_source=waze_website&utm_medium=lm_share_location","is_external":"","nofollow":"","custom_attributes":""},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","align_mobile":"left","width_mobile":{"unit":"%","size":49,"sizes":[]},"eael_cl_logics":[{"_id":"5eb0e3f"}]},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"930dc18","elType":"column","settings":{"_column_size":20,"_inline_size":null,"eael_cl_logics":[{"_id":"36485de"}]},"elements":[],"isInner":true},{"id":"3dbd527","elType":"column","settings":{"_column_size":20,"_inline_size":null,"eael_cl_logics":[{"_id":"93372e7"}]},"elements":[],"isInner":true}],"isInner":true}],"isInner":false},{"id":"5f157d8f","elType":"column","settings":{"_column_size":33,"_inline_size":25.69800000000000039790393202565610408782958984375,"_inline_size_tablet":33,"_inline_size_mobile":100,"margin_mobile":{"unit":"px","top":"30","right":"0","bottom":"0","left":"0","isLinked":false},"content_position":"top","eael_cl_logics":[{"_id":"5b9b9fb"}]},"elements":[{"id":"3a052709","elType":"widget","settings":{"title":"Navigations","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"700","header_size":"h4","typography_font_family":"Roboto","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_padding":{"unit":"px","top":"100","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"8e792e6"}]},"elements":[],"widgetType":"heading"},{"id":"2cfe2d7c","elType":"section","settings":{"gap":"no","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"0bceb4d"}]},"elements":[{"id":"76698601","elType":"column","settings":{"_column_size":100,"_inline_size":null,"_inline_size_mobile":50,"eael_cl_logics":[{"_id":"8ddf65d"}]},"elements":[{"id":"61989488","elType":"widget","settings":{"icon_list":[{"text":"Home","icon":"fa fa-caret-right","_id":"6b44671","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Company Profile","icon":"fa fa-caret-right","_id":"6442eb7","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/company-profile\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Solutions","icon":"fa fa-caret-right","_id":"1fd4f18","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/solution\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Media","icon":"fa fa-caret-right","_id":"17a281d","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/news\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Contact","icon":"fa fa-caret-right","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/contact-us\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true},"_id":"859defe"}],"space_between":{"unit":"px","size":14},"icon_align":"left","icon_size":{"unit":"px","size":13},"text_color":"rgba(0,0,0,0.79)","text_indent":{"unit":"px","size":9},"icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":15},"icon_typography_font_weight":"normal","icon_typography_font_size_tablet":{"unit":"px","size":13},"icon_typography_font_family":"Open Sans","__globals__":{"text_color_hover":"globals\\/colors?id=cbd1087","icon_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"edd66df"}]},"elements":[],"widgetType":"icon-list"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"a915f37","elType":"column","settings":{"_column_size":33,"_inline_size":37.8070000000000021600499167107045650482177734375,"_inline_size_tablet":33,"margin_mobile":{"unit":"px","top":"30","right":"0","bottom":"0","left":"0","isLinked":false},"content_position":"top","eael_cl_logics":[{"_id":"6cfbf2c"}]},"elements":[{"id":"4e5c81f2","elType":"widget","settings":{"title":"Contact","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"700","header_size":"h4","typography_font_family":"Roboto","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_padding":{"unit":"px","top":"100","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"a830e5f"}]},"elements":[],"widgetType":"heading"},{"id":"d9f576e","elType":"widget","settings":{"icon_list":[{"text":"Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8\\/84  <br>Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor","icon":"fa fa-map-marker","_id":"48ff73c","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"+60 18 983 2468 ","icon":"fa fa-phone","selected_icon":{"value":"fas fa-phone","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true},"_id":"e3819fd"},{"text":"intelligentaqua@pitech.com.my","icon":"fa fa-envelope-open-o","_id":"050eab3","selected_icon":{"value":"far fa-envelope-open","library":"fa-regular"},"__fa4_migrated":{"selected_icon":true}}],"space_between":{"unit":"px","size":15},"icon_size":{"unit":"px","size":16},"text_indent":{"unit":"px","size":16},"icon_typography_typography":"custom","icon_typography_font_family":"Open Sans","icon_typography_font_size":{"unit":"px","size":16},"icon_typography_line_height":{"unit":"em","size":1.5},"icon_typography_font_weight":"400","__globals__":{"icon_color":"globals\\/colors?id=cbd1087","text_color":"globals\\/colors?id=secondary"},"_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"71f3190"}]},"elements":[],"widgetType":"icon-list"},{"id":"f655123","elType":"widget","settings":{"shortcode":"<div style=\\"font-size:50%;\\">\\nTotal visitors : [srs_total_visitors]<\\/div>","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","custom_css":".x-counter .number {\\r\\n    font-size: 32px;\\r\\n    line-height: 1;\\r\\n}\\r\\n\\r\\n.x-counter .text-above {\\r\\n    font-size: 15px;\\r\\n    line-height: 1.5;\\r\\n}\\r\\n\\r\\n.x-counter .text-below {\\r\\n    font-size: 15px;\\r\\n    line-height: 1.5;\\r\\n}","_element_custom_width":{"unit":"px","size":134,"sizes":[]},"eael_cl_logics":[{"_id":"7ce28d4"}]},"elements":[],"widgetType":"shortcode"}],"isInner":false}],"isInner":false},{"id":"6e32aec4","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":50},"content_position":"middle","background_background":"classic","background_color":"#f4f4f4","padding_tablet":{"unit":"px","top":"5","right":"20","bottom":"5","left":"20","isLinked":false},"_timestamp_":"v1RVZmZzB3VE03ZERoNy9VNm1ZL0twUT09","eael_parallax_layers_list":[],"structure":"50","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"margin":{"unit":"px","top":"0","right":0,"bottom":"-40","left":0,"isLinked":false},"z_index":1,"eael_cl_logics":[{"_id":"5ed057d"}]},"elements":[{"id":"4a7113a7","elType":"column","settings":{"_column_size":20,"_inline_size":50,"eael_cl_logics":[{"_id":"e3e35f0"}]},"elements":[{"id":"74ef2979","elType":"widget","settings":{"title":"COPYRIGHT 2021 \\u00a9\\ufe0f INTELLIGENT AQUA SDN. BHD. (1182012-U). ALL RIGHTS RESERVED.","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]},"eael_cl_logics":[{"_id":"f8f7781"}]},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"654a522","elType":"column","settings":{"_column_size":20,"_inline_size":22.01599999999999823785401531495153903961181640625,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"eael_cl_logics":[{"_id":"27d06a1"}]},"elements":[{"id":"116162e","elType":"widget","settings":{"title":"Anti-Bribery and Corruption Policy","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/ANTI-BRIBERY-POLICY-FORM_IA.pdf","is_external":"","nofollow":"","custom_attributes":""},"eael_cl_logics":[{"_id":"ceb80da"}]},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"96fdd2b","elType":"column","settings":{"_column_size":20,"_inline_size":11,"eael_cl_logics":[{"_id":"4661349"}]},"elements":[{"id":"86ec863","elType":"widget","settings":{"title":"Privacy Policy","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/intelligentaqua.com.my\\/privacy-policy\\/","is_external":"","nofollow":"","custom_attributes":""},"eael_cl_logics":[{"_id":"2a9f578"}]},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"9fc8ddc","elType":"column","settings":{"_column_size":20,"_inline_size":9.95400000000000062527760746888816356658935546875,"eael_cl_logics":[{"_id":"94fe9e7"}]},"elements":[{"id":"72e32a9","elType":"widget","settings":{"title":"Terms of Use","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/intelligentaqua.com.my\\/term-of-use\\/","is_external":"","nofollow":"","custom_attributes":""},"eael_cl_logics":[{"_id":"ecf6e70"}]},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"01e3eeb","elType":"column","settings":{"_column_size":20,"_inline_size":7,"eael_cl_logics":[{"_id":"5240d2b"}]},"elements":[{"id":"640b9a0","elType":"widget","settings":{"title":"Webmail","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/www.office.com\\/","is_external":"","nofollow":"","custom_attributes":""},"eael_cl_logics":[{"_id":"f859ab0"}]},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"22d281a","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":50},"content_position":"middle","background_background":"classic","background_color":"#f4f4f4","padding_tablet":{"unit":"px","top":"5","right":"20","bottom":"5","left":"20","isLinked":false},"_timestamp_":"v1RVZmZzB3VE03ZERoNy9VNm1ZL0twUT09","eael_parallax_layers_list":[],"padding":{"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},"eael_cl_logics":[{"_id":"5ed057d"}]},"elements":[{"id":"ec6732d","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"eael_cl_logics":[{"_id":"e3e35f0"}]},"elements":[{"id":"7f2bb4f","elType":"widget","settings":{"editor":"<div style=\\"display: none;\\">\\n\\n<a href=\\"https:\\/\\/www.walkproduction.com\\/company-profile-design\\/\\">company profile design malaysia<\\/a> | <a href=\\"https:\\/\\/www.walkproduction.com\\/branding-services\\/\\">branding agency malaysia<\\/a> | <a href=\\"https:\\/\\/www.walkproduction.com\\/web-design\\/\\">web design malaysia<\\/a> | <a href=\\"https:\\/\\/www.dwpdigital.com.my\\/\\">digital marketing agency malaysia<\\/a>\\u00a0| <a href=\\"https:\\/\\/www.dwpdigital.com.my\\/social-media-marketing\\/\\">social media agency malaysia<\\/a>\\n\\n<\\/div>","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"e729ad0"}]},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(17382, 2202, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'),
(17383, 2202, '_elementor_controls_usage', 'a:9:{s:15:"theme-site-logo";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:4:{s:7:"general";a:1:{s:11:"__dynamic__";a:1:{s:5:"count";i:2;}}s:5:"style";a:1:{s:19:"section_style_image";a:2:{s:5:"width";i:1;s:12:"width_mobile";i:1;}}s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:1;s:4:"link";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:1;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:5:{s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_line_height";i:1;s:22:"typography_font_family";i:1;}}}}s:12:"social-icons";a:3:{s:5:"count";i:2;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:1:{s:19:"section_social_icon";a:3:{s:16:"social_icon_list";i:2;s:5:"align";i:2;s:5:"shape";i:2;}}}}s:6:"column";a:3:{s:5:"count";i:14;s:15:"control_percent";i:0;s:8:"controls";a:2:{s:6:"layout";a:1:{s:6:"layout";a:4:{s:12:"_inline_size";i:14;s:19:"_inline_size_mobile";i:6;s:19:"_inline_size_tablet";i:3;s:16:"content_position";i:2;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:13:"margin_tablet";i:1;s:13:"margin_mobile";i:2;s:7:"padding";i:1;s:14:"padding_mobile";i:1;}}}}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:5:{s:5:"image";i:1;s:10:"image_size";i:1;s:7:"link_to";i:1;s:4:"link";i:1;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:3:{s:5:"width";i:1;s:5:"space";i:1;s:12:"width_mobile";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:17:"section_structure";a:1:{s:9:"structure";i:3;}s:14:"section_layout";a:5:{s:3:"gap";i:1;s:8:"html_tag";i:1;s:6:"height";i:1;s:13:"custom_height";i:1;s:16:"content_position";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:4:{s:6:"margin";i:1;s:7:"padding";i:2;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;}}s:5:"style";a:2:{s:14:"section_border";a:2:{s:12:"border_width";i:1;s:12:"border_color";i:1;}s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}}}s:7:"heading";a:3:{s:5:"count";i:7;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:5:{s:5:"title";i:7;s:11:"header_size";i:7;s:5:"align";i:5;s:12:"align_mobile";i:5;s:4:"link";i:4;}}s:5:"style";a:1:{s:19:"section_title_style";a:6:{s:21:"typography_typography";i:7;s:20:"typography_font_size";i:7;s:22:"typography_font_weight";i:7;s:22:"typography_font_family";i:7;s:25:"typography_text_transform";i:5;s:29:"typography_line_height_mobile";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:2:{s:8:"_padding";i:2;s:15:"_padding_mobile";i:2;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";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:3:{s:17:"section_icon_list";a:2:{s:13:"space_between";i:2;s:10:"icon_align";i:1;}s:18:"section_icon_style";a:1:{s:9:"icon_size";i:2;}s:18:"section_text_style";a:8:{s:10:"text_color";i:1;s:11:"text_indent";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_font_weight";i:2;s:32:"icon_typography_font_size_tablet";i:1;s:27:"icon_typography_font_family";i:2;s:27:"icon_typography_line_height";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";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:2:{s:18:"section_custom_css";a:1:{s:10:"custom_css";i:1;}s:17:"_section_position";a:1:{s:21:"_element_custom_width";i:1;}}}}}'),
(17384, 2202, '_elementor_page_assets', 'a:0:{}'),
(17402, 205, '_eael_custom_js', ''),
(17403, 292, '_eael_custom_js', ''),
(17404, 260, '_eael_custom_js', ''),
(17405, 138, '_eael_custom_js', ''),
(17406, 138, '_eael_widget_elements', 'a:2:{s:12:"creative-btn";s:12:"creative-btn";s:13:"adv-accordion";s:13:"adv-accordion";}'),
(17407, 112, '_eael_custom_js', ''),
(17408, 112, '_eael_widget_elements', 'a:1:{s:16:"content-timeline";s:16:"content-timeline";}'),
(17409, 274, '_eael_custom_js', ''),
(17410, 13, '_eael_custom_js', ''),
(17411, 13, '_eael_widget_elements', 'a:1:{s:13:"adv-accordion";s:13:"adv-accordion";}'),
(17412, 1331, '_eael_custom_js', ''),
(17413, 1340, '_eael_custom_js', ''),
(17414, 1355, '_eael_custom_js', ''),
(17415, 286, '_eael_custom_js', ''),
(17417, 186, '_eael_custom_js', ''),
(17427, 2204, '_elementor_edit_mode', 'builder'),
(17428, 2204, '_elementor_template_type', 'wp-page'),
(17429, 2204, '_elementor_version', '3.2.1'),
(17430, 2204, '_elementor_pro_version', '3.2.1'),
(17431, 2204, '_wp_page_template', 'elementor_header_footer'),
(17432, 2204, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(17433, 2204, '_elementor_data', '[{"id":"550612a","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/iStock-1034753976.jpg","id":410},"background_size":"cover","background_motion_fx_motion_fx_scrolling":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.90000000000000002220446049250313080847263336181640625,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":40,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","background_color_b":"globals\\/colors?id=0a2a356","background_overlay_color":"globals\\/colors?id=cbd1087"},"animation":"fadeInDown","eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"0","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false}},"elements":[{"id":"a14f902","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"px","top":"0","right":"400","bottom":"0","left":"0","isLinked":false},"_inline_size_tablet":100,"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":"06bb29c","elType":"widget","settings":{"title":"Intelligent Aqua","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":55,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"left","_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":"","right":"","bottom":"","left":"","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","typography_text_transform":"uppercase","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"3b51bde","elType":"widget","settings":{"editor":"<p>A member of PITECH Group of Companies<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"dd407e6","elType":"section","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=995f85e","background_overlay_color":"globals\\/colors?id=995f85e"},"eael_parallax_layers_list":[],"structure":"20","background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water-1.jpg","id":844},"background_position":"initial","background_ypos":{"unit":"px","size":450,"sizes":[]},"background_repeat":"no-repeat","background_size":"initial","background_motion_fx_motion_fx_scrolling":"yes","background_motion_fx_translateX_effect":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.6999999999999999555910790149937383830547332763671875,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"-80","left":0,"isLinked":false}},"elements":[{"id":"7a6646f","elType":"column","settings":{"_column_size":50,"_inline_size":null,"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},"_inline_size_tablet":40},"elements":[{"id":"fc41e3c","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/water_GettyImages-1214285119.original.png","id":1798},"_animation":"fadeInUp","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateY_direction":"negative","motion_fx_translateY_speed":{"unit":"px","size":10,"sizes":[]},"image_size":"full","image_custom_dimension":{"width":"1000","height":"800"},"width":{"unit":"%","size":100,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"_position":"absolute","_offset_x_mobile":{"size":41,"unit":"px"},"_offset_y_mobile":{"size":55,"unit":"px"},"_element_width":"initial","_element_width_mobile":"initial","_element_custom_width_mobile":{"unit":"px","size":250,"sizes":[]},"_offset_x":{"size":-1,"unit":"px"},"_offset_y":{"size":0,"unit":"px"}},"elements":[],"widgetType":"image"},{"id":"acf7256","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/Untitled-1-e1618470946822.jpg","id":1743},"image_size":"full","image_border_radius":{"unit":"px","top":"500","right":"500","bottom":"500","left":"500","isLinked":true},"_padding":{"unit":"px","top":"80","right":"80","bottom":"0","left":"80","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","image_custom_dimension":{"width":"500","height":"500"},"_animation":"fadeInUp","eael_ext_content_protection_password_incorrect_message":"Password does not match.","space":{"unit":"%","size":66,"sizes":[]},"width":{"unit":"%","size":84,"sizes":[]},"_position":"absolute","_offset_x":{"size":0,"unit":"px"},"_offset_x_mobile":{"size":18,"unit":"px"},"_offset_y":{"size":479,"unit":"px"},"_offset_y_mobile":{"size":590,"unit":"px"},"_element_width":"initial","_element_width_mobile":"initial","_element_custom_width_mobile":{"unit":"px","size":320,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"1a346ab","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/Untitled-6-01.png","id":1734},"image_size":"full","image_border_radius":{"unit":"px","top":"500","right":"500","bottom":"500","left":"500","isLinked":true},"_padding":{"unit":"px","top":"80","right":"80","bottom":"0","left":"80","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","image_custom_dimension":{"width":"500","height":"500"},"_animation":"fadeInUp","eael_ext_content_protection_password_incorrect_message":"Password does not match.","space":{"unit":"%","size":79,"sizes":[]},"_position":"absolute","_offset_x":{"size":-1,"unit":"px"},"_offset_x_mobile":{"size":13,"unit":"px"},"_offset_y":{"size":997,"unit":"px"},"_offset_y_mobile":{"size":1240,"unit":"px"},"_element_width":"initial","_element_width_mobile":"initial","_element_custom_width_mobile":{"unit":"px","size":320,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"886c56a","elType":"column","settings":{"_column_size":50,"_inline_size":null,"_inline_size_tablet":60},"elements":[{"id":"33aefa4","elType":"widget","settings":{"eael_content_timeline_choose":"custom","eael_coustom_content_posts":[{"eael_custom_title":"Who We Are","eael_custom_excerpt":"<p>Intelligent Aqua Sdn Bhd is a Malaysian company dedicated to bringing high-quality, purified water to people from all walks of life.<\\/p>","eael_custom_post_date":"","eael_read_more_text_link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"eael_show_custom_read_more_text":"","_id":"dfc4d6e","eael_custom_content_timeline_circle_icon_new":{"value":"far fa-dot-circle","library":"fa-regular"}},{"eael_custom_title":"Our Innovation","eael_custom_excerpt":"<p>With the support of the Malaysian Ministry of Science, Technology and Innovation (MOSTI), we developed Intelligent Aqua (IA), an ingenious water purification technology combining special blended adsorption techniques and Malaysian simplicity.<\\/p>","eael_custom_post_date":"","eael_read_more_text_link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"eael_show_custom_read_more_text":"","eael_custom_content_timeline_circle_icon_new":{"value":"far fa-dot-circle","library":"fa-regular"},"_id":"0deb508"},{"eael_custom_title":"We Belong To","eael_custom_excerpt":"<p>Intelligent Aqua Sdn Bhd is a subsidiary of Progressive Impact Technology Group and the intellectual proprietor of Intelligent Aqua.<\\/p>","eael_custom_post_date":"","eael_read_more_text_link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"eael_show_custom_read_more_text":"","eael_custom_content_timeline_circle_icon_new":{"value":"far fa-dot-circle","library":"fa-regular"},"_id":"07b45d5"},{"eael_custom_title":"Our Clients","eael_custom_excerpt":"<p>We serve government and municipalities, water treatment plants, sewage treatment plants, landfills (leachate treatment plant), petrochemical, glove manufacturing, poultry farms and palm oil mills.<\\/p>","eael_custom_post_date":"","eael_read_more_text_link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"eael_show_custom_read_more_text":"","eael_custom_content_timeline_circle_icon_new":{"value":"far fa-dot-circle","library":"fa-regular"},"_id":"669468d"}],"post_type":"page","content_timeline_layout":"right","eael_content_timeline_circle_icon_new":{"value":"fas fa-dot-circle","library":"fa-solid"},"excerpt_expanison_indicator":"...","eael_read_more_text":"Read More","eael_timeline_line_size":{"unit":"px","size":2,"sizes":[]},"eael_timeline_line_from_left":{"unit":"px","size":"","sizes":[]},"eael_card_padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"eael_icon_font_size":{"unit":"px","size":16,"sizes":[]},"eael_icon_circle_border_width":{"unit":"px","size":2,"sizes":[]},"eael_timeline_excerpt_typography_typography":"custom","eael_timeline_excerpt_typography_font_family":"Open Sans","eael_timeline_excerpt_typography_font_size":{"unit":"px","size":18,"sizes":[]},"eael_timeline_date_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_read_more_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_read_more_margin":{"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},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__globals__":{"eael_timeline_line_active_color":"globals\\/colors?id=0a2a356","eael_timeline_excerpt_color":"globals\\/colors?id=secondary","eael_icon_circle_active_color":"globals\\/colors?id=0a2a356","eael_timeline_line_color":"globals\\/colors?id=3fd3109","eael_icon_circle_border_color":"globals\\/colors?id=3fd3109","eael_timeline_title_color":"globals\\/colors?id=cbd1087"},"eael_timeline_title_typography_typography":"custom","eael_timeline_title_typography_font_family":"Roboto","eael_timeline_title_typography_font_size":{"unit":"px","size":25,"sizes":[]},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_card_padding_mobile":{"unit":"px","top":"200","right":"20","bottom":"20","left":"20","isLinked":false}},"elements":[],"widgetType":"eael-content-timeline"}],"isInner":false}],"isInner":false},{"id":"6a1e80a","elType":"section","settings":{"structure":"20","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/Design-Elements.png","id":677},"background_overlay_position":"bottom center","background_overlay_repeat":"no-repeat","background_overlay_size":"contain","background_overlay_opacity":{"unit":"px","size":0.200000000000000011102230246251565404236316680908203125,"sizes":[]},"eael_parallax_layers_list":[],"padding":{"unit":"px","top":"80","right":"0","bottom":"50","left":"0","isLinked":false},"background_background":"classic","padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true}},"elements":[{"id":"939cd89","elType":"column","settings":{"_column_size":50,"_inline_size":null,"animation":"fadeInUp","_inline_size_tablet":100},"elements":[{"id":"f02c378","elType":"widget","settings":{"title":"Vision","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"ff0bb49","elType":"widget","settings":{"editor":"<p>\\u201cTo be a world-class business organisation focusing on cost-effective water solutions which shall benefit mankind.\\u201d<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"265d65b","elType":"widget","settings":{"title":"Mission","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"_padding":{"unit":"px","top":"40","right":"0","bottom":"0","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"0067fb1","elType":"section","settings":{"structure":"20","eael_parallax_layers_list":[]},"elements":[{"id":"ac00afb","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"86cf145","elType":"widget","settings":{"selected_icon":{"value":"fas fa-shapes","library":"fa-solid"},"view":"framed","title_text":"Strategy","description_text":"Customer strategy is our strategy","position":"left","icon_size":{"unit":"px","size":17,"sizes":[]},"title_typography_typography":"custom","title_typography_font_family":"Open Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"700","description_typography_typography":"custom","description_typography_font_family":"Open Sans","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"primary_color":"globals\\/colors?id=cbd1087","title_color":"globals\\/colors?id=cbd1087","description_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","text_align_mobile":"left"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"8266dd5","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"ed2829d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-seedling","library":"fa-solid"},"view":"framed","title_text":"Sustainability","description_text":"Creating a sustainable world for our future generation\\n","position":"left","icon_size":{"unit":"px","size":17,"sizes":[]},"title_typography_typography":"custom","title_typography_font_family":"Open Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"700","description_typography_typography":"custom","description_typography_font_family":"Open Sans","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"primary_color":"globals\\/colors?id=cbd1087","title_color":"globals\\/colors?id=cbd1087","description_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","text_align_mobile":"left"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"37f9060","elType":"section","settings":{"structure":"20","eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"a290e32","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"e4f8c9d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-paper-plane","library":"fa-solid"},"view":"framed","title_text":"Simplicity","description_text":"Approaching complex issues with simplicity in mind","position":"left","icon_size":{"unit":"px","size":17,"sizes":[]},"title_typography_typography":"custom","title_typography_font_family":"Open Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"700","description_typography_typography":"custom","description_typography_font_family":"Open Sans","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"primary_color":"globals\\/colors?id=cbd1087","title_color":"globals\\/colors?id=cbd1087","description_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","text_align_mobile":"left"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"151d12d","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"43cefdc","elType":"widget","settings":{"selected_icon":{"value":"fas fa-circle-notch","library":"fa-solid"},"view":"framed","title_text":"Back to Basic","description_text":"Transforming Back To Basic principle into innovation.","position":"left","icon_size":{"unit":"px","size":17,"sizes":[]},"title_typography_typography":"custom","title_typography_font_family":"Open Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"700","description_typography_typography":"custom","description_typography_font_family":"Open Sans","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"primary_color":"globals\\/colors?id=cbd1087","title_color":"globals\\/colors?id=cbd1087","description_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","text_align_mobile":"left"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"50692ab","elType":"column","settings":{"_column_size":50,"_inline_size":null,"background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/03\\/washing-hands.jpg","id":1464},"background_position":"center center","background_repeat":"no-repeat","background_size":"cover","animation":"fadeInUp","background_background":"classic","border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_inline_size_tablet":100},"elements":[{"id":"4b102b6","elType":"widget","settings":{"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","space_tablet":{"unit":"px","size":355,"sizes":[]}},"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"e707fe1","elType":"section","settings":{"padding":{"unit":"px","top":"80","right":"0","bottom":"80","left":"0","isLinked":false},"background_overlay_background":"classic","background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water.jpg","id":369},"background_overlay_size":"contain","background_overlay_opacity":{"unit":"px","size":0.1000000000000000055511151231257827021181583404541015625,"sizes":[]},"eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true}},"elements":[{"id":"d96d307","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"05bd76a","elType":"widget","settings":{"title":"Core Values","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"b21f370","elType":"widget","settings":{"editor":"<p>Peak Performance, Innovative, Competitive, Obedient to Allah, Result Oriented and Process Excellence are the CORE VALUES that streamlines the work culture, people and processes within the Group towards achieving the company\\u2019s goals and objectives.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"b2d05ff","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"4b25bf7","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30},"elements":[{"id":"83774ef","elType":"widget","settings":{"title":"P","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"60","right":"20","bottom":"60","left":"20","isLinked":false}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"ea7eac4","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70},"elements":[{"id":"e564ab1","elType":"widget","settings":{"editor":"<p>Process Excellence : Setting standards and delivering measurable performance in everything we do.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"ea1e18e","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"be6c093","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30},"elements":[{"id":"7ee0d25","elType":"widget","settings":{"title":"I","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"90","right":"20","bottom":"90","left":"20","isLinked":false}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"615ebf4","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70},"elements":[{"id":"4fdaaca","elType":"widget","settings":{"editor":"<p>Innovative : Continuously translating ideas and innovation into products and services that create values to the customers.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"98d26c7","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"f72ab70","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30},"elements":[{"id":"560be67","elType":"widget","settings":{"title":"C","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"60","right":"20","bottom":"60","left":"20","isLinked":false}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"20095d0","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70},"elements":[{"id":"99b6a3d","elType":"widget","settings":{"editor":"<p>Competitive : Strong desire to win and be the best in our offerings.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"61f0239","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"3d82c9f","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30},"elements":[{"id":"5152cf8","elType":"widget","settings":{"title":"O","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"60","right":"20","bottom":"60","left":"20","isLinked":false}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e3f1717","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70},"elements":[{"id":"dbe7b95","elType":"widget","settings":{"editor":"<p>Obedient to Allah : Abiding by the orders of Allah and avoiding His prohibitions.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"f6b12d8","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"9f87dd8","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30},"elements":[{"id":"101edaf","elType":"widget","settings":{"title":"R","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"90","right":"20","bottom":"90","left":"20","isLinked":false}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"ebfcb4c","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70},"elements":[{"id":"7aeb130","elType":"widget","settings":{"editor":"<p>Result Oriented : Always start with the end in our mind. Defining results that we want to achieve in advance.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"07edc18","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"9ac4dc4","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30},"elements":[{"id":"5e3c658","elType":"widget","settings":{"title":"P","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"110","right":"20","bottom":"100","left":"20","isLinked":false}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"f487246","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70},"elements":[{"id":"fdd458a","elType":"widget","settings":{"editor":"<p>Peak Performance : Performing to the maximum of our ability with feelings of confidence, effortlessness and total concentration on the tasks.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"2ac80c7","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"structure":"20","background_background":"video","background_video_link":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/FREE_-_-Water-_-Web-Background-Video-Loop-STOCK-VIDEO-FOOTAGE.mp4","background_play_on_mobile":"yes","background_overlay_background":"classic","shape_divider_top":"waves","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":127,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":0,"sizes":[]},"shape_divider_bottom_negative":"yes","__globals__":{"background_overlay_color":"globals\\/colors?id=0a2a356","shape_divider_top_color":""},"eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"30","right":"50","bottom":"30","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"0","right":"20","bottom":"0","left":"20","isLinked":false},"background_overlay_color":"#00B7B7","shape_divider_top_color":"#EDFAFF"},"elements":[{"id":"d7a14a6","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c239967","elType":"widget","settings":{"title":"Contact","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","align_mobile":"left","_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":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"e0550be","elType":"widget","settings":{"editor":"<p>Are you interested in using IA or discussing specific challenges and projects with our experts? Contact our authorised representatives \\u2013 we\\u2019re looking forward to hearing from you.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"4abdb8d","elType":"widget","settings":{"text":"Contact Us","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/contact-us\\/","is_external":"","nofollow":"","custom_attributes":""},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_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":false},{"id":"3393ef3","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false}]');
INSERT INTO `wpfq_postmeta` VALUES
(17434, 2204, '_elementor_controls_usage', 'a:9:{s:7:"heading";a:3:{s:5:"count";i:11;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:11;s:5:"align";i:11;s:12:"align_mobile";i:2;}}s:5:"style";a:1:{s:19:"section_title_style";a:8:{s:21:"typography_typography";i:11;s:22:"typography_font_family";i:11;s:20:"typography_font_size";i:11;s:22:"typography_font_weight";i:5;s:22:"typography_line_height";i:5;s:25:"typography_text_transform";i:1;s:27:"typography_font_size_mobile";i:4;s:29:"typography_line_height_mobile";i:1;}}s:8:"advanced";a:3:{s:14:"_section_style";a:4:{s:7:"_margin";i:2;s:14:"_margin_mobile";i:8;s:15:"_padding_mobile";i:8;s:8:"_padding";i:7;}s:19:"_section_background";a:1:{s:22:"_background_background";i:6;}s:15:"_section_border";a:2:{s:14:"_border_radius";i:6;s:21:"_border_radius_mobile";i:6;}}}}s:11:"text-editor";a:3:{s:5:"count";i:10;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:10;}}s:5:"style";a:1:{s:13:"section_style";a:9:{s:5:"align";i:10;s:21:"typography_typography";i:10;s:22:"typography_font_family";i:10;s:20:"typography_font_size";i:10;s:22:"typography_font_weight";i:3;s:22:"typography_line_height";i:10;s:12:"align_mobile";i:9;s:27:"typography_font_size_mobile";i:2;s:27:"typography_font_size_tablet";i:6;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:8:"_padding";i:10;s:7:"_margin";i:10;s:14:"_margin_mobile";i:10;s:15:"_padding_mobile";i:6;}}}}s:6:"column";a:3:{s:5:"count";i:24;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:5:{s:12:"_inline_size";i:24;s:19:"_inline_size_tablet";i:5;s:21:"space_between_widgets";i:1;s:19:"_inline_size_mobile";i:12;s:16:"content_position";i:6;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:4:{s:6:"margin";i:2;s:13:"margin_tablet";i:1;s:14:"padding_tablet";i:1;s:7:"padding";i:7;}s:15:"section_effects";a:1:{s:9:"animation";i:2;}}s:5:"style";a:2:{s:13:"section_style";a:5:{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:21:"background_background";i:7;}s:14:"section_border";a:1:{s:13:"border_radius";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:13;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:2:{s:6:"height";i:2;s:13:"custom_height";i:2;}s:17:"section_structure";a:1:{s:9:"structure";i:11;}}s:5:"style";a:3:{s:18:"section_background";a:10:{s:21:"background_background";i:4;s:16:"background_image";i:2;s:15:"background_size";i:2;s:40:"background_motion_fx_motion_fx_scrolling";i:2;s:19:"background_position";i:1;s:15:"background_ypos";i:1;s:17:"background_repeat";i:1;s:38:"background_motion_fx_translateX_effect";i:1;s:21:"background_video_link";i:1;s:25:"background_play_on_mobile";i:1;}s:26:"section_background_overlay";a:7:{s:29:"background_overlay_background";i:4;s:26:"background_overlay_opacity";i:4;s:24:"background_overlay_image";i:2;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:23:"background_overlay_size";i:2;s:24:"background_overlay_color";i:1;}s:21:"section_shape_divider";a:8:{s:20:"shape_divider_bottom";i:2;s:26:"shape_divider_bottom_width";i:2;s:27:"shape_divider_bottom_height";i:2;s:17:"shape_divider_top";i:1;s:23:"shape_divider_top_width";i:1;s:24:"shape_divider_top_height";i:1;s:29:"shape_divider_bottom_negative";i:1;s:23:"shape_divider_top_color";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:9:"animation";i:1;}s:16:"section_advanced";a:4:{s:14:"padding_tablet";i:5;s:14:"padding_mobile";i:4;s:7:"padding";i:9;s:6:"margin";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:3;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_image";a:3:{s:5:"image";i:3;s:10:"image_size";i:3;s:22:"image_custom_dimension";i:3;}}s:8:"advanced";a:3:{s:15:"section_effects";a:4:{s:10:"_animation";i:3;s:29:"motion_fx_motion_fx_scrolling";i:1;s:30:"motion_fx_translateY_direction";i:1;s:26:"motion_fx_translateY_speed";i:1;}s:14:"_section_style";a:2:{s:7:"_margin";i:1;s:8:"_padding";i:3;}s:17:"_section_position";a:8:{s:9:"_position";i:3;s:16:"_offset_x_mobile";i:3;s:16:"_offset_y_mobile";i:3;s:14:"_element_width";i:3;s:21:"_element_width_mobile";i:3;s:28:"_element_custom_width_mobile";i:3;s:9:"_offset_x";i:3;s:9:"_offset_y";i:3;}}s:5:"style";a:1:{s:19:"section_style_image";a:3:{s:5:"width";i:2;s:5:"space";i:3;s:19:"image_border_radius";i:2;}}}}s:21:"eael-content-timeline";a:3:{s:5:"count";i:1;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:7:"content";a:4:{s:37:"eael_section_custom_timeline_settings";a:1:{s:28:"eael_content_timeline_choose";i:1;}s:36:"eael_section_custom_content_settings";a:1:{s:26:"eael_coustom_content_posts";i:1;}s:30:"eael_section_timeline__filters";a:1:{s:9:"post_type";i:1;}s:33:"eael_section_post_timeline_layout";a:2:{s:23:"content_timeline_layout";i:1;s:37:"eael_content_timeline_circle_icon_new";i:1;}}s:5:"style";a:5:{s:32:"eael_section_post_timeline_style";a:2:{s:23:"eael_timeline_line_size";i:1;s:28:"eael_timeline_line_from_left";i:1;}s:37:"eael_section_post_timeline_card_style";a:2:{s:17:"eael_card_padding";i:1;s:24:"eael_card_padding_mobile";i:1;}s:44:"eael_section_post_timeline_icon_circle_style";a:2:{s:19:"eael_icon_font_size";i:1;s:29:"eael_icon_circle_border_width";i:1;}s:23:"eael_section_typography";a:7:{s:43:"eael_timeline_excerpt_typography_typography";i:1;s:44:"eael_timeline_excerpt_typography_font_family";i:1;s:42:"eael_timeline_excerpt_typography_font_size";i:1;s:25:"eael_timeline_date_margin";i:1;s:41:"eael_timeline_title_typography_typography";i:1;s:42:"eael_timeline_title_typography_font_family";i:1;s:40:"eael_timeline_title_typography_font_size";i:1;}s:27:"eael_read_more_button_style";a:2:{s:22:"eael_read_more_padding";i:1;s:21:"eael_read_more_margin";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:2:{s:7:"_margin";i:1;s:8:"_padding";i:1;}}}}s:8:"icon-box";a:3:{s:5:"count";i:4;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:7:"content";a:1:{s:12:"section_icon";a:5:{s:13:"selected_icon";i:4;s:4:"view";i:4;s:10:"title_text";i:4;s:16:"description_text";i:4;s:8:"position";i:4;}}s:5:"style";a:2:{s:18:"section_style_icon";a:1:{s:9:"icon_size";i:4;}s:21:"section_style_content";a:8:{s:27:"title_typography_typography";i:4;s:28:"title_typography_font_family";i:4;s:26:"title_typography_font_size";i:4;s:28:"title_typography_font_weight";i:4;s:33:"description_typography_typography";i:4;s:34:"description_typography_font_family";i:4;s:32:"description_typography_font_size";i:4;s:17:"text_align_mobile";i:4;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:4;}}}}s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:12:"space_tablet";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:2:{s:4:"text";i:1;s:4:"link";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:4:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:20:"typography_font_size";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:1;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;}}}}}'),
(17436, 2205, '_elementor_edit_mode', 'builder'),
(17437, 2205, '_elementor_template_type', 'wp-page'),
(17438, 2205, '_elementor_version', '3.2.1'),
(17439, 2205, '_elementor_pro_version', '3.2.1'),
(17440, 2205, '_wp_page_template', 'elementor_header_footer'),
(17441, 2205, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(17442, 2205, '_elementor_data', '[{"id":"550612a","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/iStock-1034753976.jpg","id":410},"background_size":"cover","background_motion_fx_motion_fx_scrolling":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.90000000000000002220446049250313080847263336181640625,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":40,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","background_color_b":"globals\\/colors?id=0a2a356","background_overlay_color":"globals\\/colors?id=cbd1087"},"animation":"fadeInDown","eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"0","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false}},"elements":[{"id":"a14f902","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"px","top":"0","right":"400","bottom":"0","left":"0","isLinked":false},"_inline_size_tablet":100,"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":"06bb29c","elType":"widget","settings":{"title":"Intelligent Aqua","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":55,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"left","_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":"","right":"","bottom":"","left":"","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","typography_text_transform":"uppercase","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"3b51bde","elType":"widget","settings":{"editor":"<p>A member of PITECH Group of Companies<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"dd407e6","elType":"section","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=995f85e","background_overlay_color":"globals\\/colors?id=995f85e"},"eael_parallax_layers_list":[],"structure":"20","background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water-1.jpg","id":844},"background_position":"initial","background_ypos":{"unit":"px","size":450,"sizes":[]},"background_repeat":"no-repeat","background_size":"initial","background_motion_fx_motion_fx_scrolling":"yes","background_motion_fx_translateX_effect":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.6999999999999999555910790149937383830547332763671875,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"-80","left":0,"isLinked":false}},"elements":[{"id":"7a6646f","elType":"column","settings":{"_column_size":50,"_inline_size":null,"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},"_inline_size_tablet":40},"elements":[{"id":"fc41e3c","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/water_GettyImages-1214285119.original.png","id":1798},"_animation":"fadeInUp","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateY_direction":"negative","motion_fx_translateY_speed":{"unit":"px","size":10,"sizes":[]},"image_size":"full","image_custom_dimension":{"width":"1000","height":"800"},"width":{"unit":"%","size":100,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"_position":"absolute","_offset_x_mobile":{"size":41,"unit":"px"},"_offset_y_mobile":{"size":55,"unit":"px"},"_element_width":"initial","_element_width_mobile":"initial","_element_custom_width_mobile":{"unit":"px","size":250,"sizes":[]},"_offset_x":{"size":-1,"unit":"px"},"_offset_y":{"size":0,"unit":"px"}},"elements":[],"widgetType":"image"},{"id":"acf7256","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/Untitled-1-e1618470946822.jpg","id":1743},"image_size":"full","image_border_radius":{"unit":"px","top":"500","right":"500","bottom":"500","left":"500","isLinked":true},"_padding":{"unit":"px","top":"80","right":"80","bottom":"0","left":"80","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","image_custom_dimension":{"width":"500","height":"500"},"_animation":"fadeInUp","eael_ext_content_protection_password_incorrect_message":"Password does not match.","space":{"unit":"%","size":66,"sizes":[]},"width":{"unit":"%","size":84,"sizes":[]},"_position":"absolute","_offset_x":{"size":0,"unit":"px"},"_offset_x_mobile":{"size":18,"unit":"px"},"_offset_y":{"size":479,"unit":"px"},"_offset_y_mobile":{"size":590,"unit":"px"},"_element_width":"initial","_element_width_mobile":"initial","_element_custom_width_mobile":{"unit":"px","size":320,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"1a346ab","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/Untitled-6-01.png","id":1734},"image_size":"full","image_border_radius":{"unit":"px","top":"500","right":"500","bottom":"500","left":"500","isLinked":true},"_padding":{"unit":"px","top":"80","right":"80","bottom":"0","left":"80","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","image_custom_dimension":{"width":"500","height":"500"},"_animation":"fadeInUp","eael_ext_content_protection_password_incorrect_message":"Password does not match.","space":{"unit":"%","size":79,"sizes":[]},"_position":"absolute","_offset_x":{"size":-1,"unit":"px"},"_offset_x_mobile":{"size":13,"unit":"px"},"_offset_y":{"size":997,"unit":"px"},"_offset_y_mobile":{"size":1240,"unit":"px"},"_element_width":"initial","_element_width_mobile":"initial","_element_custom_width_mobile":{"unit":"px","size":320,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"886c56a","elType":"column","settings":{"_column_size":50,"_inline_size":null,"_inline_size_tablet":60},"elements":[{"id":"33aefa4","elType":"widget","settings":{"eael_content_timeline_choose":"custom","eael_coustom_content_posts":[{"eael_custom_title":"Who We Are","eael_custom_excerpt":"<p>Intelligent Aqua Sdn Bhd is a Malaysian company dedicated to bringing high-quality, purified water to people from all walks of life.<\\/p>","eael_custom_post_date":"","eael_read_more_text_link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"eael_show_custom_read_more_text":"","_id":"dfc4d6e","eael_custom_content_timeline_circle_icon_new":{"value":"far fa-dot-circle","library":"fa-regular"}},{"eael_custom_title":"Our Innovation","eael_custom_excerpt":"<p>With the support of the Malaysian Ministry of Science, Technology and Innovation (MOSTI), we developed Intelligent Aqua (IA), an ingenious water purification technology combining special blended adsorption techniques and Malaysian simplicity.<\\/p>","eael_custom_post_date":"","eael_read_more_text_link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"eael_show_custom_read_more_text":"","eael_custom_content_timeline_circle_icon_new":{"value":"far fa-dot-circle","library":"fa-regular"},"_id":"0deb508"},{"eael_custom_title":"We Belong To","eael_custom_excerpt":"<p>Intelligent Aqua Sdn Bhd is a subsidiary of Progressive Impact Technology Group and the intellectual proprietor of Intelligent Aqua.<\\/p>","eael_custom_post_date":"","eael_read_more_text_link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"eael_show_custom_read_more_text":"","eael_custom_content_timeline_circle_icon_new":{"value":"far fa-dot-circle","library":"fa-regular"},"_id":"07b45d5"},{"eael_custom_title":"Our Clients","eael_custom_excerpt":"<p>We serve government and municipalities, water treatment plants, sewage treatment plants, landfills (leachate treatment plant), petrochemical, glove manufacturing, poultry farms and palm oil mills.<\\/p>","eael_custom_post_date":"","eael_read_more_text_link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"eael_show_custom_read_more_text":"","eael_custom_content_timeline_circle_icon_new":{"value":"far fa-dot-circle","library":"fa-regular"},"_id":"669468d"}],"post_type":"page","content_timeline_layout":"right","eael_content_timeline_circle_icon_new":{"value":"fas fa-dot-circle","library":"fa-solid"},"excerpt_expanison_indicator":"...","eael_read_more_text":"Read More","eael_timeline_line_size":{"unit":"px","size":2,"sizes":[]},"eael_timeline_line_from_left":{"unit":"px","size":"","sizes":[]},"eael_card_padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"eael_icon_font_size":{"unit":"px","size":16,"sizes":[]},"eael_icon_circle_border_width":{"unit":"px","size":2,"sizes":[]},"eael_timeline_excerpt_typography_typography":"custom","eael_timeline_excerpt_typography_font_family":"Open Sans","eael_timeline_excerpt_typography_font_size":{"unit":"px","size":18,"sizes":[]},"eael_timeline_date_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_read_more_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_read_more_margin":{"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},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__globals__":{"eael_timeline_line_active_color":"globals\\/colors?id=0a2a356","eael_timeline_excerpt_color":"globals\\/colors?id=secondary","eael_icon_circle_active_color":"globals\\/colors?id=0a2a356","eael_timeline_line_color":"globals\\/colors?id=3fd3109","eael_icon_circle_border_color":"globals\\/colors?id=3fd3109","eael_timeline_title_color":"globals\\/colors?id=cbd1087"},"eael_timeline_title_typography_typography":"custom","eael_timeline_title_typography_font_family":"Roboto","eael_timeline_title_typography_font_size":{"unit":"px","size":25,"sizes":[]},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_card_padding_mobile":{"unit":"px","top":"200","right":"20","bottom":"20","left":"20","isLinked":false}},"elements":[],"widgetType":"eael-content-timeline"}],"isInner":false}],"isInner":false},{"id":"6a1e80a","elType":"section","settings":{"structure":"20","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/Design-Elements.png","id":677},"background_overlay_position":"bottom center","background_overlay_repeat":"no-repeat","background_overlay_size":"contain","background_overlay_opacity":{"unit":"px","size":0.200000000000000011102230246251565404236316680908203125,"sizes":[]},"eael_parallax_layers_list":[],"padding":{"unit":"px","top":"80","right":"0","bottom":"50","left":"0","isLinked":false},"background_background":"classic","padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true}},"elements":[{"id":"939cd89","elType":"column","settings":{"_column_size":50,"_inline_size":null,"animation":"fadeInUp","_inline_size_tablet":100},"elements":[{"id":"f02c378","elType":"widget","settings":{"title":"Vision","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"ff0bb49","elType":"widget","settings":{"editor":"<p>\\u201cTo be a world-class business organisation focusing on cost-effective water solutions which shall benefit mankind.\\u201d<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"265d65b","elType":"widget","settings":{"title":"Mission","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"_padding":{"unit":"px","top":"40","right":"0","bottom":"0","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"0067fb1","elType":"section","settings":{"structure":"20","eael_parallax_layers_list":[]},"elements":[{"id":"ac00afb","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"86cf145","elType":"widget","settings":{"selected_icon":{"value":"fas fa-shapes","library":"fa-solid"},"view":"framed","title_text":"Strategy","description_text":"Customer strategy is our strategy","position":"left","icon_size":{"unit":"px","size":17,"sizes":[]},"title_typography_typography":"custom","title_typography_font_family":"Open Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"700","description_typography_typography":"custom","description_typography_font_family":"Open Sans","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"primary_color":"globals\\/colors?id=cbd1087","title_color":"globals\\/colors?id=cbd1087","description_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","text_align_mobile":"left"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"8266dd5","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"ed2829d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-seedling","library":"fa-solid"},"view":"framed","title_text":"Sustainability","description_text":"Creating a sustainable world for our future generation\\n","position":"left","icon_size":{"unit":"px","size":17,"sizes":[]},"title_typography_typography":"custom","title_typography_font_family":"Open Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"700","description_typography_typography":"custom","description_typography_font_family":"Open Sans","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"primary_color":"globals\\/colors?id=cbd1087","title_color":"globals\\/colors?id=cbd1087","description_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","text_align_mobile":"left"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"37f9060","elType":"section","settings":{"structure":"20","eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"a290e32","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"e4f8c9d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-paper-plane","library":"fa-solid"},"view":"framed","title_text":"Simplicity","description_text":"Approaching complex issues with simplicity in mind","position":"left","icon_size":{"unit":"px","size":17,"sizes":[]},"title_typography_typography":"custom","title_typography_font_family":"Open Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"700","description_typography_typography":"custom","description_typography_font_family":"Open Sans","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"primary_color":"globals\\/colors?id=cbd1087","title_color":"globals\\/colors?id=cbd1087","description_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","text_align_mobile":"left"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"151d12d","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"43cefdc","elType":"widget","settings":{"selected_icon":{"value":"fas fa-circle-notch","library":"fa-solid"},"view":"framed","title_text":"Back to Basic","description_text":"Transforming Back To Basic principle into innovation.","position":"left","icon_size":{"unit":"px","size":17,"sizes":[]},"title_typography_typography":"custom","title_typography_font_family":"Open Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"700","description_typography_typography":"custom","description_typography_font_family":"Open Sans","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"primary_color":"globals\\/colors?id=cbd1087","title_color":"globals\\/colors?id=cbd1087","description_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","text_align_mobile":"left"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"50692ab","elType":"column","settings":{"_column_size":50,"_inline_size":null,"background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/03\\/washing-hands.jpg","id":1464},"background_position":"center center","background_repeat":"no-repeat","background_size":"cover","animation":"fadeInUp","background_background":"classic","border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_inline_size_tablet":100},"elements":[{"id":"4b102b6","elType":"widget","settings":{"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","space_tablet":{"unit":"px","size":355,"sizes":[]}},"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"e707fe1","elType":"section","settings":{"padding":{"unit":"px","top":"80","right":"0","bottom":"80","left":"0","isLinked":false},"background_overlay_background":"classic","background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water.jpg","id":369},"background_overlay_size":"contain","background_overlay_opacity":{"unit":"px","size":0.1000000000000000055511151231257827021181583404541015625,"sizes":[]},"eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true}},"elements":[{"id":"d96d307","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"05bd76a","elType":"widget","settings":{"title":"Core Values","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"b21f370","elType":"widget","settings":{"editor":"<p>Peak Performance, Innovative, Competitive, Obedient to Allah, Result Oriented and Process Excellence are the CORE VALUES that streamlines the work culture, people and processes within the Group towards achieving the company\\u2019s goals and objectives.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"b2d05ff","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"4b25bf7","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30},"elements":[{"id":"83774ef","elType":"widget","settings":{"title":"P","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"60","right":"20","bottom":"60","left":"20","isLinked":false}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"ea7eac4","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70},"elements":[{"id":"e564ab1","elType":"widget","settings":{"editor":"<p>Process Excellence : Setting standards and delivering measurable performance in everything we do.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"ea1e18e","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"be6c093","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30},"elements":[{"id":"7ee0d25","elType":"widget","settings":{"title":"I","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"90","right":"20","bottom":"90","left":"20","isLinked":false}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"615ebf4","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70},"elements":[{"id":"4fdaaca","elType":"widget","settings":{"editor":"<p>Innovative : Continuously translating ideas and innovation into products and services that create values to the customers.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"98d26c7","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"f72ab70","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30},"elements":[{"id":"560be67","elType":"widget","settings":{"title":"C","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"60","right":"20","bottom":"60","left":"20","isLinked":false}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"20095d0","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70},"elements":[{"id":"99b6a3d","elType":"widget","settings":{"editor":"<p>Competitive : Strong desire to win and be the best in our offerings.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"61f0239","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"3d82c9f","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30},"elements":[{"id":"5152cf8","elType":"widget","settings":{"title":"O","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"60","right":"20","bottom":"60","left":"20","isLinked":false}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e3f1717","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70},"elements":[{"id":"dbe7b95","elType":"widget","settings":{"editor":"<p>Obedient to Allah : Abiding by the orders of Allah and avoiding His prohibitions.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"f6b12d8","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"9f87dd8","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30},"elements":[{"id":"101edaf","elType":"widget","settings":{"title":"R","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"90","right":"20","bottom":"90","left":"20","isLinked":false}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"ebfcb4c","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70},"elements":[{"id":"7aeb130","elType":"widget","settings":{"editor":"<p>Result Oriented : Always start with the end in our mind. Defining results that we want to achieve in advance.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"07edc18","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"9ac4dc4","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30},"elements":[{"id":"5e3c658","elType":"widget","settings":{"title":"P","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"110","right":"20","bottom":"100","left":"20","isLinked":false}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"f487246","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70},"elements":[{"id":"fdd458a","elType":"widget","settings":{"editor":"<p>Peak Performance : Performing to the maximum of our ability with feelings of confidence, effortlessness and total concentration on the tasks.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"2ac80c7","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"structure":"20","background_background":"video","background_video_link":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/FREE_-_-Water-_-Web-Background-Video-Loop-STOCK-VIDEO-FOOTAGE.mp4","background_play_on_mobile":"yes","background_overlay_background":"classic","shape_divider_top":"waves","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":127,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":0,"sizes":[]},"shape_divider_bottom_negative":"yes","__globals__":{"background_overlay_color":"globals\\/colors?id=0a2a356","shape_divider_top_color":""},"eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"30","right":"50","bottom":"30","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"0","right":"20","bottom":"0","left":"20","isLinked":false},"background_overlay_color":"#00B7B7","shape_divider_top_color":"#EDFAFF"},"elements":[{"id":"d7a14a6","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c239967","elType":"widget","settings":{"title":"Contact","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","align_mobile":"left","_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":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"e0550be","elType":"widget","settings":{"editor":"<p>Are you interested in using IA or discussing specific challenges and projects with our experts? Contact our authorised representatives \\u2013 we\\u2019re looking forward to hearing from you.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"text-editor"},{"id":"4abdb8d","elType":"widget","settings":{"text":"Contact Us","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/contact-us\\/","is_external":"","nofollow":"","custom_attributes":""},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_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":false},{"id":"3393ef3","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false}]');
INSERT INTO `wpfq_postmeta` VALUES
(17443, 2205, '_elementor_controls_usage', 'a:9:{s:7:"heading";a:3:{s:5:"count";i:11;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:11;s:5:"align";i:11;s:12:"align_mobile";i:2;}}s:5:"style";a:1:{s:19:"section_title_style";a:8:{s:21:"typography_typography";i:11;s:22:"typography_font_family";i:11;s:20:"typography_font_size";i:11;s:22:"typography_font_weight";i:5;s:22:"typography_line_height";i:5;s:25:"typography_text_transform";i:1;s:27:"typography_font_size_mobile";i:4;s:29:"typography_line_height_mobile";i:1;}}s:8:"advanced";a:3:{s:14:"_section_style";a:4:{s:7:"_margin";i:2;s:14:"_margin_mobile";i:8;s:15:"_padding_mobile";i:8;s:8:"_padding";i:7;}s:19:"_section_background";a:1:{s:22:"_background_background";i:6;}s:15:"_section_border";a:2:{s:14:"_border_radius";i:6;s:21:"_border_radius_mobile";i:6;}}}}s:11:"text-editor";a:3:{s:5:"count";i:10;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:10;}}s:5:"style";a:1:{s:13:"section_style";a:9:{s:5:"align";i:10;s:21:"typography_typography";i:10;s:22:"typography_font_family";i:10;s:20:"typography_font_size";i:10;s:22:"typography_font_weight";i:3;s:22:"typography_line_height";i:10;s:12:"align_mobile";i:9;s:27:"typography_font_size_mobile";i:2;s:27:"typography_font_size_tablet";i:6;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:8:"_padding";i:10;s:7:"_margin";i:10;s:14:"_margin_mobile";i:10;s:15:"_padding_mobile";i:6;}}}}s:6:"column";a:3:{s:5:"count";i:24;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:5:{s:12:"_inline_size";i:24;s:19:"_inline_size_tablet";i:5;s:21:"space_between_widgets";i:1;s:19:"_inline_size_mobile";i:12;s:16:"content_position";i:6;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:4:{s:6:"margin";i:2;s:13:"margin_tablet";i:1;s:14:"padding_tablet";i:1;s:7:"padding";i:7;}s:15:"section_effects";a:1:{s:9:"animation";i:2;}}s:5:"style";a:2:{s:13:"section_style";a:5:{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:21:"background_background";i:7;}s:14:"section_border";a:1:{s:13:"border_radius";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:13;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:2:{s:6:"height";i:2;s:13:"custom_height";i:2;}s:17:"section_structure";a:1:{s:9:"structure";i:11;}}s:5:"style";a:3:{s:18:"section_background";a:10:{s:21:"background_background";i:4;s:16:"background_image";i:2;s:15:"background_size";i:2;s:40:"background_motion_fx_motion_fx_scrolling";i:2;s:19:"background_position";i:1;s:15:"background_ypos";i:1;s:17:"background_repeat";i:1;s:38:"background_motion_fx_translateX_effect";i:1;s:21:"background_video_link";i:1;s:25:"background_play_on_mobile";i:1;}s:26:"section_background_overlay";a:7:{s:29:"background_overlay_background";i:4;s:26:"background_overlay_opacity";i:4;s:24:"background_overlay_image";i:2;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:23:"background_overlay_size";i:2;s:24:"background_overlay_color";i:1;}s:21:"section_shape_divider";a:8:{s:20:"shape_divider_bottom";i:2;s:26:"shape_divider_bottom_width";i:2;s:27:"shape_divider_bottom_height";i:2;s:17:"shape_divider_top";i:1;s:23:"shape_divider_top_width";i:1;s:24:"shape_divider_top_height";i:1;s:29:"shape_divider_bottom_negative";i:1;s:23:"shape_divider_top_color";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:9:"animation";i:1;}s:16:"section_advanced";a:4:{s:14:"padding_tablet";i:5;s:14:"padding_mobile";i:4;s:7:"padding";i:9;s:6:"margin";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:3;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_image";a:3:{s:5:"image";i:3;s:10:"image_size";i:3;s:22:"image_custom_dimension";i:3;}}s:8:"advanced";a:3:{s:15:"section_effects";a:4:{s:10:"_animation";i:3;s:29:"motion_fx_motion_fx_scrolling";i:1;s:30:"motion_fx_translateY_direction";i:1;s:26:"motion_fx_translateY_speed";i:1;}s:14:"_section_style";a:2:{s:7:"_margin";i:1;s:8:"_padding";i:3;}s:17:"_section_position";a:8:{s:9:"_position";i:3;s:16:"_offset_x_mobile";i:3;s:16:"_offset_y_mobile";i:3;s:14:"_element_width";i:3;s:21:"_element_width_mobile";i:3;s:28:"_element_custom_width_mobile";i:3;s:9:"_offset_x";i:3;s:9:"_offset_y";i:3;}}s:5:"style";a:1:{s:19:"section_style_image";a:3:{s:5:"width";i:2;s:5:"space";i:3;s:19:"image_border_radius";i:2;}}}}s:21:"eael-content-timeline";a:3:{s:5:"count";i:1;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:7:"content";a:4:{s:37:"eael_section_custom_timeline_settings";a:1:{s:28:"eael_content_timeline_choose";i:1;}s:36:"eael_section_custom_content_settings";a:1:{s:26:"eael_coustom_content_posts";i:1;}s:30:"eael_section_timeline__filters";a:1:{s:9:"post_type";i:1;}s:33:"eael_section_post_timeline_layout";a:2:{s:23:"content_timeline_layout";i:1;s:37:"eael_content_timeline_circle_icon_new";i:1;}}s:5:"style";a:5:{s:32:"eael_section_post_timeline_style";a:2:{s:23:"eael_timeline_line_size";i:1;s:28:"eael_timeline_line_from_left";i:1;}s:37:"eael_section_post_timeline_card_style";a:2:{s:17:"eael_card_padding";i:1;s:24:"eael_card_padding_mobile";i:1;}s:44:"eael_section_post_timeline_icon_circle_style";a:2:{s:19:"eael_icon_font_size";i:1;s:29:"eael_icon_circle_border_width";i:1;}s:23:"eael_section_typography";a:7:{s:43:"eael_timeline_excerpt_typography_typography";i:1;s:44:"eael_timeline_excerpt_typography_font_family";i:1;s:42:"eael_timeline_excerpt_typography_font_size";i:1;s:25:"eael_timeline_date_margin";i:1;s:41:"eael_timeline_title_typography_typography";i:1;s:42:"eael_timeline_title_typography_font_family";i:1;s:40:"eael_timeline_title_typography_font_size";i:1;}s:27:"eael_read_more_button_style";a:2:{s:22:"eael_read_more_padding";i:1;s:21:"eael_read_more_margin";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:2:{s:7:"_margin";i:1;s:8:"_padding";i:1;}}}}s:8:"icon-box";a:3:{s:5:"count";i:4;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:7:"content";a:1:{s:12:"section_icon";a:5:{s:13:"selected_icon";i:4;s:4:"view";i:4;s:10:"title_text";i:4;s:16:"description_text";i:4;s:8:"position";i:4;}}s:5:"style";a:2:{s:18:"section_style_icon";a:1:{s:9:"icon_size";i:4;}s:21:"section_style_content";a:8:{s:27:"title_typography_typography";i:4;s:28:"title_typography_font_family";i:4;s:26:"title_typography_font_size";i:4;s:28:"title_typography_font_weight";i:4;s:33:"description_typography_typography";i:4;s:34:"description_typography_font_family";i:4;s:32:"description_typography_font_size";i:4;s:17:"text_align_mobile";i:4;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:4;}}}}s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:12:"space_tablet";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:2:{s:4:"text";i:1;s:4:"link";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:4:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:20:"typography_font_size";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:1;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;}}}}}'),
(17445, 2206, '_elementor_edit_mode', 'builder'),
(17446, 2206, '_elementor_template_type', 'wp-page'),
(17447, 2206, '_elementor_version', '3.2.1'),
(17448, 2206, '_elementor_pro_version', '3.2.1'),
(17449, 2206, '_wp_page_template', 'elementor_header_footer'),
(17450, 2206, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(17451, 2206, '_elementor_data', '[{"id":"550612a","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/iStock-1034753976.jpg","id":410},"background_size":"cover","background_motion_fx_motion_fx_scrolling":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.90000000000000002220446049250313080847263336181640625,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":40,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","background_color_b":"globals\\/colors?id=0a2a356","background_overlay_color":"globals\\/colors?id=cbd1087"},"animation":"fadeInDown","eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"0","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"eael_cl_logics":[{"_id":"bf0c107"}]},"elements":[{"id":"a14f902","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"px","top":"0","right":"400","bottom":"0","left":"0","isLinked":false},"_inline_size_tablet":100,"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},"eael_cl_logics":[{"_id":"6795ddf"}]},"elements":[{"id":"06bb29c","elType":"widget","settings":{"title":"Intelligent Aqua","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":55,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"left","_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":"","right":"","bottom":"","left":"","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","typography_text_transform":"uppercase","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]},"eael_cl_logics":[{"_id":"7a39661"}]},"elements":[],"widgetType":"heading"},{"id":"3b51bde","elType":"widget","settings":{"editor":"<p>A member of PITECH Group of Companies<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"e31a6c6"}]},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"dd407e6","elType":"section","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=995f85e","background_overlay_color":"globals\\/colors?id=995f85e"},"eael_parallax_layers_list":[],"structure":"20","background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water-1.jpg","id":844},"background_position":"initial","background_ypos":{"unit":"px","size":450,"sizes":[]},"background_repeat":"no-repeat","background_size":"initial","background_motion_fx_motion_fx_scrolling":"yes","background_motion_fx_translateX_effect":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.6999999999999999555910790149937383830547332763671875,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"-80","left":0,"isLinked":false},"eael_cl_logics":[{"_id":"f5f8b3b"}]},"elements":[{"id":"7a6646f","elType":"column","settings":{"_column_size":50,"_inline_size":null,"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},"_inline_size_tablet":40,"eael_cl_logics":[{"_id":"af88c56"}]},"elements":[{"id":"fc41e3c","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/water_GettyImages-1214285119.original.png","id":1798},"_animation":"fadeInUp","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateY_direction":"negative","motion_fx_translateY_speed":{"unit":"px","size":10,"sizes":[]},"image_size":"full","image_custom_dimension":{"width":"1000","height":"800"},"width":{"unit":"%","size":100,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"_position":"absolute","_offset_x_mobile":{"size":41,"unit":"px"},"_offset_y_mobile":{"size":55,"unit":"px"},"_element_width":"initial","_element_width_mobile":"initial","_element_custom_width_mobile":{"unit":"px","size":250,"sizes":[]},"_offset_x":{"size":-1,"unit":"px"},"_offset_y":{"size":0,"unit":"px"},"eael_cl_logics":[{"_id":"4fb7a12"}]},"elements":[],"widgetType":"image"},{"id":"acf7256","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/Untitled-1-e1618470946822.jpg","id":1743},"image_size":"full","image_border_radius":{"unit":"px","top":"500","right":"500","bottom":"500","left":"500","isLinked":true},"_padding":{"unit":"px","top":"80","right":"80","bottom":"0","left":"80","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","image_custom_dimension":{"width":"500","height":"500"},"_animation":"fadeInUp","eael_ext_content_protection_password_incorrect_message":"Password does not match.","space":{"unit":"%","size":66,"sizes":[]},"width":{"unit":"%","size":84,"sizes":[]},"_position":"absolute","_offset_x":{"size":0,"unit":"px"},"_offset_x_mobile":{"size":18,"unit":"px"},"_offset_y":{"size":479,"unit":"px"},"_offset_y_mobile":{"size":590,"unit":"px"},"_element_width":"initial","_element_width_mobile":"initial","_element_custom_width_mobile":{"unit":"px","size":320,"sizes":[]},"eael_cl_logics":[{"_id":"3b33db9"}]},"elements":[],"widgetType":"image"},{"id":"1a346ab","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/Untitled-6-01.png","id":1734},"image_size":"full","image_border_radius":{"unit":"px","top":"500","right":"500","bottom":"500","left":"500","isLinked":true},"_padding":{"unit":"px","top":"80","right":"80","bottom":"0","left":"80","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","image_custom_dimension":{"width":"500","height":"500"},"_animation":"fadeInUp","eael_ext_content_protection_password_incorrect_message":"Password does not match.","space":{"unit":"%","size":79,"sizes":[]},"_position":"absolute","_offset_x":{"size":-10,"unit":"px"},"_offset_x_mobile":{"size":13,"unit":"px"},"_offset_y":{"size":794,"unit":"px"},"_offset_y_mobile":{"size":1240,"unit":"px"},"_element_width":"initial","_element_width_mobile":"initial","_element_custom_width_mobile":{"unit":"px","size":320,"sizes":[]},"eael_cl_logics":[{"_id":"2083d4a"}]},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"886c56a","elType":"column","settings":{"_column_size":50,"_inline_size":null,"_inline_size_tablet":60,"eael_cl_logics":[{"_id":"eed0b90"}]},"elements":[{"id":"33aefa4","elType":"widget","settings":{"eael_content_timeline_choose":"custom","eael_coustom_content_posts":[{"eael_custom_title":"Who We Are","eael_custom_excerpt":"<p>Intelligent Aqua Sdn Bhd is a Malaysian company dedicated to bringing high-quality, purified water to people from all walks of life.<\\/p>","eael_custom_post_date":"","eael_read_more_text_link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"eael_show_custom_read_more_text":"","_id":"dfc4d6e","eael_custom_content_timeline_circle_icon_new":{"value":"far fa-dot-circle","library":"fa-regular"}},{"eael_custom_title":"Our Innovation","eael_custom_excerpt":"<p>With the support of the Malaysian Ministry of Science, Technology and Innovation (MOSTI), we developed Intelligent Aqua (IA), an ingenious water purification technology combining special blended adsorption techniques and Malaysian simplicity.<\\/p>","eael_custom_post_date":"","eael_read_more_text_link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"eael_show_custom_read_more_text":"","eael_custom_content_timeline_circle_icon_new":{"value":"far fa-dot-circle","library":"fa-regular"},"_id":"0deb508"},{"eael_custom_title":"We Belong To","eael_custom_excerpt":"<p>Intelligent Aqua Sdn Bhd is a subsidiary of Progressive Impact Technology Group and the intellectual proprietor of Intelligent Aqua.<\\/p>","eael_custom_post_date":"","eael_read_more_text_link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"eael_show_custom_read_more_text":"","eael_custom_content_timeline_circle_icon_new":{"value":"far fa-dot-circle","library":"fa-regular"},"_id":"07b45d5"},{"eael_custom_title":"Our Clients","eael_custom_excerpt":"<p>We serve government and municipalities, water treatment plants, sewage treatment plants, landfills (leachate treatment plant), petrochemical, glove manufacturing, poultry farms and palm oil mills.<\\/p>","eael_custom_post_date":"","eael_read_more_text_link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"eael_show_custom_read_more_text":"","eael_custom_content_timeline_circle_icon_new":{"value":"far fa-dot-circle","library":"fa-regular"},"_id":"669468d"}],"post_type":"page","content_timeline_layout":"right","eael_content_timeline_circle_icon_new":{"value":"fas fa-dot-circle","library":"fa-solid"},"excerpt_expanison_indicator":"...","eael_read_more_text":"Read More","eael_timeline_line_size":{"unit":"px","size":2,"sizes":[]},"eael_timeline_line_from_left":{"unit":"px","size":"","sizes":[]},"eael_card_padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"eael_icon_font_size":{"unit":"px","size":16,"sizes":[]},"eael_icon_circle_border_width":{"unit":"px","size":2,"sizes":[]},"eael_timeline_excerpt_typography_typography":"custom","eael_timeline_excerpt_typography_font_family":"Open Sans","eael_timeline_excerpt_typography_font_size":{"unit":"px","size":18,"sizes":[]},"eael_timeline_date_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_read_more_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_read_more_margin":{"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},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","__globals__":{"eael_timeline_line_active_color":"globals\\/colors?id=0a2a356","eael_timeline_excerpt_color":"globals\\/colors?id=secondary","eael_icon_circle_active_color":"globals\\/colors?id=0a2a356","eael_timeline_line_color":"globals\\/colors?id=3fd3109","eael_icon_circle_border_color":"globals\\/colors?id=3fd3109","eael_timeline_title_color":"globals\\/colors?id=cbd1087"},"eael_timeline_title_typography_typography":"custom","eael_timeline_title_typography_font_family":"Roboto","eael_timeline_title_typography_font_size":{"unit":"px","size":25,"sizes":[]},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_card_padding_mobile":{"unit":"px","top":"200","right":"20","bottom":"20","left":"20","isLinked":false},"eael_cl_logics":[{"_id":"c513c69"}]},"elements":[],"widgetType":"eael-content-timeline"}],"isInner":false}],"isInner":false},{"id":"6a1e80a","elType":"section","settings":{"structure":"20","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/Design-Elements.png","id":677},"background_overlay_position":"bottom center","background_overlay_repeat":"no-repeat","background_overlay_size":"contain","background_overlay_opacity":{"unit":"px","size":0.200000000000000011102230246251565404236316680908203125,"sizes":[]},"eael_parallax_layers_list":[],"padding":{"unit":"px","top":"80","right":"0","bottom":"50","left":"0","isLinked":false},"background_background":"classic","padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"eael_cl_logics":[{"_id":"94b27ef"}]},"elements":[{"id":"939cd89","elType":"column","settings":{"_column_size":50,"_inline_size":null,"animation":"fadeInUp","_inline_size_tablet":100,"eael_cl_logics":[{"_id":"9347fef"}]},"elements":[{"id":"f02c378","elType":"widget","settings":{"title":"Vision","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"eael_cl_logics":[{"_id":"24ec407"}]},"elements":[],"widgetType":"heading"},{"id":"ff0bb49","elType":"widget","settings":{"editor":"<p>\\u201cTo be a world-class business organisation focusing on cost-effective water solutions which shall benefit mankind.\\u201d<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"eael_cl_logics":[{"_id":"2bfbddf"}]},"elements":[],"widgetType":"text-editor"},{"id":"265d65b","elType":"widget","settings":{"title":"Mission","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"_padding":{"unit":"px","top":"40","right":"0","bottom":"0","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"eael_cl_logics":[{"_id":"52e7e2b"}]},"elements":[],"widgetType":"heading"},{"id":"0067fb1","elType":"section","settings":{"structure":"20","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"571f83e"}]},"elements":[{"id":"ac00afb","elType":"column","settings":{"_column_size":50,"_inline_size":null,"eael_cl_logics":[{"_id":"2e96daa"}]},"elements":[{"id":"86cf145","elType":"widget","settings":{"selected_icon":{"value":"fas fa-shapes","library":"fa-solid"},"view":"framed","title_text":"Strategy","description_text":"Customer strategy is our strategy","position":"left","icon_size":{"unit":"px","size":17,"sizes":[]},"title_typography_typography":"custom","title_typography_font_family":"Open Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"700","description_typography_typography":"custom","description_typography_font_family":"Open Sans","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"primary_color":"globals\\/colors?id=cbd1087","title_color":"globals\\/colors?id=cbd1087","description_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","text_align_mobile":"left","eael_cl_logics":[{"_id":"2ac5f4a"}]},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"8266dd5","elType":"column","settings":{"_column_size":50,"_inline_size":null,"eael_cl_logics":[{"_id":"ef6a631"}]},"elements":[{"id":"ed2829d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-seedling","library":"fa-solid"},"view":"framed","title_text":"Sustainability","description_text":"Creating a sustainable world for our future generation\\n","position":"left","icon_size":{"unit":"px","size":17,"sizes":[]},"title_typography_typography":"custom","title_typography_font_family":"Open Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"700","description_typography_typography":"custom","description_typography_font_family":"Open Sans","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"primary_color":"globals\\/colors?id=cbd1087","title_color":"globals\\/colors?id=cbd1087","description_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","text_align_mobile":"left","eael_cl_logics":[{"_id":"4b117a9"}]},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"37f9060","elType":"section","settings":{"structure":"20","eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"20","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"5e9a5b0"}]},"elements":[{"id":"a290e32","elType":"column","settings":{"_column_size":50,"_inline_size":null,"eael_cl_logics":[{"_id":"0fe0b9f"}]},"elements":[{"id":"e4f8c9d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-paper-plane","library":"fa-solid"},"view":"framed","title_text":"Simplicity","description_text":"Approaching complex issues with simplicity in mind","position":"left","icon_size":{"unit":"px","size":17,"sizes":[]},"title_typography_typography":"custom","title_typography_font_family":"Open Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"700","description_typography_typography":"custom","description_typography_font_family":"Open Sans","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"primary_color":"globals\\/colors?id=cbd1087","title_color":"globals\\/colors?id=cbd1087","description_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","text_align_mobile":"left","eael_cl_logics":[{"_id":"a70a423"}]},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"151d12d","elType":"column","settings":{"_column_size":50,"_inline_size":null,"eael_cl_logics":[{"_id":"b56a37a"}]},"elements":[{"id":"43cefdc","elType":"widget","settings":{"selected_icon":{"value":"fas fa-circle-notch","library":"fa-solid"},"view":"framed","title_text":"Back to Basic","description_text":"Transforming Back To Basic principle into innovation.","position":"left","icon_size":{"unit":"px","size":17,"sizes":[]},"title_typography_typography":"custom","title_typography_font_family":"Open Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"700","description_typography_typography":"custom","description_typography_font_family":"Open Sans","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"primary_color":"globals\\/colors?id=cbd1087","title_color":"globals\\/colors?id=cbd1087","description_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","text_align_mobile":"left","eael_cl_logics":[{"_id":"68932b8"}]},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"50692ab","elType":"column","settings":{"_column_size":50,"_inline_size":null,"background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/03\\/washing-hands.jpg","id":1464},"background_position":"center center","background_repeat":"no-repeat","background_size":"cover","animation":"fadeInUp","background_background":"classic","border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_inline_size_tablet":100,"eael_cl_logics":[{"_id":"c25426f"}]},"elements":[{"id":"4b102b6","elType":"widget","settings":{"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","space_tablet":{"unit":"px","size":355,"sizes":[]},"eael_cl_logics":[{"_id":"28d2fdc"}]},"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"e707fe1","elType":"section","settings":{"padding":{"unit":"px","top":"80","right":"0","bottom":"80","left":"0","isLinked":false},"background_overlay_background":"classic","background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water.jpg","id":369},"background_overlay_size":"contain","background_overlay_opacity":{"unit":"px","size":0.1000000000000000055511151231257827021181583404541015625,"sizes":[]},"eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"eael_cl_logics":[{"_id":"0da0261"}]},"elements":[{"id":"d96d307","elType":"column","settings":{"_column_size":100,"_inline_size":null,"eael_cl_logics":[{"_id":"f3d3956"}]},"elements":[{"id":"05bd76a","elType":"widget","settings":{"title":"Core Values","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"eael_cl_logics":[{"_id":"753c424"}]},"elements":[],"widgetType":"heading"},{"id":"b21f370","elType":"widget","settings":{"editor":"<p>Peak Performance, Innovative, Competitive, Obedient to Allah, Result Oriented and Process Excellence are the CORE VALUES that streamlines the work culture, people and processes within the Group towards achieving the company\\u2019s goals and objectives.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"eael_cl_logics":[{"_id":"178dbde"}]},"elements":[],"widgetType":"text-editor"},{"id":"b2d05ff","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"7a49511"}]},"elements":[{"id":"4b25bf7","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30,"eael_cl_logics":[{"_id":"db50bb2"}]},"elements":[{"id":"83774ef","elType":"widget","settings":{"title":"P","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"60","right":"20","bottom":"60","left":"20","isLinked":false},"eael_cl_logics":[{"_id":"5824447"}]},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"ea7eac4","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70,"eael_cl_logics":[{"_id":"5befb85"}]},"elements":[{"id":"e564ab1","elType":"widget","settings":{"editor":"<p>Process Excellence : Setting standards and delivering measurable performance in everything we do.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"ab43b25"}]},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"ea1e18e","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"02249c5"}]},"elements":[{"id":"be6c093","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30,"eael_cl_logics":[{"_id":"8237adb"}]},"elements":[{"id":"7ee0d25","elType":"widget","settings":{"title":"I","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"90","right":"20","bottom":"90","left":"20","isLinked":false},"eael_cl_logics":[{"_id":"23755a0"}]},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"615ebf4","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70,"eael_cl_logics":[{"_id":"5fe3f55"}]},"elements":[{"id":"4fdaaca","elType":"widget","settings":{"editor":"<p>Innovative : Continuously translating ideas and innovation into products and services that create values to the customers.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"73b7f7a"}]},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"98d26c7","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"016858a"}]},"elements":[{"id":"f72ab70","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30,"eael_cl_logics":[{"_id":"963e163"}]},"elements":[{"id":"560be67","elType":"widget","settings":{"title":"C","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"60","right":"20","bottom":"60","left":"20","isLinked":false},"eael_cl_logics":[{"_id":"8dfe73a"}]},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"20095d0","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70,"eael_cl_logics":[{"_id":"e7315d8"}]},"elements":[{"id":"99b6a3d","elType":"widget","settings":{"editor":"<p>Competitive : Strong desire to win and be the best in our offerings.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"b2ec355"}]},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"61f0239","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"192bbe2"}]},"elements":[{"id":"3d82c9f","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30,"eael_cl_logics":[{"_id":"f3ab5fa"}]},"elements":[{"id":"5152cf8","elType":"widget","settings":{"title":"O","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"60","right":"20","bottom":"60","left":"20","isLinked":false},"eael_cl_logics":[{"_id":"20608b8"}]},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e3f1717","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70,"eael_cl_logics":[{"_id":"1b0073f"}]},"elements":[{"id":"dbe7b95","elType":"widget","settings":{"editor":"<p>Obedient to Allah : Abiding by the orders of Allah and avoiding His prohibitions.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"108e8b8"}]},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"f6b12d8","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"3580565"}]},"elements":[{"id":"9f87dd8","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30,"eael_cl_logics":[{"_id":"0736774"}]},"elements":[{"id":"101edaf","elType":"widget","settings":{"title":"R","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"90","right":"20","bottom":"90","left":"20","isLinked":false},"eael_cl_logics":[{"_id":"bd3c5f7"}]},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"ebfcb4c","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70,"eael_cl_logics":[{"_id":"1e60f23"}]},"elements":[{"id":"7aeb130","elType":"widget","settings":{"editor":"<p>Result Oriented : Always start with the end in our mind. Defining results that we want to achieve in advance.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"03cf237"}]},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"07edc18","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"20","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"f02dc9c"}]},"elements":[{"id":"9ac4dc4","elType":"column","settings":{"_column_size":50,"_inline_size":8.481999999999999317878973670303821563720703125,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_inline_size_mobile":30,"eael_cl_logics":[{"_id":"36783ea"}]},"elements":[{"id":"5e3c658","elType":"widget","settings":{"title":"P","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":40,"sizes":[]},"_padding":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":false},"_background_background":"classic","__globals__":{"title_color":"globals\\/colors?id=995f85e","_background_color":"globals\\/colors?id=cbd1087"},"_border_radius":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_border_radius_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"20","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"110","right":"20","bottom":"100","left":"20","isLinked":false},"eael_cl_logics":[{"_id":"5546b0f"}]},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"f487246","elType":"column","settings":{"_column_size":50,"_inline_size":91.518000000000000682121026329696178436279296875,"content_position":"center","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=995f85e"},"_inline_size_mobile":70,"eael_cl_logics":[{"_id":"b0bbae8"}]},"elements":[{"id":"fdd458a","elType":"widget","settings":{"editor":"<p>Peak Performance : Performing to the maximum of our ability with feelings of confidence, effortlessness and total concentration on the tasks.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"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},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"a08feda"}]},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"2ac80c7","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"structure":"20","background_background":"video","background_video_link":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/04\\/FREE_-_-Water-_-Web-Background-Video-Loop-STOCK-VIDEO-FOOTAGE.mp4","background_play_on_mobile":"yes","background_overlay_background":"classic","shape_divider_top":"waves","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":127,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":0,"sizes":[]},"shape_divider_bottom_negative":"yes","__globals__":{"background_overlay_color":"globals\\/colors?id=0a2a356","shape_divider_top_color":""},"eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"30","right":"50","bottom":"30","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"0","right":"20","bottom":"0","left":"20","isLinked":false},"background_overlay_color":"#00B7B7","shape_divider_top_color":"#EDFAFF","eael_cl_logics":[{"_id":"8ed15ab"}]},"elements":[{"id":"d7a14a6","elType":"column","settings":{"_column_size":50,"_inline_size":null,"eael_cl_logics":[{"_id":"68cf0aa"}]},"elements":[{"id":"c239967","elType":"widget","settings":{"title":"Contact","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","align_mobile":"left","_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":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"3c1bb18"}]},"elements":[],"widgetType":"heading"},{"id":"e0550be","elType":"widget","settings":{"editor":"<p>Are you interested in using IA or discussing specific challenges and projects with our experts? Contact our authorised representatives \\u2013 we\\u2019re looking forward to hearing from you.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"87d36d6"}]},"elements":[],"widgetType":"text-editor"},{"id":"4abdb8d","elType":"widget","settings":{"text":"Contact Us","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/contact-us\\/","is_external":"","nofollow":"","custom_attributes":""},"typography_typography":"custom","typography_font_family":"Nunito","typography_font_size":{"unit":"px","size":18,"sizes":[]},"border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"_padding":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_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},"eael_cl_logics":[{"_id":"bc7bf80"}]},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3393ef3","elType":"column","settings":{"_column_size":50,"_inline_size":null,"eael_cl_logics":[{"_id":"be83f8d"}]},"elements":[],"isInner":false}],"isInner":false}]');
INSERT INTO `wpfq_postmeta` VALUES
(17452, 2206, '_elementor_controls_usage', 'a:9:{s:7:"heading";a:3:{s:5:"count";i:11;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:11;s:5:"align";i:11;s:12:"align_mobile";i:2;}}s:5:"style";a:1:{s:19:"section_title_style";a:8:{s:21:"typography_typography";i:11;s:22:"typography_font_family";i:11;s:20:"typography_font_size";i:11;s:22:"typography_font_weight";i:5;s:22:"typography_line_height";i:5;s:25:"typography_text_transform";i:1;s:27:"typography_font_size_mobile";i:4;s:29:"typography_line_height_mobile";i:1;}}s:8:"advanced";a:3:{s:14:"_section_style";a:4:{s:7:"_margin";i:2;s:14:"_margin_mobile";i:8;s:15:"_padding_mobile";i:8;s:8:"_padding";i:7;}s:19:"_section_background";a:1:{s:22:"_background_background";i:6;}s:15:"_section_border";a:2:{s:14:"_border_radius";i:6;s:21:"_border_radius_mobile";i:6;}}}}s:11:"text-editor";a:3:{s:5:"count";i:10;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:10;}}s:5:"style";a:1:{s:13:"section_style";a:9:{s:5:"align";i:10;s:21:"typography_typography";i:10;s:22:"typography_font_family";i:10;s:20:"typography_font_size";i:10;s:22:"typography_font_weight";i:3;s:22:"typography_line_height";i:10;s:12:"align_mobile";i:9;s:27:"typography_font_size_mobile";i:2;s:27:"typography_font_size_tablet";i:6;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:8:"_padding";i:10;s:7:"_margin";i:10;s:14:"_margin_mobile";i:10;s:15:"_padding_mobile";i:6;}}}}s:6:"column";a:3:{s:5:"count";i:24;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:5:{s:12:"_inline_size";i:24;s:19:"_inline_size_tablet";i:5;s:21:"space_between_widgets";i:1;s:19:"_inline_size_mobile";i:12;s:16:"content_position";i:6;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:4:{s:6:"margin";i:2;s:13:"margin_tablet";i:1;s:14:"padding_tablet";i:1;s:7:"padding";i:7;}s:15:"section_effects";a:1:{s:9:"animation";i:2;}}s:5:"style";a:2:{s:13:"section_style";a:5:{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:21:"background_background";i:7;}s:14:"section_border";a:1:{s:13:"border_radius";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:13;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:2:{s:6:"height";i:2;s:13:"custom_height";i:2;}s:17:"section_structure";a:1:{s:9:"structure";i:11;}}s:5:"style";a:3:{s:18:"section_background";a:10:{s:21:"background_background";i:4;s:16:"background_image";i:2;s:15:"background_size";i:2;s:40:"background_motion_fx_motion_fx_scrolling";i:2;s:19:"background_position";i:1;s:15:"background_ypos";i:1;s:17:"background_repeat";i:1;s:38:"background_motion_fx_translateX_effect";i:1;s:21:"background_video_link";i:1;s:25:"background_play_on_mobile";i:1;}s:26:"section_background_overlay";a:7:{s:29:"background_overlay_background";i:4;s:26:"background_overlay_opacity";i:4;s:24:"background_overlay_image";i:2;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:23:"background_overlay_size";i:2;s:24:"background_overlay_color";i:1;}s:21:"section_shape_divider";a:8:{s:20:"shape_divider_bottom";i:2;s:26:"shape_divider_bottom_width";i:2;s:27:"shape_divider_bottom_height";i:2;s:17:"shape_divider_top";i:1;s:23:"shape_divider_top_width";i:1;s:24:"shape_divider_top_height";i:1;s:29:"shape_divider_bottom_negative";i:1;s:23:"shape_divider_top_color";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:9:"animation";i:1;}s:16:"section_advanced";a:4:{s:14:"padding_tablet";i:5;s:14:"padding_mobile";i:4;s:7:"padding";i:9;s:6:"margin";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:3;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_image";a:3:{s:5:"image";i:3;s:10:"image_size";i:3;s:22:"image_custom_dimension";i:3;}}s:8:"advanced";a:3:{s:15:"section_effects";a:4:{s:10:"_animation";i:3;s:29:"motion_fx_motion_fx_scrolling";i:1;s:30:"motion_fx_translateY_direction";i:1;s:26:"motion_fx_translateY_speed";i:1;}s:14:"_section_style";a:2:{s:7:"_margin";i:1;s:8:"_padding";i:3;}s:17:"_section_position";a:8:{s:9:"_position";i:3;s:16:"_offset_x_mobile";i:3;s:16:"_offset_y_mobile";i:3;s:14:"_element_width";i:3;s:21:"_element_width_mobile";i:3;s:28:"_element_custom_width_mobile";i:3;s:9:"_offset_x";i:3;s:9:"_offset_y";i:3;}}s:5:"style";a:1:{s:19:"section_style_image";a:3:{s:5:"width";i:2;s:5:"space";i:3;s:19:"image_border_radius";i:2;}}}}s:21:"eael-content-timeline";a:3:{s:5:"count";i:1;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:7:"content";a:4:{s:37:"eael_section_custom_timeline_settings";a:1:{s:28:"eael_content_timeline_choose";i:1;}s:36:"eael_section_custom_content_settings";a:1:{s:26:"eael_coustom_content_posts";i:1;}s:30:"eael_section_timeline__filters";a:1:{s:9:"post_type";i:1;}s:33:"eael_section_post_timeline_layout";a:2:{s:23:"content_timeline_layout";i:1;s:37:"eael_content_timeline_circle_icon_new";i:1;}}s:5:"style";a:5:{s:32:"eael_section_post_timeline_style";a:2:{s:23:"eael_timeline_line_size";i:1;s:28:"eael_timeline_line_from_left";i:1;}s:37:"eael_section_post_timeline_card_style";a:2:{s:17:"eael_card_padding";i:1;s:24:"eael_card_padding_mobile";i:1;}s:44:"eael_section_post_timeline_icon_circle_style";a:2:{s:19:"eael_icon_font_size";i:1;s:29:"eael_icon_circle_border_width";i:1;}s:23:"eael_section_typography";a:7:{s:43:"eael_timeline_excerpt_typography_typography";i:1;s:44:"eael_timeline_excerpt_typography_font_family";i:1;s:42:"eael_timeline_excerpt_typography_font_size";i:1;s:25:"eael_timeline_date_margin";i:1;s:41:"eael_timeline_title_typography_typography";i:1;s:42:"eael_timeline_title_typography_font_family";i:1;s:40:"eael_timeline_title_typography_font_size";i:1;}s:27:"eael_read_more_button_style";a:2:{s:22:"eael_read_more_padding";i:1;s:21:"eael_read_more_margin";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:2:{s:7:"_margin";i:1;s:8:"_padding";i:1;}}}}s:8:"icon-box";a:3:{s:5:"count";i:4;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:7:"content";a:1:{s:12:"section_icon";a:5:{s:13:"selected_icon";i:4;s:4:"view";i:4;s:10:"title_text";i:4;s:16:"description_text";i:4;s:8:"position";i:4;}}s:5:"style";a:2:{s:18:"section_style_icon";a:1:{s:9:"icon_size";i:4;}s:21:"section_style_content";a:8:{s:27:"title_typography_typography";i:4;s:28:"title_typography_font_family";i:4;s:26:"title_typography_font_size";i:4;s:28:"title_typography_font_weight";i:4;s:33:"description_typography_typography";i:4;s:34:"description_typography_font_family";i:4;s:32:"description_typography_font_size";i:4;s:17:"text_align_mobile";i:4;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:4;}}}}s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:12:"space_tablet";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:2:{s:4:"text";i:1;s:4:"link";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:4:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:20:"typography_font_size";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:1;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;}}}}}'),
(17454, 112, '_elementor_page_assets', 'a:1:{s:6:"styles";a:6:{i:0;s:12:"e-animations";i:1;s:12:"e-animations";i:2;s:12:"e-animations";i:3;s:12:"e-animations";i:4;s:12:"e-animations";i:5;s:12:"e-animations";}}'),
(17459, 1904, '_eael_custom_js', ''),
(17461, 1909, '_eael_custom_js', ''),
(17478, 123, '_eael_custom_js', ''),
(17527, 167, '_eael_custom_js', ''),
(17695, 2208, '_elementor_edit_mode', 'builder'),
(17696, 2208, '_elementor_template_type', 'footer'),
(17697, 2208, '_elementor_version', '3.6.7'),
(17698, 2208, '_elementor_pro_version', '3.7.1'),
(17699, 2208, '_wp_page_template', 'default'),
(17700, 2208, '_elementor_data', '[{"id":"6710e130","elType":"section","settings":{"structure":"30","border_width":{"unit":"px","top":"3","right":"0","bottom":"0","left":"0","isLinked":false},"border_color":"#02d3c9","padding":{"unit":"px","top":"80","right":"0","bottom":"80","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"30","right":"20","bottom":"30","left":"20","isLinked":false},"padding_mobile":{"unit":"px","top":"30","right":"20","bottom":"0","left":"20","isLinked":false},"html_tag":"footer","_timestamp_":"v1RVZmZzB3VE03ZERoNy9VNm1ZL0twUT09","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"9df9d31"}]},"elements":[{"id":"1ec3ab50","elType":"column","settings":{"_column_size":33,"_inline_size":36.4909999999999996589394868351519107818603515625,"margin":{"unit":"%","top":"0","right":"20","bottom":"0","left":"0","isLinked":false},"_inline_size_tablet":33,"_inline_size_mobile":100,"margin_tablet":{"unit":"%","top":"0","right":"10","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"9ceefc5"}]},"elements":[{"id":"870dec4","elType":"widget","settings":{"__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]","link":"[elementor-tag id=\\"\\" name=\\"site-url\\" settings=\\"%7B%7D\\"]"},"width":{"unit":"px","size":""},"width_mobile":{"unit":"px","size":80},"image":{"id":293,"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/placeholder.png"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"180","bottom":"0","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"0275865"}]},"elements":[],"widgetType":"theme-site-logo"},{"id":"636fef5b","elType":"widget","settings":{"editor":"<p>Intelligent Aqua, also known as IA, is a water treatment system that adopts a hybrid concept of combining\\u00a0special blended adsorption techniques\\u00a0and\\u00a0ion exchange method\\u00a0to treat and purify contaminated and polluted water.<\\/p>","typography_typography":"custom","typography_font_size":{"unit":"px","size":15},"typography_font_weight":"normal","typography_line_height":{"unit":"em","size":1.8000000000000000444089209850062616169452667236328125},"typography_font_family":"Open Sans","__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"4b79c40"}]},"elements":[],"widgetType":"text-editor"},{"id":"1ed2165","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"50","eael_cl_logics":[{"_id":"2628fd0"}]},"elements":[{"id":"e165b2b","elType":"column","settings":{"_column_size":20,"_inline_size":null,"_inline_size_mobile":30,"eael_cl_logics":[{"_id":"6f39a80"}]},"elements":[{"id":"0c84be9","elType":"widget","settings":{"social_icon_list":[{"social_icon":{"value":"fab fa-facebook","library":"fa-brands"},"_id":"98bdc51","link":{"url":"https:\\/\\/www.facebook.com\\/intelligentaqua","is_external":"true","nofollow":"","custom_attributes":""}}],"align":"left","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","shape":"circle","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"244170d"}]},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"59a50e1","elType":"column","settings":{"_column_size":20,"_inline_size":null,"_inline_size_mobile":30,"eael_cl_logics":[{"_id":"dbf0b59"}]},"elements":[{"id":"8eb18ea","elType":"widget","settings":{"social_icon_list":[{"social_icon":{"value":"fab fa-linkedin","library":"fa-brands"},"_id":"98bdc51","link":{"url":"https:\\/\\/www.linkedin.com\\/company\\/intelligentaqua\\/","is_external":"true","nofollow":"","custom_attributes":""}}],"align":"left","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","shape":"circle","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"78e32a6"}]},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"00c2f1f","elType":"column","settings":{"_column_size":20,"_inline_size":null,"_inline_size_mobile":50,"eael_cl_logics":[{"_id":"9db1ec3"}]},"elements":[{"id":"23c34f1","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/waze-569496.png","id":1117},"image_size":"custom","width":{"unit":"%","size":90,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","link_to":"custom","link":{"url":"https:\\/\\/ul.waze.com\\/ul?place=ChIJk_-6RuZNzDERa8ZvL89H174&ll=3.10546200%2C101.54368800&navigate=yes&utm_campaign=waze_website&utm_source=waze_website&utm_medium=lm_share_location","is_external":"","nofollow":"","custom_attributes":""},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","align_mobile":"left","width_mobile":{"unit":"%","size":49,"sizes":[]},"eael_cl_logics":[{"_id":"5eb0e3f"}]},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"930dc18","elType":"column","settings":{"_column_size":20,"_inline_size":null,"eael_cl_logics":[{"_id":"36485de"}]},"elements":[],"isInner":true},{"id":"3dbd527","elType":"column","settings":{"_column_size":20,"_inline_size":null,"eael_cl_logics":[{"_id":"93372e7"}]},"elements":[],"isInner":true}],"isInner":true}],"isInner":false},{"id":"5f157d8f","elType":"column","settings":{"_column_size":33,"_inline_size":25.69800000000000039790393202565610408782958984375,"_inline_size_tablet":33,"_inline_size_mobile":100,"margin_mobile":{"unit":"px","top":"30","right":"0","bottom":"0","left":"0","isLinked":false},"content_position":"top","eael_cl_logics":[{"_id":"5b9b9fb"}]},"elements":[{"id":"3a052709","elType":"widget","settings":{"title":"Navigations","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"700","header_size":"h4","typography_font_family":"Roboto","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_padding":{"unit":"px","top":"100","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"8e792e6"}]},"elements":[],"widgetType":"heading"},{"id":"2cfe2d7c","elType":"section","settings":{"gap":"no","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"0bceb4d"}]},"elements":[{"id":"76698601","elType":"column","settings":{"_column_size":100,"_inline_size":null,"_inline_size_mobile":50,"eael_cl_logics":[{"_id":"8ddf65d"}]},"elements":[{"id":"61989488","elType":"widget","settings":{"icon_list":[{"text":"Home","icon":"fa fa-caret-right","_id":"6b44671","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Company Profile","icon":"fa fa-caret-right","_id":"6442eb7","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/company-profile\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Solutions","icon":"fa fa-caret-right","_id":"1fd4f18","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/solution\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Media","icon":"fa fa-caret-right","_id":"17a281d","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/news\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Contact","icon":"fa fa-caret-right","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/contact-us\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true},"_id":"859defe"}],"space_between":{"unit":"px","size":14},"icon_align":"left","icon_size":{"unit":"px","size":13},"text_color":"rgba(0,0,0,0.79)","text_indent":{"unit":"px","size":9},"icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":15},"icon_typography_font_weight":"normal","icon_typography_font_size_tablet":{"unit":"px","size":13},"icon_typography_font_family":"Open Sans","__globals__":{"text_color_hover":"globals\\/colors?id=cbd1087","icon_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"edd66df"}]},"elements":[],"widgetType":"icon-list"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"a915f37","elType":"column","settings":{"_column_size":33,"_inline_size":37.8070000000000021600499167107045650482177734375,"_inline_size_tablet":33,"margin_mobile":{"unit":"px","top":"30","right":"0","bottom":"0","left":"0","isLinked":false},"content_position":"top","eael_cl_logics":[{"_id":"6cfbf2c"}]},"elements":[{"id":"4e5c81f2","elType":"widget","settings":{"title":"Contact","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"700","header_size":"h4","typography_font_family":"Roboto","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_padding":{"unit":"px","top":"100","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"a830e5f"}]},"elements":[],"widgetType":"heading"},{"id":"d9f576e","elType":"widget","settings":{"icon_list":[{"text":"Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8\\/84  <br>Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor","icon":"fa fa-map-marker","_id":"48ff73c","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"+60 18 983 2468 ","icon":"fa fa-phone","selected_icon":{"value":"fas fa-phone","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true},"_id":"e3819fd"},{"text":"intelligentaqua@pitech.com.my","icon":"fa fa-envelope-open-o","_id":"050eab3","selected_icon":{"value":"far fa-envelope-open","library":"fa-regular"},"__fa4_migrated":{"selected_icon":true}}],"space_between":{"unit":"px","size":15},"icon_size":{"unit":"px","size":16},"text_indent":{"unit":"px","size":16},"icon_typography_typography":"custom","icon_typography_font_family":"Open Sans","icon_typography_font_size":{"unit":"px","size":16},"icon_typography_line_height":{"unit":"em","size":1.5},"icon_typography_font_weight":"400","__globals__":{"icon_color":"globals\\/colors?id=cbd1087","text_color":"globals\\/colors?id=secondary"},"_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"71f3190"}]},"elements":[],"widgetType":"icon-list"},{"id":"f655123","elType":"widget","settings":{"shortcode":"<div style=\\"font-size:50%;\\">\\nTotal visitors : [srs_total_visitors]<\\/div>","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","custom_css":".x-counter .number {\\r\\n    font-size: 32px;\\r\\n    line-height: 1;\\r\\n}\\r\\n\\r\\n.x-counter .text-above {\\r\\n    font-size: 15px;\\r\\n    line-height: 1.5;\\r\\n}\\r\\n\\r\\n.x-counter .text-below {\\r\\n    font-size: 15px;\\r\\n    line-height: 1.5;\\r\\n}","_element_custom_width":{"unit":"px","size":134,"sizes":[]},"eael_cl_logics":[{"_id":"7ce28d4"}]},"elements":[],"widgetType":"shortcode"}],"isInner":false}],"isInner":false},{"id":"6e32aec4","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":50},"content_position":"middle","background_background":"classic","background_color":"#f4f4f4","padding_tablet":{"unit":"px","top":"5","right":"20","bottom":"5","left":"20","isLinked":false},"_timestamp_":"v1RVZmZzB3VE03ZERoNy9VNm1ZL0twUT09","eael_parallax_layers_list":[],"structure":"50","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"margin":{"unit":"px","top":"0","right":0,"bottom":"-40","left":0,"isLinked":false},"z_index":1,"eael_cl_logics":[{"_id":"5ed057d"}]},"elements":[{"id":"4a7113a7","elType":"column","settings":{"_column_size":20,"_inline_size":50,"eael_cl_logics":[{"_id":"e3e35f0"}]},"elements":[{"id":"74ef2979","elType":"widget","settings":{"title":"COPYRIGHT 2023 \\u00a9\\ufe0f INTELLIGENT AQUA SDN. BHD. (1182012-U). ALL RIGHTS RESERVED.","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]},"eael_cl_logics":[{"_id":"f8f7781"}]},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"654a522","elType":"column","settings":{"_column_size":20,"_inline_size":22.01599999999999823785401531495153903961181640625,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"eael_cl_logics":[{"_id":"27d06a1"}]},"elements":[{"id":"116162e","elType":"widget","settings":{"title":"Anti-Bribery and Corruption Policy","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/ANTI-BRIBERY-POLICY-FORM_IA.pdf","is_external":"","nofollow":"","custom_attributes":""},"eael_cl_logics":[{"_id":"ceb80da"}]},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"96fdd2b","elType":"column","settings":{"_column_size":20,"_inline_size":11,"eael_cl_logics":[{"_id":"4661349"}]},"elements":[{"id":"86ec863","elType":"widget","settings":{"title":"Privacy Policy","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/intelligentaqua.com.my\\/privacy-policy\\/","is_external":"","nofollow":"","custom_attributes":""},"eael_cl_logics":[{"_id":"2a9f578"}]},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"9fc8ddc","elType":"column","settings":{"_column_size":20,"_inline_size":9.95400000000000062527760746888816356658935546875,"eael_cl_logics":[{"_id":"94fe9e7"}]},"elements":[{"id":"72e32a9","elType":"widget","settings":{"title":"Terms of Use","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/intelligentaqua.com.my\\/term-of-use\\/","is_external":"","nofollow":"","custom_attributes":""},"eael_cl_logics":[{"_id":"ecf6e70"}]},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"01e3eeb","elType":"column","settings":{"_column_size":20,"_inline_size":7,"eael_cl_logics":[{"_id":"5240d2b"}]},"elements":[{"id":"640b9a0","elType":"widget","settings":{"title":"Webmail","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/www.office.com\\/","is_external":"","nofollow":"","custom_attributes":""},"eael_cl_logics":[{"_id":"f859ab0"}]},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false}]'),
(17701, 2208, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'),
(17702, 2208, '_elementor_controls_usage', 'a:9:{s:15:"theme-site-logo";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:4:{s:7:"general";a:1:{s:11:"__dynamic__";a:1:{s:5:"count";i:2;}}s:5:"style";a:1:{s:19:"section_style_image";a:2:{s:5:"width";i:1;s:12:"width_mobile";i:1;}}s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:1;s:4:"link";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:1;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:5:{s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_line_height";i:1;s:22:"typography_font_family";i:1;}}}}s:12:"social-icons";a:3:{s:5:"count";i:2;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:1:{s:19:"section_social_icon";a:3:{s:16:"social_icon_list";i:2;s:5:"align";i:2;s:5:"shape";i:2;}}}}s:6:"column";a:3:{s:5:"count";i:14;s:15:"control_percent";i:0;s:8:"controls";a:2:{s:6:"layout";a:1:{s:6:"layout";a:4:{s:12:"_inline_size";i:14;s:19:"_inline_size_mobile";i:6;s:19:"_inline_size_tablet";i:3;s:16:"content_position";i:2;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:13:"margin_tablet";i:1;s:13:"margin_mobile";i:2;s:7:"padding";i:1;s:14:"padding_mobile";i:1;}}}}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:5:{s:5:"image";i:1;s:10:"image_size";i:1;s:7:"link_to";i:1;s:4:"link";i:1;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:3:{s:5:"width";i:1;s:5:"space";i:1;s:12:"width_mobile";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:17:"section_structure";a:1:{s:9:"structure";i:3;}s:14:"section_layout";a:5:{s:3:"gap";i:1;s:8:"html_tag";i:1;s:6:"height";i:1;s:13:"custom_height";i:1;s:16:"content_position";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:4:{s:6:"margin";i:1;s:7:"padding";i:2;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;}}s:5:"style";a:2:{s:14:"section_border";a:2:{s:12:"border_width";i:1;s:12:"border_color";i:1;}s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}}}s:7:"heading";a:3:{s:5:"count";i:7;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:5:{s:5:"title";i:7;s:11:"header_size";i:7;s:5:"align";i:5;s:12:"align_mobile";i:5;s:4:"link";i:4;}}s:5:"style";a:1:{s:19:"section_title_style";a:6:{s:21:"typography_typography";i:7;s:20:"typography_font_size";i:7;s:22:"typography_font_weight";i:7;s:22:"typography_font_family";i:7;s:25:"typography_text_transform";i:5;s:29:"typography_line_height_mobile";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:2:{s:8:"_padding";i:2;s:15:"_padding_mobile";i:2;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";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:3:{s:17:"section_icon_list";a:2:{s:13:"space_between";i:2;s:10:"icon_align";i:1;}s:18:"section_icon_style";a:1:{s:9:"icon_size";i:2;}s:18:"section_text_style";a:8:{s:10:"text_color";i:1;s:11:"text_indent";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_font_weight";i:2;s:32:"icon_typography_font_size_tablet";i:1;s:27:"icon_typography_font_family";i:2;s:27:"icon_typography_line_height";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";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:2:{s:18:"section_custom_css";a:1:{s:10:"custom_css";i:1;}s:17:"_section_position";a:1:{s:21:"_element_custom_width";i:1;}}}}}'),
(17703, 2208, '_elementor_page_assets', 'a:0:{}'),
(17804, 2211, '_elementor_edit_mode', 'builder'),
(17805, 2211, '_elementor_template_type', 'wp-page'),
(17806, 2211, '_elementor_version', '3.4.3'),
(17807, 2211, '_elementor_pro_version', '3.4.1'),
(17808, 2211, '_wp_page_template', 'elementor_header_footer'),
(17809, 2211, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(17810, 2211, '_elementor_data', '[{"id":"3da9800","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/dialing-telephone-keypad.jpg","id":188},"background_size":"cover","background_motion_fx_motion_fx_scrolling":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.90000000000000002220446049250313080847263336181640625,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":40,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","background_color_b":"globals\\/colors?id=0a2a356","background_overlay_color":"globals\\/colors?id=cbd1087"},"animation":"fadeInDown","eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"0","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true}},"elements":[{"id":"6b91b1a","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"43fb43d","elType":"widget","settings":{"title":"Contact","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":55,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"left","_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":"em","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","typography_text_transform":"uppercase","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]}},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"5f21a461","elType":"section","settings":{"content_width":{"unit":"px","size":""},"background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.9699999999999999733546474089962430298328399658203125},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"px","top":"40","right":"0","bottom":"0","left":"0","isLinked":false},"css_classes":"envato-kit-141-top-0","text_align":"center","animation":"fadeInLeft","eael_parallax_layers_list":[]},"elements":[{"id":"751e2366","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":12},"elements":[{"id":"229f56ab","elType":"widget","settings":{"title":"Get in Touch with Us ","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"7cae9bf","elType":"widget","settings":{"editor":"<p>We welcome your feedback and review of our products and services. If you have any questions regarding Intelligent Aqua, please contact us via email or phone, and we will get back to you as soon as possible.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"7eced021","elType":"section","settings":{"content_width":{"unit":"px","size":""},"background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.05000000000000000277555756156289135105907917022705078125},"padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"em","top":"","right":"","bottom":"","left":"","isLinked":true},"structure":"20","css_classes":"envato-kit-141-top-0","content_position":"middle","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#54595F2B","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"border_color":""},"background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water.jpg","id":369},"background_overlay_size":"contain","eael_parallax_layers_list":[]},"elements":[{"id":"496a2241","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":12,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"animation":"fadeInUp","_inline_size_tablet":100},"elements":[{"id":"4cb2b438","elType":"section","settings":{"gap":"no","eael_parallax_layers_list":[]},"elements":[{"id":"7529734a","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_border":"solid","border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"rgba(255,255,255,0.12)","margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"animation":"fadeIn","animation_delay":150},"elements":[{"id":"3c404138","elType":"widget","settings":{"title":"Reach us through","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":16},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"heading"},{"id":"c1e8297","elType":"widget","settings":{"icon_list":[{"text":"Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8\\/84  <br>Bukit Jelutong Business and Technology Centre <br>40150 Shah Alam, Selangor","icon":"fa fa-map-marker","_id":"48ff73c","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"+60 18 983 2468 ","icon":"fa fa-phone","_id":"a26609a","selected_icon":{"value":"fas fa-phone","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"intelligentaqua@pitech.com.my","icon":"fa fa-envelope-open-o","_id":"050eab3","selected_icon":{"value":"far fa-envelope-open","library":"fa-regular"},"__fa4_migrated":{"selected_icon":true}}],"space_between":{"unit":"px","size":15},"icon_size":{"unit":"px","size":16},"text_indent":{"unit":"px","size":16},"icon_typography_typography":"custom","icon_typography_font_family":"Open Sans","icon_typography_font_size":{"unit":"px","size":16},"icon_typography_line_height":{"unit":"em","size":1.5},"__globals__":{"icon_color":"globals\\/colors?id=cbd1087","text_color":"globals\\/colors?id=secondary"},"_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"icon-list"},{"id":"8995ace","elType":"widget","settings":{"title":"JOIN OUR TEAM ","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25},"typography_font_weight":"600","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"heading"},{"id":"aabbc29","elType":"widget","settings":{"editor":"<p>Grow your career with us and change the world. Interested applicants are encouraged to apply by submitting a cover letter together with a detailed resume, including current and expected salary and contact number to: <span style=\\"color: #262262;\\"><a style=\\"color: #262262;\\" href=\\"mailto:hrd@pitech.com.my\\">hrd@pitech.com.my<\\/a><\\/span><\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"55e83f23","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":16,"background_background":"classic","border_radius":{"unit":"px","top":"4","right":"4","bottom":"4","left":"4","isLinked":true},"box_shadow_box_shadow":{"horizontal":0,"vertical":3,"blur":12,"spread":0,"color":"rgba(0,0,0,0.03)"},"text_align":"center","padding":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"animation":"fadeInRight","animation_delay":200,"css_classes":"envato-kit-141-newsletter-inline","content_position":"top","_inline_size_tablet":100,"padding_mobile":{"unit":"px","top":"0","right":"30","bottom":"0","left":"30","isLinked":false}},"elements":[{"id":"118b1a42","elType":"widget","settings":{"title":"Send us a Message","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25},"typography_font_weight":"600","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"heading"},{"id":"5a6429f0","elType":"widget","settings":{"form_name":"Contact Form","form_fields":[{"_id":"email","required":"true","placeholder":"Name","width":"","min_date":"","max_date":"","custom_id":"name","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Name"},{"_id":"6850d19","placeholder":"Company ","width":"","min_date":"","max_date":"","custom_id":"company","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Company"},{"_id":"f9f57ad","placeholder":"Contact Number","width":"","min_date":"","max_date":"","custom_id":"Phone","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Contact Number","required":"true"},{"field_type":"email","placeholder":"Email","width":"","min_date":"","max_date":"","custom_id":"email","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","_id":"bef77f1","field_label":"Email","required":"true"},{"field_type":"textarea","placeholder":"Message","min_date":"","max_date":"","_id":"da6d553","custom_id":"message","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Message"},{"_id":"4df19d9","field_type":"honeypot","field_label":"Honeypot","custom_id":"field_4df19d9"},{"_id":"a3c47d2","field_type":"recaptcha_v3","field_label":"reCAPTCHA V3","custom_id":"field_a3c47d2"}],"input_size":"md","button_text":"Send Message","button_size":"md","button_width":"","email_to":"intelligentaqua@pitech.com.my","email_subject":"New message from Intelligent Aqua","email_content":"CONTACT FORM<br\\/><br\\/>\\nNAME: [field id=\\"name\\"]<br\\/>\\nCOMPANY: [field id=\\"company\\"]<br\\/>\\nPHONE: [field id=\\"phone\\"]<br\\/>\\nEMAIL: [field id=\\"email\\"]<br\\/>\\nMESSAGE:<br\\/><br\\/>\\n[field id=\\"message\\"]","email_from":"[field id=\\"email\\"]","email_from_name":"[field id=\\"name\\"]","email_to_2":"","email_subject_2":"New message from \\"kit-141\\"","email_content_2":"[all-fields]","email_from_2":"","email_from_name_2":"kit-141","email_reply_to_2":"","success_message":"The form was sent successfully.","error_message":"An error occured.","required_field_message":"This field is required.","invalid_message":"There''s something wrong. The form is invalid.","column_gap":{"unit":"px","size":16},"field_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"field_border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"button_border_radius":{"unit":"px","top":"24","right":"24","bottom":"24","left":"24","isLinked":true},"field_text_color":"rgba(0,0,0,0.62)","field_background_color":"#EFEFEF","button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_hover_color":"rgba(0,0,0,0)","row_gap":{"unit":"px","size":20},"mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"step_next_label":"Next","step_previous_label":"Previous","label_typography_typography":"custom","label_typography_font_family":"Nunito","html_typography_typography":"custom","html_typography_font_family":"Nunito","field_typography_typography":"custom","field_typography_font_family":"Open Sans","button_typography_typography":"custom","button_typography_font_family":"Nunito","__globals__":{"button_background_color":"globals\\/colors?id=3fd3109","button_border_color":"globals\\/colors?id=3fd3109","button_hover_color":"globals\\/colors?id=3fd3109","field_background_color":""},"button_background_color":"#262262","button_border_color":"#262262","button_hover_color":"#262262","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","show_labels":"","form_metadata":[]},"elements":[],"widgetType":"form"}],"isInner":false}],"isInner":false},{"id":"5e1a8e6","elType":"section","settings":{"layout":"full_width","gap":"no","eael_parallax_layers_list":[]},"elements":[{"id":"f9be555","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"9cc66e5","elType":"widget","settings":{"address":"Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8\\/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"fadeIn","_animation_delay":300,"zoom":{"unit":"px","size":18,"sizes":[]},"height":{"unit":"px","size":500,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"google_maps"}],"isInner":false}],"isInner":false}]');
INSERT INTO `wpfq_postmeta` VALUES
(17811, 2211, '_elementor_page_assets', 'a:1:{s:6:"styles";a:6:{i:0;s:12:"e-animations";i:1;s:12:"e-animations";i:2;s:12:"e-animations";i:3;s:12:"e-animations";i:4;s:12:"e-animations";i:5;s:12:"e-animations";}}'),
(17812, 2211, '_elementor_controls_usage', 'a:7:{s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:4;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:10:{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:22:"typography_line_height";i:4;s:25:"typography_text_transform";i:3;s:27:"typography_font_size_mobile";i:4;s:29:"typography_line_height_mobile";i:1;s:25:"typography_letter_spacing";i:1;s:27:"typography_font_size_tablet";i:2;}}s:8:"advanced";a:2:{s:14:"_section_style";a:3:{s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;}s:15:"section_effects";a:1:{s:16:"_animation_delay";i:2;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:4:{s:12:"_inline_size";i:6;s:21:"space_between_widgets";i:3;s:19:"_inline_size_tablet";i:2;s:16:"content_position";i:1;}}s:5:"style";a:3:{s:14:"section_border";a:5:{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:21:"box_shadow_box_shadow";i:1;}s:13:"section_style";a:1:{s:21:"background_background";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:13:"margin_mobile";i:1;s:6:"margin";i:1;s:7:"padding";i:1;s:11:"css_classes";i:1;s:14:"padding_mobile";i:1;}s:15:"section_effects";a:2:{s:9:"animation";i:3;s:15:"animation_delay";i:2;}}}}s:7:"section";a:3:{s:5:"count";i:5;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:13:"content_width";i:2;s:3:"gap";i:4;s:16:"content_position";i:1;s:6:"layout";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:5:"style";a:5:{s:18:"section_background";a:7:{s:21:"background_background";i:1;s:16:"background_image";i:3;s:15:"background_size";i:3;s:40:"background_motion_fx_motion_fx_scrolling";i:1;s:19:"background_position";i:2;s:21:"background_attachment";i:2;s:17:"background_repeat";i:2;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:3;s:26:"background_overlay_opacity";i:3;s:24:"background_overlay_color";i:2;s:24:"background_overlay_image";i:1;s:23:"background_overlay_size";i:1;}s:21:"section_shape_divider";a:3:{s:20:"shape_divider_bottom";i:1;s:26:"shape_divider_bottom_width";i:1;s:27:"shape_divider_bottom_height";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}s:14:"section_border";a:3:{s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:9:"animation";i:2;}s:16:"section_advanced";a:4:{s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:3;s:7:"padding";i:2;s:11:"css_classes";i:2;}}}}s:11:"text-editor";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;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:21:"typography_typography";i:2;s:22:"typography_font_family";i:2;s:20:"typography_font_size";i:2;s:22:"typography_line_height";i:2;s:12:"align_mobile";i:2;s:27:"typography_font_size_mobile";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:2;s:7:"_margin";i:2;s:14:"_margin_mobile";i:2;}}}}s:9:"icon-list";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;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:3:{s:17:"section_icon_list";a:1:{s:13:"space_between";i:1;}s:18:"section_icon_style";a:1:{s:9:"icon_size";i:1;}s:18:"section_text_style";a:5:{s:11:"text_indent";i:1;s:26:"icon_typography_typography";i:1;s:27:"icon_typography_font_family";i:1;s:25:"icon_typography_font_size";i:1;s:27:"icon_typography_line_height";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:4:"form";a:3:{s:5:"count";i:1;s:15:"control_percent";i:6;s:8:"controls";a:2:{s:7:"content";a:5:{s:19:"section_form_fields";a:4:{s:9:"form_name";i:1;s:11:"form_fields";i:1;s:10:"input_size";i:1;s:11:"show_labels";i:1;}s:15:"section_buttons";a:3:{s:11:"button_text";i:1;s:11:"button_size";i:1;s:12:"button_width";i:1;}s:13:"section_email";a:6:{s:8:"email_to";i:1;s:13:"email_subject";i:1;s:13:"email_content";i:1;s:10:"email_from";i:1;s:15:"email_from_name";i:1;s:13:"form_metadata";i:1;}s:15:"section_email_2";a:5:{s:10:"email_to_2";i:1;s:15:"email_subject_2";i:1;s:12:"email_from_2";i:1;s:17:"email_from_name_2";i:1;s:16:"email_reply_to_2";i:1;}s:20:"section_form_options";a:2:{s:13:"error_message";i:1;s:15:"invalid_message";i:1;}}s:5:"style";a:3:{s:18:"section_form_style";a:6:{s:10:"column_gap";i:1;s:7:"row_gap";i:1;s:27:"label_typography_typography";i:1;s:28:"label_typography_font_family";i:1;s:26:"html_typography_typography";i:1;s:27:"html_typography_font_family";i:1;}s:19:"section_field_style";a:6:{s:18:"field_border_width";i:1;s:19:"field_border_radius";i:1;s:16:"field_text_color";i:1;s:22:"field_background_color";i:1;s:27:"field_typography_typography";i:1;s:28:"field_typography_font_family";i:1;}s:20:"section_button_style";a:9:{s:20:"button_border_radius";i:1;s:20:"button_border_border";i:1;s:19:"button_border_width";i:1;s:29:"button_background_hover_color";i:1;s:28:"button_typography_typography";i:1;s:29:"button_typography_font_family";i:1;s:23:"button_background_color";i:1;s:19:"button_border_color";i:1;s:18:"button_hover_color";i:1;}}}}s:11:"google_maps";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{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:8:"advanced";a:2:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}s:15:"section_effects";a:2:{s:10:"_animation";i:1;s:16:"_animation_delay";i:1;}}}}}'),
(17814, 2212, '_elementor_edit_mode', 'builder'),
(17815, 2212, '_elementor_template_type', 'wp-page'),
(17816, 2212, '_elementor_version', '3.4.3'),
(17817, 2212, '_elementor_pro_version', '3.4.1'),
(17818, 2212, '_wp_page_template', 'elementor_header_footer'),
(17819, 2212, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(17820, 2212, '_elementor_data', '[{"id":"3da9800","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/dialing-telephone-keypad.jpg","id":188},"background_size":"cover","background_motion_fx_motion_fx_scrolling":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.90000000000000002220446049250313080847263336181640625,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":40,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","background_color_b":"globals\\/colors?id=0a2a356","background_overlay_color":"globals\\/colors?id=cbd1087"},"animation":"fadeInDown","eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"0","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true}},"elements":[{"id":"6b91b1a","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"43fb43d","elType":"widget","settings":{"title":"Contact","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":55,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"left","_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":"em","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","typography_text_transform":"uppercase","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]}},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"5f21a461","elType":"section","settings":{"content_width":{"unit":"px","size":""},"background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.9699999999999999733546474089962430298328399658203125},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"px","top":"40","right":"0","bottom":"0","left":"0","isLinked":false},"css_classes":"envato-kit-141-top-0","text_align":"center","animation":"fadeInLeft","eael_parallax_layers_list":[]},"elements":[{"id":"751e2366","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":12},"elements":[{"id":"229f56ab","elType":"widget","settings":{"title":"Get in Touch with Us ","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"7cae9bf","elType":"widget","settings":{"editor":"<p>We welcome your feedback and review of our products and services. If you have any questions regarding Intelligent Aqua, please contact us via email or phone, and we will get back to you as soon as possible.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"7eced021","elType":"section","settings":{"content_width":{"unit":"px","size":""},"background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.05000000000000000277555756156289135105907917022705078125},"padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"em","top":"","right":"","bottom":"","left":"","isLinked":true},"structure":"20","css_classes":"envato-kit-141-top-0","content_position":"middle","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#54595F2B","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"border_color":""},"background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water.jpg","id":369},"background_overlay_size":"contain","eael_parallax_layers_list":[]},"elements":[{"id":"496a2241","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":12,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"animation":"fadeInUp","_inline_size_tablet":100},"elements":[{"id":"4cb2b438","elType":"section","settings":{"gap":"no","eael_parallax_layers_list":[]},"elements":[{"id":"7529734a","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_border":"solid","border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"rgba(255,255,255,0.12)","margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"animation":"fadeIn","animation_delay":150},"elements":[{"id":"3c404138","elType":"widget","settings":{"title":"Reach us through","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":16},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"heading"},{"id":"c1e8297","elType":"widget","settings":{"icon_list":[{"text":"Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8\\/84  <br>Bukit Jelutong Business and Technology Centre <br>40150 Shah Alam, Selangor","icon":"fa fa-map-marker","_id":"48ff73c","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"+60 18 983 2468 ","icon":"fa fa-phone","_id":"a26609a","selected_icon":{"value":"fas fa-phone","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"intelligentaqua@pitech.com.my","icon":"fa fa-envelope-open-o","_id":"050eab3","selected_icon":{"value":"far fa-envelope-open","library":"fa-regular"},"__fa4_migrated":{"selected_icon":true}}],"space_between":{"unit":"px","size":15},"icon_size":{"unit":"px","size":16},"text_indent":{"unit":"px","size":16},"icon_typography_typography":"custom","icon_typography_font_family":"Open Sans","icon_typography_font_size":{"unit":"px","size":16},"icon_typography_line_height":{"unit":"em","size":1.5},"__globals__":{"icon_color":"globals\\/colors?id=cbd1087","text_color":"globals\\/colors?id=secondary"},"_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"icon-list"},{"id":"8995ace","elType":"widget","settings":{"title":"JOIN OUR TEAM ","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25},"typography_font_weight":"600","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"heading"},{"id":"aabbc29","elType":"widget","settings":{"editor":"<p>Grow your career with us and change the world. Interested applicants are encouraged to apply by submitting a cover letter together with a detailed resume, including current and expected salary and contact number to: <span style=\\"color: #262262;\\"><a style=\\"color: #262262;\\" href=\\"mailto:hrd@pitech.com.my\\">hrd@pitech.com.my<\\/a><\\/span><\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"55e83f23","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":16,"background_background":"classic","border_radius":{"unit":"px","top":"4","right":"4","bottom":"4","left":"4","isLinked":true},"box_shadow_box_shadow":{"horizontal":0,"vertical":3,"blur":12,"spread":0,"color":"rgba(0,0,0,0.03)"},"text_align":"center","padding":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"animation":"fadeInRight","animation_delay":200,"css_classes":"envato-kit-141-newsletter-inline","content_position":"top","_inline_size_tablet":100,"padding_mobile":{"unit":"px","top":"0","right":"30","bottom":"0","left":"30","isLinked":false}},"elements":[{"id":"118b1a42","elType":"widget","settings":{"title":"Send us a Message","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25},"typography_font_weight":"600","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"heading"},{"id":"5a6429f0","elType":"widget","settings":{"form_name":"Contact Form","form_fields":[{"_id":"email","required":"true","placeholder":"Name","width":"","min_date":"","max_date":"","custom_id":"name","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Name"},{"_id":"6850d19","placeholder":"Company ","width":"","min_date":"","max_date":"","custom_id":"company","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Company"},{"_id":"f9f57ad","placeholder":"Contact Number","width":"","min_date":"","max_date":"","custom_id":"Phone","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Contact Number","required":"true"},{"field_type":"email","placeholder":"Email","width":"","min_date":"","max_date":"","custom_id":"email","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","_id":"bef77f1","field_label":"Email","required":"true"},{"field_type":"textarea","placeholder":"Message","min_date":"","max_date":"","_id":"da6d553","custom_id":"message","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Message"},{"_id":"4df19d9","field_type":"honeypot","field_label":"Honeypot","custom_id":"field_4df19d9"},{"_id":"a3c47d2","field_type":"recaptcha_v3","field_label":"reCAPTCHA V3","custom_id":"field_a3c47d2"}],"input_size":"md","button_text":"Send Message","button_size":"md","button_width":"","email_to":"intelligentaqua@pitech.com.my","email_subject":"New message from Intelligent Aqua","email_content":"CONTACT FORM<br\\/><br\\/>\\nNAME: [field id=\\"name\\"]<br\\/>\\nCOMPANY: [field id=\\"company\\"]<br\\/>\\nPHONE: [field id=\\"phone\\"]<br\\/>\\nEMAIL: [field id=\\"email\\"]<br\\/>\\nMESSAGE:<br\\/><br\\/>\\n[field id=\\"message\\"]","email_from":"[field id=\\"email\\"]","email_from_name":"[field id=\\"name\\"]","email_to_2":"","email_subject_2":"New message from \\"kit-141\\"","email_content_2":"[all-fields]","email_from_2":"","email_from_name_2":"kit-141","email_reply_to_2":"","success_message":"The form was sent successfully.","error_message":"An error occured.","required_field_message":"This field is required.","invalid_message":"There''s something wrong. The form is invalid.","column_gap":{"unit":"px","size":16},"field_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"field_border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"button_border_radius":{"unit":"px","top":"24","right":"24","bottom":"24","left":"24","isLinked":true},"field_text_color":"rgba(0,0,0,0.62)","field_background_color":"#EFEFEF","button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_hover_color":"rgba(0,0,0,0)","row_gap":{"unit":"px","size":20},"mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"step_next_label":"Next","step_previous_label":"Previous","label_typography_typography":"custom","label_typography_font_family":"Nunito","html_typography_typography":"custom","html_typography_font_family":"Nunito","field_typography_typography":"custom","field_typography_font_family":"Open Sans","button_typography_typography":"custom","button_typography_font_family":"Nunito","__globals__":{"button_background_color":"globals\\/colors?id=3fd3109","button_border_color":"globals\\/colors?id=3fd3109","button_hover_color":"globals\\/colors?id=3fd3109","field_background_color":""},"button_background_color":"#262262","button_border_color":"#262262","button_hover_color":"#262262","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","show_labels":"","form_metadata":[]},"elements":[],"widgetType":"form"}],"isInner":false}],"isInner":false},{"id":"5e1a8e6","elType":"section","settings":{"layout":"full_width","gap":"no","eael_parallax_layers_list":[]},"elements":[{"id":"f9be555","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"9cc66e5","elType":"widget","settings":{"address":"Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8\\/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"fadeIn","_animation_delay":300,"zoom":{"unit":"px","size":18,"sizes":[]},"height":{"unit":"px","size":500,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match."},"elements":[],"widgetType":"google_maps"}],"isInner":false}],"isInner":false}]'),
(17821, 2212, '_elementor_page_assets', 'a:1:{s:6:"styles";a:6:{i:0;s:12:"e-animations";i:1;s:12:"e-animations";i:2;s:12:"e-animations";i:3;s:12:"e-animations";i:4;s:12:"e-animations";i:5;s:12:"e-animations";}}'),
(17822, 2212, '_elementor_controls_usage', 'a:7:{s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:4;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:10:{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:22:"typography_line_height";i:4;s:25:"typography_text_transform";i:3;s:27:"typography_font_size_mobile";i:4;s:29:"typography_line_height_mobile";i:1;s:25:"typography_letter_spacing";i:1;s:27:"typography_font_size_tablet";i:2;}}s:8:"advanced";a:2:{s:14:"_section_style";a:3:{s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;}s:15:"section_effects";a:1:{s:16:"_animation_delay";i:2;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:4:{s:12:"_inline_size";i:6;s:21:"space_between_widgets";i:3;s:19:"_inline_size_tablet";i:2;s:16:"content_position";i:1;}}s:5:"style";a:3:{s:14:"section_border";a:5:{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:21:"box_shadow_box_shadow";i:1;}s:13:"section_style";a:1:{s:21:"background_background";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:13:"margin_mobile";i:1;s:6:"margin";i:1;s:7:"padding";i:1;s:11:"css_classes";i:1;s:14:"padding_mobile";i:1;}s:15:"section_effects";a:2:{s:9:"animation";i:3;s:15:"animation_delay";i:2;}}}}s:7:"section";a:3:{s:5:"count";i:5;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:13:"content_width";i:2;s:3:"gap";i:4;s:16:"content_position";i:1;s:6:"layout";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:5:"style";a:5:{s:18:"section_background";a:7:{s:21:"background_background";i:1;s:16:"background_image";i:3;s:15:"background_size";i:3;s:40:"background_motion_fx_motion_fx_scrolling";i:1;s:19:"background_position";i:2;s:21:"background_attachment";i:2;s:17:"background_repeat";i:2;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:3;s:26:"background_overlay_opacity";i:3;s:24:"background_overlay_color";i:2;s:24:"background_overlay_image";i:1;s:23:"background_overlay_size";i:1;}s:21:"section_shape_divider";a:3:{s:20:"shape_divider_bottom";i:1;s:26:"shape_divider_bottom_width";i:1;s:27:"shape_divider_bottom_height";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}s:14:"section_border";a:3:{s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:9:"animation";i:2;}s:16:"section_advanced";a:4:{s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:3;s:7:"padding";i:2;s:11:"css_classes";i:2;}}}}s:11:"text-editor";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;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:21:"typography_typography";i:2;s:22:"typography_font_family";i:2;s:20:"typography_font_size";i:2;s:22:"typography_line_height";i:2;s:12:"align_mobile";i:2;s:27:"typography_font_size_mobile";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:2;s:7:"_margin";i:2;s:14:"_margin_mobile";i:2;}}}}s:9:"icon-list";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;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:3:{s:17:"section_icon_list";a:1:{s:13:"space_between";i:1;}s:18:"section_icon_style";a:1:{s:9:"icon_size";i:1;}s:18:"section_text_style";a:5:{s:11:"text_indent";i:1;s:26:"icon_typography_typography";i:1;s:27:"icon_typography_font_family";i:1;s:25:"icon_typography_font_size";i:1;s:27:"icon_typography_line_height";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:4:"form";a:3:{s:5:"count";i:1;s:15:"control_percent";i:6;s:8:"controls";a:2:{s:7:"content";a:5:{s:19:"section_form_fields";a:4:{s:9:"form_name";i:1;s:11:"form_fields";i:1;s:10:"input_size";i:1;s:11:"show_labels";i:1;}s:15:"section_buttons";a:3:{s:11:"button_text";i:1;s:11:"button_size";i:1;s:12:"button_width";i:1;}s:13:"section_email";a:6:{s:8:"email_to";i:1;s:13:"email_subject";i:1;s:13:"email_content";i:1;s:10:"email_from";i:1;s:15:"email_from_name";i:1;s:13:"form_metadata";i:1;}s:15:"section_email_2";a:5:{s:10:"email_to_2";i:1;s:15:"email_subject_2";i:1;s:12:"email_from_2";i:1;s:17:"email_from_name_2";i:1;s:16:"email_reply_to_2";i:1;}s:20:"section_form_options";a:2:{s:13:"error_message";i:1;s:15:"invalid_message";i:1;}}s:5:"style";a:3:{s:18:"section_form_style";a:6:{s:10:"column_gap";i:1;s:7:"row_gap";i:1;s:27:"label_typography_typography";i:1;s:28:"label_typography_font_family";i:1;s:26:"html_typography_typography";i:1;s:27:"html_typography_font_family";i:1;}s:19:"section_field_style";a:6:{s:18:"field_border_width";i:1;s:19:"field_border_radius";i:1;s:16:"field_text_color";i:1;s:22:"field_background_color";i:1;s:27:"field_typography_typography";i:1;s:28:"field_typography_font_family";i:1;}s:20:"section_button_style";a:9:{s:20:"button_border_radius";i:1;s:20:"button_border_border";i:1;s:19:"button_border_width";i:1;s:29:"button_background_hover_color";i:1;s:28:"button_typography_typography";i:1;s:29:"button_typography_font_family";i:1;s:23:"button_background_color";i:1;s:19:"button_border_color";i:1;s:18:"button_hover_color";i:1;}}}}s:11:"google_maps";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{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:8:"advanced";a:2:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}s:15:"section_effects";a:2:{s:10:"_animation";i:1;s:16:"_animation_delay";i:1;}}}}}'),
(17824, 2213, '_elementor_edit_mode', 'builder'),
(17825, 2213, '_elementor_template_type', 'wp-page'),
(17826, 2213, '_elementor_version', '3.4.3'),
(17827, 2213, '_elementor_pro_version', '3.4.1'),
(17828, 2213, '_wp_page_template', 'elementor_header_footer'),
(17829, 2213, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(17830, 2213, '_elementor_data', '[{"id":"3da9800","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/dialing-telephone-keypad.jpg","id":188},"background_size":"cover","background_motion_fx_motion_fx_scrolling":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.90000000000000002220446049250313080847263336181640625,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":40,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","background_color_b":"globals\\/colors?id=0a2a356","background_overlay_color":"globals\\/colors?id=cbd1087"},"animation":"fadeInDown","eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"0","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"eael_cl_logics":[{"_id":"3890a34"}]},"elements":[{"id":"6b91b1a","elType":"column","settings":{"_column_size":100,"_inline_size":null,"eael_cl_logics":[{"_id":"d1c52d0"}]},"elements":[{"id":"43fb43d","elType":"widget","settings":{"title":"Contact","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":55,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"left","_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":"em","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","typography_text_transform":"uppercase","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"eael_cl_logics":[{"_id":"4cb9470"}]},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"5f21a461","elType":"section","settings":{"content_width":{"unit":"px","size":""},"background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.9699999999999999733546474089962430298328399658203125},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"px","top":"40","right":"0","bottom":"0","left":"0","isLinked":false},"css_classes":"envato-kit-141-top-0","text_align":"center","animation":"fadeInLeft","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"7bf1ebf"}]},"elements":[{"id":"751e2366","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":12,"eael_cl_logics":[{"_id":"fcbc8e0"}]},"elements":[{"id":"229f56ab","elType":"widget","settings":{"title":"Get in Touch with Us ","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]},"eael_cl_logics":[{"_id":"86bd80d"}]},"elements":[],"widgetType":"heading"},{"id":"7cae9bf","elType":"widget","settings":{"editor":"<p>We welcome your feedback and review of our products and services. If you have any questions regarding Intelligent Aqua, please contact us via email or phone, and we will get back to you as soon as possible.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"eael_cl_logics":[{"_id":"7cc5598"}]},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"7eced021","elType":"section","settings":{"content_width":{"unit":"px","size":""},"background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.05000000000000000277555756156289135105907917022705078125},"padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"em","top":"","right":"","bottom":"","left":"","isLinked":true},"structure":"20","css_classes":"envato-kit-141-top-0","content_position":"middle","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#54595F2B","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"border_color":""},"background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water.jpg","id":369},"background_overlay_size":"contain","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"164b37b"}]},"elements":[{"id":"496a2241","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":12,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"animation":"fadeInUp","_inline_size_tablet":100,"eael_cl_logics":[{"_id":"6cef7ec"}]},"elements":[{"id":"4cb2b438","elType":"section","settings":{"gap":"no","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"1b71fb1"}]},"elements":[{"id":"7529734a","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_border":"solid","border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"rgba(255,255,255,0.12)","margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"animation":"fadeIn","animation_delay":150,"eael_cl_logics":[{"_id":"13bbb4b"}]},"elements":[{"id":"3c404138","elType":"widget","settings":{"title":"Reach us through","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":16},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"439add8"}]},"elements":[],"widgetType":"heading"},{"id":"c1e8297","elType":"widget","settings":{"icon_list":[{"text":"Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8\\/84  <br>Bukit Jelutong Business and Technology Centre <br>40150 Shah Alam, Selangor","icon":"fa fa-map-marker","_id":"48ff73c","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"+60 19 385 5920 ","icon":"fa fa-phone","_id":"a26609a","selected_icon":{"value":"fas fa-phone","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"intelligentaqua@pitech.com.my","icon":"fa fa-envelope-open-o","_id":"050eab3","selected_icon":{"value":"far fa-envelope-open","library":"fa-regular"},"__fa4_migrated":{"selected_icon":true}}],"space_between":{"unit":"px","size":15},"icon_size":{"unit":"px","size":16},"text_indent":{"unit":"px","size":16},"icon_typography_typography":"custom","icon_typography_font_family":"Open Sans","icon_typography_font_size":{"unit":"px","size":16},"icon_typography_line_height":{"unit":"em","size":1.5},"__globals__":{"icon_color":"globals\\/colors?id=cbd1087","text_color":"globals\\/colors?id=secondary"},"_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"6f7f20a"}]},"elements":[],"widgetType":"icon-list"},{"id":"8995ace","elType":"widget","settings":{"title":"JOIN OUR TEAM ","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25},"typography_font_weight":"600","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"cbbe6dc"}]},"elements":[],"widgetType":"heading"},{"id":"aabbc29","elType":"widget","settings":{"editor":"<p>Grow your career with us and change the world. Interested applicants are encouraged to apply by submitting a cover letter together with a detailed resume, including current and expected salary and contact number to: <span style=\\"color: #262262;\\"><a style=\\"color: #262262;\\" href=\\"mailto:hrd@pitech.com.my\\">hrd@pitech.com.my<\\/a><\\/span><\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"eael_cl_logics":[{"_id":"8449924"}]},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"55e83f23","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":16,"background_background":"classic","border_radius":{"unit":"px","top":"4","right":"4","bottom":"4","left":"4","isLinked":true},"box_shadow_box_shadow":{"horizontal":0,"vertical":3,"blur":12,"spread":0,"color":"rgba(0,0,0,0.03)"},"text_align":"center","padding":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"animation":"fadeInRight","animation_delay":200,"css_classes":"envato-kit-141-newsletter-inline","content_position":"top","_inline_size_tablet":100,"padding_mobile":{"unit":"px","top":"0","right":"30","bottom":"0","left":"30","isLinked":false},"eael_cl_logics":[{"_id":"4a967ef"}]},"elements":[{"id":"118b1a42","elType":"widget","settings":{"title":"Send us a Message","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25},"typography_font_weight":"600","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"b700f38"}]},"elements":[],"widgetType":"heading"},{"id":"5a6429f0","elType":"widget","settings":{"form_name":"Contact Form","form_fields":[{"_id":"email","required":"true","placeholder":"Name","width":"","min_date":"","max_date":"","custom_id":"name","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Name"},{"_id":"6850d19","placeholder":"Company ","width":"","min_date":"","max_date":"","custom_id":"company","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Company"},{"_id":"f9f57ad","placeholder":"Contact Number","width":"","min_date":"","max_date":"","custom_id":"Phone","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Contact Number","required":"true"},{"field_type":"email","placeholder":"Email","width":"","min_date":"","max_date":"","custom_id":"email","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","_id":"bef77f1","field_label":"Email","required":"true"},{"field_type":"textarea","placeholder":"Message","min_date":"","max_date":"","_id":"da6d553","custom_id":"message","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Message"},{"_id":"4df19d9","field_type":"honeypot","field_label":"Honeypot","custom_id":"field_4df19d9"},{"_id":"a3c47d2","field_type":"recaptcha_v3","field_label":"reCAPTCHA V3","custom_id":"field_a3c47d2"}],"input_size":"md","button_text":"Send Message","button_size":"md","button_width":"","email_to":"intelligentaqua@pitech.com.my","email_subject":"New message from Intelligent Aqua","email_content":"CONTACT FORM<br\\/><br\\/>\\nNAME: [field id=\\"name\\"]<br\\/>\\nCOMPANY: [field id=\\"company\\"]<br\\/>\\nPHONE: [field id=\\"phone\\"]<br\\/>\\nEMAIL: [field id=\\"email\\"]<br\\/>\\nMESSAGE:<br\\/><br\\/>\\n[field id=\\"message\\"]","email_from":"[field id=\\"email\\"]","email_from_name":"[field id=\\"name\\"]","email_to_2":"","email_subject_2":"New message from \\"kit-141\\"","email_content_2":"[all-fields]","email_from_2":"","email_from_name_2":"kit-141","email_reply_to_2":"","success_message":"The form was sent successfully.","error_message":"An error occured.","required_field_message":"This field is required.","invalid_message":"There''s something wrong. The form is invalid.","column_gap":{"unit":"px","size":16},"field_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"field_border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"button_border_radius":{"unit":"px","top":"24","right":"24","bottom":"24","left":"24","isLinked":true},"field_text_color":"rgba(0,0,0,0.62)","field_background_color":"#EFEFEF","button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_hover_color":"rgba(0,0,0,0)","row_gap":{"unit":"px","size":20},"mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"step_next_label":"Next","step_previous_label":"Previous","label_typography_typography":"custom","label_typography_font_family":"Nunito","html_typography_typography":"custom","html_typography_font_family":"Nunito","field_typography_typography":"custom","field_typography_font_family":"Open Sans","button_typography_typography":"custom","button_typography_font_family":"Nunito","__globals__":{"button_background_color":"globals\\/colors?id=3fd3109","button_border_color":"globals\\/colors?id=3fd3109","button_hover_color":"globals\\/colors?id=3fd3109","field_background_color":""},"button_background_color":"#262262","button_border_color":"#262262","button_hover_color":"#262262","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","show_labels":"","form_metadata":[],"eael_cl_logics":[{"_id":"859362b"}]},"elements":[],"widgetType":"form"}],"isInner":false}],"isInner":false},{"id":"5e1a8e6","elType":"section","settings":{"layout":"full_width","gap":"no","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"22496ec"}]},"elements":[{"id":"f9be555","elType":"column","settings":{"_column_size":100,"_inline_size":null,"eael_cl_logics":[{"_id":"a1ecd0a"}]},"elements":[{"id":"9cc66e5","elType":"widget","settings":{"address":"Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8\\/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"fadeIn","_animation_delay":300,"zoom":{"unit":"px","size":18,"sizes":[]},"height":{"unit":"px","size":500,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"e066717"}]},"elements":[],"widgetType":"google_maps"}],"isInner":false}],"isInner":false}]');
INSERT INTO `wpfq_postmeta` VALUES
(17831, 2213, '_elementor_page_assets', 'a:1:{s:6:"styles";a:6:{i:0;s:12:"e-animations";i:1;s:12:"e-animations";i:2;s:12:"e-animations";i:3;s:12:"e-animations";i:4;s:12:"e-animations";i:5;s:12:"e-animations";}}'),
(17832, 2213, '_elementor_controls_usage', 'a:7:{s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:4;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:10:{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:22:"typography_line_height";i:4;s:25:"typography_text_transform";i:3;s:27:"typography_font_size_mobile";i:4;s:29:"typography_line_height_mobile";i:1;s:25:"typography_letter_spacing";i:1;s:27:"typography_font_size_tablet";i:2;}}s:8:"advanced";a:2:{s:14:"_section_style";a:3:{s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;}s:15:"section_effects";a:1:{s:16:"_animation_delay";i:2;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:4:{s:12:"_inline_size";i:6;s:21:"space_between_widgets";i:3;s:19:"_inline_size_tablet";i:2;s:16:"content_position";i:1;}}s:5:"style";a:3:{s:14:"section_border";a:5:{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:21:"box_shadow_box_shadow";i:1;}s:13:"section_style";a:1:{s:21:"background_background";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:13:"margin_mobile";i:1;s:6:"margin";i:1;s:7:"padding";i:1;s:11:"css_classes";i:1;s:14:"padding_mobile";i:1;}s:15:"section_effects";a:2:{s:9:"animation";i:3;s:15:"animation_delay";i:2;}}}}s:7:"section";a:3:{s:5:"count";i:5;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:13:"content_width";i:2;s:3:"gap";i:4;s:16:"content_position";i:1;s:6:"layout";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:5:"style";a:5:{s:18:"section_background";a:7:{s:21:"background_background";i:1;s:16:"background_image";i:3;s:15:"background_size";i:3;s:40:"background_motion_fx_motion_fx_scrolling";i:1;s:19:"background_position";i:2;s:21:"background_attachment";i:2;s:17:"background_repeat";i:2;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:3;s:26:"background_overlay_opacity";i:3;s:24:"background_overlay_color";i:2;s:24:"background_overlay_image";i:1;s:23:"background_overlay_size";i:1;}s:21:"section_shape_divider";a:3:{s:20:"shape_divider_bottom";i:1;s:26:"shape_divider_bottom_width";i:1;s:27:"shape_divider_bottom_height";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}s:14:"section_border";a:3:{s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:9:"animation";i:2;}s:16:"section_advanced";a:4:{s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:3;s:7:"padding";i:2;s:11:"css_classes";i:2;}}}}s:11:"text-editor";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;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:21:"typography_typography";i:2;s:22:"typography_font_family";i:2;s:20:"typography_font_size";i:2;s:22:"typography_line_height";i:2;s:12:"align_mobile";i:2;s:27:"typography_font_size_mobile";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:2;s:7:"_margin";i:2;s:14:"_margin_mobile";i:2;}}}}s:9:"icon-list";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;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:3:{s:17:"section_icon_list";a:1:{s:13:"space_between";i:1;}s:18:"section_icon_style";a:1:{s:9:"icon_size";i:1;}s:18:"section_text_style";a:5:{s:11:"text_indent";i:1;s:26:"icon_typography_typography";i:1;s:27:"icon_typography_font_family";i:1;s:25:"icon_typography_font_size";i:1;s:27:"icon_typography_line_height";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:4:"form";a:3:{s:5:"count";i:1;s:15:"control_percent";i:6;s:8:"controls";a:2:{s:7:"content";a:5:{s:19:"section_form_fields";a:4:{s:9:"form_name";i:1;s:11:"form_fields";i:1;s:10:"input_size";i:1;s:11:"show_labels";i:1;}s:15:"section_buttons";a:3:{s:11:"button_text";i:1;s:11:"button_size";i:1;s:12:"button_width";i:1;}s:13:"section_email";a:6:{s:8:"email_to";i:1;s:13:"email_subject";i:1;s:13:"email_content";i:1;s:10:"email_from";i:1;s:15:"email_from_name";i:1;s:13:"form_metadata";i:1;}s:15:"section_email_2";a:5:{s:10:"email_to_2";i:1;s:15:"email_subject_2";i:1;s:12:"email_from_2";i:1;s:17:"email_from_name_2";i:1;s:16:"email_reply_to_2";i:1;}s:20:"section_form_options";a:2:{s:13:"error_message";i:1;s:15:"invalid_message";i:1;}}s:5:"style";a:3:{s:18:"section_form_style";a:6:{s:10:"column_gap";i:1;s:7:"row_gap";i:1;s:27:"label_typography_typography";i:1;s:28:"label_typography_font_family";i:1;s:26:"html_typography_typography";i:1;s:27:"html_typography_font_family";i:1;}s:19:"section_field_style";a:6:{s:18:"field_border_width";i:1;s:19:"field_border_radius";i:1;s:16:"field_text_color";i:1;s:22:"field_background_color";i:1;s:27:"field_typography_typography";i:1;s:28:"field_typography_font_family";i:1;}s:20:"section_button_style";a:9:{s:20:"button_border_radius";i:1;s:20:"button_border_border";i:1;s:19:"button_border_width";i:1;s:29:"button_background_hover_color";i:1;s:28:"button_typography_typography";i:1;s:29:"button_typography_font_family";i:1;s:23:"button_background_color";i:1;s:19:"button_border_color";i:1;s:18:"button_hover_color";i:1;}}}}s:11:"google_maps";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{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:8:"advanced";a:2:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}s:15:"section_effects";a:2:{s:10:"_animation";i:1;s:16:"_animation_delay";i:1;}}}}}'),
(17834, 2214, '_elementor_edit_mode', 'builder'),
(17835, 2214, '_elementor_template_type', 'footer'),
(17836, 2214, '_elementor_version', '3.9.2'),
(17837, 2214, '_elementor_pro_version', '3.8.1'),
(17838, 2214, '_wp_page_template', 'default'),
(17839, 2214, '_elementor_data', '[{"id":"6710e130","elType":"section","settings":{"structure":"30","border_width":{"unit":"px","top":"3","right":"0","bottom":"0","left":"0","isLinked":false},"border_color":"#02d3c9","padding":{"unit":"px","top":"80","right":"0","bottom":"80","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"30","right":"20","bottom":"30","left":"20","isLinked":false},"padding_mobile":{"unit":"px","top":"30","right":"20","bottom":"0","left":"20","isLinked":false},"html_tag":"footer","_timestamp_":"v1RVZmZzB3VE03ZERoNy9VNm1ZL0twUT09","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"9df9d31"}]},"elements":[{"id":"1ec3ab50","elType":"column","settings":{"_column_size":33,"_inline_size":36.4909999999999996589394868351519107818603515625,"margin":{"unit":"%","top":"0","right":"20","bottom":"0","left":"0","isLinked":false},"_inline_size_tablet":33,"_inline_size_mobile":100,"margin_tablet":{"unit":"%","top":"0","right":"10","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"9ceefc5"}]},"elements":[{"id":"870dec4","elType":"widget","settings":{"__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]","link":"[elementor-tag id=\\"\\" name=\\"site-url\\" settings=\\"%7B%7D\\"]"},"width":{"unit":"px","size":""},"width_mobile":{"unit":"px","size":80},"image":{"id":293,"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/placeholder.png"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"180","bottom":"0","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"0275865"}]},"elements":[],"widgetType":"theme-site-logo"},{"id":"636fef5b","elType":"widget","settings":{"editor":"<p>Intelligent Aqua, also known as IA, is a water treatment system that adopts a hybrid concept of combining\\u00a0special blended adsorption techniques\\u00a0and\\u00a0ion exchange method\\u00a0to treat and purify contaminated and polluted water.<\\/p>","typography_typography":"custom","typography_font_size":{"unit":"px","size":15},"typography_font_weight":"normal","typography_line_height":{"unit":"em","size":1.8000000000000000444089209850062616169452667236328125},"typography_font_family":"Open Sans","__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"4b79c40"}]},"elements":[],"widgetType":"text-editor"},{"id":"1ed2165","elType":"section","settings":{"eael_parallax_layers_list":[],"structure":"50","eael_cl_logics":[{"_id":"2628fd0"}]},"elements":[{"id":"e165b2b","elType":"column","settings":{"_column_size":20,"_inline_size":null,"_inline_size_mobile":30,"eael_cl_logics":[{"_id":"6f39a80"}]},"elements":[{"id":"0c84be9","elType":"widget","settings":{"social_icon_list":[{"social_icon":{"value":"fab fa-facebook","library":"fa-brands"},"_id":"98bdc51","link":{"url":"https:\\/\\/www.facebook.com\\/intelligentaqua","is_external":"true","nofollow":"","custom_attributes":""}}],"align":"left","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","shape":"circle","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"244170d"}]},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"59a50e1","elType":"column","settings":{"_column_size":20,"_inline_size":null,"_inline_size_mobile":30,"eael_cl_logics":[{"_id":"dbf0b59"}]},"elements":[{"id":"8eb18ea","elType":"widget","settings":{"social_icon_list":[{"social_icon":{"value":"fab fa-linkedin","library":"fa-brands"},"_id":"98bdc51","link":{"url":"https:\\/\\/www.linkedin.com\\/company\\/intelligentaqua\\/","is_external":"true","nofollow":"","custom_attributes":""}}],"align":"left","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","shape":"circle","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"78e32a6"}]},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"00c2f1f","elType":"column","settings":{"_column_size":20,"_inline_size":null,"_inline_size_mobile":50,"eael_cl_logics":[{"_id":"9db1ec3"}]},"elements":[{"id":"23c34f1","elType":"widget","settings":{"image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/waze-569496.png","id":1117},"image_size":"custom","width":{"unit":"%","size":90,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","link_to":"custom","link":{"url":"https:\\/\\/ul.waze.com\\/ul?place=ChIJk_-6RuZNzDERa8ZvL89H174&ll=3.10546200%2C101.54368800&navigate=yes&utm_campaign=waze_website&utm_source=waze_website&utm_medium=lm_share_location","is_external":"","nofollow":"","custom_attributes":""},"eael_ext_content_protection_password_incorrect_message":"Password does not match.","align_mobile":"left","width_mobile":{"unit":"%","size":49,"sizes":[]},"eael_cl_logics":[{"_id":"5eb0e3f"}]},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"930dc18","elType":"column","settings":{"_column_size":20,"_inline_size":null,"eael_cl_logics":[{"_id":"36485de"}]},"elements":[],"isInner":true},{"id":"3dbd527","elType":"column","settings":{"_column_size":20,"_inline_size":null,"eael_cl_logics":[{"_id":"93372e7"}]},"elements":[],"isInner":true}],"isInner":true}],"isInner":false},{"id":"5f157d8f","elType":"column","settings":{"_column_size":33,"_inline_size":25.69800000000000039790393202565610408782958984375,"_inline_size_tablet":33,"_inline_size_mobile":100,"margin_mobile":{"unit":"px","top":"30","right":"0","bottom":"0","left":"0","isLinked":false},"content_position":"top","eael_cl_logics":[{"_id":"5b9b9fb"}]},"elements":[{"id":"3a052709","elType":"widget","settings":{"title":"Navigations","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"700","header_size":"h4","typography_font_family":"Roboto","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_padding":{"unit":"px","top":"100","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"8e792e6"}]},"elements":[],"widgetType":"heading"},{"id":"2cfe2d7c","elType":"section","settings":{"gap":"no","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"0bceb4d"}]},"elements":[{"id":"76698601","elType":"column","settings":{"_column_size":100,"_inline_size":null,"_inline_size_mobile":50,"eael_cl_logics":[{"_id":"8ddf65d"}]},"elements":[{"id":"61989488","elType":"widget","settings":{"icon_list":[{"text":"Home","icon":"fa fa-caret-right","_id":"6b44671","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Company Profile","icon":"fa fa-caret-right","_id":"6442eb7","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/company-profile\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Solutions","icon":"fa fa-caret-right","_id":"1fd4f18","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/solution\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Media","icon":"fa fa-caret-right","_id":"17a281d","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/news\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"Contact","icon":"fa fa-caret-right","link":{"url":"https:\\/\\/intelligentaqua.com.my\\/contact-us\\/","is_external":"","nofollow":"","custom_attributes":""},"selected_icon":{"value":"fas fa-caret-right","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true},"_id":"859defe"}],"space_between":{"unit":"px","size":14},"icon_align":"left","icon_size":{"unit":"px","size":13},"text_color":"rgba(0,0,0,0.79)","text_indent":{"unit":"px","size":9},"icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":15},"icon_typography_font_weight":"normal","icon_typography_font_size_tablet":{"unit":"px","size":13},"icon_typography_font_family":"Open Sans","__globals__":{"text_color_hover":"globals\\/colors?id=cbd1087","icon_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"edd66df"}]},"elements":[],"widgetType":"icon-list"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"a915f37","elType":"column","settings":{"_column_size":33,"_inline_size":37.8070000000000021600499167107045650482177734375,"_inline_size_tablet":33,"margin_mobile":{"unit":"px","top":"30","right":"0","bottom":"0","left":"0","isLinked":false},"content_position":"top","eael_cl_logics":[{"_id":"6cfbf2c"}]},"elements":[{"id":"4e5c81f2","elType":"widget","settings":{"title":"Contact","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"700","header_size":"h4","typography_font_family":"Roboto","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","_padding":{"unit":"px","top":"100","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"eael_cl_logics":[{"_id":"a830e5f"}]},"elements":[],"widgetType":"heading"},{"id":"d9f576e","elType":"widget","settings":{"icon_list":[{"text":"Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8\\/84  <br>Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor","icon":"fa fa-map-marker","_id":"48ff73c","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"+60 19 385 5920","icon":"fa fa-phone","selected_icon":{"value":"fas fa-phone","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true},"_id":"e3819fd"},{"text":"intelligentaqua@pitech.com.my","icon":"fa fa-envelope-open-o","_id":"050eab3","selected_icon":{"value":"far fa-envelope-open","library":"fa-regular"},"__fa4_migrated":{"selected_icon":true}}],"space_between":{"unit":"px","size":15},"icon_size":{"unit":"px","size":16},"text_indent":{"unit":"px","size":16},"icon_typography_typography":"custom","icon_typography_font_family":"Open Sans","icon_typography_font_size":{"unit":"px","size":16},"icon_typography_line_height":{"unit":"em","size":1.5},"icon_typography_font_weight":"400","__globals__":{"icon_color":"globals\\/colors?id=cbd1087","text_color":"globals\\/colors?id=secondary"},"_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"71f3190"}]},"elements":[],"widgetType":"icon-list"},{"id":"f655123","elType":"widget","settings":{"shortcode":"<div style=\\"font-size:50%;\\">\\nTotal visitors : [srs_total_visitors]<\\/div>","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","custom_css":".x-counter .number {\\r\\n    font-size: 32px;\\r\\n    line-height: 1;\\r\\n}\\r\\n\\r\\n.x-counter .text-above {\\r\\n    font-size: 15px;\\r\\n    line-height: 1.5;\\r\\n}\\r\\n\\r\\n.x-counter .text-below {\\r\\n    font-size: 15px;\\r\\n    line-height: 1.5;\\r\\n}","_element_custom_width":{"unit":"px","size":134,"sizes":[]},"eael_cl_logics":[{"_id":"7ce28d4"}]},"elements":[],"widgetType":"shortcode"}],"isInner":false}],"isInner":false},{"id":"6e32aec4","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":50},"content_position":"middle","background_background":"classic","background_color":"#f4f4f4","padding_tablet":{"unit":"px","top":"5","right":"20","bottom":"5","left":"20","isLinked":false},"_timestamp_":"v1RVZmZzB3VE03ZERoNy9VNm1ZL0twUT09","eael_parallax_layers_list":[],"structure":"50","padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"margin":{"unit":"px","top":"0","right":0,"bottom":"-40","left":0,"isLinked":false},"z_index":1,"eael_cl_logics":[{"_id":"5ed057d"}]},"elements":[{"id":"4a7113a7","elType":"column","settings":{"_column_size":20,"_inline_size":50,"eael_cl_logics":[{"_id":"e3e35f0"}]},"elements":[{"id":"74ef2979","elType":"widget","settings":{"title":"COPYRIGHT 2023 \\u00a9\\ufe0f INTELLIGENT AQUA SDN. BHD. (1182012-U). ALL RIGHTS RESERVED.","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]},"eael_cl_logics":[{"_id":"f8f7781"}]},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"654a522","elType":"column","settings":{"_column_size":20,"_inline_size":22.01599999999999823785401531495153903961181640625,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"eael_cl_logics":[{"_id":"27d06a1"}]},"elements":[{"id":"116162e","elType":"widget","settings":{"title":"Anti-Bribery and Corruption Policy","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/ANTI-BRIBERY-POLICY-FORM_IA.pdf","is_external":"","nofollow":"","custom_attributes":""},"eael_cl_logics":[{"_id":"ceb80da"}]},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"96fdd2b","elType":"column","settings":{"_column_size":20,"_inline_size":11,"eael_cl_logics":[{"_id":"4661349"}]},"elements":[{"id":"86ec863","elType":"widget","settings":{"title":"Privacy Policy","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/intelligentaqua.com.my\\/privacy-policy\\/","is_external":"","nofollow":"","custom_attributes":""},"eael_cl_logics":[{"_id":"2a9f578"}]},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"9fc8ddc","elType":"column","settings":{"_column_size":20,"_inline_size":9.95400000000000062527760746888816356658935546875,"eael_cl_logics":[{"_id":"94fe9e7"}]},"elements":[{"id":"72e32a9","elType":"widget","settings":{"title":"Terms of Use","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/intelligentaqua.com.my\\/term-of-use\\/","is_external":"","nofollow":"","custom_attributes":""},"eael_cl_logics":[{"_id":"ecf6e70"}]},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"01e3eeb","elType":"column","settings":{"_column_size":20,"_inline_size":7,"eael_cl_logics":[{"_id":"5240d2b"}]},"elements":[{"id":"640b9a0","elType":"widget","settings":{"title":"Webmail","header_size":"p","align":"left","typography_typography":"custom","typography_font_size":{"unit":"px","size":12},"typography_font_weight":"400","typography_text_transform":"uppercase","align_mobile":"left","typography_font_family":"Open Sans","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","__globals__":{"title_color":"globals\\/colors?id=text"},"link":{"url":"https:\\/\\/www.office.com\\/","is_external":"","nofollow":"","custom_attributes":""},"eael_cl_logics":[{"_id":"f859ab0"}]},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false}]'),
(17840, 2214, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'),
(17841, 2214, '_elementor_controls_usage', 'a:9:{s:15:"theme-site-logo";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:4:{s:7:"general";a:1:{s:11:"__dynamic__";a:1:{s:5:"count";i:2;}}s:5:"style";a:1:{s:19:"section_style_image";a:2:{s:5:"width";i:1;s:12:"width_mobile";i:1;}}s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:1;s:4:"link";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:1;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:5:{s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_line_height";i:1;s:22:"typography_font_family";i:1;}}}}s:12:"social-icons";a:3:{s:5:"count";i:2;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:1:{s:19:"section_social_icon";a:3:{s:16:"social_icon_list";i:2;s:5:"align";i:2;s:5:"shape";i:2;}}}}s:6:"column";a:3:{s:5:"count";i:14;s:15:"control_percent";i:0;s:8:"controls";a:2:{s:6:"layout";a:1:{s:6:"layout";a:4:{s:12:"_inline_size";i:14;s:19:"_inline_size_mobile";i:6;s:19:"_inline_size_tablet";i:3;s:16:"content_position";i:2;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:13:"margin_tablet";i:1;s:13:"margin_mobile";i:2;s:7:"padding";i:1;s:14:"padding_mobile";i:1;}}}}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:5:{s:5:"image";i:1;s:10:"image_size";i:1;s:7:"link_to";i:1;s:4:"link";i:1;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:3:{s:5:"width";i:1;s:5:"space";i:1;s:12:"width_mobile";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:17:"section_structure";a:1:{s:9:"structure";i:3;}s:14:"section_layout";a:5:{s:3:"gap";i:1;s:8:"html_tag";i:1;s:6:"height";i:1;s:13:"custom_height";i:1;s:16:"content_position";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:4:{s:6:"margin";i:1;s:7:"padding";i:2;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;}}s:5:"style";a:2:{s:14:"section_border";a:2:{s:12:"border_width";i:1;s:12:"border_color";i:1;}s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}}}s:7:"heading";a:3:{s:5:"count";i:7;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:5:{s:5:"title";i:7;s:11:"header_size";i:7;s:5:"align";i:5;s:12:"align_mobile";i:5;s:4:"link";i:4;}}s:5:"style";a:1:{s:19:"section_title_style";a:6:{s:21:"typography_typography";i:7;s:20:"typography_font_size";i:7;s:22:"typography_font_weight";i:7;s:22:"typography_font_family";i:7;s:25:"typography_text_transform";i:5;s:29:"typography_line_height_mobile";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:2:{s:8:"_padding";i:2;s:15:"_padding_mobile";i:2;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";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:3:{s:17:"section_icon_list";a:2:{s:13:"space_between";i:2;s:10:"icon_align";i:1;}s:18:"section_icon_style";a:1:{s:9:"icon_size";i:2;}s:18:"section_text_style";a:8:{s:10:"text_color";i:1;s:11:"text_indent";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_font_weight";i:2;s:32:"icon_typography_font_size_tablet";i:1;s:27:"icon_typography_font_family";i:2;s:27:"icon_typography_line_height";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";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:2:{s:18:"section_custom_css";a:1:{s:10:"custom_css";i:1;}s:17:"_section_position";a:1:{s:21:"_element_custom_width";i:1;}}}}}'),
(17842, 2214, '_elementor_page_assets', 'a:0:{}'),
(18080, 2215, 'fonts-data', 'a:4:{s:9:"font_name";s:4:"Nasa";s:13:"font_fallback";s:0:"";s:12:"font_display";s:4:"auto";s:10:"variations";a:1:{i:0;a:5:{s:2:"id";i:1;s:10:"font_style";s:6:"normal";s:11:"font_weight";s:3:"400";s:8:"font_url";a:1:{i:0;s:77:"https://intelligentaqua.com.my/wp-content/uploads/2021/02/nasalization-rg.ttf";}s:9:"font_file";s:2:"15";}}}'),
(18081, 2215, 'fonts-face', '@font-face {\n	font-family: ''Nasa'';\n	font-weight: 400;\n	font-display: auto;\n	src: url(''https://intelligentaqua.com.my/wp-content/uploads/2021/02/nasalization-rg.ttf'') format(''truetype'');\n}\n'),
(18082, 2215, 'font-type', 'local'),
(18090, 205, '_elementor_page_assets', 'a:0:{}'),
(18092, 1331, '_elementor_page_assets', 'a:1:{s:6:"styles";a:2:{i:0;s:12:"e-animations";i:1;s:12:"e-animations";}}'),
(18094, 1340, '_elementor_page_assets', 'a:1:{s:6:"styles";a:2:{i:0;s:12:"e-animations";i:1;s:12:"e-animations";}}'),
(18096, 1355, '_elementor_page_assets', 'a:1:{s:6:"styles";a:2:{i:0;s:12:"e-animations";i:1;s:12:"e-animations";}}'),
(18099, 260, '_elementor_page_assets', 'a:0:{}'),
(18102, 1909, '_elementor_page_assets', 'a:0:{}'),
(18105, 274, '_elementor_page_assets', 'a:1:{s:6:"styles";a:1:{i:0;s:12:"e-animations";}}'),
(18107, 1904, '_elementor_page_assets', 'a:0:{}'),
(18109, 123, '_elementor_page_assets', 'a:1:{s:6:"styles";a:14:{i:0;s:12:"e-animations";i:1;s:12:"e-animations";i:2;s:12:"e-animations";i:3;s:12:"e-animations";i:4;s:12:"e-animations";i:5;s:12:"e-animations";i:6;s:12:"e-animations";i:7;s:12:"e-animations";i:8;s:12:"e-animations";i:9;s:12:"e-animations";i:10;s:12:"e-animations";i:11;s:12:"e-animations";i:12;s:12:"e-animations";i:13;s:12:"e-animations";}}'),
(18125, 2218, '_elementor_edit_mode', 'builder'),
(18126, 2218, '_elementor_template_type', 'wp-page'),
(18127, 2218, '_elementor_version', '3.11.2'),
(18128, 2218, '_elementor_pro_version', '3.8.1'),
(18129, 2218, '_wp_page_template', 'elementor_header_footer'),
(18130, 2218, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(18131, 2218, '_elementor_data', '[{"id":"3da9800","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/dialing-telephone-keypad.jpg","id":188},"background_size":"cover","background_motion_fx_motion_fx_scrolling":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.90000000000000002220446049250313080847263336181640625,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":40,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","background_color_b":"globals\\/colors?id=0a2a356","background_overlay_color":"globals\\/colors?id=cbd1087"},"animation":"fadeInDown","eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"0","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"eael_cl_logics":[{"_id":"3890a34"}]},"elements":[{"id":"6b91b1a","elType":"column","settings":{"_column_size":100,"_inline_size":null,"eael_cl_logics":[{"_id":"d1c52d0"}]},"elements":[{"id":"43fb43d","elType":"widget","settings":{"title":"Contact","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":55,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"left","_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":"em","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","typography_text_transform":"uppercase","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"eael_cl_logics":[{"_id":"4cb9470"}]},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"5f21a461","elType":"section","settings":{"content_width":{"unit":"px","size":""},"background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.9699999999999999733546474089962430298328399658203125},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"px","top":"40","right":"0","bottom":"0","left":"0","isLinked":false},"css_classes":"envato-kit-141-top-0","text_align":"center","animation":"fadeInLeft","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"7bf1ebf"}]},"elements":[{"id":"751e2366","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":12,"eael_cl_logics":[{"_id":"fcbc8e0"}]},"elements":[{"id":"229f56ab","elType":"widget","settings":{"title":"Get in Touch with Us ","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]},"eael_cl_logics":[{"_id":"86bd80d"}]},"elements":[],"widgetType":"heading"},{"id":"7cae9bf","elType":"widget","settings":{"editor":"<p>We welcome your feedback and review of our products and services. If you have any questions regarding Intelligent Aqua, please contact us via email or phone, and we will get back to you as soon as possible.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"eael_cl_logics":[{"_id":"7cc5598"}]},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"7eced021","elType":"section","settings":{"content_width":{"unit":"px","size":""},"background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.05000000000000000277555756156289135105907917022705078125},"padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"em","top":"","right":"","bottom":"","left":"","isLinked":true},"structure":"20","css_classes":"envato-kit-141-top-0","content_position":"middle","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#54595F2B","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"border_color":""},"background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water.jpg","id":369},"background_overlay_size":"contain","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"164b37b"}]},"elements":[{"id":"496a2241","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":12,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"animation":"fadeInUp","_inline_size_tablet":100,"eael_cl_logics":[{"_id":"6cef7ec"}]},"elements":[{"id":"4cb2b438","elType":"section","settings":{"gap":"no","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"1b71fb1"}]},"elements":[{"id":"7529734a","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_border":"solid","border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"rgba(255,255,255,0.12)","margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"animation":"fadeIn","animation_delay":150,"eael_cl_logics":[{"_id":"13bbb4b"}]},"elements":[{"id":"3c404138","elType":"widget","settings":{"title":"Reach us through","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":16},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"439add8"}]},"elements":[],"widgetType":"heading"},{"id":"c1e8297","elType":"widget","settings":{"icon_list":[{"text":"Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8\\/84  <br>Bukit Jelutong Business and Technology Centre <br>40150 Shah Alam, Selangor","icon":"fa fa-map-marker","_id":"48ff73c","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"+60 19 385 5920 ","icon":"fa fa-phone","_id":"a26609a","selected_icon":{"value":"fas fa-phone","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"intelligentaqua@pitech.com.my","icon":"fa fa-envelope-open-o","_id":"050eab3","selected_icon":{"value":"far fa-envelope-open","library":"fa-regular"},"__fa4_migrated":{"selected_icon":true}}],"space_between":{"unit":"px","size":15},"icon_size":{"unit":"px","size":16},"text_indent":{"unit":"px","size":16},"icon_typography_typography":"custom","icon_typography_font_family":"Open Sans","icon_typography_font_size":{"unit":"px","size":16},"icon_typography_line_height":{"unit":"em","size":1.5},"__globals__":{"icon_color":"globals\\/colors?id=cbd1087","text_color":"globals\\/colors?id=secondary"},"_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"6f7f20a"}]},"elements":[],"widgetType":"icon-list"},{"id":"8995ace","elType":"widget","settings":{"title":"JOIN OUR TEAM ","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25},"typography_font_weight":"600","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"cbbe6dc"}]},"elements":[],"widgetType":"heading"},{"id":"aabbc29","elType":"widget","settings":{"editor":"<p>Grow your career with us and change the world. Interested applicants are encouraged to apply by submitting a cover letter together with a detailed resume, including current and expected salary and contact number to: <span style=\\"color: #262262;\\"><a style=\\"color: #262262;\\" href=\\"mailto:hrd@pitech.com.my\\">hrd@pitech.com.my<\\/a><\\/span><\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"eael_cl_logics":[{"_id":"8449924"}]},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"55e83f23","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":16,"background_background":"classic","border_radius":{"unit":"px","top":"4","right":"4","bottom":"4","left":"4","isLinked":true},"box_shadow_box_shadow":{"horizontal":0,"vertical":3,"blur":12,"spread":0,"color":"rgba(0,0,0,0.03)"},"text_align":"center","padding":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"animation":"fadeInRight","animation_delay":200,"css_classes":"envato-kit-141-newsletter-inline","content_position":"top","_inline_size_tablet":100,"padding_mobile":{"unit":"px","top":"0","right":"30","bottom":"0","left":"30","isLinked":false},"eael_cl_logics":[{"_id":"4a967ef"}]},"elements":[{"id":"118b1a42","elType":"widget","settings":{"title":"Send us a Message","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25},"typography_font_weight":"600","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"b700f38"}]},"elements":[],"widgetType":"heading"},{"id":"5a6429f0","elType":"widget","settings":{"form_name":"Contact Form","form_fields":[{"_id":"email","required":"true","placeholder":"Name","width":"","min_date":"","max_date":"","custom_id":"name","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Name"},{"_id":"6850d19","placeholder":"Company ","width":"","min_date":"","max_date":"","custom_id":"company","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Company"},{"_id":"f9f57ad","placeholder":"Contact Number","width":"","min_date":"","max_date":"","custom_id":"Phone","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Contact Number","required":"true"},{"field_type":"email","placeholder":"Email","width":"","min_date":"","max_date":"","custom_id":"email","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","_id":"bef77f1","field_label":"Email","required":"true"},{"field_type":"textarea","placeholder":"Message","min_date":"","max_date":"","_id":"da6d553","custom_id":"message","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Message"},{"_id":"4df19d9","field_type":"honeypot","field_label":"Honeypot","custom_id":"field_4df19d9"},{"_id":"a3c47d2","field_type":"recaptcha_v3","field_label":"reCAPTCHA V3","custom_id":"field_a3c47d2"}],"input_size":"md","button_text":"Send Message","button_size":"md","button_width":"","email_to":"intelligentaqua@pitech.com.my","email_subject":"New message from Intelligent Aqua","email_content":"CONTACT FORM<br\\/><br\\/>\\nNAME: [field id=\\"name\\"]<br\\/>\\nCOMPANY: [field id=\\"company\\"]<br\\/>\\nPHONE: [field id=\\"phone\\"]<br\\/>\\nEMAIL: [field id=\\"email\\"]<br\\/>\\nMESSAGE:<br\\/><br\\/>\\n[field id=\\"message\\"]","email_from":"[field id=\\"email\\"]","email_from_name":"[field id=\\"name\\"]","email_to_2":"","email_subject_2":"New message from \\"kit-141\\"","email_content_2":"[all-fields]","email_from_2":"","email_from_name_2":"kit-141","email_reply_to_2":"","success_message":"The form was sent successfully.","error_message":"An error occured.","required_field_message":"This field is required.","invalid_message":"There''s something wrong. The form is invalid.","column_gap":{"unit":"px","size":16},"field_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"field_border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"button_border_radius":{"unit":"px","top":"24","right":"24","bottom":"24","left":"24","isLinked":true},"field_text_color":"rgba(0,0,0,0.62)","field_background_color":"#EFEFEF","button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_hover_color":"rgba(0,0,0,0)","row_gap":{"unit":"px","size":20},"mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"step_next_label":"Next","step_previous_label":"Previous","label_typography_typography":"custom","label_typography_font_family":"Nunito","html_typography_typography":"custom","html_typography_font_family":"Nunito","field_typography_typography":"custom","field_typography_font_family":"Open Sans","button_typography_typography":"custom","button_typography_font_family":"Nunito","__globals__":{"button_background_color":"globals\\/colors?id=3fd3109","button_border_color":"globals\\/colors?id=3fd3109","button_hover_color":"globals\\/colors?id=3fd3109","field_background_color":""},"button_background_color":"#262262","button_border_color":"#262262","button_hover_color":"#262262","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","show_labels":"","form_metadata":[],"eael_cl_logics":[{"_id":"859362b"}]},"elements":[],"widgetType":"form"}],"isInner":false}],"isInner":false},{"id":"5e1a8e6","elType":"section","settings":{"layout":"full_width","gap":"no","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"22496ec"}]},"elements":[{"id":"f9be555","elType":"column","settings":{"_column_size":100,"_inline_size":null,"eael_cl_logics":[{"_id":"a1ecd0a"}]},"elements":[{"id":"9cc66e5","elType":"widget","settings":{"address":"Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8\\/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"fadeIn","_animation_delay":300,"zoom":{"unit":"px","size":18,"sizes":[]},"height":{"unit":"px","size":500,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"e066717"}]},"elements":[],"widgetType":"google_maps"}],"isInner":false}],"isInner":false}]');
INSERT INTO `wpfq_postmeta` VALUES
(18132, 2218, '_elementor_page_assets', 'a:1:{s:6:"styles";a:6:{i:0;s:12:"e-animations";i:1;s:12:"e-animations";i:2;s:12:"e-animations";i:3;s:12:"e-animations";i:4;s:12:"e-animations";i:5;s:12:"e-animations";}}'),
(18133, 2218, '_elementor_controls_usage', 'a:7:{s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:4;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:10:{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:22:"typography_line_height";i:4;s:25:"typography_text_transform";i:3;s:27:"typography_font_size_mobile";i:4;s:29:"typography_line_height_mobile";i:1;s:25:"typography_letter_spacing";i:1;s:27:"typography_font_size_tablet";i:2;}}s:8:"advanced";a:2:{s:14:"_section_style";a:3:{s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;}s:15:"section_effects";a:1:{s:16:"_animation_delay";i:2;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:4:{s:12:"_inline_size";i:6;s:21:"space_between_widgets";i:3;s:19:"_inline_size_tablet";i:2;s:16:"content_position";i:1;}}s:5:"style";a:3:{s:14:"section_border";a:5:{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:21:"box_shadow_box_shadow";i:1;}s:13:"section_style";a:1:{s:21:"background_background";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:13:"margin_mobile";i:1;s:6:"margin";i:1;s:7:"padding";i:1;s:11:"css_classes";i:1;s:14:"padding_mobile";i:1;}s:15:"section_effects";a:2:{s:9:"animation";i:3;s:15:"animation_delay";i:2;}}}}s:7:"section";a:3:{s:5:"count";i:5;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:13:"content_width";i:2;s:3:"gap";i:4;s:16:"content_position";i:1;s:6:"layout";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:5:"style";a:5:{s:18:"section_background";a:7:{s:21:"background_background";i:1;s:16:"background_image";i:3;s:15:"background_size";i:3;s:40:"background_motion_fx_motion_fx_scrolling";i:1;s:19:"background_position";i:2;s:21:"background_attachment";i:2;s:17:"background_repeat";i:2;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:3;s:26:"background_overlay_opacity";i:3;s:24:"background_overlay_color";i:2;s:24:"background_overlay_image";i:1;s:23:"background_overlay_size";i:1;}s:21:"section_shape_divider";a:3:{s:20:"shape_divider_bottom";i:1;s:26:"shape_divider_bottom_width";i:1;s:27:"shape_divider_bottom_height";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}s:14:"section_border";a:3:{s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:9:"animation";i:2;}s:16:"section_advanced";a:4:{s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:3;s:7:"padding";i:2;s:11:"css_classes";i:2;}}}}s:11:"text-editor";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;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:21:"typography_typography";i:2;s:22:"typography_font_family";i:2;s:20:"typography_font_size";i:2;s:22:"typography_line_height";i:2;s:12:"align_mobile";i:2;s:27:"typography_font_size_mobile";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:2;s:7:"_margin";i:2;s:14:"_margin_mobile";i:2;}}}}s:9:"icon-list";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;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:3:{s:17:"section_icon_list";a:1:{s:13:"space_between";i:1;}s:18:"section_icon_style";a:1:{s:9:"icon_size";i:1;}s:18:"section_text_style";a:5:{s:11:"text_indent";i:1;s:26:"icon_typography_typography";i:1;s:27:"icon_typography_font_family";i:1;s:25:"icon_typography_font_size";i:1;s:27:"icon_typography_line_height";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:4:"form";a:3:{s:5:"count";i:1;s:15:"control_percent";i:6;s:8:"controls";a:2:{s:7:"content";a:5:{s:19:"section_form_fields";a:4:{s:9:"form_name";i:1;s:11:"form_fields";i:1;s:10:"input_size";i:1;s:11:"show_labels";i:1;}s:15:"section_buttons";a:3:{s:11:"button_text";i:1;s:11:"button_size";i:1;s:12:"button_width";i:1;}s:13:"section_email";a:6:{s:8:"email_to";i:1;s:13:"email_subject";i:1;s:13:"email_content";i:1;s:10:"email_from";i:1;s:15:"email_from_name";i:1;s:13:"form_metadata";i:1;}s:15:"section_email_2";a:5:{s:10:"email_to_2";i:1;s:15:"email_subject_2";i:1;s:12:"email_from_2";i:1;s:17:"email_from_name_2";i:1;s:16:"email_reply_to_2";i:1;}s:20:"section_form_options";a:2:{s:13:"error_message";i:1;s:15:"invalid_message";i:1;}}s:5:"style";a:3:{s:18:"section_form_style";a:6:{s:10:"column_gap";i:1;s:7:"row_gap";i:1;s:27:"label_typography_typography";i:1;s:28:"label_typography_font_family";i:1;s:26:"html_typography_typography";i:1;s:27:"html_typography_font_family";i:1;}s:19:"section_field_style";a:6:{s:18:"field_border_width";i:1;s:19:"field_border_radius";i:1;s:16:"field_text_color";i:1;s:22:"field_background_color";i:1;s:27:"field_typography_typography";i:1;s:28:"field_typography_font_family";i:1;}s:20:"section_button_style";a:9:{s:20:"button_border_radius";i:1;s:20:"button_border_border";i:1;s:19:"button_border_width";i:1;s:29:"button_background_hover_color";i:1;s:28:"button_typography_typography";i:1;s:29:"button_typography_font_family";i:1;s:23:"button_background_color";i:1;s:19:"button_border_color";i:1;s:18:"button_hover_color";i:1;}}}}s:11:"google_maps";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{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:8:"advanced";a:2:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}s:15:"section_effects";a:2:{s:10:"_animation";i:1;s:16:"_animation_delay";i:1;}}}}}'),
(18135, 2219, '_elementor_edit_mode', 'builder'),
(18136, 2219, '_elementor_template_type', 'wp-page'),
(18137, 2219, '_elementor_version', '3.11.2'),
(18138, 2219, '_elementor_pro_version', '3.8.1'),
(18139, 2219, '_wp_page_template', 'elementor_header_footer'),
(18140, 2219, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(18141, 2219, '_elementor_data', '[{"id":"3da9800","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/dialing-telephone-keypad.jpg","id":188},"background_size":"cover","background_motion_fx_motion_fx_scrolling":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.90000000000000002220446049250313080847263336181640625,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":40,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","background_color_b":"globals\\/colors?id=0a2a356","background_overlay_color":"globals\\/colors?id=cbd1087"},"animation":"fadeInDown","eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"0","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"eael_cl_logics":[{"_id":"3890a34"}]},"elements":[{"id":"6b91b1a","elType":"column","settings":{"_column_size":100,"_inline_size":null,"eael_cl_logics":[{"_id":"d1c52d0"}]},"elements":[{"id":"43fb43d","elType":"widget","settings":{"title":"Contact","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":55,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"left","_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":"em","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","typography_text_transform":"uppercase","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"eael_cl_logics":[{"_id":"4cb9470"}]},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"5f21a461","elType":"section","settings":{"content_width":{"unit":"px","size":""},"background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.9699999999999999733546474089962430298328399658203125},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"px","top":"40","right":"0","bottom":"0","left":"0","isLinked":false},"css_classes":"envato-kit-141-top-0","text_align":"center","animation":"fadeInLeft","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"7bf1ebf"}]},"elements":[{"id":"751e2366","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":12,"eael_cl_logics":[{"_id":"fcbc8e0"}]},"elements":[{"id":"229f56ab","elType":"widget","settings":{"title":"Get in Touch with Us ","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]},"eael_cl_logics":[{"_id":"86bd80d"}]},"elements":[],"widgetType":"heading"},{"id":"7cae9bf","elType":"widget","settings":{"editor":"<p>We welcome your feedback and review of our products and services. If you have any questions regarding Intelligent Aqua, please contact us via email or phone, and we will get back to you as soon as possible.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"eael_cl_logics":[{"_id":"7cc5598"}]},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"7eced021","elType":"section","settings":{"content_width":{"unit":"px","size":""},"background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.05000000000000000277555756156289135105907917022705078125},"padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"em","top":"","right":"","bottom":"","left":"","isLinked":true},"structure":"20","css_classes":"envato-kit-141-top-0","content_position":"middle","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#54595F2B","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"border_color":""},"background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water.jpg","id":369},"background_overlay_size":"contain","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"164b37b"}]},"elements":[{"id":"496a2241","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":12,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"animation":"fadeInUp","_inline_size_tablet":100,"eael_cl_logics":[{"_id":"6cef7ec"}]},"elements":[{"id":"4cb2b438","elType":"section","settings":{"gap":"no","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"1b71fb1"}]},"elements":[{"id":"7529734a","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_border":"solid","border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"rgba(255,255,255,0.12)","margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"animation":"fadeIn","animation_delay":150,"eael_cl_logics":[{"_id":"13bbb4b"}]},"elements":[{"id":"3c404138","elType":"widget","settings":{"title":"Reach us through","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":16},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"439add8"}]},"elements":[],"widgetType":"heading"},{"id":"c1e8297","elType":"widget","settings":{"icon_list":[{"text":"Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8\\/84  <br>Bukit Jelutong Business and Technology Centre <br>40150 Shah Alam, Selangor","icon":"fa fa-map-marker","_id":"48ff73c","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"+60 19 385 5920 ","icon":"fa fa-phone","_id":"a26609a","selected_icon":{"value":"fas fa-phone","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"intelligentaqua@pitech.com.my","icon":"fa fa-envelope-open-o","_id":"050eab3","selected_icon":{"value":"far fa-envelope-open","library":"fa-regular"},"__fa4_migrated":{"selected_icon":true}}],"space_between":{"unit":"px","size":15},"icon_size":{"unit":"px","size":16},"text_indent":{"unit":"px","size":16},"icon_typography_typography":"custom","icon_typography_font_family":"Open Sans","icon_typography_font_size":{"unit":"px","size":16},"icon_typography_line_height":{"unit":"em","size":1.5},"__globals__":{"icon_color":"globals\\/colors?id=cbd1087","text_color":"globals\\/colors?id=secondary"},"_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"6f7f20a"}]},"elements":[],"widgetType":"icon-list"},{"id":"8995ace","elType":"widget","settings":{"title":"JOIN OUR TEAM ","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25},"typography_font_weight":"600","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"cbbe6dc"}]},"elements":[],"widgetType":"heading"},{"id":"aabbc29","elType":"widget","settings":{"editor":"<p>Grow your career with us and change the world. Interested applicants are encouraged to apply by submitting a cover letter together with a detailed resume, including current and expected salary and contact number to: <span style=\\"color: #262262;\\"><a style=\\"color: #262262;\\" href=\\"mailto:hrd@pitech.com.my\\">hrd@pitech.com.my<\\/a><\\/span><\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"eael_cl_logics":[{"_id":"8449924"}]},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"55e83f23","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":16,"background_background":"classic","border_radius":{"unit":"px","top":"4","right":"4","bottom":"4","left":"4","isLinked":true},"box_shadow_box_shadow":{"horizontal":0,"vertical":3,"blur":12,"spread":0,"color":"rgba(0,0,0,0.03)"},"text_align":"center","padding":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"animation":"fadeInRight","animation_delay":200,"css_classes":"envato-kit-141-newsletter-inline","content_position":"top","_inline_size_tablet":100,"padding_mobile":{"unit":"px","top":"0","right":"30","bottom":"0","left":"30","isLinked":false},"eael_cl_logics":[{"_id":"4a967ef"}]},"elements":[{"id":"118b1a42","elType":"widget","settings":{"title":"Send us a Message","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25},"typography_font_weight":"600","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"b700f38"}]},"elements":[],"widgetType":"heading"},{"id":"5a6429f0","elType":"widget","settings":{"form_name":"Contact Form","form_fields":[{"_id":"email","required":"true","placeholder":"Name","width":"","min_date":"","max_date":"","custom_id":"name","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Name"},{"_id":"6850d19","placeholder":"Company ","width":"","min_date":"","max_date":"","custom_id":"company","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Company"},{"_id":"f9f57ad","placeholder":"Contact Number","width":"","min_date":"","max_date":"","custom_id":"Phone","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Contact Number","required":"true"},{"field_type":"email","placeholder":"Email","width":"","min_date":"","max_date":"","custom_id":"email","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","_id":"bef77f1","field_label":"Email","required":"true"},{"field_type":"textarea","placeholder":"Message","min_date":"","max_date":"","_id":"da6d553","custom_id":"message","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Message"},{"_id":"4df19d9","field_type":"honeypot","field_label":"Honeypot","custom_id":"field_4df19d9"},{"_id":"a3c47d2","field_type":"recaptcha_v3","field_label":"reCAPTCHA V3","custom_id":"field_a3c47d2"}],"input_size":"md","button_text":"Send Message","button_size":"md","button_width":"","email_to":"intelligentaqua@pitech.com.my","email_subject":"New message from Intelligent Aqua","email_content":"CONTACT FORM<br\\/><br\\/>\\nNAME: [field id=\\"name\\"]<br\\/>\\nCOMPANY: [field id=\\"company\\"]<br\\/>\\nPHONE: [field id=\\"phone\\"]<br\\/>\\nEMAIL: [field id=\\"email\\"]<br\\/>\\nMESSAGE:<br\\/><br\\/>\\n[field id=\\"message\\"]","email_from":"[field id=\\"email\\"]","email_from_name":"[field id=\\"name\\"]","email_to_2":"","email_subject_2":"New message from \\"kit-141\\"","email_content_2":"[all-fields]","email_from_2":"","email_from_name_2":"kit-141","email_reply_to_2":"","success_message":"The form was sent successfully.","error_message":"An error occured.","required_field_message":"This field is required.","invalid_message":"There''s something wrong. The form is invalid.","column_gap":{"unit":"px","size":16},"field_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"field_border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"button_border_radius":{"unit":"px","top":"24","right":"24","bottom":"24","left":"24","isLinked":true},"field_text_color":"rgba(0,0,0,0.62)","field_background_color":"#EFEFEF","button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_hover_color":"rgba(0,0,0,0)","row_gap":{"unit":"px","size":20},"mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"step_next_label":"Next","step_previous_label":"Previous","label_typography_typography":"custom","label_typography_font_family":"Nunito","html_typography_typography":"custom","html_typography_font_family":"Nunito","field_typography_typography":"custom","field_typography_font_family":"Open Sans","button_typography_typography":"custom","button_typography_font_family":"Nunito","__globals__":{"button_background_color":"globals\\/colors?id=3fd3109","button_border_color":"globals\\/colors?id=3fd3109","button_hover_color":"globals\\/colors?id=3fd3109","field_background_color":""},"button_background_color":"#262262","button_border_color":"#262262","button_hover_color":"#262262","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","show_labels":"","form_metadata":[],"eael_cl_logics":[{"_id":"859362b"}]},"elements":[],"widgetType":"form"}],"isInner":false}],"isInner":false},{"id":"5e1a8e6","elType":"section","settings":{"layout":"full_width","gap":"no","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"22496ec"}]},"elements":[{"id":"f9be555","elType":"column","settings":{"_column_size":100,"_inline_size":null,"eael_cl_logics":[{"_id":"a1ecd0a"}]},"elements":[{"id":"9cc66e5","elType":"widget","settings":{"address":"Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8\\/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"fadeIn","_animation_delay":300,"zoom":{"unit":"px","size":18,"sizes":[]},"height":{"unit":"px","size":500,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"e066717"}]},"elements":[],"widgetType":"google_maps"}],"isInner":false}],"isInner":false}]'),
(18142, 2219, '_elementor_page_assets', 'a:1:{s:6:"styles";a:6:{i:0;s:12:"e-animations";i:1;s:12:"e-animations";i:2;s:12:"e-animations";i:3;s:12:"e-animations";i:4;s:12:"e-animations";i:5;s:12:"e-animations";}}'),
(18143, 2219, '_elementor_controls_usage', 'a:7:{s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:4;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:10:{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:22:"typography_line_height";i:4;s:25:"typography_text_transform";i:3;s:27:"typography_font_size_mobile";i:4;s:29:"typography_line_height_mobile";i:1;s:25:"typography_letter_spacing";i:1;s:27:"typography_font_size_tablet";i:2;}}s:8:"advanced";a:2:{s:14:"_section_style";a:3:{s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;}s:15:"section_effects";a:1:{s:16:"_animation_delay";i:2;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:4:{s:12:"_inline_size";i:6;s:21:"space_between_widgets";i:3;s:19:"_inline_size_tablet";i:2;s:16:"content_position";i:1;}}s:5:"style";a:3:{s:14:"section_border";a:5:{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:21:"box_shadow_box_shadow";i:1;}s:13:"section_style";a:1:{s:21:"background_background";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:13:"margin_mobile";i:1;s:6:"margin";i:1;s:7:"padding";i:1;s:11:"css_classes";i:1;s:14:"padding_mobile";i:1;}s:15:"section_effects";a:2:{s:9:"animation";i:3;s:15:"animation_delay";i:2;}}}}s:7:"section";a:3:{s:5:"count";i:5;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:13:"content_width";i:2;s:3:"gap";i:4;s:16:"content_position";i:1;s:6:"layout";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:5:"style";a:5:{s:18:"section_background";a:7:{s:21:"background_background";i:1;s:16:"background_image";i:3;s:15:"background_size";i:3;s:40:"background_motion_fx_motion_fx_scrolling";i:1;s:19:"background_position";i:2;s:21:"background_attachment";i:2;s:17:"background_repeat";i:2;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:3;s:26:"background_overlay_opacity";i:3;s:24:"background_overlay_color";i:2;s:24:"background_overlay_image";i:1;s:23:"background_overlay_size";i:1;}s:21:"section_shape_divider";a:3:{s:20:"shape_divider_bottom";i:1;s:26:"shape_divider_bottom_width";i:1;s:27:"shape_divider_bottom_height";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}s:14:"section_border";a:3:{s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:9:"animation";i:2;}s:16:"section_advanced";a:4:{s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:3;s:7:"padding";i:2;s:11:"css_classes";i:2;}}}}s:11:"text-editor";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;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:21:"typography_typography";i:2;s:22:"typography_font_family";i:2;s:20:"typography_font_size";i:2;s:22:"typography_line_height";i:2;s:12:"align_mobile";i:2;s:27:"typography_font_size_mobile";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:2;s:7:"_margin";i:2;s:14:"_margin_mobile";i:2;}}}}s:9:"icon-list";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;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:3:{s:17:"section_icon_list";a:1:{s:13:"space_between";i:1;}s:18:"section_icon_style";a:1:{s:9:"icon_size";i:1;}s:18:"section_text_style";a:5:{s:11:"text_indent";i:1;s:26:"icon_typography_typography";i:1;s:27:"icon_typography_font_family";i:1;s:25:"icon_typography_font_size";i:1;s:27:"icon_typography_line_height";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:4:"form";a:3:{s:5:"count";i:1;s:15:"control_percent";i:6;s:8:"controls";a:2:{s:7:"content";a:5:{s:19:"section_form_fields";a:4:{s:9:"form_name";i:1;s:11:"form_fields";i:1;s:10:"input_size";i:1;s:11:"show_labels";i:1;}s:15:"section_buttons";a:3:{s:11:"button_text";i:1;s:11:"button_size";i:1;s:12:"button_width";i:1;}s:13:"section_email";a:6:{s:8:"email_to";i:1;s:13:"email_subject";i:1;s:13:"email_content";i:1;s:10:"email_from";i:1;s:15:"email_from_name";i:1;s:13:"form_metadata";i:1;}s:15:"section_email_2";a:5:{s:10:"email_to_2";i:1;s:15:"email_subject_2";i:1;s:12:"email_from_2";i:1;s:17:"email_from_name_2";i:1;s:16:"email_reply_to_2";i:1;}s:20:"section_form_options";a:2:{s:13:"error_message";i:1;s:15:"invalid_message";i:1;}}s:5:"style";a:3:{s:18:"section_form_style";a:6:{s:10:"column_gap";i:1;s:7:"row_gap";i:1;s:27:"label_typography_typography";i:1;s:28:"label_typography_font_family";i:1;s:26:"html_typography_typography";i:1;s:27:"html_typography_font_family";i:1;}s:19:"section_field_style";a:6:{s:18:"field_border_width";i:1;s:19:"field_border_radius";i:1;s:16:"field_text_color";i:1;s:22:"field_background_color";i:1;s:27:"field_typography_typography";i:1;s:28:"field_typography_font_family";i:1;}s:20:"section_button_style";a:9:{s:20:"button_border_radius";i:1;s:20:"button_border_border";i:1;s:19:"button_border_width";i:1;s:29:"button_background_hover_color";i:1;s:28:"button_typography_typography";i:1;s:29:"button_typography_font_family";i:1;s:23:"button_background_color";i:1;s:19:"button_border_color";i:1;s:18:"button_hover_color";i:1;}}}}s:11:"google_maps";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{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:8:"advanced";a:2:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}s:15:"section_effects";a:2:{s:10:"_animation";i:1;s:16:"_animation_delay";i:1;}}}}}'),
(18145, 2220, '_elementor_edit_mode', 'builder'),
(18146, 2220, '_elementor_template_type', 'wp-page'),
(18147, 2220, '_elementor_version', '3.11.2'),
(18148, 2220, '_elementor_pro_version', '3.8.1'),
(18149, 2220, '_wp_page_template', 'elementor_header_footer'),
(18150, 2220, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(18151, 2220, '_elementor_data', '[{"id":"3da9800","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/dialing-telephone-keypad.jpg","id":188},"background_size":"cover","background_motion_fx_motion_fx_scrolling":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.90000000000000002220446049250313080847263336181640625,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":40,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","background_color_b":"globals\\/colors?id=0a2a356","background_overlay_color":"globals\\/colors?id=cbd1087"},"animation":"fadeInDown","eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"0","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"eael_cl_logics":[{"_id":"3890a34"}]},"elements":[{"id":"6b91b1a","elType":"column","settings":{"_column_size":100,"_inline_size":null,"eael_cl_logics":[{"_id":"d1c52d0"}]},"elements":[{"id":"43fb43d","elType":"widget","settings":{"title":"Contact","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":55,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"left","_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":"em","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","typography_text_transform":"uppercase","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"eael_cl_logics":[{"_id":"4cb9470"}]},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"5f21a461","elType":"section","settings":{"content_width":{"unit":"px","size":""},"background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.9699999999999999733546474089962430298328399658203125},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"px","top":"40","right":"0","bottom":"0","left":"0","isLinked":false},"css_classes":"envato-kit-141-top-0","text_align":"center","animation":"fadeInLeft","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"7bf1ebf"}]},"elements":[{"id":"751e2366","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":12,"eael_cl_logics":[{"_id":"fcbc8e0"}]},"elements":[{"id":"229f56ab","elType":"widget","settings":{"title":"Get in Touch with Us ","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]},"eael_cl_logics":[{"_id":"86bd80d"}]},"elements":[],"widgetType":"heading"},{"id":"7cae9bf","elType":"widget","settings":{"editor":"<p>We welcome your feedback and review of our products and services. If you have any questions regarding Intelligent Aqua, please contact us via email or phone, and we will get back to you as soon as possible.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"eael_cl_logics":[{"_id":"7cc5598"}]},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"7eced021","elType":"section","settings":{"content_width":{"unit":"px","size":""},"background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.05000000000000000277555756156289135105907917022705078125},"padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"em","top":"","right":"","bottom":"","left":"","isLinked":true},"structure":"20","css_classes":"envato-kit-141-top-0","content_position":"middle","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#54595F2B","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"border_color":""},"background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water.jpg","id":369},"background_overlay_size":"contain","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"164b37b"}]},"elements":[{"id":"496a2241","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":12,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"animation":"fadeInUp","_inline_size_tablet":100,"eael_cl_logics":[{"_id":"6cef7ec"}]},"elements":[{"id":"4cb2b438","elType":"section","settings":{"gap":"no","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"1b71fb1"}]},"elements":[{"id":"7529734a","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_border":"solid","border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"rgba(255,255,255,0.12)","margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"animation":"fadeIn","animation_delay":150,"eael_cl_logics":[{"_id":"13bbb4b"}]},"elements":[{"id":"3c404138","elType":"widget","settings":{"title":"Reach us through","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":16},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"439add8"}]},"elements":[],"widgetType":"heading"},{"id":"c1e8297","elType":"widget","settings":{"icon_list":[{"text":"Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8\\/84  <br>Bukit Jelutong Business and Technology Centre <br>40150 Shah Alam, Selangor","icon":"fa fa-map-marker","_id":"48ff73c","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"+60 13 310 2264 ","icon":"fa fa-phone","_id":"a26609a","selected_icon":{"value":"fas fa-phone","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"intelligentaqua@pitech.com.my","icon":"fa fa-envelope-open-o","_id":"050eab3","selected_icon":{"value":"far fa-envelope-open","library":"fa-regular"},"__fa4_migrated":{"selected_icon":true}}],"space_between":{"unit":"px","size":15},"icon_size":{"unit":"px","size":16},"text_indent":{"unit":"px","size":16},"icon_typography_typography":"custom","icon_typography_font_family":"Open Sans","icon_typography_font_size":{"unit":"px","size":16},"icon_typography_line_height":{"unit":"em","size":1.5},"__globals__":{"icon_color":"globals\\/colors?id=cbd1087","text_color":"globals\\/colors?id=secondary"},"_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"6f7f20a"}]},"elements":[],"widgetType":"icon-list"},{"id":"8995ace","elType":"widget","settings":{"title":"JOIN OUR TEAM ","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25},"typography_font_weight":"600","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"cbbe6dc"}]},"elements":[],"widgetType":"heading"},{"id":"aabbc29","elType":"widget","settings":{"editor":"<p>Grow your career with us and change the world. Interested applicants are encouraged to apply by submitting a cover letter together with a detailed resume, including current and expected salary and contact number to: <span style=\\"color: #262262;\\"><a style=\\"color: #262262;\\" href=\\"mailto:hrd@pitech.com.my\\">hrd@pitech.com.my<\\/a><\\/span><\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"eael_cl_logics":[{"_id":"8449924"}]},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"55e83f23","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":16,"background_background":"classic","border_radius":{"unit":"px","top":"4","right":"4","bottom":"4","left":"4","isLinked":true},"box_shadow_box_shadow":{"horizontal":0,"vertical":3,"blur":12,"spread":0,"color":"rgba(0,0,0,0.03)"},"text_align":"center","padding":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"animation":"fadeInRight","animation_delay":200,"css_classes":"envato-kit-141-newsletter-inline","content_position":"top","_inline_size_tablet":100,"padding_mobile":{"unit":"px","top":"0","right":"30","bottom":"0","left":"30","isLinked":false},"eael_cl_logics":[{"_id":"4a967ef"}]},"elements":[{"id":"118b1a42","elType":"widget","settings":{"title":"Send us a Message","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25},"typography_font_weight":"600","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"b700f38"}]},"elements":[],"widgetType":"heading"},{"id":"5a6429f0","elType":"widget","settings":{"form_name":"Contact Form","form_fields":[{"_id":"email","required":"true","placeholder":"Name","width":"","min_date":"","max_date":"","custom_id":"name","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Name"},{"_id":"6850d19","placeholder":"Company ","width":"","min_date":"","max_date":"","custom_id":"company","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Company"},{"_id":"f9f57ad","placeholder":"Contact Number","width":"","min_date":"","max_date":"","custom_id":"Phone","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Contact Number","required":"true"},{"field_type":"email","placeholder":"Email","width":"","min_date":"","max_date":"","custom_id":"email","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","_id":"bef77f1","field_label":"Email","required":"true"},{"field_type":"textarea","placeholder":"Message","min_date":"","max_date":"","_id":"da6d553","custom_id":"message","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Message"},{"_id":"4df19d9","field_type":"honeypot","field_label":"Honeypot","custom_id":"field_4df19d9"},{"_id":"a3c47d2","field_type":"recaptcha_v3","field_label":"reCAPTCHA V3","custom_id":"field_a3c47d2"}],"input_size":"md","button_text":"Send Message","button_size":"md","button_width":"","email_to":"intelligentaqua@pitech.com.my","email_subject":"New message from Intelligent Aqua","email_content":"CONTACT FORM<br\\/><br\\/>\\nNAME: [field id=\\"name\\"]<br\\/>\\nCOMPANY: [field id=\\"company\\"]<br\\/>\\nPHONE: [field id=\\"phone\\"]<br\\/>\\nEMAIL: [field id=\\"email\\"]<br\\/>\\nMESSAGE:<br\\/><br\\/>\\n[field id=\\"message\\"]","email_from":"[field id=\\"email\\"]","email_from_name":"[field id=\\"name\\"]","email_to_2":"","email_subject_2":"New message from \\"kit-141\\"","email_content_2":"[all-fields]","email_from_2":"","email_from_name_2":"kit-141","email_reply_to_2":"","success_message":"The form was sent successfully.","error_message":"An error occured.","required_field_message":"This field is required.","invalid_message":"There''s something wrong. The form is invalid.","column_gap":{"unit":"px","size":16},"field_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"field_border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"button_border_radius":{"unit":"px","top":"24","right":"24","bottom":"24","left":"24","isLinked":true},"field_text_color":"rgba(0,0,0,0.62)","field_background_color":"#EFEFEF","button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_hover_color":"rgba(0,0,0,0)","row_gap":{"unit":"px","size":20},"mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"step_next_label":"Next","step_previous_label":"Previous","label_typography_typography":"custom","label_typography_font_family":"Nunito","html_typography_typography":"custom","html_typography_font_family":"Nunito","field_typography_typography":"custom","field_typography_font_family":"Open Sans","button_typography_typography":"custom","button_typography_font_family":"Nunito","__globals__":{"button_background_color":"globals\\/colors?id=3fd3109","button_border_color":"globals\\/colors?id=3fd3109","button_hover_color":"globals\\/colors?id=3fd3109","field_background_color":""},"button_background_color":"#262262","button_border_color":"#262262","button_hover_color":"#262262","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","show_labels":"","form_metadata":[],"eael_cl_logics":[{"_id":"859362b"}],"server_message":"Your submission failed because of a server error."},"elements":[],"widgetType":"form"}],"isInner":false}],"isInner":false},{"id":"5e1a8e6","elType":"section","settings":{"layout":"full_width","gap":"no","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"22496ec"}]},"elements":[{"id":"f9be555","elType":"column","settings":{"_column_size":100,"_inline_size":null,"eael_cl_logics":[{"_id":"a1ecd0a"}]},"elements":[{"id":"9cc66e5","elType":"widget","settings":{"address":"Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8\\/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"fadeIn","_animation_delay":300,"zoom":{"unit":"px","size":18,"sizes":[]},"height":{"unit":"px","size":500,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"e066717"}]},"elements":[],"widgetType":"google_maps"}],"isInner":false}],"isInner":false}]');
INSERT INTO `wpfq_postmeta` VALUES
(18152, 2220, '_elementor_page_assets', 'a:1:{s:6:"styles";a:6:{i:0;s:12:"e-animations";i:1;s:12:"e-animations";i:2;s:12:"e-animations";i:3;s:12:"e-animations";i:4;s:12:"e-animations";i:5;s:12:"e-animations";}}'),
(18153, 2220, '_elementor_controls_usage', 'a:7:{s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:4;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:10:{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:22:"typography_line_height";i:4;s:25:"typography_text_transform";i:3;s:27:"typography_font_size_mobile";i:4;s:29:"typography_line_height_mobile";i:1;s:25:"typography_letter_spacing";i:1;s:27:"typography_font_size_tablet";i:2;}}s:8:"advanced";a:2:{s:14:"_section_style";a:3:{s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;}s:15:"section_effects";a:1:{s:16:"_animation_delay";i:2;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:4:{s:12:"_inline_size";i:6;s:21:"space_between_widgets";i:3;s:19:"_inline_size_tablet";i:2;s:16:"content_position";i:1;}}s:5:"style";a:3:{s:14:"section_border";a:5:{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:21:"box_shadow_box_shadow";i:1;}s:13:"section_style";a:1:{s:21:"background_background";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:13:"margin_mobile";i:1;s:6:"margin";i:1;s:7:"padding";i:1;s:11:"css_classes";i:1;s:14:"padding_mobile";i:1;}s:15:"section_effects";a:2:{s:9:"animation";i:3;s:15:"animation_delay";i:2;}}}}s:7:"section";a:3:{s:5:"count";i:5;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:13:"content_width";i:2;s:3:"gap";i:4;s:16:"content_position";i:1;s:6:"layout";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:5:"style";a:5:{s:18:"section_background";a:7:{s:21:"background_background";i:1;s:16:"background_image";i:3;s:15:"background_size";i:3;s:40:"background_motion_fx_motion_fx_scrolling";i:1;s:19:"background_position";i:2;s:21:"background_attachment";i:2;s:17:"background_repeat";i:2;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:3;s:26:"background_overlay_opacity";i:3;s:24:"background_overlay_color";i:2;s:24:"background_overlay_image";i:1;s:23:"background_overlay_size";i:1;}s:21:"section_shape_divider";a:3:{s:20:"shape_divider_bottom";i:1;s:26:"shape_divider_bottom_width";i:1;s:27:"shape_divider_bottom_height";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}s:14:"section_border";a:3:{s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:9:"animation";i:2;}s:16:"section_advanced";a:4:{s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:3;s:7:"padding";i:2;s:11:"css_classes";i:2;}}}}s:11:"text-editor";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;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:21:"typography_typography";i:2;s:22:"typography_font_family";i:2;s:20:"typography_font_size";i:2;s:22:"typography_line_height";i:2;s:12:"align_mobile";i:2;s:27:"typography_font_size_mobile";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:2;s:7:"_margin";i:2;s:14:"_margin_mobile";i:2;}}}}s:9:"icon-list";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;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:3:{s:17:"section_icon_list";a:1:{s:13:"space_between";i:1;}s:18:"section_icon_style";a:1:{s:9:"icon_size";i:1;}s:18:"section_text_style";a:5:{s:11:"text_indent";i:1;s:26:"icon_typography_typography";i:1;s:27:"icon_typography_font_family";i:1;s:25:"icon_typography_font_size";i:1;s:27:"icon_typography_line_height";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:4:"form";a:3:{s:5:"count";i:1;s:15:"control_percent";i:6;s:8:"controls";a:2:{s:7:"content";a:5:{s:19:"section_form_fields";a:4:{s:9:"form_name";i:1;s:11:"form_fields";i:1;s:10:"input_size";i:1;s:11:"show_labels";i:1;}s:15:"section_buttons";a:3:{s:11:"button_text";i:1;s:11:"button_size";i:1;s:12:"button_width";i:1;}s:13:"section_email";a:6:{s:8:"email_to";i:1;s:13:"email_subject";i:1;s:13:"email_content";i:1;s:10:"email_from";i:1;s:15:"email_from_name";i:1;s:13:"form_metadata";i:1;}s:15:"section_email_2";a:5:{s:10:"email_to_2";i:1;s:15:"email_subject_2";i:1;s:12:"email_from_2";i:1;s:17:"email_from_name_2";i:1;s:16:"email_reply_to_2";i:1;}s:20:"section_form_options";a:2:{s:13:"error_message";i:1;s:15:"invalid_message";i:1;}}s:5:"style";a:3:{s:18:"section_form_style";a:6:{s:10:"column_gap";i:1;s:7:"row_gap";i:1;s:27:"label_typography_typography";i:1;s:28:"label_typography_font_family";i:1;s:26:"html_typography_typography";i:1;s:27:"html_typography_font_family";i:1;}s:19:"section_field_style";a:6:{s:18:"field_border_width";i:1;s:19:"field_border_radius";i:1;s:16:"field_text_color";i:1;s:22:"field_background_color";i:1;s:27:"field_typography_typography";i:1;s:28:"field_typography_font_family";i:1;}s:20:"section_button_style";a:9:{s:20:"button_border_radius";i:1;s:20:"button_border_border";i:1;s:19:"button_border_width";i:1;s:29:"button_background_hover_color";i:1;s:28:"button_typography_typography";i:1;s:29:"button_typography_font_family";i:1;s:23:"button_background_color";i:1;s:19:"button_border_color";i:1;s:18:"button_hover_color";i:1;}}}}s:11:"google_maps";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{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:8:"advanced";a:2:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}s:15:"section_effects";a:2:{s:10:"_animation";i:1;s:16:"_animation_delay";i:1;}}}}}'),
(18172, 167, '_elementor_page_assets', 'a:1:{s:6:"styles";a:2:{i:0;s:12:"e-animations";i:1;s:12:"e-animations";}}'),
(18173, 2223, '_elementor_edit_mode', 'builder'),
(18174, 2223, '_elementor_template_type', 'wp-page'),
(18175, 2223, '_elementor_version', '3.15.1'),
(18176, 2223, '_elementor_pro_version', '3.14.0'),
(18177, 2223, '_wp_page_template', 'elementor_header_footer'),
(18178, 2223, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(18179, 2223, '_elementor_data', '[{"id":"3da9800","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/dialing-telephone-keypad.jpg","id":188},"background_size":"cover","background_motion_fx_motion_fx_scrolling":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.90000000000000002220446049250313080847263336181640625,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":40,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","background_color_b":"globals\\/colors?id=0a2a356","background_overlay_color":"globals\\/colors?id=cbd1087"},"animation":"fadeInDown","eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"0","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"eael_cl_logics":[{"_id":"3890a34"}]},"elements":[{"id":"6b91b1a","elType":"column","settings":{"_column_size":100,"_inline_size":null,"eael_cl_logics":[{"_id":"d1c52d0"}]},"elements":[{"id":"43fb43d","elType":"widget","settings":{"title":"Contact","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":55,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"left","_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":"em","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","typography_text_transform":"uppercase","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"eael_cl_logics":[{"_id":"4cb9470"}]},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"5f21a461","elType":"section","settings":{"content_width":{"unit":"px","size":""},"background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.9699999999999999733546474089962430298328399658203125},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"px","top":"40","right":"0","bottom":"0","left":"0","isLinked":false},"css_classes":"envato-kit-141-top-0","text_align":"center","animation":"fadeInLeft","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"7bf1ebf"}]},"elements":[{"id":"751e2366","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":12,"eael_cl_logics":[{"_id":"fcbc8e0"}]},"elements":[{"id":"229f56ab","elType":"widget","settings":{"title":"Get in Touch with Us ","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]},"eael_cl_logics":[{"_id":"86bd80d"}]},"elements":[],"widgetType":"heading"},{"id":"7cae9bf","elType":"widget","settings":{"editor":"<p>We welcome your feedback and review of our products and services. If you have any questions regarding Intelligent Aqua, please contact us via email or phone, and we will get back to you as soon as possible.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"eael_cl_logics":[{"_id":"7cc5598"}]},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"7eced021","elType":"section","settings":{"content_width":{"unit":"px","size":""},"background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.05000000000000000277555756156289135105907917022705078125},"padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"em","top":"","right":"","bottom":"","left":"","isLinked":true},"structure":"20","css_classes":"envato-kit-141-top-0","content_position":"middle","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#54595F2B","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"border_color":""},"background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water.jpg","id":369},"background_overlay_size":"contain","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"164b37b"}]},"elements":[{"id":"496a2241","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":12,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"animation":"fadeInUp","_inline_size_tablet":100,"eael_cl_logics":[{"_id":"6cef7ec"}]},"elements":[{"id":"4cb2b438","elType":"section","settings":{"gap":"no","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"1b71fb1"}]},"elements":[{"id":"7529734a","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_border":"solid","border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"rgba(255,255,255,0.12)","margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"animation":"fadeIn","animation_delay":150,"eael_cl_logics":[{"_id":"13bbb4b"}]},"elements":[{"id":"3c404138","elType":"widget","settings":{"title":"Reach us through","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":16},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"439add8"}]},"elements":[],"widgetType":"heading"},{"id":"c1e8297","elType":"widget","settings":{"icon_list":[{"text":"Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8\\/84  <br>Bukit Jelutong Business and Technology Centre <br>40150 Shah Alam, Selangor","icon":"fa fa-map-marker","_id":"48ff73c","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"+60 13 310 2264 ","icon":"fa fa-phone","_id":"a26609a","selected_icon":{"value":"fas fa-phone","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"intelligentaqua@pitech.com.my","icon":"fa fa-envelope-open-o","_id":"050eab3","selected_icon":{"value":"far fa-envelope-open","library":"fa-regular"},"__fa4_migrated":{"selected_icon":true}}],"space_between":{"unit":"px","size":15},"icon_size":{"unit":"px","size":16},"text_indent":{"unit":"px","size":16},"icon_typography_typography":"custom","icon_typography_font_family":"Open Sans","icon_typography_font_size":{"unit":"px","size":16},"icon_typography_line_height":{"unit":"em","size":1.5},"__globals__":{"icon_color":"globals\\/colors?id=cbd1087","text_color":"globals\\/colors?id=secondary"},"_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"6f7f20a"}]},"elements":[],"widgetType":"icon-list"},{"id":"8995ace","elType":"widget","settings":{"title":"JOIN OUR TEAM ","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25},"typography_font_weight":"600","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"cbbe6dc"}]},"elements":[],"widgetType":"heading"},{"id":"aabbc29","elType":"widget","settings":{"editor":"<p>Grow your career with us and change the world. Interested applicants are encouraged to apply by submitting a cover letter together with a detailed resume, including current and expected salary and contact number to: <span style=\\"color: #262262;\\"><a style=\\"color: #262262;\\" href=\\"mailto:hrd@pitech.com.my\\">hrd@pitech.com.my<\\/a><\\/span><\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"eael_cl_logics":[{"_id":"8449924"}]},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"55e83f23","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":16,"background_background":"classic","border_radius":{"unit":"px","top":"4","right":"4","bottom":"4","left":"4","isLinked":true},"box_shadow_box_shadow":{"horizontal":0,"vertical":3,"blur":12,"spread":0,"color":"rgba(0,0,0,0.03)"},"text_align":"center","padding":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"animation":"fadeInRight","animation_delay":200,"css_classes":"envato-kit-141-newsletter-inline","content_position":"top","_inline_size_tablet":100,"padding_mobile":{"unit":"px","top":"0","right":"30","bottom":"0","left":"30","isLinked":false},"eael_cl_logics":[{"_id":"4a967ef"}]},"elements":[{"id":"118b1a42","elType":"widget","settings":{"title":"Send us a Message","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25},"typography_font_weight":"600","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"b700f38"}]},"elements":[],"widgetType":"heading"},{"id":"5a6429f0","elType":"widget","settings":{"form_name":"Contact Form","form_fields":[{"_id":"email","required":"true","placeholder":"Name","width":"","min_date":"","max_date":"","custom_id":"name","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Name"},{"_id":"6850d19","placeholder":"Company ","width":"","min_date":"","max_date":"","custom_id":"company","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Company"},{"_id":"f9f57ad","placeholder":"Contact Number","width":"","min_date":"","max_date":"","custom_id":"Phone","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Contact Number","required":"true"},{"field_type":"email","placeholder":"Email","width":"","min_date":"","max_date":"","custom_id":"email","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","_id":"bef77f1","field_label":"Email","required":"true"},{"field_type":"textarea","placeholder":"Message","min_date":"","max_date":"","_id":"da6d553","custom_id":"message","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Message"},{"_id":"4df19d9","field_type":"honeypot","field_label":"Honeypot","custom_id":"field_4df19d9"},{"_id":"a3c47d2","field_type":"recaptcha_v3","field_label":"reCAPTCHA V3","custom_id":"field_a3c47d2"}],"input_size":"md","button_text":"Send Message","button_size":"md","button_width":"","email_to":"intelligentaqua@pitech.com.my","email_subject":"New message from Intelligent Aqua","email_content":"CONTACT FORM<br\\/><br\\/>\\nNAME: [field id=\\"name\\"]<br\\/>\\nCOMPANY: [field id=\\"company\\"]<br\\/>\\nPHONE: [field id=\\"phone\\"]<br\\/>\\nEMAIL: [field id=\\"email\\"]<br\\/>\\nMESSAGE:<br\\/><br\\/>\\n[field id=\\"message\\"]","email_from":"[field id=\\"email\\"]","email_from_name":"[field id=\\"name\\"]","email_to_2":"","email_subject_2":"New message from \\"kit-141\\"","email_content_2":"[all-fields]","email_from_2":"","email_from_name_2":"kit-141","email_reply_to_2":"","success_message":"The form was sent successfully.","error_message":"An error occured.","required_field_message":"This field is required.","invalid_message":"There''s something wrong. The form is invalid.","column_gap":{"unit":"px","size":16},"field_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"field_border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"button_border_radius":{"unit":"px","top":"24","right":"24","bottom":"24","left":"24","isLinked":true},"field_text_color":"rgba(0,0,0,0.62)","field_background_color":"#EFEFEF","button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_hover_color":"rgba(0,0,0,0)","row_gap":{"unit":"px","size":20},"mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"step_next_label":"Next","step_previous_label":"Previous","label_typography_typography":"custom","label_typography_font_family":"Nunito","html_typography_typography":"custom","html_typography_font_family":"Nunito","field_typography_typography":"custom","field_typography_font_family":"Open Sans","button_typography_typography":"custom","button_typography_font_family":"Nunito","__globals__":{"button_background_color":"globals\\/colors?id=3fd3109","button_border_color":"globals\\/colors?id=3fd3109","button_hover_color":"globals\\/colors?id=3fd3109","field_background_color":""},"button_background_color":"#262262","button_border_color":"#262262","button_hover_color":"#262262","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","show_labels":"","form_metadata":[],"eael_cl_logics":[{"_id":"859362b"}],"server_message":"Your submission failed because of a server error."},"elements":[],"widgetType":"form"}],"isInner":false}],"isInner":false},{"id":"5e1a8e6","elType":"section","settings":{"layout":"full_width","gap":"no","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"22496ec"}]},"elements":[{"id":"f9be555","elType":"column","settings":{"_column_size":100,"_inline_size":null,"eael_cl_logics":[{"_id":"a1ecd0a"}]},"elements":[{"id":"9cc66e5","elType":"widget","settings":{"address":"Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8\\/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"fadeIn","_animation_delay":300,"zoom":{"unit":"px","size":18,"sizes":[]},"height":{"unit":"px","size":500,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"e066717"}]},"elements":[],"widgetType":"google_maps"}],"isInner":false}],"isInner":false}]'),
(18180, 2223, '_elementor_page_assets', 'a:1:{s:6:"styles";a:6:{i:0;s:12:"e-animations";i:1;s:12:"e-animations";i:2;s:12:"e-animations";i:3;s:12:"e-animations";i:4;s:12:"e-animations";i:5;s:12:"e-animations";}}'),
(18181, 2223, '_elementor_controls_usage', 'a:7:{s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:4;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:10:{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:22:"typography_line_height";i:4;s:25:"typography_text_transform";i:3;s:27:"typography_font_size_mobile";i:4;s:29:"typography_line_height_mobile";i:1;s:25:"typography_letter_spacing";i:1;s:27:"typography_font_size_tablet";i:2;}}s:8:"advanced";a:2:{s:14:"_section_style";a:3:{s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;}s:15:"section_effects";a:1:{s:16:"_animation_delay";i:2;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:4:{s:12:"_inline_size";i:6;s:21:"space_between_widgets";i:3;s:19:"_inline_size_tablet";i:2;s:16:"content_position";i:1;}}s:5:"style";a:3:{s:14:"section_border";a:5:{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:21:"box_shadow_box_shadow";i:1;}s:13:"section_style";a:1:{s:21:"background_background";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:13:"margin_mobile";i:1;s:6:"margin";i:1;s:7:"padding";i:1;s:11:"css_classes";i:1;s:14:"padding_mobile";i:1;}s:15:"section_effects";a:2:{s:9:"animation";i:3;s:15:"animation_delay";i:2;}}}}s:7:"section";a:3:{s:5:"count";i:5;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:13:"content_width";i:2;s:3:"gap";i:4;s:16:"content_position";i:1;s:6:"layout";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:5:"style";a:5:{s:18:"section_background";a:7:{s:21:"background_background";i:1;s:16:"background_image";i:3;s:15:"background_size";i:3;s:40:"background_motion_fx_motion_fx_scrolling";i:1;s:19:"background_position";i:2;s:21:"background_attachment";i:2;s:17:"background_repeat";i:2;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:3;s:26:"background_overlay_opacity";i:3;s:24:"background_overlay_color";i:2;s:24:"background_overlay_image";i:1;s:23:"background_overlay_size";i:1;}s:21:"section_shape_divider";a:3:{s:20:"shape_divider_bottom";i:1;s:26:"shape_divider_bottom_width";i:1;s:27:"shape_divider_bottom_height";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}s:14:"section_border";a:3:{s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:9:"animation";i:2;}s:16:"section_advanced";a:4:{s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:3;s:7:"padding";i:2;s:11:"css_classes";i:2;}}}}s:11:"text-editor";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;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:21:"typography_typography";i:2;s:22:"typography_font_family";i:2;s:20:"typography_font_size";i:2;s:22:"typography_line_height";i:2;s:12:"align_mobile";i:2;s:27:"typography_font_size_mobile";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:2;s:7:"_margin";i:2;s:14:"_margin_mobile";i:2;}}}}s:9:"icon-list";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;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:3:{s:17:"section_icon_list";a:1:{s:13:"space_between";i:1;}s:18:"section_icon_style";a:1:{s:9:"icon_size";i:1;}s:18:"section_text_style";a:5:{s:11:"text_indent";i:1;s:26:"icon_typography_typography";i:1;s:27:"icon_typography_font_family";i:1;s:25:"icon_typography_font_size";i:1;s:27:"icon_typography_line_height";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:4:"form";a:3:{s:5:"count";i:1;s:15:"control_percent";i:6;s:8:"controls";a:2:{s:7:"content";a:5:{s:19:"section_form_fields";a:4:{s:9:"form_name";i:1;s:11:"form_fields";i:1;s:10:"input_size";i:1;s:11:"show_labels";i:1;}s:15:"section_buttons";a:3:{s:11:"button_text";i:1;s:11:"button_size";i:1;s:12:"button_width";i:1;}s:13:"section_email";a:6:{s:8:"email_to";i:1;s:13:"email_subject";i:1;s:13:"email_content";i:1;s:10:"email_from";i:1;s:15:"email_from_name";i:1;s:13:"form_metadata";i:1;}s:15:"section_email_2";a:5:{s:10:"email_to_2";i:1;s:15:"email_subject_2";i:1;s:12:"email_from_2";i:1;s:17:"email_from_name_2";i:1;s:16:"email_reply_to_2";i:1;}s:20:"section_form_options";a:2:{s:13:"error_message";i:1;s:15:"invalid_message";i:1;}}s:5:"style";a:3:{s:18:"section_form_style";a:6:{s:10:"column_gap";i:1;s:7:"row_gap";i:1;s:27:"label_typography_typography";i:1;s:28:"label_typography_font_family";i:1;s:26:"html_typography_typography";i:1;s:27:"html_typography_font_family";i:1;}s:19:"section_field_style";a:6:{s:18:"field_border_width";i:1;s:19:"field_border_radius";i:1;s:16:"field_text_color";i:1;s:22:"field_background_color";i:1;s:27:"field_typography_typography";i:1;s:28:"field_typography_font_family";i:1;}s:20:"section_button_style";a:9:{s:20:"button_border_radius";i:1;s:20:"button_border_border";i:1;s:19:"button_border_width";i:1;s:29:"button_background_hover_color";i:1;s:28:"button_typography_typography";i:1;s:29:"button_typography_font_family";i:1;s:23:"button_background_color";i:1;s:19:"button_border_color";i:1;s:18:"button_hover_color";i:1;}}}}s:11:"google_maps";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{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:8:"advanced";a:2:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}s:15:"section_effects";a:2:{s:10:"_animation";i:1;s:16:"_animation_delay";i:1;}}}}}'),
(18183, 2224, '_elementor_edit_mode', 'builder'),
(18184, 2224, '_elementor_template_type', 'wp-page'),
(18185, 2224, '_elementor_version', '3.15.1'),
(18186, 2224, '_elementor_pro_version', '3.14.0'),
(18187, 2224, '_wp_page_template', 'elementor_header_footer'),
(18188, 2224, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(18189, 2224, '_elementor_data', '[{"id":"3da9800","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/dialing-telephone-keypad.jpg","id":188},"background_size":"cover","background_motion_fx_motion_fx_scrolling":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.90000000000000002220446049250313080847263336181640625,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":40,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","background_color_b":"globals\\/colors?id=0a2a356","background_overlay_color":"globals\\/colors?id=cbd1087"},"animation":"fadeInDown","eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"0","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"eael_cl_logics":[{"_id":"3890a34"}]},"elements":[{"id":"6b91b1a","elType":"column","settings":{"_column_size":100,"_inline_size":null,"eael_cl_logics":[{"_id":"d1c52d0"}]},"elements":[{"id":"43fb43d","elType":"widget","settings":{"title":"Contact","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":55,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"left","_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":"em","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","typography_text_transform":"uppercase","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"eael_cl_logics":[{"_id":"4cb9470"}]},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"5f21a461","elType":"section","settings":{"content_width":{"unit":"px","size":""},"background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.9699999999999999733546474089962430298328399658203125},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"px","top":"40","right":"0","bottom":"0","left":"0","isLinked":false},"css_classes":"envato-kit-141-top-0","text_align":"center","animation":"fadeInLeft","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"7bf1ebf"}]},"elements":[{"id":"751e2366","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":12,"eael_cl_logics":[{"_id":"fcbc8e0"}]},"elements":[{"id":"229f56ab","elType":"widget","settings":{"title":"Get in Touch with Us ","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]},"eael_cl_logics":[{"_id":"86bd80d"}]},"elements":[],"widgetType":"heading"},{"id":"7cae9bf","elType":"widget","settings":{"editor":"<p>We welcome your feedback and review of our products and services. If you have any questions regarding Intelligent Aqua, please contact us via email or phone, and we will get back to you as soon as possible.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"eael_cl_logics":[{"_id":"7cc5598"}]},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"7eced021","elType":"section","settings":{"content_width":{"unit":"px","size":""},"background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.05000000000000000277555756156289135105907917022705078125},"padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"em","top":"","right":"","bottom":"","left":"","isLinked":true},"structure":"20","css_classes":"envato-kit-141-top-0","content_position":"middle","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#54595F2B","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"border_color":""},"background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water.jpg","id":369},"background_overlay_size":"contain","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"164b37b"}]},"elements":[{"id":"496a2241","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":12,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"animation":"fadeInUp","_inline_size_tablet":100,"eael_cl_logics":[{"_id":"6cef7ec"}]},"elements":[{"id":"4cb2b438","elType":"section","settings":{"gap":"no","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"1b71fb1"}]},"elements":[{"id":"7529734a","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_border":"solid","border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"rgba(255,255,255,0.12)","margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"animation":"fadeIn","animation_delay":150,"eael_cl_logics":[{"_id":"13bbb4b"}]},"elements":[{"id":"3c404138","elType":"widget","settings":{"title":"Reach us through","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":16},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"439add8"}]},"elements":[],"widgetType":"heading"},{"id":"c1e8297","elType":"widget","settings":{"icon_list":[{"text":"Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8\\/84  <br>Bukit Jelutong Business and Technology Centre <br>40150 Shah Alam, Selangor","icon":"fa fa-map-marker","_id":"48ff73c","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"+60 13 310 2264 ","icon":"fa fa-phone","_id":"a26609a","selected_icon":{"value":"fas fa-phone","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"intelligentaqua@pitech.com.my","icon":"fa fa-envelope-open-o","_id":"050eab3","selected_icon":{"value":"far fa-envelope-open","library":"fa-regular"},"__fa4_migrated":{"selected_icon":true}}],"space_between":{"unit":"px","size":15},"icon_size":{"unit":"px","size":16},"text_indent":{"unit":"px","size":16},"icon_typography_typography":"custom","icon_typography_font_family":"Open Sans","icon_typography_font_size":{"unit":"px","size":16},"icon_typography_line_height":{"unit":"em","size":1.5},"__globals__":{"icon_color":"globals\\/colors?id=cbd1087","text_color":"globals\\/colors?id=secondary"},"_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"6f7f20a"}]},"elements":[],"widgetType":"icon-list"},{"id":"8995ace","elType":"widget","settings":{"title":"JOIN OUR TEAM ","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25},"typography_font_weight":"600","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"cbbe6dc"}]},"elements":[],"widgetType":"heading"},{"id":"aabbc29","elType":"widget","settings":{"editor":"<p>Grow your career with us and change the world. Interested applicants are encouraged to apply by submitting a cover letter together with a detailed resume, including current and expected salary and contact number to: <span style=\\"color: #262262;\\"><a style=\\"color: #262262;\\" href=\\"mailto:hrd@pitech.com.my\\">hrd@pitech.com.my<\\/a><\\/span><\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"eael_cl_logics":[{"_id":"8449924"}]},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"55e83f23","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":16,"background_background":"classic","border_radius":{"unit":"px","top":"4","right":"4","bottom":"4","left":"4","isLinked":true},"box_shadow_box_shadow":{"horizontal":0,"vertical":3,"blur":12,"spread":0,"color":"rgba(0,0,0,0.03)"},"text_align":"center","padding":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"animation":"fadeInRight","animation_delay":200,"css_classes":"envato-kit-141-newsletter-inline","content_position":"top","_inline_size_tablet":100,"padding_mobile":{"unit":"px","top":"0","right":"30","bottom":"0","left":"30","isLinked":false},"eael_cl_logics":[{"_id":"4a967ef"}]},"elements":[{"id":"118b1a42","elType":"widget","settings":{"title":"Send us a Message","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25},"typography_font_weight":"600","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"b700f38"}]},"elements":[],"widgetType":"heading"},{"id":"5a6429f0","elType":"widget","settings":{"form_name":"Contact Form","form_fields":[{"_id":"email","required":"true","placeholder":"Name","width":"","min_date":"","max_date":"","custom_id":"name","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Name"},{"_id":"6850d19","placeholder":"Company ","width":"","min_date":"","max_date":"","custom_id":"company","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Company"},{"_id":"f9f57ad","placeholder":"Contact Number","width":"","min_date":"","max_date":"","custom_id":"Phone","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Contact Number","required":"true"},{"field_type":"email","placeholder":"Email","width":"","min_date":"","max_date":"","custom_id":"email","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","_id":"bef77f1","field_label":"Email","required":"true"},{"field_type":"textarea","placeholder":"Message","min_date":"","max_date":"","_id":"da6d553","custom_id":"message","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Message"},{"_id":"4df19d9","field_type":"honeypot","field_label":"Honeypot","custom_id":"field_4df19d9"},{"_id":"a3c47d2","field_type":"recaptcha_v3","field_label":"reCAPTCHA V3","custom_id":"field_a3c47d2"}],"input_size":"md","button_text":"Send Message","button_size":"md","button_width":"","email_to":"intelligentaqua@pitech.com.my","email_subject":"New message from Intelligent Aqua","email_content":"CONTACT FORM<br\\/><br\\/>\\nNAME: [field id=\\"name\\"]<br\\/>\\nCOMPANY: [field id=\\"company\\"]<br\\/>\\nPHONE: [field id=\\"phone\\"]<br\\/>\\nEMAIL: [field id=\\"email\\"]<br\\/>\\nMESSAGE:<br\\/><br\\/>\\n[field id=\\"message\\"]","email_from":"[field id=\\"email\\"]","email_from_name":"[field id=\\"name\\"]","email_to_2":"","email_subject_2":"New message from \\"kit-141\\"","email_content_2":"[all-fields]","email_from_2":"","email_from_name_2":"kit-141","email_reply_to_2":"","success_message":"The form was sent successfully.","error_message":"An error occured.","required_field_message":"This field is required.","invalid_message":"There''s something wrong. The form is invalid.","column_gap":{"unit":"px","size":16},"field_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"field_border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"button_border_radius":{"unit":"px","top":"24","right":"24","bottom":"24","left":"24","isLinked":true},"field_text_color":"rgba(0,0,0,0.62)","field_background_color":"#EFEFEF","button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_hover_color":"rgba(0,0,0,0)","row_gap":{"unit":"px","size":20},"mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"step_next_label":"Next","step_previous_label":"Previous","label_typography_typography":"custom","label_typography_font_family":"Nunito","html_typography_typography":"custom","html_typography_font_family":"Nunito","field_typography_typography":"custom","field_typography_font_family":"Open Sans","button_typography_typography":"custom","button_typography_font_family":"Nunito","__globals__":{"button_background_color":"globals\\/colors?id=3fd3109","button_border_color":"globals\\/colors?id=3fd3109","button_hover_color":"globals\\/colors?id=3fd3109","field_background_color":""},"button_background_color":"#262262","button_border_color":"#262262","button_hover_color":"#262262","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","show_labels":"","form_metadata":[],"eael_cl_logics":[{"_id":"859362b"}],"server_message":"Your submission failed because of a server error."},"elements":[],"widgetType":"form"}],"isInner":false}],"isInner":false},{"id":"5e1a8e6","elType":"section","settings":{"layout":"full_width","gap":"no","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"22496ec"}]},"elements":[{"id":"f9be555","elType":"column","settings":{"_column_size":100,"_inline_size":null,"eael_cl_logics":[{"_id":"a1ecd0a"}]},"elements":[{"id":"9cc66e5","elType":"widget","settings":{"address":"Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8\\/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"fadeIn","_animation_delay":300,"zoom":{"unit":"px","size":18,"sizes":[]},"height":{"unit":"px","size":500,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"e066717"}]},"elements":[],"widgetType":"google_maps"}],"isInner":false}],"isInner":false}]');
INSERT INTO `wpfq_postmeta` VALUES
(18190, 2224, '_elementor_page_assets', 'a:1:{s:6:"styles";a:6:{i:0;s:12:"e-animations";i:1;s:12:"e-animations";i:2;s:12:"e-animations";i:3;s:12:"e-animations";i:4;s:12:"e-animations";i:5;s:12:"e-animations";}}'),
(18191, 2224, '_elementor_controls_usage', 'a:7:{s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:4;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:10:{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:22:"typography_line_height";i:4;s:25:"typography_text_transform";i:3;s:27:"typography_font_size_mobile";i:4;s:29:"typography_line_height_mobile";i:1;s:25:"typography_letter_spacing";i:1;s:27:"typography_font_size_tablet";i:2;}}s:8:"advanced";a:2:{s:14:"_section_style";a:3:{s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;}s:15:"section_effects";a:1:{s:16:"_animation_delay";i:2;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:4:{s:12:"_inline_size";i:6;s:21:"space_between_widgets";i:3;s:19:"_inline_size_tablet";i:2;s:16:"content_position";i:1;}}s:5:"style";a:3:{s:14:"section_border";a:5:{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:21:"box_shadow_box_shadow";i:1;}s:13:"section_style";a:1:{s:21:"background_background";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:13:"margin_mobile";i:1;s:6:"margin";i:1;s:7:"padding";i:1;s:11:"css_classes";i:1;s:14:"padding_mobile";i:1;}s:15:"section_effects";a:2:{s:9:"animation";i:3;s:15:"animation_delay";i:2;}}}}s:7:"section";a:3:{s:5:"count";i:5;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:13:"content_width";i:2;s:3:"gap";i:4;s:16:"content_position";i:1;s:6:"layout";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:5:"style";a:5:{s:18:"section_background";a:7:{s:21:"background_background";i:1;s:16:"background_image";i:3;s:15:"background_size";i:3;s:40:"background_motion_fx_motion_fx_scrolling";i:1;s:19:"background_position";i:2;s:21:"background_attachment";i:2;s:17:"background_repeat";i:2;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:3;s:26:"background_overlay_opacity";i:3;s:24:"background_overlay_color";i:2;s:24:"background_overlay_image";i:1;s:23:"background_overlay_size";i:1;}s:21:"section_shape_divider";a:3:{s:20:"shape_divider_bottom";i:1;s:26:"shape_divider_bottom_width";i:1;s:27:"shape_divider_bottom_height";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}s:14:"section_border";a:3:{s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:9:"animation";i:2;}s:16:"section_advanced";a:4:{s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:3;s:7:"padding";i:2;s:11:"css_classes";i:2;}}}}s:11:"text-editor";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;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:21:"typography_typography";i:2;s:22:"typography_font_family";i:2;s:20:"typography_font_size";i:2;s:22:"typography_line_height";i:2;s:12:"align_mobile";i:2;s:27:"typography_font_size_mobile";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:2;s:7:"_margin";i:2;s:14:"_margin_mobile";i:2;}}}}s:9:"icon-list";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;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:3:{s:17:"section_icon_list";a:1:{s:13:"space_between";i:1;}s:18:"section_icon_style";a:1:{s:9:"icon_size";i:1;}s:18:"section_text_style";a:5:{s:11:"text_indent";i:1;s:26:"icon_typography_typography";i:1;s:27:"icon_typography_font_family";i:1;s:25:"icon_typography_font_size";i:1;s:27:"icon_typography_line_height";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:4:"form";a:3:{s:5:"count";i:1;s:15:"control_percent";i:6;s:8:"controls";a:2:{s:7:"content";a:5:{s:19:"section_form_fields";a:4:{s:9:"form_name";i:1;s:11:"form_fields";i:1;s:10:"input_size";i:1;s:11:"show_labels";i:1;}s:15:"section_buttons";a:3:{s:11:"button_text";i:1;s:11:"button_size";i:1;s:12:"button_width";i:1;}s:13:"section_email";a:6:{s:8:"email_to";i:1;s:13:"email_subject";i:1;s:13:"email_content";i:1;s:10:"email_from";i:1;s:15:"email_from_name";i:1;s:13:"form_metadata";i:1;}s:15:"section_email_2";a:5:{s:10:"email_to_2";i:1;s:15:"email_subject_2";i:1;s:12:"email_from_2";i:1;s:17:"email_from_name_2";i:1;s:16:"email_reply_to_2";i:1;}s:20:"section_form_options";a:2:{s:13:"error_message";i:1;s:15:"invalid_message";i:1;}}s:5:"style";a:3:{s:18:"section_form_style";a:6:{s:10:"column_gap";i:1;s:7:"row_gap";i:1;s:27:"label_typography_typography";i:1;s:28:"label_typography_font_family";i:1;s:26:"html_typography_typography";i:1;s:27:"html_typography_font_family";i:1;}s:19:"section_field_style";a:6:{s:18:"field_border_width";i:1;s:19:"field_border_radius";i:1;s:16:"field_text_color";i:1;s:22:"field_background_color";i:1;s:27:"field_typography_typography";i:1;s:28:"field_typography_font_family";i:1;}s:20:"section_button_style";a:9:{s:20:"button_border_radius";i:1;s:20:"button_border_border";i:1;s:19:"button_border_width";i:1;s:29:"button_background_hover_color";i:1;s:28:"button_typography_typography";i:1;s:29:"button_typography_font_family";i:1;s:23:"button_background_color";i:1;s:19:"button_border_color";i:1;s:18:"button_hover_color";i:1;}}}}s:11:"google_maps";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{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:8:"advanced";a:2:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}s:15:"section_effects";a:2:{s:10:"_animation";i:1;s:16:"_animation_delay";i:1;}}}}}'),
(18193, 2225, '_elementor_edit_mode', 'builder'),
(18194, 2225, '_elementor_template_type', 'wp-page'),
(18195, 2225, '_elementor_version', '3.15.1'),
(18196, 2225, '_elementor_pro_version', '3.14.0'),
(18197, 2225, '_wp_page_template', 'elementor_header_footer'),
(18198, 2225, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(18199, 2225, '_elementor_data', '[{"id":"3da9800","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/dialing-telephone-keypad.jpg","id":188},"background_size":"cover","background_motion_fx_motion_fx_scrolling":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.90000000000000002220446049250313080847263336181640625,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":40,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","background_color_b":"globals\\/colors?id=0a2a356","background_overlay_color":"globals\\/colors?id=cbd1087"},"animation":"fadeInDown","eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"0","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"eael_cl_logics":[{"_id":"3890a34"}]},"elements":[{"id":"6b91b1a","elType":"column","settings":{"_column_size":100,"_inline_size":null,"eael_cl_logics":[{"_id":"d1c52d0"}]},"elements":[{"id":"43fb43d","elType":"widget","settings":{"title":"Contact","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":55,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"left","_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":"em","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","typography_text_transform":"uppercase","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"eael_cl_logics":[{"_id":"4cb9470"}]},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"5f21a461","elType":"section","settings":{"content_width":{"unit":"px","size":""},"background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.9699999999999999733546474089962430298328399658203125},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"px","top":"40","right":"0","bottom":"0","left":"0","isLinked":false},"css_classes":"envato-kit-141-top-0","text_align":"center","animation":"fadeInLeft","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"7bf1ebf"}]},"elements":[{"id":"751e2366","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":12,"eael_cl_logics":[{"_id":"fcbc8e0"}]},"elements":[{"id":"229f56ab","elType":"widget","settings":{"title":"Get in Touch with Us ","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]},"eael_cl_logics":[{"_id":"86bd80d"}]},"elements":[],"widgetType":"heading"},{"id":"7cae9bf","elType":"widget","settings":{"editor":"<p>We welcome your feedback and review of our products and services. If you have any questions regarding Intelligent Aqua, please contact us via email or phone, and we will get back to you as soon as possible.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"eael_cl_logics":[{"_id":"7cc5598"}]},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"7eced021","elType":"section","settings":{"content_width":{"unit":"px","size":""},"background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.05000000000000000277555756156289135105907917022705078125},"padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"em","top":"","right":"","bottom":"","left":"","isLinked":true},"structure":"20","css_classes":"envato-kit-141-top-0","content_position":"middle","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#54595F2B","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"border_color":""},"background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water.jpg","id":369},"background_overlay_size":"contain","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"164b37b"}]},"elements":[{"id":"496a2241","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":12,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"animation":"fadeInUp","_inline_size_tablet":100,"eael_cl_logics":[{"_id":"6cef7ec"}]},"elements":[{"id":"4cb2b438","elType":"section","settings":{"gap":"no","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"1b71fb1"}]},"elements":[{"id":"7529734a","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_border":"solid","border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"rgba(255,255,255,0.12)","margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"animation":"fadeIn","animation_delay":150,"eael_cl_logics":[{"_id":"13bbb4b"}]},"elements":[{"id":"3c404138","elType":"widget","settings":{"title":"Reach us through","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":16},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"439add8"}]},"elements":[],"widgetType":"heading"},{"id":"c1e8297","elType":"widget","settings":{"icon_list":[{"text":"Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8\\/84  <br>Bukit Jelutong Business and Technology Centre <br>40150 Shah Alam, Selangor","icon":"fa fa-map-marker","_id":"48ff73c","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"+60 13 310 2264 ","icon":"fa fa-phone","_id":"a26609a","selected_icon":{"value":"fas fa-phone","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"intelligentaqua@pitech.com.my","icon":"fa fa-envelope-open-o","_id":"050eab3","selected_icon":{"value":"far fa-envelope-open","library":"fa-regular"},"__fa4_migrated":{"selected_icon":true}}],"space_between":{"unit":"px","size":15},"icon_size":{"unit":"px","size":16},"text_indent":{"unit":"px","size":16},"icon_typography_typography":"custom","icon_typography_font_family":"Open Sans","icon_typography_font_size":{"unit":"px","size":16},"icon_typography_line_height":{"unit":"em","size":1.5},"__globals__":{"icon_color":"globals\\/colors?id=cbd1087","text_color":"globals\\/colors?id=secondary"},"_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"6f7f20a"}]},"elements":[],"widgetType":"icon-list"},{"id":"8995ace","elType":"widget","settings":{"title":"JOIN OUR TEAM ","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25},"typography_font_weight":"600","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"cbbe6dc"}]},"elements":[],"widgetType":"heading"},{"id":"aabbc29","elType":"widget","settings":{"editor":"<p>Grow your career with us and change the world. Interested applicants are encouraged to apply by submitting a cover letter together with a detailed resume, including current and expected salary and contact number to: <span style=\\"color: #262262;\\"><a style=\\"color: #262262;\\" href=\\"mailto:hrd@pitech.com.my\\">hrd@pitech.com.my<\\/a><\\/span><\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"eael_cl_logics":[{"_id":"8449924"}]},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"55e83f23","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":16,"background_background":"classic","border_radius":{"unit":"px","top":"4","right":"4","bottom":"4","left":"4","isLinked":true},"box_shadow_box_shadow":{"horizontal":0,"vertical":3,"blur":12,"spread":0,"color":"rgba(0,0,0,0.03)"},"text_align":"center","padding":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"animation":"fadeInRight","animation_delay":200,"css_classes":"envato-kit-141-newsletter-inline","content_position":"top","_inline_size_tablet":100,"padding_mobile":{"unit":"px","top":"0","right":"30","bottom":"0","left":"30","isLinked":false},"eael_cl_logics":[{"_id":"4a967ef"}]},"elements":[{"id":"118b1a42","elType":"widget","settings":{"title":"Send us a Message","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25},"typography_font_weight":"600","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"b700f38"}]},"elements":[],"widgetType":"heading"},{"id":"5a6429f0","elType":"widget","settings":{"form_name":"Contact Form","form_fields":[{"_id":"email","required":"true","placeholder":"Name","width":"","min_date":"","max_date":"","custom_id":"name","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Name"},{"_id":"6850d19","placeholder":"Company ","width":"","min_date":"","max_date":"","custom_id":"company","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Company"},{"_id":"f9f57ad","placeholder":"Contact Number","width":"","min_date":"","max_date":"","custom_id":"Phone","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Contact Number","required":"true"},{"field_type":"email","placeholder":"Email","width":"","min_date":"","max_date":"","custom_id":"email","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","_id":"bef77f1","field_label":"Email","required":"true"},{"field_type":"textarea","placeholder":"Message","min_date":"","max_date":"","_id":"da6d553","custom_id":"message","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Message"},{"_id":"4df19d9","field_type":"honeypot","field_label":"Honeypot","custom_id":"field_4df19d9"},{"_id":"a3c47d2","field_type":"recaptcha_v3","field_label":"reCAPTCHA V3","custom_id":"field_a3c47d2"}],"input_size":"md","button_text":"Send Message","button_size":"md","button_width":"","email_to":"mutmainnah@pitech.com.my","email_subject":"New message from Intelligent Aqua","email_content":"CONTACT FORM<br\\/><br\\/>\\nNAME: [field id=\\"name\\"]<br\\/>\\nCOMPANY: [field id=\\"company\\"]<br\\/>\\nPHONE: [field id=\\"phone\\"]<br\\/>\\nEMAIL: [field id=\\"email\\"]<br\\/>\\nMESSAGE:<br\\/><br\\/>\\n[field id=\\"message\\"]","email_from":"[field id=\\"email\\"]","email_from_name":"[field id=\\"name\\"]","email_to_2":"","email_subject_2":"New message from \\"kit-141\\"","email_content_2":"[all-fields]","email_from_2":"","email_from_name_2":"kit-141","email_reply_to_2":"","success_message":"The form was sent successfully.","error_message":"An error occured.","required_field_message":"This field is required.","invalid_message":"There''s something wrong. The form is invalid.","column_gap":{"unit":"px","size":16},"field_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"field_border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"button_border_radius":{"unit":"px","top":"24","right":"24","bottom":"24","left":"24","isLinked":true},"field_text_color":"rgba(0,0,0,0.62)","field_background_color":"#EFEFEF","button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_hover_color":"rgba(0,0,0,0)","row_gap":{"unit":"px","size":20},"mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"step_next_label":"Next","step_previous_label":"Previous","label_typography_typography":"custom","label_typography_font_family":"Nunito","html_typography_typography":"custom","html_typography_font_family":"Nunito","field_typography_typography":"custom","field_typography_font_family":"Open Sans","button_typography_typography":"custom","button_typography_font_family":"Nunito","__globals__":{"button_background_color":"globals\\/colors?id=3fd3109","button_border_color":"globals\\/colors?id=3fd3109","button_hover_color":"globals\\/colors?id=3fd3109","field_background_color":""},"button_background_color":"#262262","button_border_color":"#262262","button_hover_color":"#262262","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","show_labels":"","form_metadata":[],"eael_cl_logics":[{"_id":"859362b"}],"server_message":"Your submission failed because of a server error."},"elements":[],"widgetType":"form"}],"isInner":false}],"isInner":false},{"id":"5e1a8e6","elType":"section","settings":{"layout":"full_width","gap":"no","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"22496ec"}]},"elements":[{"id":"f9be555","elType":"column","settings":{"_column_size":100,"_inline_size":null,"eael_cl_logics":[{"_id":"a1ecd0a"}]},"elements":[{"id":"9cc66e5","elType":"widget","settings":{"address":"Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8\\/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"fadeIn","_animation_delay":300,"zoom":{"unit":"px","size":18,"sizes":[]},"height":{"unit":"px","size":500,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"e066717"}]},"elements":[],"widgetType":"google_maps"}],"isInner":false}],"isInner":false}]'),
(18200, 2225, '_elementor_page_assets', 'a:1:{s:6:"styles";a:6:{i:0;s:12:"e-animations";i:1;s:12:"e-animations";i:2;s:12:"e-animations";i:3;s:12:"e-animations";i:4;s:12:"e-animations";i:5;s:12:"e-animations";}}'),
(18201, 2225, '_elementor_controls_usage', 'a:7:{s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:4;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:10:{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:22:"typography_line_height";i:4;s:25:"typography_text_transform";i:3;s:27:"typography_font_size_mobile";i:4;s:29:"typography_line_height_mobile";i:1;s:25:"typography_letter_spacing";i:1;s:27:"typography_font_size_tablet";i:2;}}s:8:"advanced";a:2:{s:14:"_section_style";a:3:{s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;}s:15:"section_effects";a:1:{s:16:"_animation_delay";i:2;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:4:{s:12:"_inline_size";i:6;s:21:"space_between_widgets";i:3;s:19:"_inline_size_tablet";i:2;s:16:"content_position";i:1;}}s:5:"style";a:3:{s:14:"section_border";a:5:{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:21:"box_shadow_box_shadow";i:1;}s:13:"section_style";a:1:{s:21:"background_background";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:13:"margin_mobile";i:1;s:6:"margin";i:1;s:7:"padding";i:1;s:11:"css_classes";i:1;s:14:"padding_mobile";i:1;}s:15:"section_effects";a:2:{s:9:"animation";i:3;s:15:"animation_delay";i:2;}}}}s:7:"section";a:3:{s:5:"count";i:5;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:13:"content_width";i:2;s:3:"gap";i:4;s:16:"content_position";i:1;s:6:"layout";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:5:"style";a:5:{s:18:"section_background";a:7:{s:21:"background_background";i:1;s:16:"background_image";i:3;s:15:"background_size";i:3;s:40:"background_motion_fx_motion_fx_scrolling";i:1;s:19:"background_position";i:2;s:21:"background_attachment";i:2;s:17:"background_repeat";i:2;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:3;s:26:"background_overlay_opacity";i:3;s:24:"background_overlay_color";i:2;s:24:"background_overlay_image";i:1;s:23:"background_overlay_size";i:1;}s:21:"section_shape_divider";a:3:{s:20:"shape_divider_bottom";i:1;s:26:"shape_divider_bottom_width";i:1;s:27:"shape_divider_bottom_height";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}s:14:"section_border";a:3:{s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:9:"animation";i:2;}s:16:"section_advanced";a:4:{s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:3;s:7:"padding";i:2;s:11:"css_classes";i:2;}}}}s:11:"text-editor";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;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:21:"typography_typography";i:2;s:22:"typography_font_family";i:2;s:20:"typography_font_size";i:2;s:22:"typography_line_height";i:2;s:12:"align_mobile";i:2;s:27:"typography_font_size_mobile";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:2;s:7:"_margin";i:2;s:14:"_margin_mobile";i:2;}}}}s:9:"icon-list";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;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:3:{s:17:"section_icon_list";a:1:{s:13:"space_between";i:1;}s:18:"section_icon_style";a:1:{s:9:"icon_size";i:1;}s:18:"section_text_style";a:5:{s:11:"text_indent";i:1;s:26:"icon_typography_typography";i:1;s:27:"icon_typography_font_family";i:1;s:25:"icon_typography_font_size";i:1;s:27:"icon_typography_line_height";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:4:"form";a:3:{s:5:"count";i:1;s:15:"control_percent";i:6;s:8:"controls";a:2:{s:7:"content";a:5:{s:19:"section_form_fields";a:4:{s:9:"form_name";i:1;s:11:"form_fields";i:1;s:10:"input_size";i:1;s:11:"show_labels";i:1;}s:15:"section_buttons";a:3:{s:11:"button_text";i:1;s:11:"button_size";i:1;s:12:"button_width";i:1;}s:13:"section_email";a:6:{s:8:"email_to";i:1;s:13:"email_subject";i:1;s:13:"email_content";i:1;s:10:"email_from";i:1;s:15:"email_from_name";i:1;s:13:"form_metadata";i:1;}s:15:"section_email_2";a:5:{s:10:"email_to_2";i:1;s:15:"email_subject_2";i:1;s:12:"email_from_2";i:1;s:17:"email_from_name_2";i:1;s:16:"email_reply_to_2";i:1;}s:20:"section_form_options";a:2:{s:13:"error_message";i:1;s:15:"invalid_message";i:1;}}s:5:"style";a:3:{s:18:"section_form_style";a:6:{s:10:"column_gap";i:1;s:7:"row_gap";i:1;s:27:"label_typography_typography";i:1;s:28:"label_typography_font_family";i:1;s:26:"html_typography_typography";i:1;s:27:"html_typography_font_family";i:1;}s:19:"section_field_style";a:6:{s:18:"field_border_width";i:1;s:19:"field_border_radius";i:1;s:16:"field_text_color";i:1;s:22:"field_background_color";i:1;s:27:"field_typography_typography";i:1;s:28:"field_typography_font_family";i:1;}s:20:"section_button_style";a:9:{s:20:"button_border_radius";i:1;s:20:"button_border_border";i:1;s:19:"button_border_width";i:1;s:29:"button_background_hover_color";i:1;s:28:"button_typography_typography";i:1;s:29:"button_typography_font_family";i:1;s:23:"button_background_color";i:1;s:19:"button_border_color";i:1;s:18:"button_hover_color";i:1;}}}}s:11:"google_maps";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{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:8:"advanced";a:2:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}s:15:"section_effects";a:2:{s:10:"_animation";i:1;s:16:"_animation_delay";i:1;}}}}}'),
(18204, 2226, '_elementor_edit_mode', 'builder'),
(18205, 2226, '_elementor_template_type', 'wp-page'),
(18206, 2226, '_elementor_version', '3.15.2'),
(18207, 2226, '_elementor_pro_version', '3.14.0'),
(18208, 2226, '_wp_page_template', 'elementor_header_footer'),
(18209, 2226, '_elementor_page_settings', 'a:1:{s:18:"eael_ext_toc_title";s:17:"Table of Contents";}'),
(18210, 2226, '_elementor_data', '[{"id":"3da9800","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":500,"sizes":[]},"background_background":"classic","background_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/dialing-telephone-keypad.jpg","id":188},"background_size":"cover","background_motion_fx_motion_fx_scrolling":"yes","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.90000000000000002220446049250313080847263336181640625,"sizes":[]},"shape_divider_bottom":"waves","shape_divider_bottom_width":{"unit":"%","size":100,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":40,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=3fd3109","background_color_b":"globals\\/colors?id=0a2a356","background_overlay_color":"globals\\/colors?id=cbd1087"},"animation":"fadeInDown","eael_parallax_layers_list":[],"padding_tablet":{"unit":"px","top":"50","right":"50","bottom":"0","left":"50","isLinked":false},"padding_mobile":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"eael_cl_logics":[{"_id":"3890a34"}]},"elements":[{"id":"6b91b1a","elType":"column","settings":{"_column_size":100,"_inline_size":null,"eael_cl_logics":[{"_id":"d1c52d0"}]},"elements":[{"id":"43fb43d","elType":"widget","settings":{"title":"Contact","align":"left","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":55,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align_mobile":"left","_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":"em","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"title_color":"globals\\/colors?id=995f85e"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","typography_text_transform":"uppercase","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"eael_cl_logics":[{"_id":"4cb9470"}]},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"5f21a461","elType":"section","settings":{"content_width":{"unit":"px","size":""},"background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.9699999999999999733546474089962430298328399658203125},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"px","top":"40","right":"0","bottom":"0","left":"0","isLinked":false},"css_classes":"envato-kit-141-top-0","text_align":"center","animation":"fadeInLeft","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"7bf1ebf"}]},"elements":[{"id":"751e2366","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":12,"eael_cl_logics":[{"_id":"fcbc8e0"}]},"elements":[{"id":"229f56ab","elType":"widget","settings":{"title":"Get in Touch with Us ","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_line_height":{"unit":"px","size":56,"sizes":[]},"align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.3000000000000000444089209850062616169452667236328125,"sizes":[]},"eael_cl_logics":[{"_id":"86bd80d"}]},"elements":[],"widgetType":"heading"},{"id":"7cae9bf","elType":"widget","settings":{"editor":"<p>We welcome your feedback and review of our products and services. If you have any questions regarding Intelligent Aqua, please contact us via email or phone, and we will get back to you as soon as possible.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"eael_cl_logics":[{"_id":"7cc5598"}]},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"7eced021","elType":"section","settings":{"content_width":{"unit":"px","size":""},"background_image":{"id":"189","url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/hector-martinez-110928-unsplash.jpg"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.05000000000000000277555756156289135105907917022705078125},"padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false},"custom_height":{"unit":"vh","size":75},"gap":"wider","padding_mobile":{"unit":"em","top":"","right":"","bottom":"","left":"","isLinked":true},"structure":"20","css_classes":"envato-kit-141-top-0","content_position":"middle","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#54595F2B","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"border_color":""},"background_overlay_image":{"url":"https:\\/\\/intelligentaqua.com.my\\/wp-content\\/uploads\\/2021\\/02\\/blue-water.jpg","id":369},"background_overlay_size":"contain","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"164b37b"}]},"elements":[{"id":"496a2241","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":12,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"animation":"fadeInUp","_inline_size_tablet":100,"eael_cl_logics":[{"_id":"6cef7ec"}]},"elements":[{"id":"4cb2b438","elType":"section","settings":{"gap":"no","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"1b71fb1"}]},"elements":[{"id":"7529734a","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_border":"solid","border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"rgba(255,255,255,0.12)","margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"animation":"fadeIn","animation_delay":150,"eael_cl_logics":[{"_id":"13bbb4b"}]},"elements":[{"id":"3c404138","elType":"widget","settings":{"title":"Reach us through","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":16},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1},"__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"439add8"}]},"elements":[],"widgetType":"heading"},{"id":"c1e8297","elType":"widget","settings":{"icon_list":[{"text":"Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8\\/84  <br>Bukit Jelutong Business and Technology Centre <br>40150 Shah Alam, Selangor","icon":"fa fa-map-marker","_id":"48ff73c","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"+60 13 310 2264 ","icon":"fa fa-phone","_id":"a26609a","selected_icon":{"value":"fas fa-phone","library":"fa-solid"},"__fa4_migrated":{"selected_icon":true}},{"text":"intelligentaqua@pitech.com.my","icon":"fa fa-envelope-open-o","_id":"050eab3","selected_icon":{"value":"far fa-envelope-open","library":"fa-regular"},"__fa4_migrated":{"selected_icon":true}}],"space_between":{"unit":"px","size":15},"icon_size":{"unit":"px","size":16},"text_indent":{"unit":"px","size":16},"icon_typography_typography":"custom","icon_typography_font_family":"Open Sans","icon_typography_font_size":{"unit":"px","size":16},"icon_typography_line_height":{"unit":"em","size":1.5},"__globals__":{"icon_color":"globals\\/colors?id=cbd1087","text_color":"globals\\/colors?id=secondary"},"_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"6f7f20a"}]},"elements":[],"widgetType":"icon-list"},{"id":"8995ace","elType":"widget","settings":{"title":"JOIN OUR TEAM ","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25},"typography_font_weight":"600","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"cbbe6dc"}]},"elements":[],"widgetType":"heading"},{"id":"aabbc29","elType":"widget","settings":{"editor":"<p>Grow your career with us and change the world. Interested applicants are encouraged to apply by submitting a cover letter together with a detailed resume, including current and expected salary and contact number to: <span style=\\"color: #262262;\\"><a style=\\"color: #262262;\\" href=\\"mailto:hrd@pitech.com.my\\">hrd@pitech.com.my<\\/a><\\/span><\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_line_height":{"unit":"px","size":29,"sizes":[]},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"px","top":"020","right":"0","bottom":"0","left":"0","isLinked":false},"align_mobile":"left","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=secondary"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"eael_cl_logics":[{"_id":"8449924"}]},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"55e83f23","elType":"column","settings":{"_column_size":50,"_inline_size":null,"space_between_widgets":16,"background_background":"classic","border_radius":{"unit":"px","top":"4","right":"4","bottom":"4","left":"4","isLinked":true},"box_shadow_box_shadow":{"horizontal":0,"vertical":3,"blur":12,"spread":0,"color":"rgba(0,0,0,0.03)"},"text_align":"center","padding":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"animation":"fadeInRight","animation_delay":200,"css_classes":"envato-kit-141-newsletter-inline","content_position":"top","_inline_size_tablet":100,"padding_mobile":{"unit":"px","top":"0","right":"30","bottom":"0","left":"30","isLinked":false},"eael_cl_logics":[{"_id":"4a967ef"}]},"elements":[{"id":"118b1a42","elType":"widget","settings":{"title":"Send us a Message","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":25},"typography_font_weight":"600","typography_line_height":{"unit":"em","size":1.3300000000000000710542735760100185871124267578125},"_animation_delay":100,"typography_font_size_tablet":{"unit":"rem","size":""},"typography_font_size_mobile":{"unit":"rem","size":""},"typography_text_transform":"capitalize","align":"left","__globals__":{"title_color":"globals\\/colors?id=cbd1087"},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"b700f38"}]},"elements":[],"widgetType":"heading"},{"id":"5a6429f0","elType":"widget","settings":{"form_name":"Contact Form","form_fields":[{"_id":"email","required":"true","placeholder":"Name","width":"","min_date":"","max_date":"","custom_id":"name","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Name"},{"_id":"6850d19","placeholder":"Company ","width":"","min_date":"","max_date":"","custom_id":"company","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Company"},{"_id":"f9f57ad","placeholder":"Contact Number","width":"","min_date":"","max_date":"","custom_id":"Phone","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Contact Number","required":"true"},{"field_type":"email","placeholder":"Email","width":"","min_date":"","max_date":"","custom_id":"email","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","_id":"bef77f1","field_label":"Email","required":"true"},{"field_type":"textarea","placeholder":"Message","min_date":"","max_date":"","_id":"da6d553","custom_id":"message","previous_button":"","next_button":"","file_sizes":"","file_types":"","allow_multiple_upload":"","max_files":"","acceptance_text":"","checked_by_default":"","field_min":"","field_max":"","use_native_date":"","use_native_time":"","field_label":"Message"},{"_id":"4df19d9","field_type":"honeypot","field_label":"Honeypot","custom_id":"field_4df19d9"},{"_id":"a3c47d2","field_type":"recaptcha_v3","field_label":"reCAPTCHA V3","custom_id":"field_a3c47d2"}],"input_size":"md","button_text":"Send Message","button_size":"md","button_width":"","email_to":"mutmainnah@pitech.com.my","email_subject":"New message from Intelligent Aqua","email_content":"CONTACT FORM<br\\/><br\\/>\\nNAME: [field id=\\"name\\"]<br\\/>\\nCOMPANY: [field id=\\"company\\"]<br\\/>\\nPHONE: [field id=\\"phone\\"]<br\\/>\\nEMAIL: [field id=\\"email\\"]<br\\/>\\nMESSAGE:<br\\/><br\\/>\\n[field id=\\"message\\"]","email_from":"[field id=\\"email\\"]","email_from_name":"[field id=\\"name\\"]","email_to_2":"","email_subject_2":"New message from \\"kit-141\\"","email_content_2":"[all-fields]","email_from_2":"","email_from_name_2":"kit-141","email_reply_to_2":"","success_message":"The form was sent successfully.","error_message":"An error occured.","required_field_message":"This field is required.","invalid_message":"There''s something wrong. The form is invalid.","column_gap":{"unit":"px","size":16},"field_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"field_border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"button_border_radius":{"unit":"px","top":"24","right":"24","bottom":"24","left":"24","isLinked":true},"field_text_color":"rgba(0,0,0,0.62)","field_background_color":"#EFEFEF","button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_hover_color":"rgba(0,0,0,0)","row_gap":{"unit":"px","size":20},"mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"step_next_label":"Next","step_previous_label":"Previous","label_typography_typography":"custom","label_typography_font_family":"Nunito","html_typography_typography":"custom","html_typography_font_family":"Nunito","field_typography_typography":"custom","field_typography_font_family":"Open Sans","button_typography_typography":"custom","button_typography_font_family":"Nunito","__globals__":{"button_background_color":"globals\\/colors?id=3fd3109","button_border_color":"globals\\/colors?id=3fd3109","button_hover_color":"globals\\/colors?id=3fd3109","field_background_color":""},"button_background_color":"#262262","button_border_color":"#262262","button_hover_color":"#262262","eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","show_labels":"","form_metadata":[],"eael_cl_logics":[{"_id":"859362b"}],"server_message":"Your submission failed because of a server error."},"elements":[],"widgetType":"form"}],"isInner":false}],"isInner":false},{"id":"5e1a8e6","elType":"section","settings":{"layout":"full_width","gap":"no","eael_parallax_layers_list":[],"eael_cl_logics":[{"_id":"22496ec"}]},"elements":[{"id":"f9be555","elType":"column","settings":{"_column_size":100,"_inline_size":null,"eael_cl_logics":[{"_id":"a1ecd0a"}]},"elements":[{"id":"9cc66e5","elType":"widget","settings":{"address":"Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8\\/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"fadeIn","_animation_delay":300,"zoom":{"unit":"px","size":18,"sizes":[]},"height":{"unit":"px","size":500,"sizes":[]},"eael_tooltip_section_content":"I am a tooltip","eael_ext_content_protection_password_placeholder":"Enter Password","eael_ext_content_protection_password_submit_btn_txt":"Submit","eael_ext_content_protection_password_incorrect_message":"Password does not match.","eael_cl_logics":[{"_id":"e066717"}]},"elements":[],"widgetType":"google_maps"}],"isInner":false}],"isInner":false}]');
INSERT INTO `wpfq_postmeta` VALUES
(18211, 2226, '_elementor_page_assets', 'a:1:{s:6:"styles";a:6:{i:0;s:12:"e-animations";i:1;s:12:"e-animations";i:2;s:12:"e-animations";i:3;s:12:"e-animations";i:4;s:12:"e-animations";i:5;s:12:"e-animations";}}'),
(18212, 2226, '_elementor_controls_usage', 'a:7:{s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:4;s:12:"align_mobile";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:10:{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:22:"typography_line_height";i:4;s:25:"typography_text_transform";i:3;s:27:"typography_font_size_mobile";i:4;s:29:"typography_line_height_mobile";i:1;s:25:"typography_letter_spacing";i:1;s:27:"typography_font_size_tablet";i:2;}}s:8:"advanced";a:2:{s:14:"_section_style";a:3:{s:7:"_margin";i:1;s:14:"_margin_mobile";i:1;s:15:"_padding_mobile";i:1;}s:15:"section_effects";a:1:{s:16:"_animation_delay";i:2;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:4:{s:12:"_inline_size";i:6;s:21:"space_between_widgets";i:3;s:19:"_inline_size_tablet";i:2;s:16:"content_position";i:1;}}s:5:"style";a:3:{s:14:"section_border";a:5:{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:21:"box_shadow_box_shadow";i:1;}s:13:"section_style";a:1:{s:21:"background_background";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:13:"margin_mobile";i:1;s:6:"margin";i:1;s:7:"padding";i:1;s:11:"css_classes";i:1;s:14:"padding_mobile";i:1;}s:15:"section_effects";a:2:{s:9:"animation";i:3;s:15:"animation_delay";i:2;}}}}s:7:"section";a:3:{s:5:"count";i:5;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:13:"content_width";i:2;s:3:"gap";i:4;s:16:"content_position";i:1;s:6:"layout";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:5:"style";a:5:{s:18:"section_background";a:7:{s:21:"background_background";i:1;s:16:"background_image";i:3;s:15:"background_size";i:3;s:40:"background_motion_fx_motion_fx_scrolling";i:1;s:19:"background_position";i:2;s:21:"background_attachment";i:2;s:17:"background_repeat";i:2;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:3;s:26:"background_overlay_opacity";i:3;s:24:"background_overlay_color";i:2;s:24:"background_overlay_image";i:1;s:23:"background_overlay_size";i:1;}s:21:"section_shape_divider";a:3:{s:20:"shape_divider_bottom";i:1;s:26:"shape_divider_bottom_width";i:1;s:27:"shape_divider_bottom_height";i:1;}s:12:"section_typo";a:1:{s:10:"text_align";i:1;}s:14:"section_border";a:3:{s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:9:"animation";i:2;}s:16:"section_advanced";a:4:{s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:3;s:7:"padding";i:2;s:11:"css_classes";i:2;}}}}s:11:"text-editor";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;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:21:"typography_typography";i:2;s:22:"typography_font_family";i:2;s:20:"typography_font_size";i:2;s:22:"typography_line_height";i:2;s:12:"align_mobile";i:2;s:27:"typography_font_size_mobile";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:3:{s:8:"_padding";i:2;s:7:"_margin";i:2;s:14:"_margin_mobile";i:2;}}}}s:9:"icon-list";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;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:3:{s:17:"section_icon_list";a:1:{s:13:"space_between";i:1;}s:18:"section_icon_style";a:1:{s:9:"icon_size";i:1;}s:18:"section_text_style";a:5:{s:11:"text_indent";i:1;s:26:"icon_typography_typography";i:1;s:27:"icon_typography_font_family";i:1;s:25:"icon_typography_font_size";i:1;s:27:"icon_typography_line_height";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:4:"form";a:3:{s:5:"count";i:1;s:15:"control_percent";i:6;s:8:"controls";a:2:{s:7:"content";a:5:{s:19:"section_form_fields";a:4:{s:9:"form_name";i:1;s:11:"form_fields";i:1;s:10:"input_size";i:1;s:11:"show_labels";i:1;}s:15:"section_buttons";a:3:{s:11:"button_text";i:1;s:11:"button_size";i:1;s:12:"button_width";i:1;}s:13:"section_email";a:6:{s:8:"email_to";i:1;s:13:"email_subject";i:1;s:13:"email_content";i:1;s:10:"email_from";i:1;s:15:"email_from_name";i:1;s:13:"form_metadata";i:1;}s:15:"section_email_2";a:5:{s:10:"email_to_2";i:1;s:15:"email_subject_2";i:1;s:12:"email_from_2";i:1;s:17:"email_from_name_2";i:1;s:16:"email_reply_to_2";i:1;}s:20:"section_form_options";a:2:{s:13:"error_message";i:1;s:15:"invalid_message";i:1;}}s:5:"style";a:3:{s:18:"section_form_style";a:6:{s:10:"column_gap";i:1;s:7:"row_gap";i:1;s:27:"label_typography_typography";i:1;s:28:"label_typography_font_family";i:1;s:26:"html_typography_typography";i:1;s:27:"html_typography_font_family";i:1;}s:19:"section_field_style";a:6:{s:18:"field_border_width";i:1;s:19:"field_border_radius";i:1;s:16:"field_text_color";i:1;s:22:"field_background_color";i:1;s:27:"field_typography_typography";i:1;s:28:"field_typography_font_family";i:1;}s:20:"section_button_style";a:9:{s:20:"button_border_radius";i:1;s:20:"button_border_border";i:1;s:19:"button_border_width";i:1;s:29:"button_background_hover_color";i:1;s:28:"button_typography_typography";i:1;s:29:"button_typography_font_family";i:1;s:23:"button_background_color";i:1;s:19:"button_border_color";i:1;s:18:"button_hover_color";i:1;}}}}s:11:"google_maps";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{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:8:"advanced";a:2:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}s:15:"section_effects";a:2:{s:10:"_animation";i:1;s:16:"_animation_delay";i:1;}}}}}'),
(18231, 286, '_elementor_page_assets', 'a:1:{s:6:"styles";a:1:{i:0;s:12:"e-animations";}}'),
(18278, 7, '_elementor_css', 'a:6:{s:4:"time";i:1695272460;s:5:"fonts";a:2:{i:0;s:6:"Roboto";i:1;s:11:"Roboto Slab";}s:5:"icons";a:0:{}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(18279, 205, '_elementor_css', 'a:6:{s:4:"time";i:1695272461;s:5:"fonts";a:1:{i:0;s:6:"Nunito";}s:5:"icons";a:2:{i:0;s:8:"fa-solid";i:1;s:0:"";}s:20:"dynamic_elements_ids";a:1:{i:0;s:7:"3397557";}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(18280, 292, '_elementor_css', 'a:6:{s:4:"time";i:1695272461;s:5:"fonts";a:2:{i:0;s:9:"Open Sans";i:1;s:6:"Roboto";}s:5:"icons";a:3:{i:0;s:9:"fa-brands";i:2;s:8:"fa-solid";i:9;s:10:"fa-regular";}s:20:"dynamic_elements_ids";a:1:{i:0;s:7:"870dec4";}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(18281, 260, '_elementor_css', 'a:6:{s:4:"time";i:1695272461;s:5:"fonts";a:2:{i:0;s:6:"Nunito";i:9;s:4:"Nasa";}s:5:"icons";a:2:{i:0;s:9:"fa-brands";i:3;s:0:"";}s:20:"dynamic_elements_ids";a:2:{i:0;s:7:"f63fcdd";i:1;s:7:"96b311e";}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(18282, 13, '_elementor_css', 'a:6:{s:4:"time";i:1695273121;s:5:"fonts";a:3:{i:0;s:6:"Roboto";i:1;s:9:"Open Sans";i:18;s:6:"Nunito";}s:5:"icons";a:2:{i:0;s:0:"";i:5;s:8:"fa-solid";}s:20:"dynamic_elements_ids";a:3:{i:0;s:7:"9809d29";i:1;s:7:"739ca67";i:2;s:7:"0288d16";}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(18283, 1331, '_elementor_css', 'a:6:{s:4:"time";i:1695273122;s:5:"fonts";a:2:{i:0;s:6:"Roboto";i:1;s:9:"Open Sans";}s:5:"icons";a:1:{i:0;s:8:"fa-solid";}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(18284, 1340, '_elementor_css', 'a:6:{s:4:"time";i:1695273122;s:5:"fonts";a:2:{i:0;s:6:"Roboto";i:1;s:9:"Open Sans";}s:5:"icons";a:1:{i:0;s:8:"fa-solid";}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(18285, 1355, '_elementor_css', 'a:6:{s:4:"time";i:1695273122;s:5:"fonts";a:2:{i:0;s:6:"Roboto";i:1;s:9:"Open Sans";}s:5:"icons";a:1:{i:0;s:8:"fa-solid";}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(18286, 123, '_elementor_css', 'a:6:{s:4:"time";i:1695278499;s:5:"fonts";a:2:{i:0;s:6:"Nunito";i:1;s:4:"Nasa";}s:5:"icons";a:2:{i:0;s:8:"fa-solid";i:50;s:0:"";}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(18287, 274, '_elementor_css', 'a:6:{s:4:"time";i:1695280587;s:5:"fonts";a:3:{i:0;s:6:"Roboto";i:2;s:9:"Open Sans";i:4;s:6:"Nunito";}s:5:"icons";a:1:{i:0;s:0:"";}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(18288, 112, '_elementor_css', 'a:6:{s:4:"time";i:1695280634;s:5:"fonts";a:3:{i:0;s:6:"Roboto";i:1;s:9:"Open Sans";i:30;s:6:"Nunito";}s:5:"icons";a:3:{i:0;s:10:"fa-regular";i:4;s:8:"fa-solid";i:8;s:0:"";}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(18289, 138, '_elementor_css', 'a:6:{s:4:"time";i:1695280646;s:5:"fonts";a:3:{i:0;s:6:"Roboto";i:1;s:9:"Open Sans";i:10;s:6:"Nunito";}s:5:"icons";a:2:{i:0;s:0:"";i:8;s:8:"fa-solid";}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(18290, 186, '_elementor_css', 'a:6:{s:4:"time";i:1695280659;s:5:"fonts";a:3:{i:0;s:6:"Roboto";i:2;s:9:"Open Sans";i:8;s:6:"Nunito";}s:5:"icons";a:3:{i:0;s:8:"fa-solid";i:2;s:10:"fa-regular";i:3;s:0:"";}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(18291, 1904, '_elementor_css', 'a:6:{s:4:"time";i:1695280667;s:5:"fonts";a:3:{i:0;s:6:"Roboto";i:1;s:9:"Open Sans";i:11;s:6:"Nunito";}s:5:"icons";a:1:{i:0;s:0:"";}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(18292, 1909, '_elementor_css', 'a:6:{s:4:"time";i:1695280670;s:5:"fonts";a:3:{i:0;s:6:"Roboto";i:1;s:9:"Open Sans";i:23;s:6:"Nunito";}s:5:"icons";a:1:{i:0;s:0:"";}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(18293, 167, '_elementor_css', 'a:6:{s:4:"time";i:1695462285;s:5:"fonts";a:2:{i:0;s:6:"Nunito";i:1;s:4:"Nasa";}s:5:"icons";a:1:{i:0;s:0:"";}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}');

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

--
-- Table structure for table `wpfq_posts`
--

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

--
-- Dumping data for table `wpfq_posts`
--

INSERT INTO `wpfq_posts` VALUES
(1, 2, '2021-02-09 12:00:00', '2021-02-09 12:00:00', '<!-- wp:paragraph -->\n<p>A growing number of studies point to increasing drinking water pollution by microplastics and a range of chemicals from plastic and other sources, which <a href="https://intelligentaqua.com.my">Intelligent Aqua</a> describes as a significant concern.</p>\n<!-- /wp:paragraph -->', 'Making 2021 the year of water conservation', '', 'publish', 'closed', 'open', '', 'making-2021-year-water-conservation', '', '', '2021-07-20 09:58:44', '2021-07-20 09:58:44', '', 0, 'https://intelligentaqua.com.my/?p=1', 0, 'post', '', 0),
(7, 2, '2021-02-17 02:43:14', '2021-02-17 02:43:14', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2021-04-13 08:37:04', '2021-04-13 08:37:04', '', 0, 'https://intelligentaqua.com.my/?elementor_library=default-kit', 0, 'elementor_library', '', 0),
(13, 2, '2021-02-17 03:16:52', '2021-02-17 03:16:52', '<h2>INTELLIGENT AQUA</h2>		\n		<p><b>Solving water issues through ingenious technology</b></p><p>IA is an innovative water treatment system capable of treating and purifying various types of water and wastewater.</p>		\n			<a href="https://intelligentaqua.com.my/solution/" role="button">\n						Learn More\n					</a>\n		https://intelligentaqua.com.my/wp-content/uploads/2021/03/Media2.mp4https://intelligentaqua.com.my/wp-content/uploads/2021/03/Media1.mp4		\n			<h4>Water Treatment Plant Malaysia</h4>		\n			<h2>Revolutionary water purification technology designed in Malaysia</h2>		\n		<p>Intelligent Aqua, also known as IA, is a water treatment system that adopts a hybrid concept of combining special blended adsorption techniques and ion exchange method to treat and purify contaminated and polluted water.</p>		\n			<a href="https://intelligentaqua.com.my/solution/" role="button">\n						Learn More\n					</a>\n			<h4>water treatment company malaysia</h4>		\n			<h2>Why choose Intelligent Aqua</h2>		\n									<h2>\n						Innovative					</h2>\n						An innovative, bio-green water treatment system capable of treating various types of raw water contamination and wastewater					\n									<h2>\n						Eco-friendly					</h2>\n						IA treats the influent in a natural way where ZERO chemical is added. It is a completely sustainable water and wastewater system for both domestic and commercial use					\n									<h2>\n						Excellent Result 					</h2>\n						IA water quality exceeds the requirements of environmental compliance and Drinking Water Guideline					\n			<h4>sewage treatment plant malaysia</h4>		\n			<h2>Applications</h2>		\n		<p>IA adopts the PCR approach — <b>PURIFY, COMPLY, RECYCLE</b></p>		\n												<img src="https://intelligentaqua.com.my/wp-content/uploads/2021/04/Recycle-02.jpg" title="Recycle-02" alt="Recycle-02" />														\n			<a role="button">\n						TO PURIFY\n					</a>\n												<img src="https://intelligentaqua.com.my/wp-content/uploads/2021/04/Recycle-01.jpg" title="Recycle-01" alt="Recycle-01" />														\n			<a role="button">\n						TO COMPLY \n					</a>\n												<img src="https://intelligentaqua.com.my/wp-content/uploads/2021/04/Recycle-03.jpg" title="Recycle-03" alt="Recycle-03" />														\n			<a role="button">\n						TO RECYCLE\n					</a>\n			<h2>FAQ</h2>		\n                What does a Water Treatment Company in Malaysia do?<p><p>A water treatment company, such as Intelligent Aqua Sdn. Bhd. (IA), carries out processes that improve water quality. Whether it’s purifying the water or treating industrial wastewater, these processes remove contaminants from polluted and contaminated water to ensure that it returns safely to the environment.</p></p>\n                What is the challenge of Water Technology today?<p><p>The global water crisis persists not due to a shortage of water treatment technologies; the real problem lies in the high costs. Thus, IA strives to be a cost-efficient solution.</p></p>\n                What is a Water Treatment Plant? <p><p>A water treatment plant is a facility that combines various processes (i.e. physical, chemical and biological) to treat industrial wastewater and remove pollutants.</p><p> </p><p>IA can remove many types of dissolved and suspended contaminants, such as turbidity, biological oxygen demand (BOD), chemical oxygen demand (COD), total organic content (TOC), volatile organic compounds (VOC), disinfection byproducts (DBPs), heavy metals, and others.</p></p>\n                What is a Sewage Treatment Plant in Malaysia?<p><p>Also referred to as wastewater treatment, sewage treatment removes contaminants from domestic and municipal wastewater, i.e. household sewage and industrial wastewater.</p><p> </p><p>IA treats the effluent according to the standard while ensuring its compliance with the Malaysia Department of Environment conditions.</p></p>\n                How does Municipal Wastewater Treatment work?<p><p>Residential and commercial wastewater contains concentrated organic wastes that are readily biodegradable in municipal wastewater treatment plants. Meeting the regulatory-driven effluent water quality criteria, IA removes pathogens, oxygen demanding compounds, and inorganic and synthetic organic chemicals during treatment</p></p>\n			<h2>Contact</h2>		\n		<p>Are you interested in using IA or discussing specific challenges and projects with our experts? Contact our authorised representatives – we’re looking forward to hearing from you.</p>		\n			<a href="https://intelligentaqua.com.my/contact-us/" role="button">\n						Contact Us\n					</a>', 'Home', '', 'publish', 'closed', 'closed', '', 'water-treatment-plant-company', '', '', '2021-09-29 10:51:28', '2021-09-29 10:51:28', '', 0, 'https://intelligentaqua.com.my/?page_id=13', 0, 'page', '', 0),
(15, 2, '2021-02-17 03:07:50', '2021-02-17 03:07:50', '', 'nasalization-rg', '', 'inherit', 'closed', 'closed', '', 'nasalization-rg', '', '', '2021-02-17 03:07:50', '2021-02-17 03:07:50', '', 0, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/nasalization-rg.ttf', 0, 'attachment', 'application/x-font-ttf', 0),
(16, 2, '2021-02-17 03:09:24', '2021-02-17 03:09:24', '', 'james-gillespie-714755-unsplash.jpg', '', 'inherit', 'closed', 'closed', '', 'james-gillespie-714755-unsplash-jpg', '', '', '2021-02-17 03:09:24', '2021-02-17 03:09:24', '', 0, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/james-gillespie-714755-unsplash.jpg', 0, 'attachment', 'image/jpeg', 0),
(17, 2, '2021-02-17 03:09:25', '2021-02-17 03:09:25', '<h2>Hero Image</h2>		\n					<h1>\n				Innovation			\n				Creativity			\n				Ambition			\n				</h1>\n			<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br>Mauris eros dolor pellentesque sed luctus dapibus lobortis orci.</h2>		\n			<a href="#" role="button">\n						Main Action\n					</a>\n			<a href="#" role="button">\n						Learn More\n					</a>', 'Hero - Image Background', '', 'publish', 'closed', 'closed', '', 'hero-image-background', '', '', '2021-02-17 03:09:25', '2021-02-17 03:09:25', '', 0, 'https://intelligentaqua.com.my/?elementor_library=hero-image-background', 0, 'elementor_library', '', 0),
(19, 2, '2021-02-17 03:09:25', '2021-02-17 03:09:25', '\n\n/** Start Block Kit CSS: 144-3-3a7d335f39a8579c20cdf02f8d462582 **/\n\n.envato-block__preview{overflow: visible;}\n\n/* Envato Kit 141 Custom Styles - Applied to the element under Advanced */\n\n.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper{\n	text-align: center;\n}\n.envato-kit-141-top-0 h1,\n.envato-kit-141-top-0 h2,\n.envato-kit-141-top-0 h3,\n.envato-kit-141-top-0 h4,\n.envato-kit-141-top-0 h5,\n.envato-kit-141-top-0 h6,\n.envato-kit-141-top-0 p {\n	margin-top: 0;\n}\n\n.envato-kit-141-newsletter-inline .elementor-field-textual.elementor-size-md {\n	padding-left: 1.5rem;\n	padding-right: 1.5rem;\n}\n\n.envato-kit-141-bottom-0 p {\n	margin-bottom: 0;\n}\n\n.envato-kit-141-bottom-8 .elementor-price-list .elementor-price-list-item .elementor-price-list-header {\n	margin-bottom: .5rem;\n}\n\n.envato-kit-141.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container {\n	padding-bottom: 52px;\n}\n\n.envato-kit-141-display-inline {\n	display: inline-block;\n}\n\n.envato-kit-141 .elementor-slick-slider ul.slick-dots {\n	bottom: -40px;\n}\n\n/** End Block Kit CSS: 144-3-3a7d335f39a8579c20cdf02f8d462582 **/\n\n\n\n/** Start Block Kit CSS: 72-3-34d2cc762876498c8f6be5405a48e6e2 **/\n\n.envato-block__preview{overflow: visible;}\n\n/*Kit 69 Custom Styling for buttons */\n.envato-kit-69-slide-btn .elementor-button,\n.envato-kit-69-cta-btn .elementor-button,\n.envato-kit-69-flip-btn .elementor-button{\n	border-left: 0px !important;\n	border-bottom: 0px !important;\n	border-right: 0px !important;\n	padding: 15px 0 0 !important;\n}\n.envato-kit-69-slide-btn .elementor-slide-button:hover,\n.envato-kit-69-cta-btn .elementor-button:hover,\n.envato-kit-69-flip-btn .elementor-button:hover{\n	margin-bottom: 20px;\n}\n.envato-kit-69-menu .elementor-nav-menu--main a:hover{\n	margin-top: -7px;\n	padding-top: 4px;\n	border-bottom: 1px solid #FFF;\n}\n/* Fix menu dropdown width */\n.envato-kit-69-menu .elementor-nav-menu--dropdown{\n	width: 100% !important;\n}\n\n/** End Block Kit CSS: 72-3-34d2cc762876498c8f6be5405a48e6e2 **/\n\n', 'twentytwentyone', '', 'publish', 'closed', 'closed', '', 'twentytwentyone', '', '', '2021-02-22 05:15:44', '2021-02-22 05:15:44', '', 0, 'https://intelligentaqua.com.my/2021/02/17/twentytwentyone/', 0, 'custom_css', '', 0),
(21, 2, '2021-02-17 03:11:40', '2021-02-17 03:11:40', '', 'KickStart - Agency Startup', '', 'publish', 'closed', 'closed', '', 'kickstart-agency-startup', '', '', '2021-02-17 03:11:40', '2021-02-17 03:11:40', '', 0, 'https://intelligentaqua.com.my/2021/02/17/kickstart-agency-startup/', 0, 'envato_tk_import', '', 0),
(22, 2, '2021-02-17 03:12:10', '2021-02-17 03:12:10', '', 'undraw_mobile_marketing_iqbr.svg', '', 'inherit', 'closed', 'closed', '', 'undraw_mobile_marketing_iqbr-svg', '', '', '2021-02-17 03:12:10', '2021-02-17 03:12:10', '', 0, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/undraw_mobile_marketing_iqbr.svg', 0, 'attachment', 'image/svg+xml', 0),
(23, 2, '2021-02-17 03:12:11', '2021-02-17 03:12:11', '', 'team-01-03-04-01-768x1024-1.png', '', 'inherit', 'closed', 'closed', '', 'team-01-03-04-01-768x1024-1-png', '', '', '2021-02-17 03:12:11', '2021-02-17 03:12:11', '', 0, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/team-01-03-04-01-768x1024-1.png', 0, 'attachment', 'image/png', 0),
(24, 2, '2021-02-17 03:12:11', '2021-02-17 03:12:11', '', 'google-play-badge.png', '', 'inherit', 'closed', 'closed', '', 'google-play-badge-png', '', '', '2021-02-17 03:12:11', '2021-02-17 03:12:11', '', 0, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/google-play-badge.png', 0, 'attachment', 'image/png', 0),
(25, 2, '2021-02-17 03:12:12', '2021-02-17 03:12:12', '', 'badge-example-preferred.png', '', 'inherit', 'closed', 'closed', '', 'badge-example-preferred-png', '', '', '2021-02-17 03:12:12', '2021-02-17 03:12:12', '', 0, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/badge-example-preferred.png', 0, 'attachment', 'image/png', 0),
(26, 2, '2021-02-17 03:12:12', '2021-02-17 03:12:12', '<a href="https://intelligentaqua.com.my">\n							<h2>\n										Intelligent Aqua													\n			</h2>\n			</a>		\n				<nav data-toggle-icon="&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;" data-close-icon="&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;" data-full-width="yes"></nav>              \n			<a href="#" role="button">\n						Buy Now\n					</a>\n			<h2>KickStart</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ea est praesentium modi<br> veritatis tenetur quaerat?		\n			<a href="#" role="button">\n						Get Started\n					</a>\n										<img src="https://intelligentaqua.com.my/wp-content/uploads/2021/02/undraw_mobile_marketing_iqbr.svg" alt="" loading="lazy" />											\n			<h4>About Us</h4>		\n			<h2>Learn More ahead with KickStart.</h2>		\n		<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p>		\n					<ul>\n							<li>\n										Grow your Business With Kickstart\n									</li>\n								<li>\n										Get instant Support, 24/7\n									</li>\n								<li>\n										100+ Emplyess 10+ Years Experience\n									</li>\n						</ul>\n			<a href="#" role="button">\n						Learn More\n					</a>\n			<a href="#" role="button">\n						Contact Us\n					</a>\n				0\n				K\n							Happy Clients\n				0\n				+\n							Trustes Company\n				0\n				+\n							Experienced Employees\n				0\n				K\n							Projects Done\n			<h2>Our Service</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ea est praesentium modi<br> veritatis tenetur quaerat?		\n			<h2>Android App</h2>		\n		<p>Praesentium quis, nisi rerum accusantium quibusdam esse quibusdam.</p>		\n			<h2>Apple App</h2>		\n		<p>Praesentium quis, nisi rerum accusantium quibusdam esse quibusdam.</p>		\n			<h2>Digital Marketing</h2>		\n		<p>Praesentium quis, nisi rerum accusantium quibusdam esse quibusdam.</p>		\n			<h2>Seo Optimization</h2>		\n		<p>Praesentium quis, nisi rerum accusantium quibusdam esse quibusdam.</p>		\n			<a href="#" role="button">\n						View More\n					</a>\n			<h2>Pricing</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ea est praesentium modi<br />veritatis tenetur quaerat?</p>		\n			<h2><a href="#">$19</a></h2>		\n			<h2><a href="#">Basic</a></h2>		\n			<h2><a href="#">Fare</a></h2>		\n		<p>Lorem ipsum sit dolor amet is a dummy<br />text used by the typographers and the web industry.</p>		\n			<h2>$39</h2>		\n			<h2>Premium</h2>		\n			<h2>Discover</h2>		\n			<a href="#" role="button">\n						Get Started\n					</a>\n			<h2><a href="#">$59</a></h2>		\n			<h2><a href="#">Platinum</a></h2>		\n			<h2><a href="#">Fast</a></h2>		\n		Lorem ipsum sit dolor amet is a dummy<br> text used by the typographers and the web industry.		\n										<img width="150" height="150" src="https://intelligentaqua.com.my/wp-content/uploads/2021/02/team-01-03-04-01-768x1024-1-150x150.png" alt="" loading="lazy" style="width:100%;height:133.33%;max-width:768px;" />											\n		<p>I love to have extra money. If I have time I invest by myself, but sometimes you want to have time for your family or friends, especially when you are on holidays. It''s sooo great to come back rested, tanned etc and with extra money at your accounts. Good work, guys!</p>		\n			<h2>Andrew Joe</h2>		\n			<h2>— Chennai, India</h2>		\n			<h3>About</h3>		\n			<a href="#" role="button">\n						About\n					</a>\n			<a href="#" role="button">\n						Team\n					</a>\n			<a href="#" role="button">\n						Members\n					</a>\n			<h3>Services</h3>		\n			<a href="#" role="button">\n						Service\n					</a>\n			<a href="#" role="button">\n						Clients\n					</a>\n			<a href="#" role="button">\n						Faq\n					</a>\n			<h3>Contact</h3>		\n			<a href="#" role="button">\n						Contact\n					</a>\n			<a href="#" role="button">\n						Location\n					</a>\n			<a href="#" role="button">\n						Vist Us\n					</a>\n			<h3>We are here to give you live updates so download app now.</h3>		\n										<img width="646" height="250" src="https://intelligentaqua.com.my/wp-content/uploads/2021/02/google-play-badge.png" alt="" loading="lazy" srcset="https://intelligentaqua.com.my/wp-content/uploads/2021/02/google-play-badge.png 646w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/google-play-badge-300x116.png 300w" sizes="(max-width: 646px) 100vw, 646px" style="width:100%;height:38.7%;max-width:646px;" />											\n										<img width="160" height="54" src="https://intelligentaqua.com.my/wp-content/uploads/2021/02/badge-example-preferred.png" alt="" loading="lazy" style="width:100%;height:33.75%;max-width:160px;" />											\n							<a href="https://intelligentaqua.com.my">\n							<h2>\n										Intelligent Aqua													\n			</h2>\n			</a>		\n			<a href="#" role="button">\n						© KickStart. 2020 WordPressRiver. All rights reserved.\n					</a>', 'Page &#8211; Home', '', 'publish', 'closed', 'closed', '', 'page-home', '', '', '2021-02-17 03:12:12', '2021-02-17 03:12:12', '', 0, 'https://intelligentaqua.com.my/?elementor_library=page-home', 0, 'elementor_library', '', 0),
(28, 2, '2021-02-17 03:40:10', '2021-02-17 03:40:10', 'Water drop fall into water', 'Water drop fall into water', 'Water drop fall into water', 'inherit', 'closed', 'closed', '', 'water-drop-fall-into-water', '', '', '2021-02-17 03:40:10', '2021-02-17 03:40:10', '', 0, 'https://intelligentaqua.com.my/water-drop-fall-into-water/', 0, 'attachment', 'image/jpeg', 0),
(29, 2, '2021-02-17 03:44:50', '2021-02-17 03:44:50', 'Concept of Covid-19 treatment and prevention.', 'Concept of Covid-19 treatment and prevention.', 'Concept of Covid-19 treatment and prevention.', 'inherit', 'closed', 'closed', '', 'concept-of-covid-19-treatment-and-prevention', '', '', '2021-02-17 03:44:50', '2021-02-17 03:44:50', '', 0, 'https://intelligentaqua.com.my/concept-of-covid-19-treatment-and-prevention/', 0, 'attachment', 'image/jpeg', 0),
(33, 2, '2021-02-17 03:50:35', '2021-02-17 03:50:35', '', '', '', 'inherit', 'closed', 'closed', '', 'logo', '', '', '2021-07-11 08:14:54', '2021-07-11 08:14:54', '', 7, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Logo.png', 0, 'attachment', 'image/png', 0),
(37, 2, '2021-02-17 04:01:38', '2021-02-17 04:01:38', '', 'pngegg', '', 'inherit', 'closed', 'closed', '', 'pngegg', '', '', '2021-02-17 04:01:38', '2021-02-17 04:01:38', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/pngegg.png', 0, 'attachment', 'image/png', 0),
(53, 2, '2021-02-17 04:11:59', '2021-02-17 04:11:59', 'Close up water', 'Close up water', 'Close up water', 'inherit', 'closed', 'closed', '', 'close-up-water', '', '', '2021-02-17 04:11:59', '2021-02-17 04:11:59', '', 0, 'https://intelligentaqua.com.my/close-up-water/', 0, 'attachment', 'image/jpeg', 0),
(55, 2, '2021-02-17 04:14:09', '2021-02-17 04:14:09', 'Farmer hand holding young plant. Top view. Banner. New life, eco, sustainable living, zero waste', 'Farmer hand holding young plant. Top view. Banner. New life, eco, sustainable living, zero waste', 'Farmer hand holding young plant. Top view. Banner. New life, eco, sustainable living, zero waste', 'inherit', 'closed', 'closed', '', 'farmer-hand-holding-young-plant-top-view-banner-new-life-eco-sustainable-living-zero-waste', '', '', '2021-02-17 04:14:09', '2021-02-17 04:14:09', '', 0, 'https://intelligentaqua.com.my/farmer-hand-holding-young-plant-top-view-banner-new-life-eco-sustainable-living-zero-waste/', 0, 'attachment', 'image/jpeg', 0),
(56, 2, '2021-02-17 04:16:41', '2021-02-17 04:16:41', 'Glass of water with ice cubes', 'Glass of water with ice cubes', 'Glass of water with ice cubes', 'inherit', 'closed', 'closed', '', 'glass-of-water-with-ice-cubes', '', '', '2021-02-17 04:16:41', '2021-02-17 04:16:41', '', 0, 'https://intelligentaqua.com.my/glass-of-water-with-ice-cubes/', 0, 'attachment', 'image/jpeg', 0),
(95, 2, '2021-02-17 04:40:36', '2021-02-17 04:40:36', 'Pure water', 'Pure water', 'Pure water', 'inherit', 'closed', 'closed', '', 'pure-water', '', '', '2021-02-17 04:40:36', '2021-02-17 04:40:36', '', 0, 'https://intelligentaqua.com.my/pure-water/', 0, 'attachment', 'image/jpeg', 0),
(112, 2, '2021-02-17 08:18:59', '2021-02-17 08:18:59', '<h2>Intelligent Aqua</h2>		\n		<p>A member of PITECH Group of Companies</p>		\n												<img width="4999" height="3333" src="https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original.png" alt="" loading="lazy" srcset="https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original.png 4999w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-300x200.png 300w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-1024x683.png 1024w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-768x512.png 768w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-1536x1024.png 1536w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-2048x1365.png 2048w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-1568x1045.png 1568w" sizes="(max-width: 4999px) 100vw, 4999px" />														\n												<img width="667" height="667" src="https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-1-e1618470946822.jpg" alt="" loading="lazy" srcset="https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-1-e1618470946822.jpg 667w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-1-e1618470946822-300x300.jpg 300w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-1-e1618470946822-150x150.jpg 150w" sizes="(max-width: 667px) 100vw, 667px" />														\n												<img width="2343" height="2305" src="https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01.png" alt="" loading="lazy" srcset="https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01.png 2343w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-300x295.png 300w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-1024x1007.png 1024w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-768x756.png 768w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-1536x1511.png 1536w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-2048x2015.png 2048w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-1568x1543.png 1568w" sizes="(max-width: 2343px) 100vw, 2343px" />														\n    <h2><a href="">Who We Are</a></h2><p>Intelligent Aqua Sdn Bhd is a Malaysian company dedicated to bringing high-quality, purified water to people from all walks of life.</p>								\n    <h2><a href="">Our Innovation</a></h2><p>With the support of the Malaysian Ministry of Science, Technology and Innovation (MOSTI), we developed Intelligent Aqua (IA), an ingenious water purification technology combining special blended adsorption techniques and Malaysian simplicity.</p>								\n    <h2><a href="">We Belong To</a></h2><p>Intelligent Aqua Sdn Bhd is a subsidiary of Progressive Impact Technology Group and the intellectual proprietor of Intelligent Aqua.</p>								\n    <h2><a href="">Our Clients</a></h2><p>We serve government and municipalities, water treatment plants, sewage treatment plants, landfills (leachate treatment plant), petrochemical, glove manufacturing, poultry farms and palm oil mills.</p>				\n			<h2>Vision</h2>		\n		<p>“To be a world-class business organisation focusing on cost-effective water solutions which shall benefit mankind.”</p>		\n			<h2>Mission</h2>		\n				<h3>\n						Strategy					\n				</h3>\n									<p>\n						Customer strategy is our strategy					</p>\n				<h3>\n						Sustainability					\n				</h3>\n									<p>\n						Creating a sustainable world for our future generation\n					</p>\n				<h3>\n						Simplicity					\n				</h3>\n									<p>\n						Approaching complex issues with simplicity in mind					</p>\n				<h3>\n						Back to Basic					\n				</h3>\n									<p>\n						Transforming Back To Basic principle into innovation.					</p>\n			<h2>Core Values</h2>		\n		<p>Peak Performance, Innovative, Competitive, Obedient to Allah, Result Oriented and Process Excellence are the CORE VALUES that streamlines the work culture, people and processes within the Group towards achieving the company’s goals and objectives.</p>		\n			<h2>P</h2>		\n		<p>Process Excellence : Setting standards and delivering measurable performance in everything we do.</p>		\n			<h2>I</h2>		\n		<p>Innovative : Continuously translating ideas and innovation into products and services that create values to the customers.</p>		\n			<h2>C</h2>		\n		<p>Competitive : Strong desire to win and be the best in our offerings.</p>		\n			<h2>O</h2>		\n		<p>Obedient to Allah : Abiding by the orders of Allah and avoiding His prohibitions.</p>		\n			<h2>R</h2>		\n		<p>Result Oriented : Always start with the end in our mind. Defining results that we want to achieve in advance.</p>		\n			<h2>P</h2>		\n		<p>Peak Performance : Performing to the maximum of our ability with feelings of confidence, effortlessness and total concentration on the tasks.</p>		\n			<h2>Contact</h2>		\n		<p>Are you interested in using IA or discussing specific challenges and projects with our experts? Contact our authorised representatives – we’re looking forward to hearing from you.</p>		\n			<a href="https://intelligentaqua.com.my/contact-us/" role="button">\n						Contact Us\n					</a>', 'Company Profile', '', 'publish', 'closed', 'closed', '', 'company-profile', '', '', '2022-08-13 08:47:40', '2022-08-13 08:47:40', '', 0, 'https://intelligentaqua.com.my/?page_id=112', 0, 'page', '', 0),
(114, 2, '2021-02-17 07:00:35', '2021-02-17 07:00:35', 'Sporty people drinking water', 'Sporty people drinking water', 'Sporty people drinking water', 'inherit', 'closed', 'closed', '', 'sporty-people-drinking-water', '', '', '2021-02-17 07:00:35', '2021-02-17 07:00:35', '', 0, 'https://intelligentaqua.com.my/sporty-people-drinking-water/', 0, 'attachment', 'image/jpeg', 0),
(115, 2, '2021-02-17 07:00:54', '2021-02-17 07:00:54', 'Splash of water drop on water surface', 'Splash of water drop on water surface', 'Splash of water drop on water surface', 'inherit', 'closed', 'closed', '', 'splash-of-water-drop-on-water-surface', '', '', '2021-02-17 07:00:54', '2021-02-17 07:00:54', '', 0, 'https://intelligentaqua.com.my/splash-of-water-drop-on-water-surface/', 0, 'attachment', 'image/jpeg', 0),
(116, 2, '2021-02-17 07:10:46', '2021-02-17 07:10:46', 'water glasses', 'water glasses', 'water glasses', 'inherit', 'closed', 'closed', '', 'water-glasses', '', '', '2021-02-17 07:10:46', '2021-02-17 07:10:46', '', 0, 'https://intelligentaqua.com.my/water-glasses/', 0, 'attachment', 'image/jpeg', 0),
(117, 2, '2021-02-17 07:56:38', '2021-02-17 07:56:38', 'Sport drink of water', 'Sport drink of water', 'Sport drink of water', 'inherit', 'closed', 'closed', '', 'sport-drink-of-water', '', '', '2021-02-17 07:56:38', '2021-02-17 07:56:38', '', 0, 'https://intelligentaqua.com.my/sport-drink-of-water/', 0, 'attachment', 'image/jpeg', 0),
(118, 2, '2021-02-17 07:57:16', '2021-02-17 07:57:16', 'Asian Woman drink of water', 'Asian Woman drink of water', 'Asian Woman drink of water', 'inherit', 'closed', 'closed', '', 'asian-woman-drink-of-water', '', '', '2021-02-17 07:57:16', '2021-02-17 07:57:16', '', 0, 'https://intelligentaqua.com.my/asian-woman-drink-of-water/', 0, 'attachment', 'image/jpeg', 0),
(119, 2, '2021-02-17 08:09:20', '2021-02-17 08:09:20', 'Young Asian businessman smiling to camera', 'Young Asian businessman smiling to camera', 'Young Asian businessman smiling to camera', 'inherit', 'closed', 'closed', '', 'young-asian-businessman-smiling-to-camera', '', '', '2021-02-17 08:09:20', '2021-02-17 08:09:20', '', 0, 'https://intelligentaqua.com.my/young-asian-businessman-smiling-to-camera/', 0, 'attachment', 'image/jpeg', 0),
(123, 2, '2021-02-17 08:55:39', '2021-02-17 08:55:39', '<h4>Intelligent Aqua</h4>\n<h2>Corporate Info</h2>\n<h2>ZKSB Group Organisational Structure</h2>\n<img width="2560" height="1440" src="https://intelligentaqua.com.my/wp-content/uploads/2021/02/ZKSB-Group-Corporate-Structure-scaled.jpg" alt="" loading="lazy" srcset="https://intelligentaqua.com.my/wp-content/uploads/2021/02/ZKSB-Group-Corporate-Structure-scaled.jpg 2560w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/ZKSB-Group-Corporate-Structure-300x169.jpg 300w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/ZKSB-Group-Corporate-Structure-1024x576.jpg 1024w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/ZKSB-Group-Corporate-Structure-768x432.jpg 768w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/ZKSB-Group-Corporate-Structure-1536x864.jpg 1536w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/ZKSB-Group-Corporate-Structure-2048x1152.jpg 2048w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/ZKSB-Group-Corporate-Structure-1568x882.jpg 1568w" sizes="(max-width: 2560px) 100vw, 2560px" style="width:100%;height:56.25%;max-width:2560px;">\n<h2>PITECH Group of Companies</h2>\n<h2>Progressive Impact Technology SDN BHD</h2>\n0\nTotal Employees\nRM\n0\nMil\nAuthorized capital\nRM\n0\nMil\nPaid-up capital\n<h2>Progressive Impact Technology SDN BHD</h2>\n<ul>\n 	<li>\n										Substation Automation</li>\n 	<li>\n										Scada System for Renewal Energy Power Plant</li>\n 	<li>\n										Telecommunication, Tele-protection, IT &amp; Cybersecurity Solution</li>\n 	<li>\n										Instrumentation Products</li>\n</ul>\n<h2>Foxboro (Malaysia) SDN BHD</h2>\n<ul>\n 	<li>\n										Distributed Control System (DCS)</li>\n 	<li>\n										Field Devices</li>\n 	<li>\n										Digital Transformation</li>\n 	<li>\n										Cybersecurity Solutions</li>\n</ul>\n<h2>Progressive Impact Technology (B) SDN BHD</h2>\n<ul>\n 	<li>\n										Energy Automation Solutions</li>\n 	<li>\n										Environmental Solutions</li>\n 	<li>\n										Corrosion Solutions</li>\n</ul>\n<h2>Progressive Impact Corrosion SDN BHD</h2>\n<h2>(FKA Cosasco SDN BHD)</h2>\n<ul>\n 	<li>\n										Pipeline Maintenance</li>\n 	<li>\n										Corrosion &amp; Erosion Monitoring Services</li>\n 	<li>\n										Corrosion Protection Services</li>\n 	<li>\n										Preventive and Predictive Maintenance</li>\n 	<li>\n										NDT / NDE Services</li>\n 	<li>\n										Corrosion Control and Services</li>\n 	<li>\n										Consultancy Engineering Services</li>\n</ul>\n<h2>Intelligent Aqua SDN BHD</h2>\n<ul>\n 	<li>\n										Industrial Effluent Treatment</li>\n 	<li>\n										River Water Treatment</li>\n 	<li>\n										Sewage Effluent Treatment</li>\n 	<li>\n										Palm Oil Effluent Treatment</li>\n 	<li>\n										Poultry Wastewater Treatment</li>\n</ul>\n<h2>Progressive Software Solutions SDN BHD</h2>\n<ul>\n 	<li>\n										Industrial Automation</li>\n 	<li>\n										Renewal Energy Plant Control System</li>\n 	<li>\n										Smart Grid Equipment</li>\n</ul>\n<h2>Board of Directors</h2>\n<img width="768" height="1108" src="https://intelligentaqua.com.my/wp-content/uploads/2021/02/Haji-Zaid-Bin-Abdullah-768x1108-1.png" alt="" loading="lazy" srcset="https://intelligentaqua.com.my/wp-content/uploads/2021/02/Haji-Zaid-Bin-Abdullah-768x1108-1.png 768w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/Haji-Zaid-Bin-Abdullah-768x1108-1-208x300.png 208w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/Haji-Zaid-Bin-Abdullah-768x1108-1-710x1024.png 710w" sizes="(max-width: 768px) 100vw, 768px" style="width:100%;height:144.27%;max-width:768px;">\n<h2>Haji Zaid Bin Abdullah</h2>\n<h2>Director</h2>\nExperience:\n<ul>\n 	<li>\n										The founder of PICORP Group and holds directorships in all the subsidiary companies of the Company</li>\n 	<li>\n										Group Executive Director of Shapadu Group of Companies (1982 – 1992)</li>\n 	<li>\n										Director of Finance in Shapadu Corporation (1978 – 1982)</li>\n</ul>\nHe is the spouse of Hajah Zaidah Binti Mohd Salleh and a major shareholder of PICORP.\n<h2>Hajah Zaidah binti Mohd Salleh</h2>\n<h2>Director</h2>\nExperience:\n<ul>\n 	<li>\n										Co-founder of PICORP Group of Companies</li>\n 	<li>\n										Company Secretary of PICORP Group of Companies</li>\n 	<li>\n										Group Executive Director, PICORP Group of Companies (2003 – 2009)</li>\n 	<li>\n										Group Financial Controller, PICORP Group of Companies (1993 – 2003)</li>\n 	<li>\n										Senior Accountant (Operations), Telekom Malaysia (1989 – 1993)</li>\n 	<li>\n										Regional Accountant, Regional Accounts Division, Telekom Malaysia (1984 – 1989)</li>\n 	<li>\n										Financial Controller (“G”) Jabatan Telekom (1981 – 1984)</li>\n 	<li>\n										Accountant, Jabatan Telekom (1978 – 1981)</li>\n</ul>\nShe is the spouse of Haji Zaid Bin Abdullah and a major shareholder of PICORP.\n\n<img width="1596" height="2887" src="https://intelligentaqua.com.my/wp-content/uploads/2021/02/Hajah-Zaidah.png" alt="" loading="lazy" srcset="https://intelligentaqua.com.my/wp-content/uploads/2021/02/Hajah-Zaidah.png 1596w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/Hajah-Zaidah-166x300.png 166w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/Hajah-Zaidah-566x1024.png 566w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/Hajah-Zaidah-768x1389.png 768w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/Hajah-Zaidah-849x1536.png 849w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/Hajah-Zaidah-1132x2048.png 1132w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/Hajah-Zaidah-1568x2836.png 1568w" sizes="(max-width: 1596px) 100vw, 1596px" style="width:100%;height:180.89%;max-width:1596px;">\n<img width="2872" height="4570" src="https://intelligentaqua.com.my/wp-content/uploads/2021/02/Haji-Johar.png" alt="" loading="lazy" srcset="https://intelligentaqua.com.my/wp-content/uploads/2021/02/Haji-Johar.png 2872w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/Haji-Johar-189x300.png 189w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/Haji-Johar-644x1024.png 644w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/Haji-Johar-768x1222.png 768w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/Haji-Johar-965x1536.png 965w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/Haji-Johar-1287x2048.png 1287w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/Haji-Johar-1568x2495.png 1568w" sizes="(max-width: 2872px) 100vw, 2872px" style="width:100%;height:159.12%;max-width:2872px;">\n<h2>Haji Johar bin Yusof</h2>\n<h2>Director</h2>\nExperience:\n<ul>\n 	<li>\n										Joined PICORP Group of Companies in 2003 and has held various positions within the Group, the last being the Group Chief Executive Officer</li>\n 	<li>\n										Chief Executive Officer of Asma International Sdn Bhd</li>\n 	<li>\n										Chief Executive Officer of Saudi Asma Environmental Solutions LLC</li>\n 	<li>\n										Chief Executive Officer of Asma Advanced Solutions LLC</li>\n 	<li>\n										General Manager of Intelligent Aqua Sdn Bhd</li>\n</ul>\n<h2>Dato’ Dr Lukman bin Ibrahim</h2>\n<h2>Director</h2>\nExperience:\n<ul>\n 	<li>\n										Deputy Chief Executive Officer of Proton Holdings Berhad (2021 – 2014)</li>\n 	<li>\n										Group Chief Operating Officer (2011 – 2012)</li>\n 	<li>\n										Group Chief Financial Officer, DRB – HICOM Berhad (2008 – 2011)</li>\n 	<li>\n										Proton Berhad (1991 – 2008: 17 years)</li>\n 	<li>\n										Proton Part Centre Sdn Bhd</li>\n 	<li>\n										PHN Industry Sdn Bhd (with his last position as the Managing Director)</li>\n 	<li>\n										Automotive Corporation (Malaysia) Sdn. Bhd. (1990 – 1991)</li>\n 	<li>\n										Sun Refining and Marketing, Philadelphia, U.S.A. (1989 – 1990)</li>\n</ul>\n<img width="1596" height="2887" src="https://intelligentaqua.com.my/wp-content/uploads/2021/02/Dato-Lokman.png" alt="" loading="lazy" srcset="https://intelligentaqua.com.my/wp-content/uploads/2021/02/Dato-Lokman.png 1596w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/Dato-Lokman-166x300.png 166w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/Dato-Lokman-566x1024.png 566w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/Dato-Lokman-768x1389.png 768w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/Dato-Lokman-849x1536.png 849w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/Dato-Lokman-1132x2048.png 1132w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/Dato-Lokman-1568x2836.png 1568w" sizes="(max-width: 1596px) 100vw, 1596px" style="width:100%;height:180.89%;max-width:1596px;">\n<h2>How Can We Help?</h2>\nWe welcome your comments and questions. If you have any enquiry about our products and services, kindly reach out to us.\n\n<a href="https://intelligentaqua.com.my/contact-us/" role="button">\nContact Us\n</a>', 'Corporate Info', '', 'publish', 'closed', 'closed', '', 'corporate-info', '', '', '2021-06-30 08:09:00', '2021-06-30 08:09:00', '', 0, 'https://intelligentaqua.com.my/?page_id=123', 0, 'page', '', 0),
(125, 2, '2021-02-17 08:45:17', '2021-02-17 08:45:17', '', 'Structure', '', 'inherit', 'closed', 'closed', '', 'structure', '', '', '2021-02-17 08:45:17', '2021-02-17 08:45:17', '', 123, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Structure.png', 0, 'attachment', 'image/png', 0),
(126, 2, '2021-02-17 08:47:39', '2021-02-17 08:47:39', 'Business team', 'Business team', 'Business team', 'inherit', 'closed', 'closed', '', 'business-team', '', '', '2021-02-17 08:47:39', '2021-02-17 08:47:39', '', 0, 'https://intelligentaqua.com.my/business-team/', 0, 'attachment', 'image/jpeg', 0),
(127, 2, '2021-02-17 08:49:04', '2021-02-17 08:49:04', 'Silhouettes of business people', 'Silhouettes of business people', 'Silhouettes of business people', 'inherit', 'closed', 'closed', '', 'silhouettes-of-business-people', '', '', '2021-02-17 08:49:04', '2021-02-17 08:49:04', '', 0, 'https://intelligentaqua.com.my/silhouettes-of-business-people/', 0, 'attachment', 'image/jpeg', 0),
(134, 2, '2021-02-17 09:33:40', '2021-02-17 09:33:40', '', 'Haji-Zaid-Bin-Abdullah-768x1108', '', 'inherit', 'closed', 'closed', '', 'haji-zaid-bin-abdullah-768x1108', '', '', '2021-02-17 09:33:40', '2021-02-17 09:33:40', '', 123, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Haji-Zaid-Bin-Abdullah-768x1108-1.png', 0, 'attachment', 'image/png', 0),
(138, 2, '2021-02-17 10:36:45', '2021-02-17 10:36:45', '<h2>Solutions</h2>		\n		<p>Say goodbye to polluted and contaminated water with Intelligent Aqua.</p>		\n			<h2>What Can Intelligent Aqua Do For You? </h2>		\n		<p>Intelligent Aqua, also known as IA, is an innovative water treatment system that purifies your polluted water. It removes most dissolved and suspended contaminants by adopting the hybrid concept of adsorption and ion exchange.</p>		\n			<h2>Why There’s Nothing Quite Like Intelligent Aqua</h2>		\n													<a href="https://intelligentaqua.com.my/wp-content/uploads/2021/04/Chart-2.png" data-elementor-open-lightbox="yes">\n							<img width="1744" height="1516" src="https://intelligentaqua.com.my/wp-content/uploads/2021/04/Chart-2.png" alt="" loading="lazy" />								</a>\n			<h2>How Does Intelligent Aqua Work?</h2>		\n		<p>IA adopts a 5X technique in its process, which complies with the internationally accepted methodology of activated carbon contactor design. However, IA is also flexible and can be customised to treat and purify multiple types of water and wastewater.</p>https://intelligentaqua.com.my/wp-content/uploads/2021/04/IA_v0_13042021.mp4		\n			<h2>What Can Intelligent Aqua Be Used For?</h2>		\n		<p>From filtration to purification, IA is an efficient and cost-effective solution to remove a vast range of contaminants from wastewater, groundwater, and contaminated river.</p>		\n            <a data-text="Activated carbon plays a vital role in providing safe and wholesome drinking water.">\n                    Drinking-Water <br>Purification \n            </a>\n            <a data-text="IA helps remove pathogens, oxygen demanding compounds, and organic and synthetic chemicals from residential and commercial wastewaters.">\n                    Municipal Wastewater <br>Treatment\n            </a>\n            <a data-text="Groundwater is difficult to treat with conventional treatment systems. However, with IA, natural organic contamination can be easily treated and removed. ">\n                    Groundwater <br>Treatment \n            </a>\n            <a data-text="IA treats wastewater produced by industries to be reused within the production process or released to a sanitary sewer or surface water in the environment. ">\n                    Industrial Wastewater <br> Treatment\n            </a>\n            <a data-text="Many rivers are significantly polluted due to all three major sources of pollution (industry, agriculture and domestic) are concentrated along the rivers.">\n                    River Water <br>Treatment\n            </a>\n            <a data-text="Poultry processing plants are required to remove soluble and particulate organic material in their generated wastewater prior to any discharge from the plant.">\n                     Poultry Wastewater <br> Treatment\n            </a>\n            <a data-text="Fertilizers and pesticides from agricultural and urban runoff and sewage from the groundwater enter lakes and cause elevated levels of nitrates and phosphates.">\n                    Lake Water <br>Treatment\n            </a>\n            <a data-text="Landfills generally contain a highly inhomogeneous mixture of materials, which include both a very high organic component as well as soluble mineral substances.">\n                    Landfill Leachate <br> Treatment\n            </a>\n			<h2>Discover the capability of Intelligent Aqua</h2>		\n		<p>The hybrid concept of IA that uses adsorption and ion exchange is considered to be the best technology for the removal of contaminants in surface water, such as:</p>		\n					<ul>\n							<li>\n										Turbidity\n									</li>\n								<li>\n										BOD (Biological Oxygen Demand)\n									</li>\n								<li>\n										COD (Chemical Oxygen Demand)\n									</li>\n								<li>\n										TOC (Total Organic Content)\n									</li>\n								<li>\n										VOC (Volatile Organic Compounds)\n									</li>\n								<li>\n										Disinfection byproducts (DBPs)\n									</li>\n								<li>\n										Chlorinated compounds\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Chloramines\n									</li>\n								<li>\n										Polycyclic hydrocarbons\n									</li>\n								<li>\n										Heavy metals\n									</li>\n								<li>\n										Coloured bodies\n									</li>\n								<li>\n										Toxins and oils\n									</li>\n								<li>\n										Major cations and anions\n									</li>\n						</ul>\n			<h2>FAQ</h2>		\n                Why is Water Treatment important in Malaysia?<p><p>Until today, <a href="https://www.unwater.org/water-facts/water-sanitation-and-hygiene/">2.2 billion people lack access to safely managed drinking water services</a> across the globe. The number of people who lack safely managed sanitation services climbs higher than that. Moreover, 80% of the world’s wastewater flows back into the ecosystem without being treated or reused.</p><p>On a national level, hydrologists have warned that Malaysia would suffer a water crisis in 2025. Even in 2020, certain areas of the Klang Valley experienced water supply cuts due to river <a href="https://intelligentaqua.com.my/water-pollution-malaysia/">water pollution</a>, affecting many residents. IA seeks to tackle these challenges head-on and avert calamity.</p></p>\n                How does IA’s Water Treatment System work?<p><p>Intelligent Aqua is a Malaysian-invented water treatment system that adopts a 5X technique. Our water treatment uses a hybrid concept — <strong>Adsorption</strong> + <strong>Ion Exchange </strong>— and other tailor-made designs depending on the water quality target.</p></p>\n                What is the Water Treatment Process like?<p><p>Non-treated or treated, the sewerage and industrial effluent will undergo IA processes to remove colour and solid, impurities, neutralisation, filtration and purification via a sophisticated blend of adsorption and ion exchange.</p></p>\n                Why use Adsorption?<p><p>The U.S. Environmental Protection Agency (EPA) considers adsorption by activated carbon to be the best available technology for removing contaminants in surface water.</p></p>\n                What is Activated Carbon?<p><p>Activated carbon is a form of carbon processed to have small, low-volume pores that increase the surface area for adsorption. It is commonly used in water and air purification, sewage treatment, decaffeination, etc.</p></p>\n                What is the source of IA’s Activated Carbon?<p><p>IA uses Coconut Shell Activated Carbon as its base material for the Adsorption process. Coconut shell carbons have several advantages like high density, high purity and are virtually dust-free. They are renewable, perpetual throughout the year, and a green source of carbon.</p></p>\n                Why use Ion Exchange?<p><p>Ion exchange purifies aqueous solutions by removing ionic contaminants from water and exchanging them with another non-objectionable ionic substance. This water treatment method is widely used in the F&amp;B industry, metals finishing, pharmaceutical technology, etc.</p></p>\n			<h2>Contact</h2>		\n		<p>Are you interested in using IA or discussing specific challenges and projects with our experts? Contact our authorised representatives – we’re looking forward to hearing from you.</p>		\n			<a href="https://intelligentaqua.com.my/contact-us/" role="button">\n						Contact Us\n					</a>', 'Solution', '', 'publish', 'closed', 'closed', '', 'solution', '', '', '2021-08-19 14:36:18', '2021-08-19 14:36:18', '', 0, 'https://intelligentaqua.com.my/?page_id=138', 0, 'page', '', 0),
(140, 2, '2021-02-17 10:08:01', '2021-02-17 10:08:01', '', 'water conservation', '', 'inherit', 'closed', 'closed', '', 'water-drops-on-leaf', '', '', '2021-07-14 02:22:26', '2021-07-14 02:22:26', '', 0, 'https://intelligentaqua.com.my/water-drops-on-leaf/', 0, 'attachment', 'image/jpeg', 0),
(144, 2, '2021-02-18 02:22:26', '2021-02-18 02:22:26', 'Water filter system or osmosis, water-purification', 'water purification and challenges', '', 'inherit', 'closed', 'closed', '', 'water-filter-system-or-osmosis-water-purification', '', '', '2021-07-14 02:20:38', '2021-07-14 02:20:38', '', 0, 'https://intelligentaqua.com.my/water-filter-system-or-osmosis-water-purification/', 0, 'attachment', 'image/jpeg', 0),
(146, 2, '2021-02-18 02:23:10', '2021-02-18 02:23:10', 'Water filter jug in kitchen sink, filling up.', 'Water filter jug in kitchen sink, filling up.', 'Water filter jug in kitchen sink, filling up.', 'inherit', 'closed', 'closed', '', 'water-filter-jug-in-kitchen-sink-filling-up', '', '', '2021-02-18 02:23:10', '2021-02-18 02:23:10', '', 0, 'https://intelligentaqua.com.my/water-filter-jug-in-kitchen-sink-filling-up/', 0, 'attachment', 'image/jpeg', 0),
(150, 2, '2021-02-18 02:27:56', '2021-02-18 02:27:56', 'Water, drops, sprays, splashes, stream, flow, abstraction, minimalism', 'Water, drops, sprays, splashes, stream, flow, abstraction, minimalism', 'Water, drops, sprays, splashes, stream, flow, abstraction, minimalism', 'inherit', 'closed', 'closed', '', 'water-drops-sprays-splashes-stream-flow-abstraction-minimalism', '', '', '2021-02-18 02:27:56', '2021-02-18 02:27:56', '', 0, 'https://intelligentaqua.com.my/water-drops-sprays-splashes-stream-flow-abstraction-minimalism/', 0, 'attachment', 'image/jpeg', 0),
(161, 2, '2021-02-18 04:08:10', '2021-02-18 04:08:10', '', 'Infographic-01', '', 'inherit', 'closed', 'closed', '', 'infographic-01', '', '', '2021-02-18 04:08:10', '2021-02-18 04:08:10', '', 138, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Infographic-01.png', 0, 'attachment', 'image/png', 0),
(162, 2, '2021-02-18 04:36:00', '2021-02-18 04:36:00', 'Water pollution foam', 'Water pollution foam', 'Water pollution foam', 'inherit', 'closed', 'closed', '', 'water-pollution-foam', '', '', '2021-02-18 04:36:00', '2021-02-18 04:36:00', '', 0, 'https://intelligentaqua.com.my/water-pollution-foam/', 0, 'attachment', 'image/jpeg', 0),
(163, 2, '2021-02-18 04:37:55', '2021-02-18 04:37:55', '', 'Surface Water Treatment (Polluted Rivers & Lakes)', '', 'inherit', 'closed', 'closed', '', 'waste-lake-and-flooded-village-of-geamana-pollution-lake-with-mining-gold-and-copper-residuals', '', '', '2021-03-15 10:55:33', '2021-03-15 10:55:33', '', 0, 'https://intelligentaqua.com.my/waste-lake-and-flooded-village-of-geamana-pollution-lake-with-mining-gold-and-copper-residuals/', 0, 'attachment', 'image/jpeg', 0),
(167, 2, '2021-02-18 05:22:48', '2021-02-18 05:22:48', '<h4>Intelligent Aqua</h4>\n<h2>Technology</h2>\nWith the latest advancements in special blended adsorption techniques, engineered with Malaysian simplicity,\nIntelligent Aqua is an ingenious technology to purify your contaminated &amp; polluted water.\n\nhttps://www.youtube.com/watch?v=6ceSAIauHsI\n<h2>How Can We Help?</h2>\nWe welcome your comments and questions. If you have any enquiry about our products and services, kindly reach out to us.\n\n<a href="https://intelligentaqua.com.my/contact-us/" role="button">\nContact Us\n</a>', 'Technology', '', 'publish', 'closed', 'closed', '', 'technology', '', '', '2021-06-30 08:08:10', '2021-06-30 08:08:10', '', 0, 'https://intelligentaqua.com.my/?page_id=167', 0, 'page', '', 0),
(169, 2, '2021-02-18 05:32:38', '2021-02-18 05:32:38', 'cropped view of couple holding ground with plant in hands, protecting nature concept', 'cropped view of couple holding ground with plant in hands, protecting nature concept', 'cropped view of couple holding ground with plant in hands, protecting nature concept', 'inherit', 'closed', 'closed', '', 'cropped-view-of-couple-holding-ground-with-plant-in-hands-protecting-nature-concept', '', '', '2021-02-18 05:32:38', '2021-02-18 05:32:38', '', 0, 'https://intelligentaqua.com.my/cropped-view-of-couple-holding-ground-with-plant-in-hands-protecting-nature-concept/', 0, 'attachment', 'image/jpeg', 0),
(179, 2, '2021-02-18 05:40:44', '2021-02-18 05:40:44', 'glass of water in hand', 'glass of water in hand', 'glass of water in hand', 'inherit', 'closed', 'closed', '', 'glass-of-water-in-hand', '', '', '2021-02-18 05:40:44', '2021-02-18 05:40:44', '', 0, 'https://intelligentaqua.com.my/glass-of-water-in-hand/', 0, 'attachment', 'image/jpeg', 0),
(186, 2, '2021-02-18 06:00:57', '2021-02-18 06:00:57', '<h2>Contact</h2>		\n			<h2>Get in Touch with Us </h2>		\n		<p>We welcome your feedback and review of our products and services. If you have any questions regarding Intelligent Aqua, please contact us via email or phone, and we will get back to you as soon as possible.</p>		\n			<h2>Reach us through</h2>		\n					<ul>\n							<li>\n										Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8/84  <br>Bukit Jelutong Business and Technology Centre <br>40150 Shah Alam, Selangor\n									</li>\n								<li>\n										+60 13 310 2264 \n									</li>\n								<li>\n										intelligentaqua@pitech.com.my\n									</li>\n						</ul>\n			<h2>JOIN OUR TEAM </h2>		\n		<p>Grow your career with us and change the world. Interested applicants are encouraged to apply by submitting a cover letter together with a detailed resume, including current and expected salary and contact number to: <a style="color: #262262;" href="mailto:hrd@pitech.com.my">hrd@pitech.com.my</a></p>		\n			<h2>Send us a Message</h2>		\n			<iframe loading="lazy"\n					src="https://maps.google.com/maps?q=Suite%205.02%2C%20Mercu%20PICORP%2C%20Lot%2010%20%20Jalan%20Astaka%20U8%2F84%20%20Bukit%20Jelutong%20Business%20and%20Technology%20Centre%2040150%20Shah%20Alam%2C%20Selangor&#038;t=m&#038;z=18&#038;output=embed&#038;iwloc=near"\n					title="Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor"\n					aria-label="Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor"\n			></iframe>', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2023-08-21 05:08:36', '2023-08-21 05:08:36', '', 0, 'https://intelligentaqua.com.my/?page_id=186', 0, 'page', '', 0),
(188, 2, '2021-02-18 05:53:03', '2021-02-18 05:53:03', 'Dialing telephone keypad', 'Dialing telephone keypad', 'Dialing telephone keypad', 'inherit', 'closed', 'closed', '', 'dialing-telephone-keypad', '', '', '2021-02-18 05:53:03', '2021-02-18 05:53:03', '', 0, 'https://intelligentaqua.com.my/dialing-telephone-keypad/', 0, 'attachment', 'image/jpeg', 0),
(189, 2, '2021-02-18 05:56:22', '2021-02-18 05:56:22', '', 'hector-martinez-110928-unsplash.jpg', '', 'inherit', 'closed', 'closed', '', 'hector-martinez-110928-unsplash-jpg', '', '', '2021-02-18 05:56:22', '2021-02-18 05:56:22', '', 0, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/hector-martinez-110928-unsplash.jpg', 0, 'attachment', 'image/jpeg', 0),
(190, 2, '2021-02-18 05:56:25', '2021-02-18 05:56:25', '<h2>We''d love to hear from you</h2>		\n			<h2>Stay Connected</h2>		\n			<h2>Praesent libero tortor, dapibus mattis vestibulum sit amet, volutpat eget nisi nulla facilisi.<br>Sed vel mauris ultrices, cursus sapien acimperdiet urna.</h2>		\n			<iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q=london&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near" title="london" aria-label="london"></iframe>		\n			<h2>Reach us through</h2>		\n					<ul>\n							<li>\n										123, Any Street North<br>Your City Name<br>Country Name. P.O 3554\n									</li>\n								<li>\n										+1 234 567 8902\n									</li>\n								<li>\n										contact@yoursite.com\n									</li>\n						</ul>\n			<h2>Social Networks</h2>		\n					<ul>\n							<li>\n										yourfbusername\n									</li>\n								<li>\n										@twitterhandle\n									</li>\n								<li>\n										insta_account\n									</li>\n								<li>\n										plusprofilename\n									</li>\n						</ul>\n			<h2>Send us a Message</h2>', 'Contact (with Map)', '', 'publish', 'closed', 'closed', '', 'contact-with-map', '', '', '2021-02-18 05:56:25', '2021-02-18 05:56:25', '', 0, 'https://intelligentaqua.com.my/?elementor_library=contact-with-map', 0, 'elementor_library', '', 0),
(198, 2, '2021-05-18 07:24:08', '2021-02-18 06:05:59', '', 'Contact', '', 'publish', 'closed', 'closed', '', '198', '', '', '2021-05-18 07:24:08', '2021-05-18 07:24:08', '', 0, 'https://intelligentaqua.com.my/?p=198', 6, 'nav_menu_item', '', 0);
INSERT INTO `wpfq_posts` VALUES
(200, 2, '2021-05-18 07:24:08', '2021-02-18 06:05:59', '', 'Solutions', '', 'publish', 'closed', 'closed', '', '200', '', '', '2021-05-18 07:24:08', '2021-05-18 07:24:08', '', 0, 'https://intelligentaqua.com.my/?p=200', 3, 'nav_menu_item', '', 0),
(202, 2, '2021-05-18 07:24:08', '2021-02-18 06:05:59', '', 'About', '', 'publish', 'closed', 'closed', '', '202', '', '', '2021-05-18 07:24:08', '2021-05-18 07:24:08', '', 0, 'https://intelligentaqua.com.my/?p=202', 2, 'nav_menu_item', '', 0),
(203, 2, '2021-05-18 07:24:08', '2021-02-18 06:05:59', ' ', '', '', 'publish', 'closed', 'closed', '', '203', '', '', '2021-05-18 07:24:08', '2021-05-18 07:24:08', '', 0, 'https://intelligentaqua.com.my/?p=203', 1, 'nav_menu_item', '', 0),
(205, 2, '2021-02-18 06:07:56', '2021-02-18 06:07:56', '', 'Header', '', 'publish', 'closed', 'closed', '', 'header', '', '', '2021-04-16 02:45:38', '2021-04-16 02:45:38', '', 0, 'https://intelligentaqua.com.my/?post_type=elementor_library&#038;p=205', 0, 'elementor_library', '', 0),
(215, 2, '2021-02-18 06:22:08', '2021-02-18 06:22:08', 'Man reading book', 'Man reading book', 'Man reading book', 'inherit', 'closed', 'closed', '', 'man-reading-book', '', '', '2021-02-18 06:22:08', '2021-02-18 06:22:08', '', 0, 'https://intelligentaqua.com.my/man-reading-book/', 0, 'attachment', 'image/jpeg', 0),
(260, 2, '2021-02-18 07:36:50', '2021-02-18 07:36:50', '<a target="_blank" rel="noopener">\n						Facebook\n											</a>\n					<a target="_blank" rel="noopener">\n						Twitter\n											</a>\n					<a target="_blank" rel="noopener">\n						Youtube\n											</a>\n			<h2>Most Popular</h2>		\n			<h2>Related Posts</h2>		\n			<h2>Contact</h2>		\n		<p>Are you interested in using I.A or discuss specific challenges and projects with our experts? Contact our authorised representatives – we’re looking forward to hearing from you.</p>		\n			<a role="button">\n						Contact Us\n					</a>', 'Post', '', 'publish', 'closed', 'closed', '', 'post', '', '', '2021-02-22 07:09:28', '2021-02-22 07:09:28', '', 0, 'https://intelligentaqua.com.my/?post_type=elementor_library&#038;p=260', 0, 'elementor_library', '', 0),
(266, 2, '2021-02-18 07:46:06', '2021-02-18 07:46:06', '<!-- wp:paragraph -->\n<p>“Inefficient drinking water treatment processes, <a href="https://intelligentaqua.com.my/" target="_blank" rel="noreferrer noopener">sewage treatment infrastructure</a> and excessive use of water in the agriculture sector are among the biggest challenges facing the world.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What are the water purification challenges?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Water covers 70% of the Earth’s surface, but it is a scarce commodity as only 2.5% of this water is freshwater, and just 0.3% is available for human consumption. In 2019, WHO reported that <a href="https://www.cdc.gov/healthywater/global/wash_statistics.html">2.2 billion people have limited access</a> to safely managed drinking water services. According to UNESCO''s study in 2017, almost 80% of wastewater flows back into the ecosystem without being treated or reused.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Water Purification System Malaysia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://intelligentaqua.com.my/" target="_blank" rel="noreferrer noopener">Water treatment companies</a> worldwide are investing billions in <a href="https://intelligentaqua.com.my/water-purification-malaysia/" target="_blank" rel="noreferrer noopener">water purification</a> technologies. But despite their proven effectiveness, the global water crisis persists as a result of pollutions and high treatment cost. We believe we can tackle the latter through innovative technology, hence the Malaysian-invented Intelligent Aqua was born.</p>\n<!-- /wp:paragraph -->', 'Water Purification and Challenges', '', 'publish', 'closed', 'open', '', 'water-purification-challenges', '', '', '2021-08-19 14:59:02', '2021-08-19 14:59:02', '', 0, 'https://intelligentaqua.com.my/?p=266', 0, 'post', '', 0),
(274, 2, '2021-02-18 07:55:18', '2021-02-18 07:55:18', '<h2>News</h2>\n<h2>Most Popular</h2>\n<h2>Contact</h2>\nAre you interested in using IA or discussing specific challenges and projects with our experts? Contact our authorised representatives – we’re looking forward to hearing from you.\n\n<a href="https://intelligentaqua.com.my/contact-us/" role="button">\nContact Us\n</a>', 'News', '', 'publish', 'closed', 'closed', '', 'news', '', '', '2021-07-11 08:30:54', '2021-07-11 08:30:54', '', 0, 'https://intelligentaqua.com.my/?page_id=274', 0, 'page', '', 0),
(276, 2, '2021-02-18 07:56:00', '2021-02-18 07:56:00', 'Woman reading online news on digital tablet', 'Woman reading online news on digital tablet', 'Woman reading online news on digital tablet', 'inherit', 'closed', 'closed', '', 'woman-reading-online-news-on-digital-tablet', '', '', '2021-02-18 07:56:00', '2021-02-18 07:56:00', '', 0, 'https://intelligentaqua.com.my/woman-reading-online-news-on-digital-tablet/', 0, 'attachment', 'image/jpeg', 0),
(281, 2, '2021-05-18 07:24:08', '2021-02-18 08:01:14', ' ', '', '', 'publish', 'closed', 'closed', '', '281', '', '', '2021-05-18 07:24:08', '2021-05-18 07:24:08', '', 0, 'https://intelligentaqua.com.my/?p=281', 5, 'nav_menu_item', '', 0),
(282, 2, '2021-05-18 07:24:08', '2021-02-18 08:01:14', '', 'Media', '', 'publish', 'closed', 'closed', '', 'media', '', '', '2021-05-18 07:24:08', '2021-05-18 07:24:08', '', 0, 'https://intelligentaqua.com.my/?p=282', 4, 'nav_menu_item', '', 0),
(286, 2, '2021-02-18 08:11:55', '2021-02-18 08:11:55', '<h4>Intelligent Aqua</h4>\n<h2>Resources</h2>\n<h2>Contact</h2>\nAre you interested in using I.A or discuss specific challenges and projects with our experts? Contact our authorised representatives – we’re looking forward to hearing from you.\n\n<a href="https://intelligentaqua.com.my/contact-us/" role="button">\nContact Us\n</a>', 'Resources', '', 'publish', 'closed', 'closed', '', 'resources', '', '', '2021-06-30 08:08:36', '2021-06-30 08:08:36', '', 0, 'https://intelligentaqua.com.my/?page_id=286', 0, 'page', '', 0),
(292, 2, '2021-02-18 08:16:07', '2021-02-18 08:16:07', '<p>Intelligent Aqua, also known as IA, is a water treatment system that adopts a hybrid concept of combining special blended adsorption techniques and ion exchange method to treat and purify contaminated and polluted water.</p>		\n					<a href="https://www.facebook.com/intelligentaqua" target="_blank" rel="noopener">\n						Facebook\n											</a>\n					<a href="https://www.linkedin.com/company/intelligentaqua/" target="_blank" rel="noopener">\n						Linkedin\n											</a>\n													<a href="https://ul.waze.com/ul?place=ChIJk_-6RuZNzDERa8ZvL89H174&#038;ll=3.10546200%2C101.54368800&#038;navigate=yes&#038;utm_campaign=waze_website&#038;utm_source=waze_website&#038;utm_medium=lm_share_location">\n							<img src="https://intelligentaqua.com.my/wp-content/uploads/2021/02/waze-569496.png" title="waze-569496" alt="waze-569496" loading="lazy" />								</a>\n			<h4>Navigations</h4>		\n					<ul>\n							<li>\n											<a href="https://intelligentaqua.com.my/">\n										Home\n											</a>\n									</li>\n								<li>\n											<a href="https://intelligentaqua.com.my/company-profile/">\n										Company Profile\n											</a>\n									</li>\n								<li>\n											<a href="https://intelligentaqua.com.my/solution/">\n										Solutions\n											</a>\n									</li>\n								<li>\n											<a href="https://intelligentaqua.com.my/news/">\n										Media\n											</a>\n									</li>\n								<li>\n											<a href="https://intelligentaqua.com.my/contact-us/">\n										Contact\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8/84  <br>Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor\n									</li>\n								<li>\n										+60 19 385 5920\n									</li>\n								<li>\n										intelligentaqua@pitech.com.my\n									</li>\n						</ul>\nTotal visitors : [srs_total_visitors]		\n			<p>COPYRIGHT 2023 ©️ INTELLIGENT AQUA SDN. BHD. (1182012-U). ALL RIGHTS RESERVED.</p>		\n			<p><a href="https://intelligentaqua.com.my/wp-content/uploads/2021/02/ANTI-BRIBERY-POLICY-FORM_IA.pdf">Anti-Bribery and Corruption Policy</a></p>		\n			<p><a href="https://intelligentaqua.com.my/privacy-policy/">Privacy Policy</a></p>		\n			<p><a href="https://intelligentaqua.com.my/term-of-use/">Terms of Use</a></p>		\n			<p><a href="https://www.office.com/">Webmail</a></p>', 'Footer', '', 'publish', 'closed', 'closed', '', 'footer', '', '', '2023-03-07 02:47:57', '2023-03-07 02:47:57', '', 0, 'https://intelligentaqua.com.my/?post_type=elementor_library&#038;p=292', 0, 'elementor_library', '', 0),
(293, 2, '2021-02-18 08:15:02', '2021-02-18 08:15:02', '', 'placeholder.png', '', 'inherit', 'closed', 'closed', '', 'placeholder-png', '', '', '2021-02-18 08:15:02', '2021-02-18 08:15:02', '', 0, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/placeholder.png', 0, 'attachment', 'image/png', 0),
(296, 2, '2021-02-18 08:22:05', '2021-02-18 08:22:05', 'Water', 'Water', 'Water', 'inherit', 'closed', 'closed', '', 'water', '', '', '2021-02-18 08:22:05', '2021-02-18 08:22:05', '', 0, 'https://intelligentaqua.com.my/water/', 0, 'attachment', 'image/jpeg', 0),
(316, 2, '2021-02-18 08:50:15', '2021-02-18 08:50:15', 'Halved coconut on wooden table', 'Halved coconut on wooden table', 'Halved coconut on wooden table', 'inherit', 'closed', 'closed', '', 'halved-coconut-on-wooden-table', '', '', '2021-02-18 08:50:15', '2021-02-18 08:50:15', '', 0, 'https://intelligentaqua.com.my/halved-coconut-on-wooden-table/', 0, 'attachment', 'image/jpeg', 0),
(323, 2, '2021-02-18 08:53:05', '2021-02-18 08:53:05', '', 'women-drinking-water-AIA-Malaysia', '', 'inherit', 'closed', 'closed', '', 'women-drinking-water-aia-malaysia', '', '', '2021-02-18 08:53:05', '2021-02-18 08:53:05', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/women-drinking-water-AIA-Malaysia.jpg', 0, 'attachment', 'image/jpeg', 0),
(327, 2, '2021-02-18 08:56:28', '2021-02-18 08:56:28', 'dark black background of textured charcoal with copy space', 'dark black background of textured charcoal with copy space', 'dark black background of textured charcoal with copy space', 'inherit', 'closed', 'closed', '', 'dark-black-background-of-textured-charcoal-with-copy-space', '', '', '2021-02-18 08:56:28', '2021-02-18 08:56:28', '', 0, 'https://intelligentaqua.com.my/dark-black-background-of-textured-charcoal-with-copy-space/', 0, 'attachment', 'image/jpeg', 0),
(331, 2, '2021-02-18 09:02:06', '2021-02-18 09:02:06', '', 'leaves-of-healing-logo', '', 'inherit', 'closed', 'closed', '', 'leaves-of-healing-logo', '', '', '2021-02-18 09:02:06', '2021-02-18 09:02:06', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/leaves-of-healing-logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(338, 2, '2021-02-18 09:09:02', '2021-02-18 09:09:02', '', 'purifier', '', 'inherit', 'closed', 'closed', '', 'purifier', '', '', '2021-02-18 09:09:02', '2021-02-18 09:09:02', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/purifier.svg', 0, 'attachment', 'image/svg+xml', 0),
(340, 2, '2021-02-18 09:11:17', '2021-02-18 09:11:17', '', 'water', '', 'inherit', 'closed', 'closed', '', 'water-2', '', '', '2021-02-18 09:11:17', '2021-02-18 09:11:17', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/water.svg', 0, 'attachment', 'image/svg+xml', 0),
(341, 2, '2021-02-18 09:12:13', '2021-02-18 09:12:13', '', 'recycle', '', 'inherit', 'closed', 'closed', '', 'recycle', '', '', '2021-02-18 09:12:13', '2021-02-18 09:12:13', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/recycle.svg', 0, 'attachment', 'image/svg+xml', 0),
(369, 2, '2021-02-18 09:17:54', '2021-02-18 09:17:54', 'Blue water', 'Blue water', 'Blue water', 'inherit', 'closed', 'closed', '', 'blue-water', '', '', '2021-02-18 09:17:54', '2021-02-18 09:17:54', '', 0, 'https://intelligentaqua.com.my/blue-water/', 0, 'attachment', 'image/jpeg', 0),
(376, 2, '2021-02-18 09:22:42', '2021-02-18 09:22:42', 'clean water splashes isolated on white', 'clean water splashes isolated on white', 'clean water splashes isolated on white', 'inherit', 'closed', 'closed', '', 'clean-water-splashes-isolated-on-white', '', '', '2021-02-18 09:22:42', '2021-02-18 09:22:42', '', 0, 'https://intelligentaqua.com.my/clean-water-splashes-isolated-on-white/', 0, 'attachment', 'image/jpeg', 0),
(389, 2, '2021-02-18 09:30:58', '2021-02-18 09:30:58', '', 'checklist', '', 'inherit', 'closed', 'closed', '', 'checklist', '', '', '2021-02-18 09:30:58', '2021-02-18 09:30:58', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/checklist.svg', 0, 'attachment', 'image/svg+xml', 0),
(410, 2, '2021-02-18 09:49:56', '2021-02-18 09:49:56', '', 'iStock-1034753976', '', 'inherit', 'closed', 'closed', '', 'istock-1034753976', '', '', '2021-02-18 09:49:56', '2021-02-18 09:49:56', '', 112, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/iStock-1034753976.jpg', 0, 'attachment', 'image/jpeg', 0),
(424, 2, '2021-02-18 10:05:47', '2021-02-18 10:05:47', '', 'Dato Lokman', '', 'inherit', 'closed', 'closed', '', 'dato-lokman', '', '', '2021-02-18 10:05:47', '2021-02-18 10:05:47', '', 123, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Dato-Lokman.png', 0, 'attachment', 'image/png', 0),
(425, 2, '2021-02-18 10:06:01', '2021-02-18 10:06:01', '', 'Hajah Zaidah', '', 'inherit', 'closed', 'closed', '', 'hajah-zaidah', '', '', '2021-02-18 10:06:01', '2021-02-18 10:06:01', '', 123, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Hajah-Zaidah.png', 0, 'attachment', 'image/png', 0),
(426, 2, '2021-02-18 10:06:18', '2021-02-18 10:06:18', '', 'Haji Johar', '', 'inherit', 'closed', 'closed', '', 'haji-johar', '', '', '2021-02-18 10:06:18', '2021-02-18 10:06:18', '', 123, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Haji-Johar.png', 0, 'attachment', 'image/png', 0),
(449, 2, '2021-02-18 10:27:31', '2021-02-18 10:27:31', 'macro', 'macro', 'macro', 'inherit', 'closed', 'closed', '', 'macro', '', '', '2021-02-18 10:27:31', '2021-02-18 10:27:31', '', 0, 'https://intelligentaqua.com.my/macro/', 0, 'attachment', 'image/jpeg', 0),
(450, 2, '2021-02-18 10:31:08', '2021-02-18 10:31:08', '', '120203419_3459407064104866_8202016779844534782_o', '', 'inherit', 'closed', 'closed', '', '120203419_3459407064104866_8202016779844534782_o', '', '', '2021-02-18 10:31:08', '2021-02-18 10:31:08', '', 138, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/120203419_3459407064104866_8202016779844534782_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(505, 2, '2021-02-21 13:30:20', '2021-02-21 13:30:20', '', 'KLCCimage', '', 'inherit', 'closed', 'closed', '', 'klccimage', '', '', '2021-02-21 13:30:20', '2021-02-21 13:30:20', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/KLCCimage.jpg', 0, 'attachment', 'image/jpeg', 0),
(526, 2, '2021-02-22 02:46:26', '2021-02-22 02:46:26', '', 'Water', '', 'inherit', 'closed', 'closed', '', 'water-3', '', '', '2021-02-22 02:46:26', '2021-02-22 02:46:26', '', 112, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Water-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(527, 2, '2021-02-22 03:21:14', '2021-02-22 03:21:14', '', 'Vision-&-Mission', '', 'inherit', 'closed', 'closed', '', 'vision-mission', '', '', '2021-02-22 03:21:14', '2021-02-22 03:21:14', '', 112, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Vision-Mission.jpg', 0, 'attachment', 'image/jpeg', 0),
(542, 2, '2021-02-22 03:48:57', '2021-02-22 03:48:57', '', 'Solutions', '', 'inherit', 'closed', 'closed', '', 'solutions', '', '', '2021-02-22 03:48:57', '2021-02-22 03:48:57', '', 138, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Solutions.jpg', 0, 'attachment', 'image/jpeg', 0),
(549, 2, '2021-02-22 04:08:52', '2021-02-22 04:08:52', '', 'Solutions 2-01', '', 'inherit', 'closed', 'closed', '', 'solutions-2-01', '', '', '2021-02-22 04:08:52', '2021-02-22 04:08:52', '', 138, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Solutions-2-01.jpg', 0, 'attachment', 'image/jpeg', 0),
(599, 2, '2021-02-22 05:15:41', '2021-02-22 05:15:41', '', 'digit.png', '', 'inherit', 'closed', 'closed', '', 'digit-png', '', '', '2021-02-22 05:15:41', '2021-02-22 05:15:41', '', 0, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/digit.png', 0, 'attachment', 'image/png', 0),
(600, 2, '2021-02-22 05:15:41', '2021-02-22 05:15:41', '', 'bastil.png', '', 'inherit', 'closed', 'closed', '', 'bastil-png', '', '', '2021-02-22 05:15:41', '2021-02-22 05:15:41', '', 0, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/bastil.png', 0, 'attachment', 'image/png', 0),
(601, 2, '2021-02-22 05:15:42', '2021-02-22 05:15:42', '', 'darkside.png', '', 'inherit', 'closed', 'closed', '', 'darkside-png', '', '', '2021-02-22 05:15:42', '2021-02-22 05:15:42', '', 0, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/darkside.png', 0, 'attachment', 'image/png', 0),
(602, 2, '2021-02-22 05:15:42', '2021-02-22 05:15:42', '', 'fifthflour.png', '', 'inherit', 'closed', 'closed', '', 'fifthflour-png', '', '', '2021-02-22 05:15:42', '2021-02-22 05:15:42', '', 0, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/fifthflour.png', 0, 'attachment', 'image/png', 0),
(603, 2, '2021-02-22 05:15:42', '2021-02-22 05:15:42', '', 'Edgewater...png', '', 'inherit', 'closed', 'closed', '', 'edgewater-png', '', '', '2021-02-22 05:15:42', '2021-02-22 05:15:42', '', 0, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Edgewater...png', 0, 'attachment', 'image/png', 0),
(604, 2, '2021-02-22 05:15:43', '2021-02-22 05:15:43', '', 'armond.png', '', 'inherit', 'closed', 'closed', '', 'armond-png', '', '', '2021-02-22 05:15:43', '2021-02-22 05:15:43', '', 0, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/armond.png', 0, 'attachment', 'image/png', 0),
(605, 2, '2021-02-22 05:15:44', '2021-02-22 05:15:44', '<a href="#">\n							<img src="https://intelligentaqua.com.my/wp-content/uploads/elementor/thumbs/digit-p382vgve7tgoqslv0tj9e09p8739fltxcp3xubdhok.png" title="digit.png" alt="digit.png" />								</a>\n											<a href="#">\n							<img src="https://intelligentaqua.com.my/wp-content/uploads/elementor/thumbs/bastil-p382vgve7tgoqslv0tj9e09p8739fltxcp3xubdhok.png" title="bastil.png" alt="bastil.png" />								</a>\n											<a href="#">\n							<img src="https://intelligentaqua.com.my/wp-content/uploads/elementor/thumbs/darkside-p382vht8enhz2ekhvbxvyi15tkymnaxnotrfblc3ic.png" title="darkside.png" alt="darkside.png" />								</a>\n											<a href="#">\n							<img src="https://intelligentaqua.com.my/wp-content/uploads/elementor/thumbs/fifthflour-p382vht8enhz2ekhvbxvyi15tkymnaxnotrfblc3ic.png" title="fifthflour.png" alt="fifthflour.png" />								</a>\n											<a href="#">\n							<img src="https://intelligentaqua.com.my/wp-content/uploads/elementor/thumbs/Edgewater..-p382vht8enhz2ekhvbxvyi15tkymnaxnotrfblc3ic.png" title="Edgewater&#8230;png" alt="Edgewater...png" />								</a>\n											<a href="#">\n							<img src="https://intelligentaqua.com.my/wp-content/uploads/elementor/thumbs/armond-p382vir2lhj9e0j4puciizsmeytzv01e0yewsvapc4.png" title="armond.png" alt="armond.png" />								</a>', 'Logo Grid - Images', '', 'publish', 'closed', 'closed', '', 'logo-grid-images', '', '', '2021-02-22 05:15:44', '2021-02-22 05:15:44', '', 0, 'https://intelligentaqua.com.my/?elementor_library=logo-grid-images', 0, 'elementor_library', '', 0),
(638, 2, '2021-02-22 05:30:02', '2021-02-22 05:30:02', '<h2>Name Surname</h2>		\n			<h2>Position</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n					<ul>\n							<li>\n										Lorem Ipsum\n									</li>\n								<li>\n										Lorem Ipsum\n									</li>\n								<li>\n										Lorem Ipsum\n									</li>\n						</ul>', 'Team', '', 'publish', 'closed', 'closed', '', 'team', '', '', '2021-02-22 05:36:01', '2021-02-22 05:36:01', '', 0, 'https://intelligentaqua.com.my/?post_type=elementor_library&#038;p=638', 0, 'elementor_library', '', 0),
(648, 2, '2021-02-22 05:47:52', '2021-02-22 05:47:52', '', 'grid-bg', '', 'inherit', 'closed', 'closed', '', 'grid-bg', '', '', '2021-02-22 05:47:52', '2021-02-22 05:47:52', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/grid-bg.png', 0, 'attachment', 'image/png', 0),
(664, 2, '2021-02-22 06:19:04', '2021-02-22 06:19:04', '', 'Background-01', '', 'inherit', 'closed', 'closed', '', 'background-01', '', '', '2021-02-22 06:19:04', '2021-02-22 06:19:04', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Background-01.png', 0, 'attachment', 'image/png', 0),
(677, 2, '2021-02-22 06:28:37', '2021-02-22 06:28:37', '', 'Design Elements', '', 'inherit', 'closed', 'closed', '', 'design-elements', '', '', '2021-02-22 06:28:37', '2021-02-22 06:28:37', '', 112, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Design-Elements.png', 0, 'attachment', 'image/png', 0),
(699, 2, '2021-02-22 06:57:49', '2021-02-22 06:57:49', '', 'Design Elements 2', '', 'inherit', 'closed', 'closed', '', 'design-elements-2', '', '', '2021-02-22 06:57:49', '2021-02-22 06:57:49', '', 138, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Design-Elements-2.png', 0, 'attachment', 'image/png', 0),
(737, 2, '2021-02-23 01:53:28', '2021-02-23 01:53:28', 'Planet Earth with clouds, Asia. White background. 3d Render', 'Planet Earth with clouds, Asia. White background. 3d Render', 'Planet Earth with clouds, Asia. White background. 3d Render', 'inherit', 'closed', 'closed', '', 'planet-earth-with-clouds-asia-white-background-3d-render', '', '', '2021-02-23 01:53:28', '2021-02-23 01:53:28', '', 0, 'https://intelligentaqua.com.my/planet-earth-with-clouds-asia-white-background-3d-render/', 0, 'attachment', 'image/jpeg', 0),
(742, 2, '2021-02-23 02:02:27', '2021-02-23 02:02:27', '', 'Earth', '', 'inherit', 'closed', 'closed', '', 'earth', '', '', '2021-02-23 02:02:27', '2021-02-23 02:02:27', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Earth.png', 0, 'attachment', 'image/png', 0),
(744, 2, '2021-02-23 02:06:36', '2021-02-23 02:06:36', '', 'Background 2-01', '', 'inherit', 'closed', 'closed', '', 'background-2-01', '', '', '2021-02-23 02:06:36', '2021-02-23 02:06:36', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Background-2-01.jpg', 0, 'attachment', 'image/jpeg', 0),
(748, 2, '2021-02-23 02:07:29', '2021-02-23 02:07:29', '', 'Design Elements 3', '', 'inherit', 'closed', 'closed', '', 'design-elements-3', '', '', '2021-02-23 02:07:29', '2021-02-23 02:07:29', '', 112, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Design-Elements-3.png', 0, 'attachment', 'image/png', 0),
(763, 2, '2021-02-26 05:37:37', '2021-02-26 05:37:37', '', 'yt1s.com - Video Background Stock Footage Free very practical water drops into the water background video _1080p', '', 'inherit', 'closed', 'closed', '', 'yt1s-com-video-background-stock-footage-free-very-practical-water-drops-into-the-water-background-video-_1080p', '', '', '2021-02-26 05:37:37', '2021-02-26 05:37:37', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/yt1s.com-Video-Background-Stock-Footage-Free-very-practical-water-drops-into-the-water-background-video-_1080p.mp4', 0, 'attachment', 'video/mp4', 0),
(773, 2, '2021-02-26 05:43:09', '2021-02-26 05:43:09', 'Reflection of trees in river water', 'Reflection of trees in river water', 'Reflection of trees in river water', 'inherit', 'closed', 'closed', '', 'reflection-of-trees-in-river-water', '', '', '2021-02-26 05:43:09', '2021-02-26 05:43:09', '', 0, 'https://intelligentaqua.com.my/reflection-of-trees-in-river-water/', 0, 'attachment', 'image/jpeg', 0),
(775, 2, '2021-02-26 05:57:33', '2021-02-26 05:57:33', 'industry landscape', 'industry landscape', 'industry landscape', 'inherit', 'closed', 'closed', '', 'industry-landscape', '', '', '2021-02-26 05:57:33', '2021-02-26 05:57:33', '', 0, 'https://intelligentaqua.com.my/industry-landscape/', 0, 'attachment', 'image/jpeg', 0),
(776, 2, '2021-02-26 05:58:14', '2021-02-26 05:58:14', 'Drinking water', 'Drinking water', 'Drinking water', 'inherit', 'closed', 'closed', '', 'drinking-water', '', '', '2021-02-26 05:58:14', '2021-02-26 05:58:14', '', 0, 'https://intelligentaqua.com.my/drinking-water/', 0, 'attachment', 'image/jpeg', 0),
(793, 2, '2021-02-26 06:11:05', '2021-02-26 06:11:05', '', '', '', 'inherit', 'closed', 'closed', '', 'a-portrait-of-an-asian-muslim-ablution-at-mosque-before-pray', '', '', '2021-04-13 08:42:58', '2021-04-13 08:42:58', '', 0, 'https://intelligentaqua.com.my/a-portrait-of-an-asian-muslim-ablution-at-mosque-before-pray/', 0, 'attachment', 'image/jpeg', 0),
(844, 2, '2021-02-26 07:10:12', '2021-02-26 07:10:12', 'Blue water', 'Blue water', 'Blue water', 'inherit', 'closed', 'closed', '', 'blue-water-2', '', '', '2021-04-13 08:54:41', '2021-04-13 08:54:41', '', 0, 'https://intelligentaqua.com.my/blue-water-2/', 0, 'attachment', 'image/jpeg', 0),
(858, 2, '2021-02-26 07:41:26', '2021-02-26 07:41:26', 'Activated charcoal pills and powder.', 'Activated charcoal pills and powder.', 'Activated charcoal pills and powder.', 'inherit', 'closed', 'closed', '', 'activated-charcoal-pills-and-powder', '', '', '2021-02-26 07:41:26', '2021-02-26 07:41:26', '', 0, 'https://intelligentaqua.com.my/activated-charcoal-pills-and-powder/', 0, 'attachment', 'image/jpeg', 0),
(859, 2, '2021-02-26 07:42:35', '2021-02-26 07:42:35', '', 'Ion-Exchange-Polymer-1280x720', '', 'inherit', 'closed', 'closed', '', 'ion-exchange-polymer-1280x720', '', '', '2021-02-26 07:42:35', '2021-02-26 07:42:35', '', 138, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Ion-Exchange-Polymer-1280x720-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(860, 2, '2021-02-26 07:49:55', '2021-02-26 07:49:55', '<img width="399" height="396" src="https://intelligentaqua.com.my/wp-content/uploads/2021/02/GAC-EDIT.png" alt="" loading="lazy" srcset="https://intelligentaqua.com.my/wp-content/uploads/2021/02/GAC-EDIT.png 399w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/GAC-EDIT-300x298.png 300w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/GAC-EDIT-150x150.png 150w" sizes="(max-width: 399px) 100vw, 399px" style="width:100%;height:99.25%;max-width:399px;" />											\n			<h2>Granular Activated Carbon (GAC) by US EPA </h2>		\n		<p>Activated carbon is commonly used to adsorb natural organic compounds, taste and odour compounds, and synthetic organic chemicals in drinking water treatment. Activated carbon is produced from environmental wastes with high carbon content. It makes an effective adsorbent because it is a highly porous material and provides a large surface area to which contaminants may adsorb. Activated carbon is available as powdered activated carbon (PAC) and granular activated carbon (GAC).</p><p> </p><p>Granular activated carbon (GAC) consists of irregularly shaped particles with sizes ranging from 0.2 to 5mm. GAC is made by activating the base material directly or after an agglomeration step. They are widely used for water treatment, deodorisation and separation of components of the flow system and are also used in rapid mix basins. Granular sizes from 0.2mm up to 2mm are commonly used in liquid phase application as adsorption kinetics are more important than pressure drop. GAC is made from raw organic materials with high carbon contents such as coconut shell, wood, lignite and coal.</p>', 'Granular Activated Carbon (GAC) by US EPA', '', 'publish', 'closed', 'closed', '', 'granular-activated-carbon-gac-by-us-epa', '', '', '2021-03-03 05:41:09', '2021-03-03 05:41:09', '', 0, 'https://intelligentaqua.com.my/?post_type=elementor_library&#038;p=860', 0, 'elementor_library', '', 0),
(866, 2, '2021-02-26 07:53:15', '2021-02-26 07:53:15', '<img width="399" height="396" src="https://intelligentaqua.com.my/wp-content/uploads/2021/02/PAC.png" alt="" loading="lazy" srcset="https://intelligentaqua.com.my/wp-content/uploads/2021/02/PAC.png 399w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/PAC-300x298.png 300w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/PAC-150x150.png 150w" sizes="(max-width: 399px) 100vw, 399px" style="width:100%;height:99.25%;max-width:399px;" />											\n			<h2>Powdered Activated Carbon (PAC)</h2>		\n		<p>The American Society for Testing and Materials (ASTM) defines powdered activated carbon (PAC) as crushed or ground carbon particles passing through an 80-mesh sieve (0.177mm) and smaller. PAC''s adsorptive capacity makes them ideal for removing a variety of contaminants from water, air, liquids, and gases. They are widely used in the processing of drinking water to remove aesthetic problems such as odour and taste.</p>', 'PAC', '', 'publish', 'closed', 'closed', '', 'pac', '', '', '2021-03-03 07:32:44', '2021-03-03 07:32:44', '', 0, 'https://intelligentaqua.com.my/?post_type=elementor_library&#038;p=866', 0, 'elementor_library', '', 0),
(869, 2, '2021-02-26 07:59:36', '2021-02-26 07:59:36', '<img width="399" height="396" src="https://intelligentaqua.com.my/wp-content/uploads/2021/02/BED-RESIN-EDIT.png" alt="" loading="lazy" srcset="https://intelligentaqua.com.my/wp-content/uploads/2021/02/BED-RESIN-EDIT.png 399w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/BED-RESIN-EDIT-300x298.png 300w, https://intelligentaqua.com.my/wp-content/uploads/2021/02/BED-RESIN-EDIT-150x150.png 150w" sizes="(max-width: 399px) 100vw, 399px" style="width:100%;height:99.25%;max-width:399px;" />											\n			<h2>Mixed Bed Resins </h2>		\n		<p>Mixed bed resins or mixed bed ion exchange resins are mainly used in the water purification industry for polishing process water to achieve demineralised water quality (such as after a reverse osmosis system).</p><p> </p><p>Mixed bed contains strong acid cation exchange and strong base anion exchange resin. It is usually used for:</p>		\n					<ul>\n							<li>\n										Ultra-pure water production \n									</li>\n								<li>\n										Demineralisation\n									</li>\n								<li>\n										Condensate polishing (boiler feed water)\n									</li>\n								<li>\n										Micro-electronics cleaning\n									</li>\n								<li>\n										Pharmaceuticals\n									</li>\n						</ul>\n		<p>I.A uses mixed bed resin specially blended with high-quality ion exchange resin mixtures, designed for direct purification of water. The component ration of ion exchange is engineered to provide the highest capacity, and the performance of the ready-to-use mixed bed resin depends on the application.</p>', 'Mixed Bed Resins', '', 'publish', 'closed', 'closed', '', 'mixed-bed-resins', '', '', '2021-03-03 05:43:31', '2021-03-03 05:43:31', '', 0, 'https://intelligentaqua.com.my/?post_type=elementor_library&#038;p=869', 0, 'elementor_library', '', 0),
(870, 2, '2021-02-26 08:04:39', '2021-02-26 08:04:39', '', 'Mixed Bed-01', '', 'inherit', 'closed', 'closed', '', 'mixed-bed-01', '', '', '2021-02-26 08:04:39', '2021-02-26 08:04:39', '', 869, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Mixed-Bed-01.png', 0, 'attachment', 'image/png', 0),
(937, 2, '2021-02-26 09:28:44', '2021-02-26 09:28:44', '', 'drop_slower', '', 'inherit', 'closed', 'closed', '', 'drop_slower', '', '', '2021-02-26 09:28:44', '2021-02-26 09:28:44', '', 0, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/drop_slower.gif', 0, 'attachment', 'image/gif', 0),
(959, 2, '2021-02-26 10:33:51', '2021-02-26 10:33:51', '', 'ZKSB Group Corporate Structure', '', 'inherit', 'closed', 'closed', '', 'zksb-group-corporate-structure', '', '', '2021-02-26 10:33:51', '2021-02-26 10:33:51', '', 123, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/ZKSB-Group-Corporate-Structure.png', 0, 'attachment', 'image/png', 0),
(981, 2, '2021-02-26 10:44:42', '2021-02-26 10:44:42', '', 'ZKSB-Group-Corporate-Structure', '', 'inherit', 'closed', 'closed', '', 'zksb-group-corporate-structure-2', '', '', '2021-02-26 10:44:42', '2021-02-26 10:44:42', '', 123, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/ZKSB-Group-Corporate-Structure.jpg', 0, 'attachment', 'image/jpeg', 0),
(989, 2, '2021-02-26 10:48:25', '2021-02-26 10:48:25', '', 'coal-base', '', 'inherit', 'closed', 'closed', '', 'coal-base-2', '', '', '2021-02-26 10:48:25', '2021-02-26 10:48:25', '', 866, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/coal-base-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1051, 2, '2021-03-03 03:26:16', '2021-03-03 03:26:16', '', 'IA-01', '', 'inherit', 'closed', 'closed', '', 'ia-01', '', '', '2021-03-03 03:26:16', '2021-03-03 03:26:16', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/IA-01.jpg', 0, 'attachment', 'image/jpeg', 0),
(1052, 2, '2021-03-03 03:26:57', '2021-03-03 03:26:57', '', 'IA-02', '', 'inherit', 'closed', 'closed', '', 'ia-02', '', '', '2021-03-03 03:26:57', '2021-03-03 03:26:57', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/IA-02.jpg', 0, 'attachment', 'image/jpeg', 0),
(1053, 2, '2021-03-03 03:27:14', '2021-03-03 03:27:14', '', 'IA-03', '', 'inherit', 'closed', 'closed', '', 'ia-03', '', '', '2021-03-03 03:27:14', '2021-03-03 03:27:14', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/IA-03.jpg', 0, 'attachment', 'image/jpeg', 0),
(1058, 2, '2021-03-03 03:34:46', '2021-03-03 03:34:46', 'Water', 'Water', 'Water', 'inherit', 'closed', 'closed', '', 'water-4', '', '', '2021-03-03 03:34:46', '2021-03-03 03:34:46', '', 0, 'https://intelligentaqua.com.my/water-4/', 0, 'attachment', 'image/jpeg', 0),
(1071, 2, '2021-03-03 03:57:14', '2021-03-03 03:57:14', '', 'Result plan- Jeddah_Trim', '', 'inherit', 'closed', 'closed', '', 'result-plan-jeddah_trim-2', '', '', '2021-03-03 03:57:14', '2021-03-03 03:57:14', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/Result-plan-Jeddah_Trim-1.mp4', 0, 'attachment', 'video/mp4', 0),
(1076, 2, '2021-03-03 04:39:20', '2021-03-03 04:39:20', '', 'GIF-water03', '', 'inherit', 'closed', 'closed', '', 'gif-water03', '', '', '2021-03-03 04:39:20', '2021-03-03 04:39:20', '', 138, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/GIF-water03.gif', 0, 'attachment', 'image/gif', 0),
(1077, 2, '2021-03-03 04:39:21', '2021-03-03 04:39:21', '', 'GIF 01', '', 'inherit', 'closed', 'closed', '', 'gif-01', '', '', '2021-03-03 04:39:21', '2021-03-03 04:39:21', '', 138, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/GIF-01.gif', 0, 'attachment', 'image/gif', 0),
(1095, 2, '2021-03-03 05:09:45', '2021-03-03 05:09:45', 'Leaves leaf', 'Leaves leaf', 'Leaves leaf', 'inherit', 'closed', 'closed', '', 'leaves-leaf', '', '', '2021-03-03 05:09:45', '2021-03-03 05:09:45', '', 0, 'https://intelligentaqua.com.my/leaves-leaf/', 0, 'attachment', 'image/jpeg', 0),
(1096, 2, '2021-03-03 05:10:44', '2021-03-03 05:10:44', 'Texture.', 'Texture.', 'Texture.', 'inherit', 'closed', 'closed', '', 'texture', '', '', '2021-03-03 05:10:44', '2021-03-03 05:10:44', '', 0, 'https://intelligentaqua.com.my/texture/', 0, 'attachment', 'image/jpeg', 0),
(1097, 2, '2021-03-03 05:11:59', '2021-03-03 05:11:59', 'Colorado river', 'Colorado river', 'Colorado river', 'inherit', 'closed', 'closed', '', 'colorado-river', '', '', '2021-03-03 05:11:59', '2021-03-03 05:11:59', '', 0, 'https://intelligentaqua.com.my/colorado-river/', 0, 'attachment', 'image/jpeg', 0),
(1098, 2, '2021-03-03 05:13:57', '2021-03-03 05:13:57', '', '', '', 'inherit', 'closed', 'closed', '', 'air-jets-under-the-surface-of-the-water-seattle-aquarium', '', '', '2021-03-03 09:38:45', '2021-03-03 09:38:45', '', 0, 'https://intelligentaqua.com.my/air-jets-under-the-surface-of-the-water-seattle-aquarium/', 0, 'attachment', 'image/jpeg', 0),
(1099, 2, '2021-03-03 05:14:51', '2021-03-03 05:14:51', 'Dropping Chemical', 'Dropping Chemical', 'Dropping Chemical', 'inherit', 'closed', 'closed', '', 'dropping-chemical', '', '', '2021-03-03 05:14:51', '2021-03-03 05:14:51', '', 0, 'https://intelligentaqua.com.my/dropping-chemical/', 0, 'attachment', 'image/jpeg', 0),
(1100, 2, '2021-03-03 05:15:32', '2021-03-03 05:15:32', 'water drops falling', 'water drops falling', 'water drops falling', 'inherit', 'closed', 'closed', '', 'water-drops-falling', '', '', '2021-03-03 05:15:32', '2021-03-03 05:15:32', '', 0, 'https://intelligentaqua.com.my/water-drops-falling/', 0, 'attachment', 'image/jpeg', 0),
(1112, 2, '2021-03-03 05:35:20', '2021-03-03 05:35:20', '', '', '', 'inherit', 'closed', 'closed', '', 'water_gettyimages-1214285119-original', '', '', '2021-04-16 03:16:53', '2021-04-16 03:16:53', '', 112, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/water_GettyImages-1214285119.original.jpg', 0, 'attachment', 'image/jpeg', 0),
(1117, 2, '2021-03-03 05:38:53', '2021-03-03 05:38:53', '', 'waze-569496', '', 'inherit', 'closed', 'closed', '', 'waze-569496', '', '', '2021-03-03 05:38:53', '2021-03-03 05:38:53', '', 292, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/waze-569496.png', 0, 'attachment', 'image/png', 0),
(1119, 2, '2021-03-03 05:40:52', '2021-03-03 05:40:52', '', 'BED RESIN EDIT', '', 'inherit', 'closed', 'closed', '', 'bed-resin-edit', '', '', '2021-03-03 05:40:52', '2021-03-03 05:40:52', '', 860, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/BED-RESIN-EDIT.png', 0, 'attachment', 'image/png', 0),
(1120, 2, '2021-03-03 05:40:53', '2021-03-03 05:40:53', '', 'PAC', '', 'inherit', 'closed', 'closed', '', 'pac-2', '', '', '2021-03-03 05:40:53', '2021-03-03 05:40:53', '', 860, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/PAC.png', 0, 'attachment', 'image/png', 0),
(1121, 2, '2021-03-03 05:40:54', '2021-03-03 05:40:54', '', 'GAC EDIT', '', 'inherit', 'closed', 'closed', '', 'gac-edit', '', '', '2021-03-03 05:40:54', '2021-03-03 05:40:54', '', 860, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/GAC-EDIT.png', 0, 'attachment', 'image/png', 0),
(1129, 2, '2021-03-03 05:47:31', '2021-03-03 05:47:31', '', 'SPAN', '', 'inherit', 'closed', 'closed', '', 'span', '', '', '2021-03-03 05:47:31', '2021-03-03 05:47:31', '', 0, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/SPAN.png', 0, 'attachment', 'image/png', 0),
(1130, 2, '2021-03-03 05:47:36', '2021-03-03 05:47:36', '', 'SIRIM', '', 'inherit', 'closed', 'closed', '', 'sirim', '', '', '2021-03-03 05:47:36', '2021-03-03 05:47:36', '', 0, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/SIRIM.png', 0, 'attachment', 'image/png', 0),
(1131, 2, '2021-03-03 05:47:42', '2021-03-03 05:47:42', '', 'IKRAM', '', 'inherit', 'closed', 'closed', '', 'ikram', '', '', '2021-03-03 05:47:42', '2021-03-03 05:47:42', '', 0, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/IKRAM.png', 0, 'attachment', 'image/png', 0),
(1167, 2, '2021-03-03 06:33:56', '2021-03-03 06:33:56', 'A glass of water macro shot', 'A glass of water macro shot', 'A glass of water macro shot', 'inherit', 'closed', 'closed', '', 'a-glass-of-water-macro-shot', '', '', '2021-03-03 06:33:56', '2021-03-03 06:33:56', '', 0, 'https://intelligentaqua.com.my/a-glass-of-water-macro-shot/', 0, 'attachment', 'image/jpeg', 0),
(1181, 2, '2021-03-03 06:50:22', '2021-03-03 06:50:22', '', 'waterGIF-01', '', 'inherit', 'closed', 'closed', '', 'watergif-01', '', '', '2021-03-03 06:50:22', '2021-03-03 06:50:22', '', 138, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/waterGIF-01.mp4', 0, 'attachment', 'video/mp4', 0),
(1194, 2, '2021-03-03 07:25:28', '2021-03-03 07:25:28', '', 's-02', '', 'inherit', 'closed', 'closed', '', 's-02', '', '', '2021-03-03 07:25:28', '2021-03-03 07:25:28', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/s-02.jpg', 0, 'attachment', 'image/jpeg', 0),
(1214, 2, '2021-03-03 08:06:07', '2021-03-03 08:06:07', '', 'water-video', '', 'inherit', 'closed', 'closed', '', 'water-video', '', '', '2021-03-03 08:06:07', '2021-03-03 08:06:07', '', 138, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/water-video.mp4', 0, 'attachment', 'video/mp4', 0),
(1219, 2, '2021-03-03 09:35:02', '2021-03-03 09:35:02', '', 'Picture2', '', 'inherit', 'closed', 'closed', '', 'picture2', '', '', '2021-03-03 09:35:02', '2021-03-03 09:35:02', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/Picture2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1220, 2, '2021-03-03 09:35:03', '2021-03-03 09:35:03', '', 'Picture8', '', 'inherit', 'closed', 'closed', '', 'picture8', '', '', '2021-03-03 09:35:03', '2021-03-03 09:35:03', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/Picture8.jpg', 0, 'attachment', 'image/jpeg', 0),
(1221, 2, '2021-03-03 09:35:04', '2021-03-03 09:35:04', '', 'Picture7', '', 'inherit', 'closed', 'closed', '', 'picture7', '', '', '2021-03-03 09:35:04', '2021-03-03 09:35:04', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/Picture7.png', 0, 'attachment', 'image/png', 0),
(1222, 2, '2021-03-03 09:35:04', '2021-03-03 09:35:04', '', 'Picture6', '', 'inherit', 'closed', 'closed', '', 'picture6', '', '', '2021-03-03 09:35:04', '2021-03-03 09:35:04', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/Picture6.png', 0, 'attachment', 'image/png', 0),
(1223, 2, '2021-03-03 09:35:06', '2021-03-03 09:35:06', '', 'Picture5', '', 'inherit', 'closed', 'closed', '', 'picture5', '', '', '2021-03-03 09:35:06', '2021-03-03 09:35:06', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/Picture5.png', 0, 'attachment', 'image/png', 0),
(1224, 2, '2021-03-03 09:35:07', '2021-03-03 09:35:07', '', 'Picture4', '', 'inherit', 'closed', 'closed', '', 'picture4', '', '', '2021-03-03 09:35:07', '2021-03-03 09:35:07', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/Picture4.png', 0, 'attachment', 'image/png', 0),
(1225, 2, '2021-03-03 09:35:07', '2021-03-03 09:35:07', '', 'Picture3', '', 'inherit', 'closed', 'closed', '', 'picture3', '', '', '2021-03-03 09:35:07', '2021-03-03 09:35:07', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/Picture3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1232, 2, '2021-03-03 09:43:04', '2021-03-03 09:43:04', 'Shake hands', 'Shake hands', 'Shake hands', 'inherit', 'closed', 'closed', '', 'shake-hands', '', '', '2021-03-03 09:43:04', '2021-03-03 09:43:04', '', 0, 'https://intelligentaqua.com.my/shake-hands/', 0, 'attachment', 'image/jpeg', 0),
(1233, 2, '2021-03-03 09:44:13', '2021-03-03 09:44:13', 'Business Team Handshake Collaboration Concept', 'Business Team Handshake Collaboration Concept', 'Business Team Handshake Collaboration Concept', 'inherit', 'closed', 'closed', '', 'business-team-handshake-collaboration-concept', '', '', '2021-03-03 09:44:13', '2021-03-03 09:44:13', '', 0, 'https://intelligentaqua.com.my/business-team-handshake-collaboration-concept/', 0, 'attachment', 'image/jpeg', 0),
(1234, 2, '2021-03-03 09:45:23', '2021-03-03 09:45:23', 'Water treatment plant for sewage waste water', 'Municipal Wastewater Treatment', 'Water treatment plant for sewage waste water', 'inherit', 'closed', 'closed', '', 'water-treatment-plant-for-sewage-waste-water', '', '', '2021-03-15 09:11:53', '2021-03-15 09:11:53', '', 0, 'https://intelligentaqua.com.my/water-treatment-plant-for-sewage-waste-water/', 0, 'attachment', 'image/jpeg', 0),
(1242, 2, '2021-03-03 09:50:08', '2021-03-03 09:50:08', '', '2a21c8058f10e6f747873e613b98aba4', '', 'inherit', 'closed', 'closed', '', '2a21c8058f10e6f747873e613b98aba4', '', '', '2021-03-03 09:50:08', '2021-03-03 09:50:08', '', 123, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/2a21c8058f10e6f747873e613b98aba4.png', 0, 'attachment', 'image/png', 0),
(1253, 2, '2021-03-03 10:08:53', '2021-03-03 10:08:53', '', 'GIF01version', '', 'inherit', 'closed', 'closed', '', 'gif01version', '', '', '2021-03-03 10:08:53', '2021-03-03 10:08:53', '', 138, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/GIF01version.mp4', 0, 'attachment', 'video/mp4', 0),
(1266, 2, '2021-03-03 11:28:18', '2021-03-03 11:28:18', '', '8-07', '', 'inherit', 'closed', 'closed', '', '8-07', '', '', '2021-03-03 11:28:18', '2021-03-03 11:28:18', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/8-07.jpg', 0, 'attachment', 'image/jpeg', 0),
(1267, 2, '2021-03-03 11:28:19', '2021-03-03 11:28:19', '', '8-01', '', 'inherit', 'closed', 'closed', '', '8-01', '', '', '2021-03-03 11:28:19', '2021-03-03 11:28:19', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/8-01.jpg', 0, 'attachment', 'image/jpeg', 0),
(1268, 2, '2021-03-03 11:28:20', '2021-03-03 11:28:20', '', '8-02', '', 'inherit', 'closed', 'closed', '', '8-02', '', '', '2021-03-03 11:28:20', '2021-03-03 11:28:20', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/8-02.jpg', 0, 'attachment', 'image/jpeg', 0),
(1269, 2, '2021-03-03 11:28:20', '2021-03-03 11:28:20', '', '8-03', '', 'inherit', 'closed', 'closed', '', '8-03', '', '', '2021-03-03 11:28:20', '2021-03-03 11:28:20', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/8-03.jpg', 0, 'attachment', 'image/jpeg', 0),
(1270, 2, '2021-03-03 11:28:21', '2021-03-03 11:28:21', '', '8-04', '', 'inherit', 'closed', 'closed', '', '8-04', '', '', '2021-03-03 11:28:21', '2021-03-03 11:28:21', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/8-04.jpg', 0, 'attachment', 'image/jpeg', 0),
(1271, 2, '2021-03-03 11:28:22', '2021-03-03 11:28:22', '', 'Groundwater Treatment', '', 'inherit', 'closed', 'closed', '', '8-05', '', '', '2021-03-15 09:03:08', '2021-03-15 09:03:08', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/8-05.jpg', 0, 'attachment', 'image/jpeg', 0),
(1272, 2, '2021-03-03 11:28:23', '2021-03-03 11:28:23', '', '8-06', '', 'inherit', 'closed', 'closed', '', '8-06', '', '', '2021-03-03 11:28:23', '2021-03-03 11:28:23', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/8-06.jpg', 0, 'attachment', 'image/jpeg', 0),
(1288, 2, '2021-03-15 02:27:20', '2021-03-15 02:27:20', '', 'Media1', '', 'inherit', 'closed', 'closed', '', 'media1', '', '', '2021-03-15 02:27:20', '2021-03-15 02:27:20', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/Media1.mp4', 0, 'attachment', 'video/mp4', 0),
(1289, 2, '2021-03-15 02:27:25', '2021-03-15 02:27:25', '', 'Media2', '', 'inherit', 'closed', 'closed', '', 'media2', '', '', '2021-03-15 02:27:25', '2021-03-15 02:27:25', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/Media2.mp4', 0, 'attachment', 'video/mp4', 0),
(1294, 2, '2021-03-15 02:31:05', '2021-03-15 02:31:05', '', 'Beginners-Guide-to-understanding-Digital-Innovation', '', 'inherit', 'closed', 'closed', '', 'beginners-guide-to-understanding-digital-innovation', '', '', '2021-03-15 02:31:05', '2021-03-15 02:31:05', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/Beginners-Guide-to-understanding-Digital-Innovation.jpg', 0, 'attachment', 'image/jpeg', 0),
(1309, 2, '2021-03-15 02:45:22', '2021-03-15 02:45:22', '', 'Waterflow_IA_V03', '', 'inherit', 'closed', 'closed', '', 'waterflow_ia_v03', '', '', '2021-03-15 02:45:22', '2021-03-15 02:45:22', '', 138, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/Waterflow_IA_V03.mp4', 0, 'attachment', 'video/mp4', 0),
(1313, 2, '2021-03-15 02:47:19', '2021-03-15 02:47:19', 'Business meeting', 'Business meeting', 'Business meeting', 'inherit', 'closed', 'closed', '', 'business-meeting', '', '', '2021-03-15 02:47:19', '2021-03-15 02:47:19', '', 0, 'https://intelligentaqua.com.my/business-meeting/', 0, 'attachment', 'image/jpeg', 0),
(1314, 2, '2021-03-15 02:47:20', '2021-03-15 02:47:20', 'Business meeting', 'Business meeting', 'Business meeting', 'inherit', 'closed', 'closed', '', 'business-meeting-2', '', '', '2021-03-15 02:47:20', '2021-03-15 02:47:20', '', 0, 'https://intelligentaqua.com.my/business-meeting-2/', 0, 'attachment', 'image/jpeg', 0),
(1331, 2, '2021-03-15 09:08:20', '2021-03-15 09:08:20', '<h2>TO PURIFY </h2>		\n		<p>Water treatment for portable and drinking purposes:</p>		\n					<ul>\n							<li>\n										Drinking  Water Purification\n									</li>\n								<li>\n										Groundwater Treatment\n									</li>\n								<li>\n										River water Treatment\n									</li>\n								<li>\n										Surface Water Treatment (Polluted River & Lakes)\n									</li>\n						</ul>', 'To Purify', '', 'publish', 'closed', 'closed', '', 'to-purify', '', '', '2021-04-13 03:36:24', '2021-04-13 03:36:24', '', 0, 'https://intelligentaqua.com.my/?post_type=elementor_library&#038;p=1331', 0, 'elementor_library', '', 0),
(1332, 2, '2021-03-15 09:00:10', '2021-03-15 09:00:10', '', 'River Water Treatment', '', 'inherit', 'closed', 'closed', '', 'mountain-fast-flowing-river-stream-of-water', '', '', '2021-03-15 09:02:45', '2021-03-15 09:02:45', '', 0, 'https://intelligentaqua.com.my/mountain-fast-flowing-river-stream-of-water/', 0, 'attachment', 'image/jpeg', 0),
(1333, 2, '2021-03-15 09:01:26', '2021-03-15 09:01:26', 'lake', 'Surface Water Treatment (Polluted Rivers & Lakes)', 'lake', 'inherit', 'closed', 'closed', '', 'lake', '', '', '2021-03-15 09:03:19', '2021-03-15 09:03:19', '', 0, 'https://intelligentaqua.com.my/lake/', 0, 'attachment', 'image/jpeg', 0),
(1334, 2, '2021-03-15 09:08:39', '2021-03-15 09:08:39', '', 'Groundwater Treatment', '', 'inherit', 'closed', 'closed', '', 'india-world-bank-sign-450m-loan-to-improve-groundwater-mgmt-in-7-states', '', '', '2021-03-15 10:47:23', '2021-03-15 10:47:23', '', 1331, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/India-World-Bank-sign-450m-loan-to-improve-groundwater-mgmt-in-7-states.jpg', 0, 'attachment', 'image/jpeg', 0),
(1340, 2, '2021-03-15 09:10:34', '2021-03-15 09:10:34', '<h2>TO COMPLY</h2>		\n		<p>Wastewater treatment for environmental compliance:</p>		\n					<ul>\n							<li>\n										Municipal Wastewater Treatment\n									</li>\n								<li>\n										Industrial Wastewater\n									</li>\n								<li>\n										Poultry Waste Treatment\n									</li>\n								<li>\n										Palm Oil Mills Effluent Treatment (POME)\n									</li>\n								<li>\n										Landfill Leachate Treatment\n									</li>\n						</ul>', 'To Comply', '', 'publish', 'closed', 'closed', '', 'to-comply', '', '', '2021-04-26 08:57:32', '2021-04-26 08:57:32', '', 0, 'https://intelligentaqua.com.my/?post_type=elementor_library&#038;p=1340', 0, 'elementor_library', '', 0),
(1342, 2, '2021-03-15 09:12:31', '2021-03-15 09:12:31', '', 'Industrial Wastewater Effluent Treatment (Tertiary)', '', 'inherit', 'closed', 'closed', '', 'sha-tin-hong-kong-17-march-2019-top-down-view-of-sewage-treatment-plant', '', '', '2021-03-15 09:13:39', '2021-03-15 09:13:39', '', 0, 'https://intelligentaqua.com.my/sha-tin-hong-kong-17-march-2019-top-down-view-of-sewage-treatment-plant/', 0, 'attachment', 'image/jpeg', 0),
(1343, 2, '2021-03-15 09:13:03', '2021-03-15 09:13:03', '', 'Palm Oil Mill Effluent Treatment', '', 'inherit', 'closed', 'closed', '', 'oil-palm-plantation-aerial-view-of-former-rainforest-land-cleared-for-a-cash-crop-deforestation', '', '', '2021-03-15 09:13:52', '2021-03-15 09:13:52', '', 0, 'https://intelligentaqua.com.my/oil-palm-plantation-aerial-view-of-former-rainforest-land-cleared-for-a-cash-crop-deforestation/', 0, 'attachment', 'image/jpeg', 0),
(1347, 2, '2021-03-15 09:15:42', '2021-03-15 09:15:42', '', 'Poultry Wastewater Treatment', '', 'inherit', 'closed', 'closed', '', '3-118', '', '', '2021-03-15 09:51:36', '2021-03-15 09:51:36', '', 1340, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/3-118.jpg', 0, 'attachment', 'image/jpeg', 0),
(1348, 2, '2021-03-15 09:16:49', '2021-03-15 09:16:49', 'busy day in the indoor wet market of Semporna, sabah, malaysia', 'Wet Market Wastewater Treatment', 'busy day in the indoor wet market of Semporna, sabah, malaysia', 'inherit', 'closed', 'closed', '', 'busy-day-in-the-indoor-wet-market-of-semporna-sabah-malaysia', '', '', '2021-03-15 09:18:10', '2021-03-15 09:18:10', '', 0, 'https://intelligentaqua.com.my/busy-day-in-the-indoor-wet-market-of-semporna-sabah-malaysia/', 0, 'attachment', 'image/jpeg', 0),
(1355, 2, '2021-03-15 09:19:34', '2021-03-15 09:19:34', '<h2>TO RECYCLE</h2>		\n		<p>The recycled and reclaimed water treated by IA can be used for many purposes including:</p>		\n					<ul>\n							<li>\n										Agriculture Irrigation                                    \n									</li>\n								<li>\n										Cleaning\n									</li>\n								<li>\n										Facility Cooling System\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Boiler Feed Water\n									</li>\n								<li>\n										Industrial Process Water\n									</li>\n								<li>\n										Watering green areas, parks, football fields, golf courses\n									</li>\n						</ul>', 'To Recycle', '', 'publish', 'closed', 'closed', '', 'to-recycle', '', '', '2021-04-28 01:57:30', '2021-04-28 01:57:30', '', 0, 'https://intelligentaqua.com.my/?post_type=elementor_library&#038;p=1355', 0, 'elementor_library', '', 0),
(1357, 2, '2021-03-15 09:20:50', '2021-03-15 09:20:50', '', 'Municipal Wastewater Effluent Treatment Recycle', '', 'inherit', 'closed', 'closed', '', 'municipal-wastewater', '', '', '2021-03-15 09:20:59', '2021-03-15 09:20:59', '', 1355, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/municipal-wastewater.jpg', 0, 'attachment', 'image/jpeg', 0),
(1358, 2, '2021-03-15 09:21:45', '2021-03-15 09:21:45', '', 'Industrial Wastewater Effluent Treatment Recycle', '', 'inherit', 'closed', 'closed', '', 'maxresdefault', '', '', '2021-03-15 09:21:52', '2021-03-15 09:21:52', '', 1355, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/maxresdefault.jpg', 0, 'attachment', 'image/jpeg', 0),
(1376, 2, '2021-03-15 10:52:18', '2021-03-15 10:52:18', '', 'Poultry Wastewater Treatment', '', 'inherit', 'closed', 'closed', '', 'ammonia', '', '', '2021-03-15 10:52:28', '2021-03-15 10:52:28', '', 1340, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/Ammonia.jpg', 0, 'attachment', 'image/jpeg', 0),
(1388, 2, '2021-03-15 11:06:13', '2021-03-15 11:06:13', '', 'Renewable energy and sustainable development', 'Glass globe in the in nature concept for environment and conservation', 'inherit', 'closed', 'closed', '', 'renewable-energy-and-sustainable-development', '', '', '2021-03-15 11:06:13', '2021-03-15 11:06:13', '', 138, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/UN-Emissions-Gap-Report-2020-key-findings-and-actions-for-post-COVID-19-green-recovery_wrbm_large.jpg', 0, 'attachment', 'image/jpeg', 0),
(1390, 2, '2021-03-15 11:07:32', '2021-03-15 11:07:32', 'clear water', 'clear water', 'clear water', 'inherit', 'closed', 'closed', '', 'clear-water', '', '', '2021-03-15 11:07:32', '2021-03-15 11:07:32', '', 0, 'https://intelligentaqua.com.my/clear-water/', 0, 'attachment', 'image/jpeg', 0),
(1398, 2, '2021-03-15 11:15:10', '2021-03-15 11:15:10', 'Business meeting', 'Business meeting', 'Business meeting', 'inherit', 'closed', 'closed', '', 'business-meeting-3', '', '', '2021-03-15 11:15:10', '2021-03-15 11:15:10', '', 0, 'https://intelligentaqua.com.my/business-meeting-3/', 0, 'attachment', 'image/jpeg', 0),
(1399, 2, '2021-03-15 11:17:14', '2021-03-15 11:17:14', 'Teamwork during business meeting', 'Teamwork during business meeting', 'Teamwork during business meeting', 'inherit', 'closed', 'closed', '', 'teamwork-during-business-meeting', '', '', '2021-03-15 11:17:14', '2021-03-15 11:17:14', '', 0, 'https://intelligentaqua.com.my/teamwork-during-business-meeting/', 0, 'attachment', 'image/jpeg', 0),
(1404, 2, '2021-03-15 11:21:59', '2021-03-15 11:21:59', 'Couple drinking water in park', 'Couple drinking water in park', 'Couple drinking water in park', 'inherit', 'closed', 'closed', '', 'couple-drinking-water-in-park', '', '', '2021-03-15 11:21:59', '2021-03-15 11:21:59', '', 0, 'https://intelligentaqua.com.my/couple-drinking-water-in-park/', 0, 'attachment', 'image/jpeg', 0),
(1424, 2, '2021-03-15 11:31:52', '2021-03-15 11:31:52', 'Kid drinking a water', 'Kid drinking a water', 'Kid drinking a water', 'inherit', 'closed', 'closed', '', 'kid-drinking-a-water', '', '', '2021-03-15 11:31:52', '2021-03-15 11:31:52', '', 0, 'https://intelligentaqua.com.my/kid-drinking-a-water/', 0, 'attachment', 'image/jpeg', 0),
(1435, 2, '2021-03-15 11:37:20', '2021-03-15 11:37:20', 'Father with a toddler boy walking on beach on summer holiday, having fun.', 'Father with a toddler boy walking on beach on summer holiday, having fun.', 'Father with a toddler boy walking on beach on summer holiday, having fun.', 'inherit', 'closed', 'closed', '', 'father-with-a-toddler-boy-walking-on-beach-on-summer-holiday-having-fun', '', '', '2021-03-15 11:37:20', '2021-03-15 11:37:20', '', 0, 'https://intelligentaqua.com.my/father-with-a-toddler-boy-walking-on-beach-on-summer-holiday-having-fun/', 0, 'attachment', 'image/jpeg', 0),
(1436, 2, '2021-03-15 11:39:21', '2021-03-15 11:39:21', '', 'Blessing of nature and safe water.', 'A glass of fresh and cold natural water is put on top of the growing rock of moss in of the valley  in Japan.', 'inherit', 'closed', 'closed', '', 'blessing-of-nature-and-safe-water', '', '', '2021-03-15 11:39:21', '2021-03-15 11:39:21', '', 138, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/iStock-545449292-1024x683-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1437, 2, '2021-03-15 11:39:57', '2021-03-15 11:39:57', 'Kid playing in the water', 'Kid playing in the water', 'Kid playing in the water', 'inherit', 'closed', 'closed', '', 'kid-playing-in-the-water', '', '', '2021-03-15 11:39:57', '2021-03-15 11:39:57', '', 0, 'https://intelligentaqua.com.my/kid-playing-in-the-water/', 0, 'attachment', 'image/jpeg', 0),
(1447, 2, '2021-03-15 11:45:53', '2021-03-15 11:45:53', 'Man with phone', 'Man with phone', 'Man with phone', 'inherit', 'closed', 'closed', '', 'man-with-phone', '', '', '2021-03-15 11:45:53', '2021-03-15 11:45:53', '', 0, 'https://intelligentaqua.com.my/man-with-phone/', 0, 'attachment', 'image/jpeg', 0),
(1464, 2, '2021-03-29 02:51:09', '2021-03-29 02:51:09', '', '', '', 'inherit', 'closed', 'closed', '', 'washing-hands', '', '', '2021-04-13 10:26:20', '2021-04-13 10:26:20', '', 0, 'https://intelligentaqua.com.my/washing-hands/', 0, 'attachment', 'image/jpeg', 0),
(1465, 2, '2021-03-29 02:51:21', '2021-03-29 02:51:21', 'Woman washing hands', 'Woman washing hands', 'Woman washing hands', 'inherit', 'closed', 'closed', '', 'woman-washing-hands', '', '', '2021-03-29 02:51:21', '2021-03-29 02:51:21', '', 0, 'https://intelligentaqua.com.my/woman-washing-hands/', 0, 'attachment', 'image/jpeg', 0),
(1475, 2, '2021-03-29 02:57:09', '2021-03-29 02:57:09', 'Muslim Lady Drinking Water From Glass In Kitchen At Home', 'Muslim Lady Drinking Water From Glass In Kitchen At Home', 'Muslim Lady Drinking Water From Glass In Kitchen At Home', 'inherit', 'closed', 'closed', '', 'muslim-lady-drinking-water-from-glass-in-kitchen-at-home', '', '', '2021-03-29 02:57:09', '2021-03-29 02:57:09', '', 0, 'https://intelligentaqua.com.my/muslim-lady-drinking-water-from-glass-in-kitchen-at-home/', 0, 'attachment', 'image/jpeg', 0),
(1487, 2, '2021-03-29 07:58:58', '2021-03-29 07:58:58', '', 'Waterflow-ia-v1', '', 'inherit', 'closed', 'closed', '', 'waterflow-ia-v1', '', '', '2021-03-29 07:58:58', '2021-03-29 07:58:58', '', 138, 'https://intelligentaqua.com.my/wp-content/uploads/2021/03/Waterflow-ia-v1.mp4', 0, 'attachment', 'video/mp4', 0),
(1523, 2, '2021-04-13 03:08:32', '2021-04-13 03:08:32', '', '53594526_1610120969591048_r', '', 'inherit', 'closed', 'closed', '', '53594526_1610120969591048_r', '', '', '2021-04-13 03:08:32', '2021-04-13 03:08:32', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/53594526_1610120969591048_r.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1524, 2, '2021-04-13 03:14:03', '2021-04-13 03:14:03', '', 'Recycle-03', '', 'inherit', 'closed', 'closed', '', 'recycle-03', '', '', '2021-04-13 03:14:03', '2021-04-13 03:14:03', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/Recycle-03.jpg', 0, 'attachment', 'image/jpeg', 0),
(1525, 2, '2021-04-13 03:14:04', '2021-04-13 03:14:04', '', 'Recycle-01', '', 'inherit', 'closed', 'closed', '', 'recycle-01', '', '', '2021-04-13 03:14:04', '2021-04-13 03:14:04', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/Recycle-01.jpg', 0, 'attachment', 'image/jpeg', 0),
(1526, 2, '2021-04-13 03:14:05', '2021-04-13 03:14:05', '', 'Recycle-02', '', 'inherit', 'closed', 'closed', '', 'recycle-02', '', '', '2021-04-13 03:14:05', '2021-04-13 03:14:05', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/Recycle-02.jpg', 0, 'attachment', 'image/jpeg', 0),
(1547, 2, '2021-04-13 03:59:13', '2021-04-13 03:59:13', 'Handsome young muslim male in traditional Islamic clothing standing in front of financial chart', 'Handsome young muslim male in traditional Islamic clothing standing in front of financial chart', 'Handsome young muslim male in traditional Islamic clothing standing in front of financial chart', 'inherit', 'closed', 'closed', '', 'handsome-young-muslim-male-in-traditional-islamic-clothing-standing-in-front-of-financial-chart', '', '', '2021-04-13 03:59:13', '2021-04-13 03:59:13', '', 0, 'https://intelligentaqua.com.my/handsome-young-muslim-male-in-traditional-islamic-clothing-standing-in-front-of-financial-chart/', 0, 'attachment', 'image/jpeg', 0),
(1548, 2, '2021-04-13 03:59:38', '2021-04-13 03:59:38', 'Woman in hijab watching webinar', 'Woman in hijab watching webinar', 'Woman in hijab watching webinar', 'inherit', 'closed', 'closed', '', 'woman-in-hijab-watching-webinar', '', '', '2021-04-13 03:59:38', '2021-04-13 03:59:38', '', 0, 'https://intelligentaqua.com.my/woman-in-hijab-watching-webinar/', 0, 'attachment', 'image/jpeg', 0),
(1549, 2, '2021-04-13 04:01:39', '2021-04-13 04:01:39', 'happy muslim businessman talking by phone while sitting on couch', 'happy muslim businessman talking by phone while sitting on couch', 'happy muslim businessman talking by phone while sitting on couch', 'inherit', 'closed', 'closed', '', 'happy-muslim-businessman-talking-by-phone-while-sitting-on-couch', '', '', '2021-04-13 04:01:39', '2021-04-13 04:01:39', '', 0, 'https://intelligentaqua.com.my/happy-muslim-businessman-talking-by-phone-while-sitting-on-couch/', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpfq_posts` VALUES
(1550, 2, '2021-04-13 04:03:46', '2021-04-13 04:03:46', '', '', '', 'inherit', 'closed', 'closed', '', 'we-belong-to-and-our-clients', '', '', '2021-04-13 10:17:17', '2021-04-13 10:17:17', '', 112, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/We-Belong-To-and-Our-Clients.png', 0, 'attachment', 'image/png', 0),
(1559, 2, '2021-04-13 04:48:33', '2021-04-13 04:48:33', '', 'Leaf On The Water', 'Nature background. 3D render.', 'inherit', 'closed', 'closed', '', 'leaf-on-the-water', '', '', '2021-04-13 04:48:33', '2021-04-13 04:48:33', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/Environment-Sustainability.jpg', 0, 'attachment', 'image/jpeg', 0),
(1560, 2, '2021-04-13 04:49:20', '2021-04-13 04:49:20', '', 'iStock-609955848-1024x683', '', 'inherit', 'closed', 'closed', '', 'istock-609955848-1024x683', '', '', '2021-06-14 10:58:26', '2021-06-14 10:58:26', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/iStock-609955848-1024x683-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1581, 2, '2021-04-13 05:27:00', '2021-04-13 05:27:00', '', 'water treatment malaysia', '', 'inherit', 'closed', 'closed', '', 'chart-3', '', '', '2021-07-11 08:31:36', '2021-07-11 08:31:36', '', 138, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/Chart-3.png', 0, 'attachment', 'image/png', 0),
(1593, 2, '2021-04-13 05:55:52', '2021-04-13 05:55:52', 'kids playing at the public pool in the water during summer', 'kids playing at the public pool in the water during summer', 'kids playing at the public pool in the water during summer', 'inherit', 'closed', 'closed', '', 'kids-playing-at-the-public-pool-in-the-water-during-summer', '', '', '2021-04-13 05:55:52', '2021-04-13 05:55:52', '', 0, 'https://intelligentaqua.com.my/kids-playing-at-the-public-pool-in-the-water-during-summer/', 0, 'attachment', 'image/jpeg', 0),
(1597, 2, '2021-04-13 07:25:53', '2021-04-13 07:25:53', '', 'IA_v0_13042021', '', 'inherit', 'closed', 'closed', '', 'ia_v0_13042021', '', '', '2021-04-13 07:25:53', '2021-04-13 07:25:53', '', 138, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/IA_v0_13042021.mp4', 0, 'attachment', 'video/mp4', 0),
(1610, 2, '2021-04-13 08:35:45', '2021-04-13 08:35:45', '', 'abigail-keenan-27292', '', 'inherit', 'closed', 'closed', '', 'abigail-keenan-27292', '', '', '2021-04-13 08:35:45', '2021-04-13 08:35:45', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/abigail-keenan-27292.jpg', 0, 'attachment', 'image/jpeg', 0),
(1627, 2, '2021-04-13 08:48:09', '2021-04-13 08:48:09', '', '', '', 'inherit', 'closed', 'closed', '', 'chart-2', '', '', '2021-04-13 09:04:56', '2021-04-13 09:04:56', '', 138, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/Chart-2.png', 0, 'attachment', 'image/png', 0),
(1691, 2, '2021-04-13 10:30:26', '2021-04-13 10:30:26', '', '', '', 'inherit', 'closed', 'closed', '', 'untitled-2', '', '', '2021-04-14 07:22:28', '2021-04-14 07:22:28', '', 112, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-2.png', 0, 'attachment', 'image/png', 0),
(1692, 2, '2021-04-13 10:30:31', '2021-04-13 10:30:31', '', '', '', 'inherit', 'closed', 'closed', '', 'untitled-8', '', '', '2021-04-13 10:30:49', '2021-04-13 10:30:49', '', 112, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-8.png', 0, 'attachment', 'image/png', 0),
(1702, 2, '2021-04-14 07:22:43', '2021-04-14 07:22:43', '', '', '', 'inherit', 'closed', 'closed', '', '1', '', '', '2021-04-14 07:22:53', '2021-04-14 07:22:53', '', 112, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1703, 2, '2021-04-14 07:23:52', '2021-04-14 07:23:52', '', 'Sharpen_1', '', 'inherit', 'closed', 'closed', '', 'sharpen_1', '', '', '2021-04-14 07:26:14', '2021-04-14 07:26:14', '', 112, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/Sharpen_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1726, 2, '2021-04-14 07:36:05', '2021-04-14 07:36:05', '', '4-01', '', 'inherit', 'closed', 'closed', '', '4-01', '', '', '2021-04-14 07:36:05', '2021-04-14 07:36:05', '', 112, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/4-01.png', 0, 'attachment', 'image/png', 0),
(1727, 2, '2021-04-14 07:36:10', '2021-04-14 07:36:10', '', '4-02', '', 'inherit', 'closed', 'closed', '', '4-02', '', '', '2021-04-14 07:36:10', '2021-04-14 07:36:10', '', 112, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/4-02.png', 0, 'attachment', 'image/png', 0),
(1734, 2, '2021-04-14 07:55:04', '2021-04-14 07:55:04', '', 'Untitled-6-01', '', 'inherit', 'closed', 'closed', '', 'untitled-6-01', '', '', '2021-04-14 07:55:04', '2021-04-14 07:55:04', '', 112, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01.png', 0, 'attachment', 'image/png', 0),
(1738, 2, '2021-04-15 06:09:12', '2021-04-15 06:09:12', 'International business people having a meeting', 'International business people having a meeting', 'International business people having a meeting', 'inherit', 'closed', 'closed', '', 'international-business-people-having-a-meeting', '', '', '2021-04-15 06:12:12', '2021-04-15 06:12:12', '', 0, 'https://intelligentaqua.com.my/international-business-people-having-a-meeting/', 0, 'attachment', 'image/jpeg', 0),
(1743, 2, '2021-04-15 07:13:03', '2021-04-15 07:13:03', '', 'Untitled-1', '', 'inherit', 'closed', 'closed', '', 'untitled-1', '', '', '2021-04-15 07:15:48', '2021-04-15 07:15:48', '', 112, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1748, 2, '2021-04-15 07:21:20', '2021-04-15 07:21:20', '', 'multicultural-business-partners-discussing-contract-cafe_74855-2050', '', 'inherit', 'closed', 'closed', '', 'multicultural-business-partners-discussing-contract-cafe_74855-2050', '', '', '2021-04-15 07:21:49', '2021-04-15 07:21:49', '', 112, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/multicultural-business-partners-discussing-contract-cafe_74855-2050.jpg', 0, 'attachment', 'image/jpeg', 0),
(1749, 2, '2021-04-15 07:22:20', '2021-04-15 07:22:20', '', 'multicultural-business-partners-discussing-contract-cafe_74855-2050', '', 'inherit', 'closed', 'closed', '', 'multicultural-business-partners-discussing-contract-cafe_74855-2050-2', '', '', '2021-04-15 07:22:20', '2021-04-15 07:22:20', '', 0, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/multicultural-business-partners-discussing-contract-cafe_74855-2050-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1789, 2, '2021-04-16 02:43:26', '2021-04-16 02:43:26', '', '_FREE_ _ Water _ Web Background Video Loop (STOCK VIDEO FOOTAGE!)', '', 'inherit', 'closed', 'closed', '', '_free_-_-water-_-web-background-video-loop-stock-video-footage', '', '', '2021-04-16 02:43:26', '2021-04-16 02:43:26', '', 13, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/FREE_-_-Water-_-Web-Background-Video-Loop-STOCK-VIDEO-FOOTAGE.mp4', 0, 'attachment', 'video/mp4', 0),
(1798, 2, '2021-04-16 03:23:13', '2021-04-16 03:23:13', '', 'water_GettyImages-1214285119.original', '', 'inherit', 'closed', 'closed', '', 'water_gettyimages-1214285119-original-2', '', '', '2021-04-16 03:23:13', '2021-04-16 03:23:13', '', 112, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original.png', 0, 'attachment', 'image/png', 0),
(1858, 2, '2021-04-16 18:36:15', '2021-04-16 18:36:15', '', 'Coming Soon', '', 'publish', 'closed', 'closed', '', 'coming-soon', '', '', '2021-04-16 18:36:15', '2021-04-16 18:36:15', '', 0, 'https://intelligentaqua.com.my/?post_type=elementor_library&#038;p=1858', 0, 'elementor_library', '', 0),
(1904, 2, '2021-04-26 09:58:29', '2021-04-26 09:58:29', '<h2>Privacy Policy</h2>\nThis privacy notice discloses the privacy practices for www.intelligentaqua.com.my . This privacy notice applies solely to information collected by this website. It will notify you of the following:\n<ul>\n 	<li>What personally identifiable information is collected from you through the website, how it is used and with whom it may be shared.</li>\n 	<li>What choices are available to you regarding the use of your data.</li>\n 	<li>The security procedures in place to protect the misuse of your information.</li>\n 	<li>How you can correct any inaccuracies in the information.</li>\n</ul>\n<h2>Information Collection, Use, and Sharing</h2>\nWe are the sole owners of the information collected on this site. We only have access to/collect information that you voluntarily give us via email or other direct contact from you. We will not sell or rent this information to anyone. We will use your information to respond to you, regarding the reason you contacted us. We will not share your information with any third party outside of our organization, other than as necessary to fulfil your request, e.g. to ship an order unless you ask us not to, we may contact you via email in the future to tell you about specials, new products or services, or changes to this privacy policy.\n<h2>Your Access To and Control Over Information</h2>\nYou may opt out of any future contacts from us at any time. You can do the following at any time by contacting us via the email address or phone number given on our website:.\n<ul>\n 	<li>Change/correct any data we have about you.</li>\n 	<li>Have us delete any data we have about you.</li>\n 	<li>Express any concern you have about our use of your data.</li>\n</ul>\n<h2>Security</h2>\nWe take precautions to protect your information. When you submit sensitive information via the website, your information is protected both online and offline. Wherever we collect sensitive information (such as credit card data), that information is encrypted and transmitted to us in a secure way. You can verify this by looking for a lock icon in the address bar and looking for “https” at the beginning of the address of the Web page. While we use encryption to protect sensitive information transmitted online, we also protect your information offline. only employees who need the information to perform a specific job (for example, billing or customer service) are granted access to personally identifiable information. The computers/servers in which we store personally identifiable information are kept in a secure environment. We take precautions to protect your information. When you submit sensitive information via the website, your information is protected both online and offline. We take precautions to protect your information. When you submit sensitive information via the website, your information is protected both online and offline.\n<h2>Contact Us</h2>\nIf you feel that we are not abiding by this privacy policy, you should contact us immediately via telephone at +603 7845 4566 / +603 7455 1840 or via email at intelligentaqua@pitech.com.my .\n<h2>Contact</h2>\nAre you interested in using IA or discussing specific challenges and projects with our experts? Contact our authorised representatives – we’re looking forward to hearing from you.\n\n<a href="https://intelligentaqua.com.my/contact-us/" role="button">\nContact Us\n</a>', 'Privacy Policy', '', 'publish', 'closed', 'closed', '', 'privacy-policy', '', '', '2021-06-14 14:31:22', '2021-06-14 14:31:22', '', 0, 'https://intelligentaqua.com.my/?page_id=1904', 0, 'page', '', 0),
(1909, 2, '2021-04-26 10:03:29', '2021-04-26 10:03:29', '<h2>TERMS OF USE</h2>\nWelcome to Intelligent Aqua Sdn Bhd (hereby known as ‘IA’) website (hereby known as the ‘Site’).The Site is created by IA, a water treatment system that adopts a hybrid concept of combining special blended adsorption techniques and ion exchange method to treat and purify contaminated and polluted water. By using the Site, you agree to follow and be bound by the following terms and conditions concerning your use of the Site (“Terms of Use”) and our Privacy Policy. We may revise the Terms of Use and Privacy Policy at any time without notice to you. Areas of the Site may have different terms of use posted. If there is a conflict between the Terms of Use and terms of use posted for a specific area of the Site, the latter shall have precedence with respect to your use of that area of the Site.\n<h2>Use Of Site Information and Data</h2>\n<ul>\n 	<li>The Contents of this Site may only be used for personal, informational, non-commercial purposes; and.</li>\n 	<li>The Contents may not be modified or altered in any way. You may not use, download, upload, copy, print, display, perform, reproduce, publish, license, post, transmit or distribute any information and/or data from this Site in whole or in part without the written authorization of IA.</li>\n</ul>\n<h2>Passwords and Security</h2>\nYou are responsible for maintaining the confidentiality of any password(s) you are given to access the Site and are fully responsible for all activities that occur under your user name(s) and password(s). You agree to notify IA immediately of any unauthorized use of your user name(s) and password(s). IA is concerned about the security of personal information we have collected from you and has taken reasonable steps to prevent unauthorized access to that information.\n<h2>Termination of Use</h2>\nYou agree that IA may, in its sole discretion, at any time terminate your access to the Site and any account(s) you may have in connection with the Site. Access to the Site may be monitored by IA.\n<h2>Third Party Web Sites, Content, Products and Services</h2>\nThe Site may provide links to Web sites and access to content, products and services from third parties, including users, advertisers, affiliates and sponsors of the Site. You agree that IA is not responsible for the availability of, and content provided on third-party Web sites. You should refer to the policies posted by other Web sites regarding privacy and other topics before you use them. You agree that IA is not responsible for third party content accessible through the Site, including opinions, advice, statements and advertisements, and understand that you bear all risks associated with the use of such content. If you choose to purchase any products or services from a third party, your relationship is direct with the third party.\n<h2>You Agree That IA Is Not Responsible for:</h2>\nThe quality of third party products or services; and. Fulfilling any of the terms of your agreement with the seller, including the delivery of products or services and warranty obligations related to purchased products or services. You agree that IA is not responsible for any loss or damage of any sort you may incur from dealing with any third party.\n<h2>Indemnity</h2>\nYou agree to defend, indemnify and hold harmless IA, its officers, directors, employees and agents from and against any and all claims, liabilities, damages, losses or expenses, including reasonable attorneys’ fees and costs, arising out of or in any way connected with your access to or use of the Site.\n<h2>Privacy Policy</h2>\nIA is concerned about your privacy and has developed a policy to address privacy concerns. You can find the current privacy policy at here.\n<h2>Applicable Laws</h2>\nAll matters relating to your access to, and use of, the Site shall be governed by the Laws of Malaysia. Any legal action or proceeding relating to your access to, or use of, the Site shall be instituted in a state or federal court in Kuala Lumpur, Malaysia. You and IA agree to submit to the jurisdiction of and agree that venue is proper in, these courts in any such legal action or proceeding.\n<h2>Copyright / Trademark Information</h2>\nCopyright 2021 © Intelligent Aqua Sdn. Bhd. (1182012-U). All rights reserved. Other company names appearing on the Site may be trademarks of their respective owners.\n<h2>Data and Information</h2>\nFor all data and information available from this website, Intelligent Aqua Sdn Bhd (IA) does not warrant or assume any legal liability or responsibility for the accuracy, completeness, or usefulness of any data, information, apparatus, product, or process disclosed.\n<h2>Contact</h2>\nAre you interested in using IA or discussing specific challenges and projects with our experts? Contact our authorised representatives – we’re looking forward to hearing from you.\n\n<a href="https://intelligentaqua.com.my/contact-us/" role="button">\nContact Us\n</a>', 'Term of Use', '', 'publish', 'closed', 'closed', '', 'term-of-use', '', '', '2021-06-30 08:10:12', '2021-06-30 08:10:12', '', 0, 'https://intelligentaqua.com.my/?page_id=1909', 0, 'page', '', 0),
(1926, 2, '2021-04-28 02:02:17', '2021-04-28 02:02:17', 'CONTACT FORM<br/><br/>\nNAME: testing<br/>\nCOMPANY: testing@gmail.com<br/>\nPHONE: <br/>\nEMAIL: testing@gmail.com<br/>\nMESSAGE:<br/><br/>\nThis is a testing email', 'New message from Intelligent Aqua', '', 'private', 'closed', 'closed', '', 'new-message-from-intelligent-aqua-4', '', '', '2021-04-28 02:02:17', '2021-04-28 02:02:17', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=1926', 0, 'postman_sent_mail', '', 0),
(1927, 0, '2021-04-28 02:05:01', '2021-04-28 02:05:01', 'CONTACT FORM<br /><br />\nNAME: Testing 1<br />\nCOMPANY: ABC Company<br />\nPHONE: <br />\nEMAIL: sitinurfakhiramasrom@gmail.com<br />\nMESSAGE:<br /><br />\nHi Intelligent Aqua!', 'New message from Intelligent Aqua', '', 'private', 'closed', 'closed', '', 'new-message-from-intelligent-aqua-5', '', '', '2021-04-28 02:05:01', '2021-04-28 02:05:01', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=1927', 0, 'postman_sent_mail', '', 0),
(1945, 2, '2021-05-10 04:16:24', '2021-05-10 04:16:24', '', 'ANTI BRIBERY POLICY FORM_IA', '', 'inherit', 'closed', 'closed', '', 'anti-bribery-policy-form_ia', '', '', '2021-05-10 04:16:24', '2021-05-10 04:16:24', '', 292, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/ANTI-BRIBERY-POLICY-FORM_IA.pdf', 0, 'attachment', 'application/pdf', 0),
(1950, 2, '2021-05-13 12:53:43', '2021-05-13 12:53:43', 'New user registration on your site Intelligent Aqua:\r\n\r\nUsername: walkproduction\r\n\r\nEmail: xinying@walkproduction.com\r\n', '[Intelligent Aqua] New User Registration', '5.7.3 Authentication unsuccessful [SI2P153CA0006.APCP153.PROD.OUTLOOK.COM]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-new-user-registration', '', '', '2021-05-13 12:53:43', '2021-05-13 12:53:43', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=1950', 0, 'postman_sent_mail', '', 0),
(1956, 0, '2021-05-18 12:15:18', '2021-05-18 12:15:18', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- LoginPress - Customizing the WordPress Login (from version 1.5.2 to 1.5.3)\n- Yoast SEO (from version 16.2 to 16.3)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '5.7.3 Authentication unsuccessful [SG2PR03CA0160.apcprd03.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated', '', '', '2021-05-18 12:15:18', '2021-05-18 12:15:18', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=1956', 0, 'postman_sent_mail', '', 0),
(1958, 0, '2021-05-24 12:58:54', '2021-05-24 12:58:54', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.6.6 to 4.7.0)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '5.7.3 Authentication unsuccessful [SG2PR03CA0143.apcprd03.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-2', '', '', '2021-05-24 12:58:54', '2021-05-24 12:58:54', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=1958', 0, 'postman_sent_mail', '', 0),
(1959, 0, '2021-05-24 12:59:00', '2021-05-24 12:59:00', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.6.6 to 4.7.0)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SG2PR03CA0141.apcprd03.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-3', '', '', '2021-05-24 12:59:00', '2021-05-24 12:59:00', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=1959', 0, 'postman_sent_mail', '', 0),
(1961, 2, '2021-05-25 06:29:16', '2021-05-25 06:29:16', 'New user registration on your site Intelligent Aqua:\r\n\r\nUsername: ia-team\r\n\r\nEmail: fakhira@pitech.com.my\r\n', '[Intelligent Aqua] New User Registration', '5.7.3 Authentication unsuccessful [SG2PR01CA0110.apcprd01.prod.exchangelabs.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-new-user-registration-2', '', '', '2021-05-25 06:29:16', '2021-05-25 06:29:16', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=1961', 0, 'postman_sent_mail', '', 0),
(1962, 2, '2021-05-25 06:29:21', '2021-05-25 06:29:21', 'New user registration on your site Intelligent Aqua:\r\n\r\nUsername: ia-team\r\n\r\nEmail: fakhira@pitech.com.my\r\n', '[Intelligent Aqua] New User Registration', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SG2PR01CA0132.apcprd01.prod.exchangelabs.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-new-user-registration-3', '', '', '2021-05-25 06:29:21', '2021-05-25 06:29:21', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=1962', 0, 'postman_sent_mail', '', 0),
(1963, 2, '2021-05-25 06:29:27', '2021-05-25 06:29:27', 'Username: ia-team\r\n\r\nTo set your password, visit the following address:\r\n\r\nhttps://intelligentaqua.com.my/wp-login.php?action=rp&key=zek6nojtFp8CusAIiBk7&login=ia-team\r\n\r\nhttps://intelligentaqua.com.my/wp-login.php\r\n', '[Intelligent Aqua] Login Details', '5.7.3 Authentication unsuccessful [SG2PR0601CA0004.apcprd06.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-login-details', '', '', '2021-05-25 06:29:27', '2021-05-25 06:29:27', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=1963', 0, 'postman_sent_mail', '', 0),
(1964, 2, '2021-05-25 06:29:32', '2021-05-25 06:29:32', 'Username: ia-team\r\n\r\nTo set your password, visit the following address:\r\n\r\nhttps://intelligentaqua.com.my/wp-login.php?action=rp&key=zek6nojtFp8CusAIiBk7&login=ia-team\r\n\r\nhttps://intelligentaqua.com.my/wp-login.php\r\n', '[Intelligent Aqua] Login Details', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SG2PR0601CA0004.apcprd06.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-login-details-2', '', '', '2021-05-25 06:29:32', '2021-05-25 06:29:32', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=1964', 0, 'postman_sent_mail', '', 0),
(1981, 2, '2021-05-31 04:09:30', '2021-05-31 04:09:30', 'Content-Type: text/plain; charset = "UTF-8"\r\nContent-Transfer-Encoding: 8bit\r\n\r\nHello!\r\n\r\nSent by Postman 2.0.23 - https://wordpress.org/plugins/post-smtp/\r\n\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\r\n<style type="text/css" media="all">\r\n.wporg-notification .im {\r\n	color: #888;\r\n} /* undo a GMail-inserted style */\r\n</style>\r\n</head>\r\n<body class="wporg-notification">\r\n	<div style="background: #e8f6fe; font-family: &amp; quot; Helvetica Neue&amp;quot; , Helvetica ,Arial,sans-serif; font-size: 14px; color: #666; text-align: center; margin: 0; padding: 0">\r\n		<table border="0" cellspacing="0" cellpadding="0" bgcolor="#e8f6fe"	style="background: #e8f6fe; width: 100%;">\r\n			<tbody>\r\n				<tr>\r\n					<td>\r\n						<table border="0" cellspacing="0" cellpadding="0" align="center" style="padding: 0px; width: 100%;"">\r\n							<tbody>\r\n								<tr>\r\n									<td>\r\n										<div style="max-width: 600px; height: 400px; margin: 0 auto; overflow: hidden;background-image:url(''https://ps.w.org/postman-smtp/assets/email/poofytoo.png'');background-repeat: no-repeat;">\r\n											<div style="margin:50px 0 0 300px; width:300px; font-size:2em;">Hello! - &#20320;&#22909; - Bonjour! - &#2344;&#2350;&#2360;&#2381;&#2340;&#2375; - ¡Hola! - Ol&#225; - &#1055;&#1088;&#1080;&#1074;&#1077;&#1090;! - &#20170;&#26085;&#12399;</div>\r\n											<div style="text-align:right;font-size: 1.4em; color:black;margin:150px 0 0 200px;">Sent by Postman 2.0.23\r\n												<br/><span style="font-size: 0.8em"><a style="color:#3f73b9" href="https://wordpress.org/plugins/post-smtp/">https://wordpress.org/plugins/post-smtp/</a></span>\r\n											</div>\r\n										</div>\r\n									</td>\r\n								</tr>\r\n							</tbody>\r\n						</table>\r\n						<br><span style="font-size:0.9em;color:#94c0dc;">Image source: <a style="color:#94c0dc" href="http://poofytoo.com">poofytoo.com</a> - Used with permission</span>\r\n					</td>\r\n				</tr>\r\n			</tbody>\r\n		</table>\r\n</body>\r\n</html>', 'Postman SMTP Test (intelligentaqua.com.my)', '', 'private', 'closed', 'closed', '', 'postman-smtp-test-intelligentaqua-com-my', '', '', '2021-05-31 04:09:30', '2021-05-31 04:09:30', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=1981', 0, 'postman_sent_mail', '', 0),
(1982, 0, '2021-05-31 04:30:55', '2021-05-31 04:30:55', 'CONTACT FORM<br /><br />\nNAME: Fakhira Masrom<br />\nCOMPANY: Intelligent Aqua Sdn. Bhd.<br />\nPHONE: <br />\nEMAIL: sitinurfakhiramasrom@gmail.com<br />\nMESSAGE:<br /><br />\nTesting', 'New message from Intelligent Aqua', '', 'private', 'closed', 'closed', '', 'new-message-from-intelligent-aqua', '', '', '2021-05-31 04:30:55', '2021-05-31 04:30:55', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=1982', 0, 'postman_sent_mail', '', 0),
(1987, 0, '2021-06-01 12:16:56', '2021-06-01 12:16:56', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Yoast SEO (from version 16.3 to 16.4)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-4', '', '', '2021-06-01 12:16:56', '2021-06-01 12:16:56', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=1987', 0, 'postman_sent_mail', '', 0),
(1988, 0, '2021-06-07 12:26:33', '2021-06-07 12:26:33', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.7.0 to 4.7.1)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-5', '', '', '2021-06-07 12:26:33', '2021-06-07 12:26:33', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=1988', 0, 'postman_sent_mail', '', 0),
(1989, 0, '2021-06-08 00:22:46', '2021-06-08 00:22:46', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- WP-Optimize - Clean, Compress, Cache (from version 3.1.9 to 3.1.10)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-6', '', '', '2021-06-08 00:22:46', '2021-06-08 00:22:46', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=1989', 0, 'postman_sent_mail', '', 0),
(1990, 0, '2021-06-08 03:23:24', '2021-06-08 03:23:24', 'CONTACT FORM<br /><br />\nNAME: PARTHIBAN A/L RANGARAJO<br />\nCOMPANY: <br />\nPHONE: <br />\nEMAIL: rangarajoparthiban@gmail.com<br />\nMESSAGE:<br /><br />\nI have see job in Facebook for project engineer, previously I have experience in waste water treatment plant in hartalega', 'New message from Intelligent Aqua', '', 'private', 'closed', 'closed', '', 'new-message-from-intelligent-aqua-2', '', '', '2021-06-08 03:23:24', '2021-06-08 03:23:24', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=1990', 0, 'postman_sent_mail', '', 0),
(1991, 0, '2021-06-09 00:20:53', '2021-06-09 00:20:53', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- WP-Optimize - Clean, Compress, Cache (from version 3.1.10 to 3.1.11)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-7', '', '', '2021-06-09 00:20:53', '2021-06-09 00:20:53', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=1991', 0, 'postman_sent_mail', '', 0),
(2038, 0, '2021-06-15 12:20:15', '2021-06-15 12:20:15', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.7.1 to 4.7.2)\n- Yoast SEO (from version 16.4 to 16.5)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-8', '', '', '2021-06-15 12:20:15', '2021-06-15 12:20:15', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2038', 0, 'postman_sent_mail', '', 0),
(2039, 0, '2021-06-16 13:29:44', '2021-06-16 13:29:44', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- LoginPress - Customizing the WordPress Login (from version 1.5.3 to 1.5.4)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-9', '', '', '2021-06-16 13:29:44', '2021-06-16 13:29:44', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2039', 0, 'postman_sent_mail', '', 0),
(2040, 0, '2021-06-17 01:36:07', '2021-06-17 01:36:07', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Elementor (from version 3.2.4 to 3.2.5)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-10', '', '', '2021-06-17 01:36:07', '2021-06-17 01:36:07', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2040', 0, 'postman_sent_mail', '', 0),
(2041, 0, '2021-06-18 01:11:15', '2021-06-18 01:11:15', 'CONTACT FORM<br /><br />\nNAME: Jeny<br />\nCOMPANY: Shijiazhuang ningshu trading co.,ltd<br />\nPHONE: <br />\nEMAIL: contact@ningshucn.com<br />\nMESSAGE:<br /><br />\nDear Sir/Madam,\r\n\r\n\r\nHave a nice day!\r\n\r\n\r\n\r\nWe can supply Natural Zeolite with high quality and competitive price.\r\n\r\nExported to Australia, Japan, UK, Korea, Singapore, Malaysia etc.\r\n\r\n\r\n\r\nNatural Zeolite\r\n\r\nColor: Pale green \r\n\r\nCEC: 180-186meq/100g\r\n\r\nSize: 60-80mesh, 100mesh, 150mesh, 200mesh, 20-40mesh, 0.8-1.5mm, 1-4mm, 3-6mm, 6-9mm etc.\r\n\r\nPackaging: 20kg or 25kg/bag or Jumbo bag, 24-25T/20''fcl.\r\n\r\nAdvantage: Adsorbs all toxic gases like unionized ammonia (NH3), hydrogen sulfide (H2S), methane (CH4) sulfur dioxide (SO2) etc,\r\n\r\n                    High efficacy of absorption, wet-absorbent and catalysis, eco-friendly, Large specific surface area, good adsorption...\r\n\r\n\r\n\r\nIf any interests or questions pls contact us directly.\r\n\r\n\r\n\r\nHope to be a partner with you.\r\n\r\nTks &amp; Rgds,\r\n\r\nJeny', 'New message from Intelligent Aqua', '', 'private', 'closed', 'closed', '', 'new-message-from-intelligent-aqua-3', '', '', '2021-06-18 01:11:15', '2021-06-18 01:11:15', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2041', 0, 'postman_sent_mail', '', 0),
(2042, 0, '2021-06-21 12:12:33', '2021-06-21 12:12:33', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.7.2 to 4.7.3)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-11', '', '', '2021-06-21 12:12:33', '2021-06-21 12:12:33', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2042', 0, 'postman_sent_mail', '', 0),
(2043, 0, '2021-06-29 12:50:07', '2021-06-29 12:50:07', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.7.3 to 4.7.4)\n- Yoast SEO (from version 16.5 to 16.6)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-12', '', '', '2021-06-29 12:50:07', '2021-06-29 12:50:07', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2043', 0, 'postman_sent_mail', '', 0),
(2047, 0, '2021-07-01 12:25:21', '2021-07-01 12:25:21', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Yoast SEO (from version 16.6 to 16.6.1)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-13', '', '', '2021-07-01 12:25:21', '2021-07-01 12:25:21', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2047', 0, 'postman_sent_mail', '', 0),
(2048, 0, '2021-07-07 12:43:06', '2021-07-07 12:43:06', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.7.4 to 4.7.5)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-14', '', '', '2021-07-07 12:43:06', '2021-07-07 12:43:06', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2048', 0, 'postman_sent_mail', '', 0),
(2061, 0, '2021-07-13 12:28:45', '2021-07-13 12:28:45', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Elementor (from version 3.2.5 to 3.3.0)\n- Yoast SEO (from version 16.6.1 to 16.7)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-15', '', '', '2021-07-13 12:28:45', '2021-07-13 12:28:45', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2061', 0, 'postman_sent_mail', '', 0),
(2064, 0, '2021-07-14 12:53:05', '2021-07-14 12:53:05', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.7.5 to 4.8.0)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-16', '', '', '2021-07-14 12:53:05', '2021-07-14 12:53:05', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2064', 0, 'postman_sent_mail', '', 0),
(2066, 4, '2021-07-19 10:00:00', '2021-07-19 10:00:00', '<!-- wp:paragraph -->\n<p>Did you know that you used about 134 bottles of water today? Thanks to the water purification process, you can enjoy a seemingly endless supply of clean water for your everyday needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, consumption is not limited to drinking water. We also consume clean water when we cook or wash anything from our cars, clothes, and even our pets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But just how much thought goes into where we get our water? If water came from the same muddy rivers that we see, how does it become safe to use? And more importantly, how does dirty water become safe to drink?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {"level":3} -->\n<h3><strong>What is Water Purification</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The term water purification is self-explanatory, but it does beg the questions of what exactly was in our water that counts as impure and how water purification works.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In simple terms, water purification involves removing unwanted materials and contaminants from raw water. Contaminants are particles like dirt and sand that can <a href="https://intelligentaqua.com.my/water-pollution-malaysia/" target="_blank" rel="noreferrer noopener">pollute the water</a> and give it a cloudy appearance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {"level":3} -->\n<h3><strong>Diarrhoea, Dysentery, and Other Deadly Diseases</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Besides the fact that purified water looks, smells, and tastes better, water purification also prevents the transmission of diseases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Raw water may contain undesirable microorganisms such as parasites, algae, fungi, bacteria, minerals and even chemicals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When consumed, bacteria like Salmonella and Escherichia coli (E. coli) can wreak havoc in our bodily systems and may ultimately lead to death.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These bacteria cause diseases such as diarrhoea, cholera, and dysentery. Unfortunately, many impoverished communities do not have access to clean water. Hence, they often fall victims to water-borne diseases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>WHO has estimated that <a href="https://www.who.int/news-room/fact-sheets/detail/diarrhoeal-disease">502,000 people die every year from diarrhoea</a> alone due to the consumption of contaminated drinking water.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {"level":3} -->\n<h3><strong>Water Purification Systems to Meet Industrial Needs</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {"id":2070,"width":610,"height":406,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large is-resized"><img src="https://intelligentaqua.com.my/wp-content/uploads/2021/07/Water-Purification-Systems-to-Meet-Industrial-Needs-1024x683.jpg" alt="Meet Industrial Needs" class="wp-image-2070" width="610" height="406"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Another goal of water purification systems is also to meet the needs of industries that require the use of potable water.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The medical, chemical, pharmacological, and industrial sectors have many uses for clean water. For instance, dentists require water for patients to rinse after procedures.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, factories use large amounts of water for processing, washing, and cooling products. Without clean water, it is difficult for any industry to carry out its day-to-day activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {"level":3} -->\n<h3><strong>Where Our Water Comes From</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The glass of water in your hands might be mundane in every way, but the journey it embarked on to arrive in your home is more complex than you might think.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All water comes from two sources: surface water and groundwater. Surface water is found in lakes, rivers, and reservoirs, while groundwater comes from deep under the Earth’s surface.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":2071,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://intelligentaqua.com.my/wp-content/uploads/2021/07/Where-Our-Water-Comes-From-1024x684.jpg" alt="Where Our Water Comes From" class="wp-image-2071"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since Malaysia has over 150 river systems, 98% of the water we get in the country is considered surface water. Sungai Langat, Sungai Selangor and Sungai Kinta are among the main sources of drinking water in Malaysia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {"level":3} -->\n<h3><strong>How Water Purification Works with Intelligent Aqua</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Malaysian Ministry of Science, Technology, and Innovation (MOSTI) saw the development of a cutting-edge innovative <a href="https://intelligentaqua.com.my/solution/" target="_blank" rel="noreferrer noopener">water treatment system</a> called Intelligent Aqua (IA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IA uses a 5X technique that complies with the internationally accepted methodology of activated carbon contactor design to purify water. This technique involves five processes: Colour and Solid Removal, Impurities Adsorption and Absorption, Neutralisation, Filtration, and Purification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Efficient and cost-effective, this process converts sewerage or wastewater into high-quality water that more than holds up to WHO’s standards for purified water.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":2073,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://intelligentaqua.com.my/wp-content/uploads/2021/07/How-Water-Purification-Works-with-Intelligent-Aqua-1024x683.jpg" alt="How Water Purification Works with Intelligent Aqua" class="wp-image-2073"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"level":3} -->\n<h3><strong>IA’s Innovative Concept</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A closer look into IA’s water purification technology will show that it adopts an innovative concept involving adsorption techniques.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {"fontSize":"normal"} -->\n<ul class="has-normal-font-size"><li>Adsorption<ul><li>Much like a magnet, molecules from a gas, liquid, or dissolved solid (the contaminants) become adhesive to a particular surface. This process creates a thin film of contaminants on the outer surface of the adsorbent (the substance that adsorbs another).</li><li>This concept is the best technology for removing surface water contaminants like heavy metals, chloramines, toxins and oils, disinfection by-products (DPS), turbidity, and more.</li></ul></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {"level":3} -->\n<h3><strong>How IA Removes Impurities with Adsorption</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Impurities in water may refer to more than disease-causing bacteria. Agricultural runoffs can introduce pesticides and viruses to water, while poultry farms may pollute it with faeces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Furthermore, <a href="https://intelligentaqua.com.my/" target="_blank" rel="noreferrer noopener">water treatment plants</a> that use disinfection methods like Chloramination and Ozonation produce lingering by-products that potentially cause cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All of these contaminants contribute to the immense toxicity of our water. This truth is the painful reality of our water sources that humans have to face.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {"level":3} -->\n<h3><strong>A Modern Use for An Ancient Method</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>However, purifying water from these contaminants is no challenge to Intelligent Aqua’s water purification systems. As part of IA’s innovative concept, the adsorption process uses activated carbon as adsorbents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>First used by the ancient Egyptians to absorb unpleasant odours in 3750 B.C., activated carbon is a powerful detoxifier. It is capable of removing organic and chemical contaminants to not only purify water but also make it more palatable to the tastebuds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nowadays, activated carbon has found many uses in modern society. These include air purification, gold purification, sewage treatment, teeth whitening, metal extraction, water purification, and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {"level":3} -->\n<h3><strong>Greener and Cleaner</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>IA takes it to the next level by using the greener choice that produces cleaner water- coconut shell-based activated carbon. This renewable source of activated carbon is an ideal choice because of its pure natural structure and low ash content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apart from being sturdy, this form of carbon also has predominant pores in the micropore range. Their size matches contaminant molecules in drinking water, effectively trapping them through adsorption.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {"level":3} -->\n<h3><strong>How Activated Carbon Works</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Also known as activated charcoal, this processed carbon has an extremely high number of small, low-volume pores that increase the surface area available for contaminants to attach to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be specific, one gram of activated carbon has a surface area of 3,000m<sup>2</sup> as determined by gas adsorption. This makes the carbon highly porous and will effectively ensure that the water that reaches your taps is pristine and palatable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The US Environmental Protection Agency considers adsorption by activated carbon to be the best technology for removing many contaminants in surface water.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {"level":3} -->\n<h3><strong>How IA Water Purification System Removes Impurities with Adsorption Techniques</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>IA uses the adsorption and absorption techniques where undesirable contaminants adsorb effectively with activated carbon like the concept of magnetism. Organic compounds bond or stick to the surface of a carbon filter because water and contaminants are both polar compounds that attract one another.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One example of this process is water purification which aims to reduce iron and manganese content in water. This is an effective method to remove even toxic metals like radium, uranium, and chromium from water.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Activated carbon is used widely in the food and beverage industry, pharmaceutical technology, ground and potable water treatment, industrial water treatment, power, and many other industries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":2074,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://intelligentaqua.com.my/wp-content/uploads/2021/07/How-IA-Water-Purification-System-Removes-Impurities-with-Adsorption-Techniques-1024x675.jpg" alt="How IA Water Purification System Removes Impurities with Adsorption Techniques" class="wp-image-2074"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Intelligent Aqua stands out as an innovative pure water solution provider for producing high-quality water that consistently goes beyond clean water standards.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Its zero-chemicals policy and bio-green water treatment methods also ensure that the water is sustainable and safe for both commercial and domestic use.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Feel free to <a href="https://intelligentaqua.com.my/contact-us/" target="_blank" rel="noreferrer noopener">contact us</a> if you have any queries about our products and services.  </p>\n<!-- /wp:paragraph -->', 'Water Purification: How Water Goes from Dirty to Drinkable', '', 'publish', 'closed', 'open', '', 'water-purification-malaysia', '', '\nhttps://intelligentaqua.com.my/water-pollution-malaysia/', '2021-08-19 15:08:25', '2021-08-19 15:08:25', '', 0, 'https://intelligentaqua.com.my/?p=2066', 0, 'post', '', 0),
(2070, 2, '2021-07-15 13:55:58', '2021-07-15 13:55:58', '', 'Water Purification Systems to Meet Industrial Needs', '', 'inherit', 'closed', 'closed', '', 'water-purification-systems-to-meet-industrial-needs', '', '', '2021-07-15 13:56:20', '2021-07-15 13:56:20', '', 2066, 'https://intelligentaqua.com.my/wp-content/uploads/2021/07/Water-Purification-Systems-to-Meet-Industrial-Needs.jpg', 0, 'attachment', 'image/jpeg', 0),
(2071, 2, '2021-07-15 13:56:40', '2021-07-15 13:56:40', '', 'Where Our Water Comes From', '', 'inherit', 'closed', 'closed', '', 'where-our-water-comes-from', '', '', '2021-07-15 13:56:49', '2021-07-15 13:56:49', '', 2066, 'https://intelligentaqua.com.my/wp-content/uploads/2021/07/Where-Our-Water-Comes-From.jpg', 0, 'attachment', 'image/jpeg', 0),
(2073, 2, '2021-07-15 13:57:06', '2021-07-15 13:57:06', '', 'How Water Purification Works with Intelligent Aqua', '', 'inherit', 'closed', 'closed', '', 'how-water-purification-works-with-intelligent-aqua', '', '', '2021-07-15 13:57:16', '2021-07-15 13:57:16', '', 2066, 'https://intelligentaqua.com.my/wp-content/uploads/2021/07/How-Water-Purification-Works-with-Intelligent-Aqua.jpg', 0, 'attachment', 'image/jpeg', 0),
(2074, 2, '2021-07-15 13:57:39', '2021-07-15 13:57:39', '', 'How IA Water Purification System Removes Impurities with Adsorption Techniques', '', 'inherit', 'closed', 'closed', '', 'how-ia-water-purification-system-removes-impurities-with-adsorption-techniques', '', '', '2021-07-15 13:57:45', '2021-07-15 13:57:45', '', 2066, 'https://intelligentaqua.com.my/wp-content/uploads/2021/07/How-IA-Water-Purification-System-Removes-Impurities-with-Adsorption-Techniques.jpg', 0, 'attachment', 'image/jpeg', 0),
(2075, 2, '2021-07-15 13:58:06', '2021-07-15 13:58:06', '', 'Water Purification How Water Goes from Dirty to Drinkable', '', 'inherit', 'closed', 'closed', '', 'water-purification-how-water-goes-from-dirty-to-drinkable-2', '', '', '2021-07-15 14:36:31', '2021-07-15 14:36:31', '', 2066, 'https://intelligentaqua.com.my/wp-content/uploads/2021/07/Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable-.jpg', 0, 'attachment', 'image/jpeg', 0),
(2083, 4, '2021-07-19 10:15:00', '2021-07-19 10:15:00', '<!-- wp:paragraph -->\n<p>Marine biologist <a href="https://en.wikipedia.org/wiki/Sylvia_Earle">Sylvia Earle</a> was right on the money when she said, “No water, no life. No blue, no green.” Despite our understanding that water is a crucial life source, pollution still plagues our oceans, lakes, rivers and reservoirs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As bodies of water take up two-thirds of Earth’s surface, the problem lies not in insufficiency but reduced quality. Chemicals, plastic, waste and other contaminants engulf our waters, resulting in water pollution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Malaysia, we sometimes experience the effects firsthand. Remember when several districts in Klang Valley endured water supply cuts due to river pollution? It may seem like a temporary inconvenience, but such an issue on a larger scale can jeopardise our health.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And for many, it already has.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {"level":3} -->\n<h3><strong>What is Water Pollution?</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Water pollution results from harmful substances built up in its composition, rendering the water toxic and unusable to humans and animals. This degradation in water quality also causes adverse effects on the environment, as we use it for agricultural purposes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some common pollutants include bacteria, parasites, pesticides, nitrates, pharmaceutical products and so on. These substances are often invisible, especially in low concentrations that get dispersed in seas and lakes. However, you can determine water quality by testing aquatic organisms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":2087,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://intelligentaqua.com.my/wp-content/uploads/2021/07/What-is-Water-Pollution-1024x681.jpg" alt="What is Water Pollution" class="wp-image-2087"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"level":3} -->\n<h3><strong>What Causes It?</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While pollution is sometimes caused by nature, it’s undeniable that human activity has pushed our planet’s limits. Much of what we do affects the water quality in our environment. Moreover, water is a universal solvent uniquely vulnerable to pollution. Farmers commit this crime merely by fertilising their fields, unintentionally streaming chemicals into the groundwater.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The various causes are as below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {"level":4} -->\n<h4><strong>1. Sewage Wastewater</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We produce wastewater every time we use the shower, sink and toilet. Disposing sewage waste is highly challenging considering the world’s population. Commercial and industrial activities contribute to this as well by when they release metals and toxic sludge into the environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Theoretically, natural substances from sewage should break down benignly in the environment. According to the UN, however, <a href="http://www.unesco.org/new/en/natural-sciences/environment/water/wwap/wwdr/2017-wastewater-the-untapped-resource/">over 80% of the world''s wastewater</a> flows back into the environment untreated. Not to mention the chemicals that get flushed down the toilets, including drugs, paper, plastic, etc.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {"level":4} -->\n<h4><strong>2. Fuel Spillages</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The transportation of oil is subject to leakages that quickly pollutes our water.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {"level":4} -->\n<h4><strong>3. Oil Pollution</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Contrary to the vast spills that make splashy headlines (pun unintended), a more considerable percentage of oil pollution stems from consumers. From routine shopping, driving to pouring oil down the drain, we all contribute to pollution daily. Gasoline drips from vehicles, factories and farms churn out large amounts of waste—you get the idea.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though tanker spills only represent a small fraction of ocean pollution, they are also destructive in the quantity of oil being released at once.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {"level":4} -->\n<h4><strong>4. Livestock Farming &amp; Agriculture</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>These sectors are some of the leading causes of water eutrophication due to chemical dumping from farming and livestock operations. Nutrient pollution caused by excess nitrogen and phosphorus in water leads to algal blooms, a significant threat to ubiquitous water quality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Moreover, the agricultural sector is the biggest consumer of global freshwater resources, with livestock production depleting <a href="http://www.fao.org/3/w2598e/w2598e04.htm" target="_blank" rel="noreferrer noopener">70% of the world''s surface water supplies</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":2089,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://intelligentaqua.com.my/wp-content/uploads/2021/07/Livestock-Farming-Agriculture-1024x683.jpg" alt="Livestock Farming &amp; Agriculture" class="wp-image-2089"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"level":3,"textColor":"black"} -->\n<h3 class="has-black-color has-text-color"><strong>What are the Effects of Water Pollution?</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The detriment of water pollution goes beyond human life and wildlife. It''s economical. For instance, oil spills that wash up on beaches wreck the ecosystem and gravely affect tourism. And, arguably, we all contribute to this problem through the use of petroleum-fuelled transport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another example is sewage wastewater. Sewage discharged into coastal waters can cause extreme health hazards for those who bathe or surf in them. Besides that, this pollution can poison shellfish growing near the shore. What happens when we eat these poisoned shellfish? The resulting illness is acute and sometimes even fatal, known as paralytic shellfish poisoning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Water pollution has killed millions of people and sickened billions, but we never think it will happen to us fortunate folk. What we must understand is that pollution harms the environment on which we depend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A desecrated environment equals lower quality lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {"level":3,"textColor":"black"} -->\n<h3 class="has-black-color has-text-color"><strong>How Can We Prevent Water Pollution in Malaysia?</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"level":4,"textColor":"black"} -->\n<h4 class="has-black-color has-text-color"><strong>1. Our Actions</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The first step in making small changes to influence the bigger picture is holding ourselves accountable. Spread awareness of the cause for solutions and limit your own contributions:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Reduce plastic consumption, reuse and recycle.</li><li>Dispose of oils, chemical cleaners, and non-biodegradable items appropriately to not end up down the drain.</li><li>Consider landscaping that reduces runoff.</li><li>Pick up after your pets!</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {"level":4,"textColor":"black"} -->\n<h4 class="has-black-color has-text-color"><strong>2. Administrative</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Cooperate with local authorities in enhancing enforcement within specific jurisdictions.</li><li>Increase awareness activities on the need to protect Malaysian rivers as a water supply source.</li><li>Implement the river quality improvement and pollution prevention programme.</li><li>Implement the stormwater management manual (MASMA) and Sediment and Erosion Control plan for all earthwork activities.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {"level":4,"textColor":"black"} -->\n<h4 class="has-black-color has-text-color"><strong>3. Legislative </strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The destructive potential of water pollution lies in its transboundary nature—rivers cross countries, and seas span continents. Pollution from one country’s poor environmental standards spills over to neighbouring nations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fortunately, environmental laws can make it harder for people to pollute. In Malaysia, the Environmental Quality Act 1974 enforces legal action on sources that fail to comply with stipulated standards. Other related regulations include the Environment Quality (Sewage and Industrial Effluents) Regulations 1979 and the Environmental Quality Order 1989.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {"level":4} -->\n<h4><strong>4. Economics</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Have you heard about the polluter pays principle? It’s when the culprit who causes pollution says to clean it up. This concept operates in various ways; an everyday example could be shoppers paying for plastic grocery bags. In a sense, it makes people behave in a more environmentally responsible manner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":2090,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://intelligentaqua.com.my/wp-content/uploads/2021/07/Economics-1024x683.jpg" alt="Economics" class="wp-image-2090"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Paving the way towards a cleaner and better future is a team effort. Whether it’s by individual action, community work, or countries passing laws, banding together will do wonders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Going back to untreated water, <a href="https://intelligentaqua.com.my">Intelligent Aqua</a> revolutionises <a href="https://intelligentaqua.com.my/water-purification-malaysia/">water purification</a> with its technology, which combines adsorption and ion exchange to battle contaminants. Check out our innovative <a href="https://intelligentaqua.com.my/solution/">solutions</a> and their applications.</p>\n<!-- /wp:paragraph -->', 'Water Pollution Malaysia: Its Dire Effects and Cause for Solutions', '', 'publish', 'closed', 'open', '', 'water-pollution-malaysia', '', '\nhttps://intelligentaqua.com.my/water-purification-malaysia/', '2021-08-19 15:04:21', '2021-08-19 15:04:21', '', 0, 'https://intelligentaqua.com.my/?p=2083', 0, 'post', '', 0);
INSERT INTO `wpfq_posts` VALUES
(2087, 2, '2021-07-15 14:34:53', '2021-07-15 14:34:53', '', 'What is Water Pollution', '', 'inherit', 'closed', 'closed', '', 'clear-water-flows-from-a-pipe-into-the-sea', '', '', '2021-07-15 14:36:47', '2021-07-15 14:36:47', '', 2083, 'https://intelligentaqua.com.my/wp-content/uploads/2021/07/What-is-Water-Pollution.jpg', 0, 'attachment', 'image/jpeg', 0),
(2089, 2, '2021-07-15 14:37:12', '2021-07-15 14:37:12', '', 'Livestock Farming & Agriculture', '', 'inherit', 'closed', 'closed', '', 'problem-of-environmental-pollution-and-ocean', '', '', '2021-07-15 14:37:37', '2021-07-15 14:37:37', '', 2083, 'https://intelligentaqua.com.my/wp-content/uploads/2021/07/Livestock-Farming-Agriculture.jpg', 0, 'attachment', 'image/jpeg', 0),
(2090, 2, '2021-07-15 14:45:20', '2021-07-15 14:45:20', '', 'Economics', '', 'inherit', 'closed', 'closed', '', 'economics', '', '', '2021-07-15 14:45:43', '2021-07-15 14:45:43', '', 2083, 'https://intelligentaqua.com.my/wp-content/uploads/2021/07/Economics.jpg', 0, 'attachment', 'image/jpeg', 0),
(2092, 2, '2021-07-15 14:57:10', '2021-07-15 14:57:10', '', 'Water Pollution Malaysia Its Dire Effects and Cause for Solutions', '', 'inherit', 'closed', 'closed', '', 'environmental-pollution-of-plastic-water-bottle-in-the-ocean', '', '', '2021-08-08 04:20:33', '2021-08-08 04:20:33', '', 2083, 'https://intelligentaqua.com.my/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 0, 'attachment', 'image/jpeg', 0),
(2105, 0, '2021-07-18 12:55:36', '2021-07-18 12:55:36', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.8.0 to 4.8.1)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-17', '', '', '2021-07-18 12:55:36', '2021-07-18 12:55:36', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2105', 0, 'postman_sent_mail', '', 0),
(2106, 0, '2021-07-19 00:35:07', '2021-07-19 00:35:07', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Envato Elements (from version 2.0.8 to 2.0.9)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-18', '', '', '2021-07-19 00:35:07', '2021-07-19 00:35:07', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2106', 0, 'postman_sent_mail', '', 0),
(2107, 0, '2021-07-24 12:16:22', '2021-07-24 12:16:22', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- LoginPress - Customizing the WordPress Login (from version 1.5.4 to 1.5.5)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-19', '', '', '2021-07-24 12:16:22', '2021-07-24 12:16:22', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2107', 0, 'postman_sent_mail', '', 0),
(2109, 0, '2021-07-28 00:24:08', '2021-07-28 00:24:08', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Yoast SEO (from version 16.7 to 16.8)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-20', '', '', '2021-07-28 00:24:08', '2021-07-28 00:24:08', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2109', 0, 'postman_sent_mail', '', 0),
(2110, 0, '2021-07-28 16:18:00', '2021-07-28 16:18:00', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- WP-Optimize - Clean, Compress, Cache (from version 3.1.11 to 3.1.12)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-21', '', '', '2021-07-28 16:18:00', '2021-07-28 16:18:00', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2110', 0, 'postman_sent_mail', '', 0),
(2112, 0, '2021-08-05 11:04:44', '2021-08-05 11:04:44', 'CONTACT FORM<br /><br />\nNAME: Steven C<br />\nCOMPANY: Steven C<br />\nPHONE: <br />\nEMAIL: adi@ndmails.com<br />\nMESSAGE:<br /><br />\nJust 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.', 'New message from Intelligent Aqua', '5.7.3 Authentication unsuccessful [SG2PR03CA0114.apcprd03.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'new-message-from-intelligent-aqua-6', '', '', '2021-08-05 11:04:44', '2021-08-05 11:04:44', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2112', 0, 'postman_sent_mail', '', 0),
(2113, 0, '2021-08-05 11:04:49', '2021-08-05 11:04:49', 'CONTACT FORM<br /><br />\nNAME: Steven C<br />\nCOMPANY: Steven C<br />\nPHONE: <br />\nEMAIL: adi@ndmails.com<br />\nMESSAGE:<br /><br />\nJust 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.', 'New message from Intelligent Aqua', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SG2PR03CA0131.apcprd03.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'new-message-from-intelligent-aqua-7', '', '', '2021-08-05 11:04:49', '2021-08-05 11:04:49', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2113', 0, 'postman_sent_mail', '', 0),
(2123, 0, '2021-08-08 12:45:13', '2021-08-08 12:45:13', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.8.2 to 4.8.3)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '5.7.3 Authentication unsuccessful [SG2PR03CA0163.apcprd03.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-22', '', '', '2021-08-08 12:45:13', '2021-08-08 12:45:13', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2123', 0, 'postman_sent_mail', '', 0),
(2124, 0, '2021-08-08 12:45:18', '2021-08-08 12:45:18', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.8.2 to 4.8.3)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SG2PR03CA0155.apcprd03.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-23', '', '', '2021-08-08 12:45:18', '2021-08-08 12:45:18', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2124', 0, 'postman_sent_mail', '', 0),
(2126, 0, '2021-08-10 12:11:23', '2021-08-10 12:11:23', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Yoast SEO (from version 16.8 to 16.9)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '5.7.3 Authentication unsuccessful [SG2PR02CA0105.apcprd02.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-24', '', '', '2021-08-10 12:11:23', '2021-08-10 12:11:23', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2126', 0, 'postman_sent_mail', '', 0),
(2127, 0, '2021-08-10 12:11:28', '2021-08-10 12:11:28', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Yoast SEO (from version 16.8 to 16.9)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SG2PR02CA0104.apcprd02.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-25', '', '', '2021-08-10 12:11:28', '2021-08-10 12:11:28', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2127', 0, 'postman_sent_mail', '', 0),
(2128, 0, '2021-08-17 01:06:19', '2021-08-17 01:06:19', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Elementor (from version 3.3.1 to 3.4.0)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '5.7.139 Authentication unsuccessful, user password has expired. [SG2PR01CA0149.apcprd01.prod.exchangelabs.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-26', '', '', '2021-08-17 01:06:19', '2021-08-17 01:06:19', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2128', 0, 'postman_sent_mail', '', 0),
(2129, 0, '2021-08-17 01:06:25', '2021-08-17 01:06:25', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Elementor (from version 3.3.1 to 3.4.0)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SG2PR01CA0135.apcprd01.prod.exchangelabs.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-27', '', '', '2021-08-17 01:06:25', '2021-08-17 01:06:25', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2129', 0, 'postman_sent_mail', '', 0),
(2130, 0, '2021-08-19 00:45:19', '2021-08-19 00:45:19', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Elementor (from version 3.4.0 to 3.4.1)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '5.7.139 Authentication unsuccessful, user password has expired. [SG2PR06CA0131.apcprd06.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-28', '', '', '2021-08-19 00:45:19', '2021-08-19 00:45:19', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2130', 0, 'postman_sent_mail', '', 0),
(2131, 0, '2021-08-19 00:45:26', '2021-08-19 00:45:26', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Elementor (from version 3.4.0 to 3.4.1)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SG2PR06CA0122.apcprd06.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-29', '', '', '2021-08-19 00:45:26', '2021-08-19 00:45:26', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2131', 0, 'postman_sent_mail', '', 0),
(2132, 0, '2021-08-19 12:43:38', '2021-08-19 12:43:38', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.8.3 to 4.8.4)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '5.7.139 Authentication unsuccessful, user password has expired. [SG2PR03CA0143.apcprd03.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-30', '', '', '2021-08-19 12:43:38', '2021-08-19 12:43:38', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2132', 0, 'postman_sent_mail', '', 0),
(2133, 0, '2021-08-19 12:43:43', '2021-08-19 12:43:43', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.8.3 to 4.8.4)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SGBP274CA0017.SGPP274.PROD.OUTLOOK.COM]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-31', '', '', '2021-08-19 12:43:43', '2021-08-19 12:43:43', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2133', 0, 'postman_sent_mail', '', 0),
(2150, 0, '2021-08-19 14:52:07', '2021-08-19 14:52:07', 'A new pingback on the post "Water Purification: How Water Goes from Dirty to Drinkable" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-purification-malaysia/\r\n\r\nWebsite: Water Pollution Malaysia: Its Dire Effects and Cause for Solutions (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-pollution-malaysia/\r\nPingback excerpt: \r\n[&#8230;] back to untreated water, Intelligent Aqua revolutionises water purification with its technology, which combines adsorption and ion exchange to battle contaminants. Check out [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&amp;c=2#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&amp;c=2#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&amp;c=2#wpbody-content\r\nCurrently 1 comment is waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n', '[Intelligent Aqua] Please moderate: "Water Purification: How Water Goes from Dirty to Drinkable"', '5.7.139 Authentication unsuccessful, user password has expired. [SG2PR04CA0173.apcprd04.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-please-moderate-water-purification-how-water-goes-from-dirty-to-drinkable', '', '', '2021-08-19 14:52:07', '2021-08-19 14:52:07', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2150', 0, 'postman_sent_mail', '', 0),
(2151, 0, '2021-08-19 14:52:13', '2021-08-19 14:52:13', 'A new pingback on the post "Water Purification: How Water Goes from Dirty to Drinkable" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-purification-malaysia/\r\n\r\nWebsite: Water Pollution Malaysia: Its Dire Effects and Cause for Solutions (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-pollution-malaysia/\r\nPingback excerpt: \r\n[&#8230;] back to untreated water, Intelligent Aqua revolutionises water purification with its technology, which combines adsorption and ion exchange to battle contaminants. Check out [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&amp;c=2#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&amp;c=2#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&amp;c=2#wpbody-content\r\nCurrently 1 comment is waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n', '[Intelligent Aqua] Please moderate: "Water Purification: How Water Goes from Dirty to Drinkable"', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SG2PR04CA0168.apcprd04.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-please-moderate-water-purification-how-water-goes-from-dirty-to-drinkable-2', '', '', '2021-08-19 14:52:13', '2021-08-19 14:52:13', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2151', 0, 'postman_sent_mail', '', 0),
(2152, 0, '2021-08-19 14:52:19', '2021-08-19 14:52:19', 'A new pingback on the post "Water Purification: How Water Goes from Dirty to Drinkable" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-purification-malaysia/\r\n\r\nWebsite: Water Pollution Malaysia: Its Dire Effects and Cause for Solutions (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-pollution-malaysia/\r\nPingback excerpt: \r\n[&#8230;] back to untreated water, Intelligent Aqua revolutionises water purification with its technology, which combines adsorption and ion exchange to battle contaminants. Check out [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&amp;c=2#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&amp;c=2#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&amp;c=2#wpbody-content\r\nCurrently 1 comment is waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n', '[Intelligent Aqua] Please moderate: "Water Purification: How Water Goes from Dirty to Drinkable"', '5.7.139 Authentication unsuccessful, user password has expired. [SG2PR04CA0161.apcprd04.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-please-moderate-water-purification-how-water-goes-from-dirty-to-drinkable-3', '', '', '2021-08-19 14:52:19', '2021-08-19 14:52:19', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2152', 0, 'postman_sent_mail', '', 0),
(2153, 0, '2021-08-19 14:52:24', '2021-08-19 14:52:24', 'A new pingback on the post "Water Purification: How Water Goes from Dirty to Drinkable" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-purification-malaysia/\r\n\r\nWebsite: Water Pollution Malaysia: Its Dire Effects and Cause for Solutions (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-pollution-malaysia/\r\nPingback excerpt: \r\n[&#8230;] back to untreated water, Intelligent Aqua revolutionises water purification with its technology, which combines adsorption and ion exchange to battle contaminants. Check out [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&amp;c=2#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&amp;c=2#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&amp;c=2#wpbody-content\r\nCurrently 1 comment is waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n', '[Intelligent Aqua] Please moderate: "Water Purification: How Water Goes from Dirty to Drinkable"', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SG2PR01CA0091.apcprd01.prod.exchangelabs.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-please-moderate-water-purification-how-water-goes-from-dirty-to-drinkable-4', '', '', '2021-08-19 14:52:24', '2021-08-19 14:52:24', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2153', 0, 'postman_sent_mail', '', 0),
(2157, 0, '2021-08-19 14:59:17', '2021-08-19 14:59:17', 'A new pingback on the post "Water Purification: How Water Goes from Dirty to Drinkable" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-purification-malaysia/\r\n\r\nWebsite: Water Purification and Challenges in Malaysia (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-purification-challenges/\r\nPingback excerpt: \r\n[&#8230;] treatment companies worldwide are investing billions in water purification technologies. But despite their proven effectiveness, the global water crisis persists as a result [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&amp;c=3#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&amp;c=3#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&amp;c=3#wpbody-content\r\nCurrently 2 comments are waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n', '[Intelligent Aqua] Please moderate: "Water Purification: How Water Goes from Dirty to Drinkable"', '5.7.139 Authentication unsuccessful, user password has expired. [SG2PR03CA0144.apcprd03.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-please-moderate-water-purification-how-water-goes-from-dirty-to-drinkable-5', '', '', '2021-08-19 14:59:17', '2021-08-19 14:59:17', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2157', 0, 'postman_sent_mail', '', 0),
(2158, 0, '2021-08-19 14:59:22', '2021-08-19 14:59:22', 'A new pingback on the post "Water Purification: How Water Goes from Dirty to Drinkable" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-purification-malaysia/\r\n\r\nWebsite: Water Purification and Challenges in Malaysia (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-purification-challenges/\r\nPingback excerpt: \r\n[&#8230;] treatment companies worldwide are investing billions in water purification technologies. But despite their proven effectiveness, the global water crisis persists as a result [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&amp;c=3#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&amp;c=3#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&amp;c=3#wpbody-content\r\nCurrently 2 comments are waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n', '[Intelligent Aqua] Please moderate: "Water Purification: How Water Goes from Dirty to Drinkable"', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SG2PR03CA0136.apcprd03.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-please-moderate-water-purification-how-water-goes-from-dirty-to-drinkable-6', '', '', '2021-08-19 14:59:22', '2021-08-19 14:59:22', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2158', 0, 'postman_sent_mail', '', 0),
(2159, 0, '2021-08-19 14:59:28', '2021-08-19 14:59:28', 'A new pingback on the post "Water Purification: How Water Goes from Dirty to Drinkable" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-purification-malaysia/\r\n\r\nWebsite: Water Purification and Challenges in Malaysia (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-purification-challenges/\r\nPingback excerpt: \r\n[&#8230;] treatment companies worldwide are investing billions in water purification technologies. But despite their proven effectiveness, the global water crisis persists as a result [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&amp;c=3#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&amp;c=3#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&amp;c=3#wpbody-content\r\nCurrently 2 comments are waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n', '[Intelligent Aqua] Please moderate: "Water Purification: How Water Goes from Dirty to Drinkable"', '5.7.139 Authentication unsuccessful, user password has expired. [SG2PR03CA0149.apcprd03.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-please-moderate-water-purification-how-water-goes-from-dirty-to-drinkable-7', '', '', '2021-08-19 14:59:28', '2021-08-19 14:59:28', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2159', 0, 'postman_sent_mail', '', 0),
(2160, 0, '2021-08-19 14:59:33', '2021-08-19 14:59:33', 'A new pingback on the post "Water Purification: How Water Goes from Dirty to Drinkable" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-purification-malaysia/\r\n\r\nWebsite: Water Purification and Challenges in Malaysia (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-purification-challenges/\r\nPingback excerpt: \r\n[&#8230;] treatment companies worldwide are investing billions in water purification technologies. But despite their proven effectiveness, the global water crisis persists as a result [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&amp;c=3#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&amp;c=3#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&amp;c=3#wpbody-content\r\nCurrently 2 comments are waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n', '[Intelligent Aqua] Please moderate: "Water Purification: How Water Goes from Dirty to Drinkable"', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SG2PR0401CA0019.apcprd04.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-please-moderate-water-purification-how-water-goes-from-dirty-to-drinkable-8', '', '', '2021-08-19 14:59:33', '2021-08-19 14:59:33', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2160', 0, 'postman_sent_mail', '', 0),
(2167, 0, '2021-08-19 15:08:18', '2021-08-19 15:08:18', 'A new pingback on the post "Water Pollution Malaysia: Its Dire Effects and Cause for Solutions" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-pollution-malaysia/\r\n\r\nWebsite: Water Purification Malaysia: How Water Goes from Dirty to Drinkable (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-purification-malaysia/\r\nPingback excerpt: \r\n[&#8230;] materials and contaminants from raw water. Contaminants are particles like dirt and sand that can pollute the water and give it a cloudy [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&amp;c=4#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&amp;c=4#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&amp;c=4#wpbody-content\r\nCurrently 1 comment is waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n', '[Intelligent Aqua] Please moderate: "Water Pollution Malaysia: Its Dire Effects and Cause for Solutions"', '5.7.139 Authentication unsuccessful, user password has expired. [SG2PR03CA0121.apcprd03.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-please-moderate-water-pollution-malaysia-its-dire-effects-and-cause-for-solutions', '', '', '2021-08-19 15:08:18', '2021-08-19 15:08:18', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2167', 0, 'postman_sent_mail', '', 0),
(2168, 0, '2021-08-19 15:08:23', '2021-08-19 15:08:23', 'A new pingback on the post "Water Pollution Malaysia: Its Dire Effects and Cause for Solutions" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-pollution-malaysia/\r\n\r\nWebsite: Water Purification Malaysia: How Water Goes from Dirty to Drinkable (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-purification-malaysia/\r\nPingback excerpt: \r\n[&#8230;] materials and contaminants from raw water. Contaminants are particles like dirt and sand that can pollute the water and give it a cloudy [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&amp;c=4#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&amp;c=4#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&amp;c=4#wpbody-content\r\nCurrently 1 comment is waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n', '[Intelligent Aqua] Please moderate: "Water Pollution Malaysia: Its Dire Effects and Cause for Solutions"', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SG2PR03CA0116.apcprd03.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-please-moderate-water-pollution-malaysia-its-dire-effects-and-cause-for-solutions-2', '', '', '2021-08-19 15:08:23', '2021-08-19 15:08:23', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2168', 0, 'postman_sent_mail', '', 0),
(2169, 0, '2021-08-19 15:08:29', '2021-08-19 15:08:29', 'A new pingback on the post "Water Pollution Malaysia: Its Dire Effects and Cause for Solutions" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-pollution-malaysia/\r\n\r\nWebsite: Water Purification Malaysia: How Water Goes from Dirty to Drinkable (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-purification-malaysia/\r\nPingback excerpt: \r\n[&#8230;] materials and contaminants from raw water. Contaminants are particles like dirt and sand that can pollute the water and give it a cloudy [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&amp;c=4#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&amp;c=4#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&amp;c=4#wpbody-content\r\nCurrently 1 comment is waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n', '[Intelligent Aqua] Please moderate: "Water Pollution Malaysia: Its Dire Effects and Cause for Solutions"', '5.7.139 Authentication unsuccessful, user password has expired. [SG2PR03CA0118.apcprd03.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-please-moderate-water-pollution-malaysia-its-dire-effects-and-cause-for-solutions-3', '', '', '2021-08-19 15:08:29', '2021-08-19 15:08:29', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2169', 0, 'postman_sent_mail', '', 0),
(2170, 0, '2021-08-19 15:08:34', '2021-08-19 15:08:34', 'A new pingback on the post "Water Pollution Malaysia: Its Dire Effects and Cause for Solutions" is waiting for your approval\r\nhttps://intelligentaqua.com.my/water-pollution-malaysia/\r\n\r\nWebsite: Water Purification Malaysia: How Water Goes from Dirty to Drinkable (IP address: 103.6.196.122, xl-juggernaut.mschosting.com)\r\nURL: https://intelligentaqua.com.my/water-purification-malaysia/\r\nPingback excerpt: \r\n[&#8230;] materials and contaminants from raw water. Contaminants are particles like dirt and sand that can pollute the water and give it a cloudy [&#8230;]\r\n\r\nApprove it: https://intelligentaqua.com.my/wp-admin/comment.php?action=approve&amp;c=4#wpbody-content\r\nTrash it: https://intelligentaqua.com.my/wp-admin/comment.php?action=trash&amp;c=4#wpbody-content\r\nSpam it: https://intelligentaqua.com.my/wp-admin/comment.php?action=spam&amp;c=4#wpbody-content\r\nCurrently 1 comment is waiting for approval. Please visit the moderation panel:\r\nhttps://intelligentaqua.com.my/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content\r\n', '[Intelligent Aqua] Please moderate: "Water Pollution Malaysia: Its Dire Effects and Cause for Solutions"', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SGAP274CA0014.SGPP274.PROD.OUTLOOK.COM]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-please-moderate-water-pollution-malaysia-its-dire-effects-and-cause-for-solutions-4', '', '', '2021-08-19 15:08:34', '2021-08-19 15:08:34', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2170', 0, 'postman_sent_mail', '', 0),
(2171, 0, '2021-08-20 00:15:23', '2021-08-20 00:15:23', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Elementor (from version 3.4.1 to 3.4.2)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '5.7.139 Authentication unsuccessful, user password has expired. [SG2PR06CA0145.apcprd06.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-32', '', '', '2021-08-20 00:15:23', '2021-08-20 00:15:23', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2171', 0, 'postman_sent_mail', '', 0),
(2172, 0, '2021-08-20 00:15:29', '2021-08-20 00:15:29', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Elementor (from version 3.4.1 to 3.4.2)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SG2PR04CA0186.apcprd04.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-33', '', '', '2021-08-20 00:15:29', '2021-08-20 00:15:29', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2172', 0, 'postman_sent_mail', '', 0),
(2173, 0, '2021-08-24 12:12:53', '2021-08-24 12:12:53', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Yoast SEO (from version 16.9 to 17.0)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '5.7.139 Authentication unsuccessful, user password has expired. [SG2PR06CA0244.apcprd06.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-34', '', '', '2021-08-24 12:12:53', '2021-08-24 12:12:53', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2173', 0, 'postman_sent_mail', '', 0),
(2174, 0, '2021-08-24 12:12:59', '2021-08-24 12:12:59', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Yoast SEO (from version 16.9 to 17.0)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SG2PR06CA0246.apcprd06.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-35', '', '', '2021-08-24 12:12:59', '2021-08-24 12:12:59', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2174', 0, 'postman_sent_mail', '', 0),
(2175, 0, '2021-08-30 12:19:10', '2021-08-30 12:19:10', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Elementor (from version 3.4.2 to 3.4.3)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '5.7.139 Authentication unsuccessful, the user credentials were incorrect. [SG2PR03CA0144.apcprd03.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-36', '', '', '2021-08-30 12:19:10', '2021-08-30 12:19:10', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2175', 0, 'postman_sent_mail', '', 0),
(2176, 0, '2021-08-30 12:19:15', '2021-08-30 12:19:15', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Elementor (from version 3.4.2 to 3.4.3)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SG2PR03CA0140.apcprd03.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-37', '', '', '2021-08-30 12:19:15', '2021-08-30 12:19:15', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2176', 0, 'postman_sent_mail', '', 0),
(2177, 0, '2021-08-31 13:16:39', '2021-08-31 13:16:39', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Custom Fonts (from version 1.3.2 to 1.3.3)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '5.7.139 Authentication unsuccessful, the user credentials were incorrect. [SG2PR02CA0062.apcprd02.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-38', '', '', '2021-08-31 13:16:39', '2021-08-31 13:16:39', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2177', 0, 'postman_sent_mail', '', 0),
(2178, 0, '2021-08-31 13:16:44', '2021-08-31 13:16:44', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Custom Fonts (from version 1.3.2 to 1.3.3)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SG2PR02CA0068.apcprd02.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-39', '', '', '2021-08-31 13:16:44', '2021-08-31 13:16:44', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2178', 0, 'postman_sent_mail', '', 0),
(2179, 0, '2021-09-01 12:13:27', '2021-09-01 12:13:27', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.8.4 to 4.9.0)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '5.7.139 Authentication unsuccessful, the user credentials were incorrect. [SG2PR06CA0134.apcprd06.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-40', '', '', '2021-09-01 12:13:27', '2021-09-01 12:13:27', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2179', 0, 'postman_sent_mail', '', 0),
(2180, 0, '2021-09-01 12:13:33', '2021-09-01 12:13:33', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Essential Addons for Elementor (from version 4.8.4 to 4.9.0)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SG2PR04CA0191.apcprd04.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-41', '', '', '2021-09-01 12:13:33', '2021-09-01 12:13:33', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2180', 0, 'postman_sent_mail', '', 0),
(2181, 0, '2021-09-07 12:14:13', '2021-09-07 12:14:13', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Yoast SEO (from version 17.0 to 17.1)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '5.7.139 Authentication unsuccessful, the user credentials were incorrect. [SG2PR04CA0192.apcprd04.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-42', '', '', '2021-09-07 12:14:13', '2021-09-07 12:14:13', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2181', 0, 'postman_sent_mail', '', 0),
(2182, 0, '2021-09-07 12:14:18', '2021-09-07 12:14:18', 'Howdy! Some plugins have automatically updated to their latest versions on your site at https://intelligentaqua.com.my. No further action is needed on your part.\n\n\nThese plugins are now up to date:\n- Yoast SEO (from version 17.0 to 17.1)\n\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nThe WordPress Team', '[Intelligent Aqua] Some plugins were automatically updated', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SG2PR04CA0197.apcprd04.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-some-plugins-were-automatically-updated-43', '', '', '2021-09-07 12:14:18', '2021-09-07 12:14:18', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2182', 0, 'postman_sent_mail', '', 0),
(2183, 0, '2021-09-09 12:37:52', '2021-09-09 12:37:52', 'Howdy! Your site at https://intelligentaqua.com.my has been updated automatically to WordPress 5.8.1.\n\nNo further action is needed on your part. For more on version 5.8.1, see the About WordPress screen:\nhttps://intelligentaqua.com.my/wp-admin/about.php\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nYou also have some plugins or themes with updates available. Update them now:\nhttps://intelligentaqua.com.my/wp-admin/\n\nThe WordPress Team\n', '[Intelligent Aqua] Your site has updated to WordPress 5.8.1', '5.7.139 Authentication unsuccessful, the user credentials were incorrect. [SG2PR04CA0183.apcprd04.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-your-site-has-updated-to-wordpress-5-8-1', '', '', '2021-09-09 12:37:52', '2021-09-09 12:37:52', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2183', 0, 'postman_sent_mail', '', 0),
(2184, 0, '2021-09-09 12:37:58', '2021-09-09 12:37:58', 'Howdy! Your site at https://intelligentaqua.com.my has been updated automatically to WordPress 5.8.1.\n\nNo further action is needed on your part. For more on version 5.8.1, see the About WordPress screen:\nhttps://intelligentaqua.com.my/wp-admin/about.php\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/forums/\n\nYou also have some plugins or themes with updates available. Update them now:\nhttps://intelligentaqua.com.my/wp-admin/\n\nThe WordPress Team\n', '[Intelligent Aqua] Your site has updated to WordPress 5.8.1', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SG2PR01CA0125.apcprd01.prod.exchangelabs.com]\r\n', 'private', 'closed', 'closed', '', 'intelligent-aqua-your-site-has-updated-to-wordpress-5-8-1-2', '', '', '2021-09-09 12:37:58', '2021-09-09 12:37:58', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2184', 0, 'postman_sent_mail', '', 0),
(2185, 0, '2021-09-10 07:24:04', '2021-09-10 07:24:04', 'CONTACT FORM<br /><br />\nNAME: Mohd Rasyidi Marzuki<br />\nCOMPANY: PETRONAS<br />\nPHONE: <br />\nEMAIL: rasyidi_marzuki@petronas.com.my<br />\nMESSAGE:<br /><br />\nHi, I''m Rasyidi from PETRONAS Kertih. I would like to ask on the IA specifically for ammonia treatment. The plan is to install as tertiary treatment after the clarifier. \r\nI have the some background on the issue but no sure how to attach here.\r\nThanks', 'New message from Intelligent Aqua', '5.7.139 Authentication unsuccessful, the user credentials were incorrect. [SG2P153CA0050.APCP153.PROD.OUTLOOK.COM]\r\n', 'private', 'closed', 'closed', '', 'new-message-from-intelligent-aqua-8', '', '', '2021-09-10 07:24:04', '2021-09-10 07:24:04', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2185', 0, 'postman_sent_mail', '', 0),
(2186, 0, '2021-09-10 07:24:10', '2021-09-10 07:24:10', 'CONTACT FORM<br /><br />\nNAME: Mohd Rasyidi Marzuki<br />\nCOMPANY: PETRONAS<br />\nPHONE: <br />\nEMAIL: rasyidi_marzuki@petronas.com.my<br />\nMESSAGE:<br /><br />\nHi, I''m Rasyidi from PETRONAS Kertih. I would like to ask on the IA specifically for ammonia treatment. The plan is to install as tertiary treatment after the clarifier. \r\nI have the some background on the issue but no sure how to attach here.\r\nThanks', 'New message from Intelligent Aqua', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SG2P153CA0048.APCP153.PROD.OUTLOOK.COM]\r\n', 'private', 'closed', 'closed', '', 'new-message-from-intelligent-aqua-9', '', '', '2021-09-10 07:24:10', '2021-09-10 07:24:10', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2186', 0, 'postman_sent_mail', '', 0),
(2187, 0, '2021-09-10 07:25:38', '2021-09-10 07:25:38', 'CONTACT FORM<br /><br />\nNAME: Mohd Rasyidi Marzuki<br />\nCOMPANY: PETRONAS<br />\nPHONE: <br />\nEMAIL: rasyidi_marzuki@petronas.com.my<br />\nMESSAGE:<br /><br />\nHi, I''m Rasyidi from PETRONAS Kertih. I would like to ask on the IA specifically for ammonia treatment. The plan is to install as tertiary treatment after the clarifier. \r\nI have the some background on the issue but no sure how to attach here.\r\nThanks', 'New message from Intelligent Aqua', '5.7.139 Authentication unsuccessful, the user credentials were incorrect. [SG2PR06CA0191.apcprd06.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'new-message-from-intelligent-aqua-10', '', '', '2021-09-10 07:25:38', '2021-09-10 07:25:38', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2187', 0, 'postman_sent_mail', '', 0),
(2188, 0, '2021-09-10 07:25:43', '2021-09-10 07:25:43', 'CONTACT FORM<br /><br />\nNAME: Mohd Rasyidi Marzuki<br />\nCOMPANY: PETRONAS<br />\nPHONE: <br />\nEMAIL: rasyidi_marzuki@petronas.com.my<br />\nMESSAGE:<br /><br />\nHi, I''m Rasyidi from PETRONAS Kertih. I would like to ask on the IA specifically for ammonia treatment. The plan is to install as tertiary treatment after the clarifier. \r\nI have the some background on the issue but no sure how to attach here.\r\nThanks', 'New message from Intelligent Aqua', '( ** Fallback ** ) 5.7.3 STARTTLS is required to send mail [SG2PR06CA0196.apcprd06.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'new-message-from-intelligent-aqua-11', '', '', '2021-09-10 07:25:43', '2021-09-10 07:25:43', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2188', 0, 'postman_sent_mail', '', 0),
(2190, 2, '2021-09-10 08:36:51', '2021-09-10 08:36:51', 'Content-Type: text/plain; charset = "UTF-8"\r\nContent-Transfer-Encoding: 8bit\r\n\r\nHello!\r\n\r\nSent by Postman 2.0.23 - https://wordpress.org/plugins/post-smtp/\r\n\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\r\n<style type="text/css" media="all">\r\n.wporg-notification .im {\r\n	color: #888;\r\n} /* undo a GMail-inserted style */\r\n</style>\r\n</head>\r\n<body class="wporg-notification">\r\n	<div style="background: #e8f6fe; font-family: &amp; quot; Helvetica Neue&amp;quot; , Helvetica ,Arial,sans-serif; font-size: 14px; color: #666; text-align: center; margin: 0; padding: 0">\r\n		<table border="0" cellspacing="0" cellpadding="0" bgcolor="#e8f6fe"	style="background: #e8f6fe; width: 100%;">\r\n			<tbody>\r\n				<tr>\r\n					<td>\r\n						<table border="0" cellspacing="0" cellpadding="0" align="center" style="padding: 0px; width: 100%;"">\r\n							<tbody>\r\n								<tr>\r\n									<td>\r\n										<div style="max-width: 600px; height: 400px; margin: 0 auto; overflow: hidden;background-image:url(''https://ps.w.org/postman-smtp/assets/email/poofytoo.png'');background-repeat: no-repeat;">\r\n											<div style="margin:50px 0 0 300px; width:300px; font-size:2em;">Hello! - &#20320;&#22909; - Bonjour! - &#2344;&#2350;&#2360;&#2381;&#2340;&#2375; - ¡Hola! - Ol&#225; - &#1055;&#1088;&#1080;&#1074;&#1077;&#1090;! - &#20170;&#26085;&#12399;</div>\r\n											<div style="text-align:right;font-size: 1.4em; color:black;margin:150px 0 0 200px;">Sent by Postman 2.0.23\r\n												<br/><span style="font-size: 0.8em"><a style="color:#3f73b9" href="https://wordpress.org/plugins/post-smtp/">https://wordpress.org/plugins/post-smtp/</a></span>\r\n											</div>\r\n										</div>\r\n									</td>\r\n								</tr>\r\n							</tbody>\r\n						</table>\r\n						<br><span style="font-size:0.9em;color:#94c0dc;">Image source: <a style="color:#94c0dc" href="http://poofytoo.com">poofytoo.com</a> - Used with permission</span>\r\n					</td>\r\n				</tr>\r\n			</tbody>\r\n		</table>\r\n</body>\r\n</html>', 'Postman SMTP Test (intelligentaqua.com.my)', '5.7.139 Authentication unsuccessful, the user credentials were incorrect. [SG2PR03CA0153.apcprd03.prod.outlook.com]\r\n', 'private', 'closed', 'closed', '', 'postman-smtp-test-intelligentaqua-com-my-2', '', '', '2021-09-10 08:36:51', '2021-09-10 08:36:51', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2190', 0, 'postman_sent_mail', '', 0);
INSERT INTO `wpfq_posts` VALUES
(2191, 2, '2021-09-10 08:36:51', '2021-09-10 08:36:51', 'Content-Type: text/plain; charset = "UTF-8"\r\nContent-Transfer-Encoding: 8bit\r\n\r\nHello!\r\n\r\nSent by Postman 2.0.23 - https://wordpress.org/plugins/post-smtp/\r\n\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\r\n<style type="text/css" media="all">\r\n.wporg-notification .im {\r\n	color: #888;\r\n} /* undo a GMail-inserted style */\r\n</style>\r\n</head>\r\n<body class="wporg-notification">\r\n	<div style="background: #e8f6fe; font-family: &amp; quot; Helvetica Neue&amp;quot; , Helvetica ,Arial,sans-serif; font-size: 14px; color: #666; text-align: center; margin: 0; padding: 0">\r\n		<table border="0" cellspacing="0" cellpadding="0" bgcolor="#e8f6fe"	style="background: #e8f6fe; width: 100%;">\r\n			<tbody>\r\n				<tr>\r\n					<td>\r\n						<table border="0" cellspacing="0" cellpadding="0" align="center" style="padding: 0px; width: 100%;"">\r\n							<tbody>\r\n								<tr>\r\n									<td>\r\n										<div style="max-width: 600px; height: 400px; margin: 0 auto; overflow: hidden;background-image:url(''https://ps.w.org/postman-smtp/assets/email/poofytoo.png'');background-repeat: no-repeat;">\r\n											<div style="margin:50px 0 0 300px; width:300px; font-size:2em;">Hello! - &#20320;&#22909; - Bonjour! - &#2344;&#2350;&#2360;&#2381;&#2340;&#2375; - ¡Hola! - Ol&#225; - &#1055;&#1088;&#1080;&#1074;&#1077;&#1090;! - &#20170;&#26085;&#12399;</div>\r\n											<div style="text-align:right;font-size: 1.4em; color:black;margin:150px 0 0 200px;">Sent by Postman 2.0.23\r\n												<br/><span style="font-size: 0.8em"><a style="color:#3f73b9" href="https://wordpress.org/plugins/post-smtp/">https://wordpress.org/plugins/post-smtp/</a></span>\r\n											</div>\r\n										</div>\r\n									</td>\r\n								</tr>\r\n							</tbody>\r\n						</table>\r\n						<br><span style="font-size:0.9em;color:#94c0dc;">Image source: <a style="color:#94c0dc" href="http://poofytoo.com">poofytoo.com</a> - Used with permission</span>\r\n					</td>\r\n				</tr>\r\n			</tbody>\r\n		</table>\r\n</body>\r\n</html>', 'Postman SMTP Test (intelligentaqua.com.my)', '( ** Fallback ** ) Could not open socket', 'private', 'closed', 'closed', '', 'postman-smtp-test-intelligentaqua-com-my-3', '', '', '2021-09-10 08:36:51', '2021-09-10 08:36:51', '', 0, 'https://intelligentaqua.com.my/?post_type=postman_sent_mail&p=2191', 0, 'postman_sent_mail', '', 0),
(2196, 2, '2021-09-29 10:51:17', '2021-09-29 10:51:17', '', 'IA_video_v6_long_1', '', 'inherit', 'closed', 'closed', '', 'ia_video_v6_long_1', '', '', '2021-09-29 10:51:17', '2021-09-29 10:51:17', '', 0, 'https://intelligentaqua.com.my/wp-content/uploads/2021/09/IA_video_v6_long_1.mp4', 0, 'attachment', 'video/mp4', 0),
(2200, 2, '2022-07-17 08:56:27', '2022-07-17 08:56:27', '<p>Intelligent Aqua, also known as IA, is a water treatment system that adopts a hybrid concept of combining special blended adsorption techniques and ion exchange method to treat and purify contaminated and polluted water.</p>		\n					<a href="https://www.facebook.com/intelligentaqua" target="_blank" rel="noopener">\n						Facebook\n											</a>\n					<a href="https://www.linkedin.com/company/intelligentaqua/" target="_blank" rel="noopener">\n						Linkedin\n											</a>\n													<a href="https://ul.waze.com/ul?place=ChIJk_-6RuZNzDERa8ZvL89H174&#038;ll=3.10546200%2C101.54368800&#038;navigate=yes&#038;utm_campaign=waze_website&#038;utm_source=waze_website&#038;utm_medium=lm_share_location">\n							<img src="https://intelligentaqua.com.my/wp-content/uploads/2021/02/waze-569496.png" title="waze-569496" alt="waze-569496" />								</a>\n			<h4>Navigations</h4>		\n					<ul>\n							<li>\n					<a href="https://intelligentaqua.com.my/">						\n										Home\n											</a>\n									</li>\n								<li>\n					<a href="https://intelligentaqua.com.my/company-profile/">						\n										Company Profile\n											</a>\n									</li>\n								<li>\n					<a href="https://intelligentaqua.com.my/solution/">						\n										Solutions\n											</a>\n									</li>\n								<li>\n					<a href="https://intelligentaqua.com.my/news/">						\n										Media\n											</a>\n									</li>\n								<li>\n					<a href="https://intelligentaqua.com.my/contact-us/">						\n										Contact\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8/84  <br>Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor\n									</li>\n								<li>\n										+60 18 983 2468 \n									</li>\n								<li>\n										intelligentaqua@pitech.com.my\n									</li>\n						</ul>\nTotal visitors : [srs_total_visitors]		\n			<p>COPYRIGHT 2021 ©️ INTELLIGENT AQUA SDN. BHD. (1182012-U). ALL RIGHTS RESERVED.</p>		\n			<p><a href="https://intelligentaqua.com.my/wp-content/uploads/2021/02/ANTI-BRIBERY-POLICY-FORM_IA.pdf">Anti-Bribery and Corruption Policy</a></p>		\n			<p><a href="https://intelligentaqua.com.my/privacy-policy/">Privacy Policy</a></p>		\n			<p><a href="https://intelligentaqua.com.my/term-of-use/">Terms of Use</a></p>		\n			<p><a href="https://www.office.com/">Webmail</a></p>', 'Footer', '', 'inherit', 'closed', 'closed', '', '292-revision-v1', '', '', '2022-07-17 08:56:27', '2022-07-17 08:56:27', '', 292, 'https://intelligentaqua.com.my/?p=2200', 0, 'revision', '', 0),
(2201, 2, '2022-07-17 08:56:28', '2022-07-17 08:56:28', '<p>Intelligent Aqua, also known as IA, is a water treatment system that adopts a hybrid concept of combining special blended adsorption techniques and ion exchange method to treat and purify contaminated and polluted water.</p>		\n					<a href="https://www.facebook.com/intelligentaqua" target="_blank" rel="noopener">\n						Facebook\n											</a>\n					<a href="https://www.linkedin.com/company/intelligentaqua/" target="_blank" rel="noopener">\n						Linkedin\n											</a>\n													<a href="https://ul.waze.com/ul?place=ChIJk_-6RuZNzDERa8ZvL89H174&#038;ll=3.10546200%2C101.54368800&#038;navigate=yes&#038;utm_campaign=waze_website&#038;utm_source=waze_website&#038;utm_medium=lm_share_location">\n							<img src="https://intelligentaqua.com.my/wp-content/uploads/2021/02/waze-569496.png" title="waze-569496" alt="waze-569496" />								</a>\n			<h4>Navigations</h4>		\n					<ul>\n							<li>\n											<a href="https://intelligentaqua.com.my/">\n										Home\n											</a>\n									</li>\n								<li>\n											<a href="https://intelligentaqua.com.my/company-profile/">\n										Company Profile\n											</a>\n									</li>\n								<li>\n											<a href="https://intelligentaqua.com.my/solution/">\n										Solutions\n											</a>\n									</li>\n								<li>\n											<a href="https://intelligentaqua.com.my/news/">\n										Media\n											</a>\n									</li>\n								<li>\n											<a href="https://intelligentaqua.com.my/contact-us/">\n										Contact\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8/84  <br>Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor\n									</li>\n								<li>\n										+60 18 983 2468 \n									</li>\n								<li>\n										intelligentaqua@pitech.com.my\n									</li>\n						</ul>\nTotal visitors : [srs_total_visitors]		\n			<p>COPYRIGHT 2021 ©️ INTELLIGENT AQUA SDN. BHD. (1182012-U). ALL RIGHTS RESERVED.</p>		\n			<p><a href="https://intelligentaqua.com.my/wp-content/uploads/2021/02/ANTI-BRIBERY-POLICY-FORM_IA.pdf">Anti-Bribery and Corruption Policy</a></p>		\n			<p><a href="https://intelligentaqua.com.my/privacy-policy/">Privacy Policy</a></p>		\n			<p><a href="https://intelligentaqua.com.my/term-of-use/">Terms of Use</a></p>		\n			<p><a href="https://www.office.com/">Webmail</a></p>		\n<a href="https://www.walkproduction.com/company-profile-design/">company profile design malaysia</a> | <a href="https://www.walkproduction.com/branding-services/">branding agency malaysia</a> | <a href="https://www.walkproduction.com/web-design/">web design malaysia</a> | <a href="https://www.dwpdigital.com.my/">digital marketing agency malaysia</a> | <a href="https://www.dwpdigital.com.my/social-media-marketing/">social media agency malaysia</a>', 'Footer', '', 'inherit', 'closed', 'closed', '', '292-revision-v1', '', '', '2022-07-17 08:56:28', '2022-07-17 08:56:28', '', 292, 'https://intelligentaqua.com.my/?p=2201', 0, 'revision', '', 0),
(2202, 2, '2022-07-17 08:58:07', '2022-07-17 08:58:07', '<p>Intelligent Aqua, also known as IA, is a water treatment system that adopts a hybrid concept of combining special blended adsorption techniques and ion exchange method to treat and purify contaminated and polluted water.</p>		\n					<a href="https://www.facebook.com/intelligentaqua" target="_blank" rel="noopener">\n						Facebook\n											</a>\n					<a href="https://www.linkedin.com/company/intelligentaqua/" target="_blank" rel="noopener">\n						Linkedin\n											</a>\n													<a href="https://ul.waze.com/ul?place=ChIJk_-6RuZNzDERa8ZvL89H174&#038;ll=3.10546200%2C101.54368800&#038;navigate=yes&#038;utm_campaign=waze_website&#038;utm_source=waze_website&#038;utm_medium=lm_share_location">\n							<img src="https://intelligentaqua.com.my/wp-content/uploads/2021/02/waze-569496.png" title="waze-569496" alt="waze-569496" />								</a>\n			<h4>Navigations</h4>		\n					<ul>\n							<li>\n											<a href="https://intelligentaqua.com.my/">\n										Home\n											</a>\n									</li>\n								<li>\n											<a href="https://intelligentaqua.com.my/company-profile/">\n										Company Profile\n											</a>\n									</li>\n								<li>\n											<a href="https://intelligentaqua.com.my/solution/">\n										Solutions\n											</a>\n									</li>\n								<li>\n											<a href="https://intelligentaqua.com.my/news/">\n										Media\n											</a>\n									</li>\n								<li>\n											<a href="https://intelligentaqua.com.my/contact-us/">\n										Contact\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8/84  <br>Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor\n									</li>\n								<li>\n										+60 18 983 2468 \n									</li>\n								<li>\n										intelligentaqua@pitech.com.my\n									</li>\n						</ul>\nTotal visitors : [srs_total_visitors]		\n			<p>COPYRIGHT 2021 ©️ INTELLIGENT AQUA SDN. BHD. (1182012-U). ALL RIGHTS RESERVED.</p>		\n			<p><a href="https://intelligentaqua.com.my/wp-content/uploads/2021/02/ANTI-BRIBERY-POLICY-FORM_IA.pdf">Anti-Bribery and Corruption Policy</a></p>		\n			<p><a href="https://intelligentaqua.com.my/privacy-policy/">Privacy Policy</a></p>		\n			<p><a href="https://intelligentaqua.com.my/term-of-use/">Terms of Use</a></p>		\n			<p><a href="https://www.office.com/">Webmail</a></p>		\n<a href="https://www.walkproduction.com/company-profile-design/">company profile design malaysia</a> | <a href="https://www.walkproduction.com/branding-services/">branding agency malaysia</a> | <a href="https://www.walkproduction.com/web-design/">web design malaysia</a> | <a href="https://www.dwpdigital.com.my/">digital marketing agency malaysia</a> | <a href="https://www.dwpdigital.com.my/social-media-marketing/">social media agency malaysia</a>', 'Footer', '', 'inherit', 'closed', 'closed', '', '292-revision-v1', '', '', '2022-07-17 08:58:07', '2022-07-17 08:58:07', '', 292, 'https://intelligentaqua.com.my/?p=2202', 0, 'revision', '', 0),
(2204, 2, '2022-08-13 08:47:39', '2022-08-13 08:47:39', '<h2>Intelligent Aqua</h2>\nA member of PITECH Group of Companies\n\n<img width="4999" height="3333" src="https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original.png" alt="" loading="lazy" srcset="https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original.png 4999w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-300x200.png 300w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-1024x683.png 1024w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-768x512.png 768w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-1536x1024.png 1536w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-2048x1365.png 2048w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-1568x1045.png 1568w" sizes="(max-width: 4999px) 100vw, 4999px">\n<img width="667" height="667" src="https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-1-e1618470946822.jpg" alt="" loading="lazy" srcset="https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-1-e1618470946822.jpg 667w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-1-e1618470946822-300x300.jpg 300w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-1-e1618470946822-150x150.jpg 150w" sizes="(max-width: 667px) 100vw, 667px">\n<img width="2343" height="2305" src="https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01.png" alt="" loading="lazy" srcset="https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01.png 2343w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-300x295.png 300w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-1024x1007.png 1024w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-768x756.png 768w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-1536x1511.png 1536w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-2048x2015.png 2048w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-1568x1543.png 1568w" sizes="(max-width: 2343px) 100vw, 2343px">\n<h2>\n																							Who We Are</h2>\nIntelligent Aqua Sdn Bhd is a Malaysian company dedicated to bringing high-quality, purified water to people from all walks of life.\n<h2>\n																							Our Innovation</h2>\nWith the support of the Malaysian Ministry of Science, Technology and Innovation (MOSTI), we developed Intelligent Aqua (IA), an ingenious water purification technology combining special blended adsorption techniques and Malaysian simplicity.\n<h2>\n																							We Belong To</h2>\nIntelligent Aqua Sdn Bhd is a subsidiary of Progressive Impact Technology Group and the intellectual proprietor of Intelligent Aqua.\n<h2>\n																							Our Clients</h2>\nWe serve government and municipalities, water treatment plants, sewage treatment plants, landfills (leachate treatment plant), petrochemical, glove manufacturing, poultry farms and palm oil mills.\n<h2>Vision</h2>\n“To be a world-class business organisation focusing on cost-effective water solutions which shall benefit mankind.”\n<h2>Mission</h2>\n<h3>\n					Strategy</h3>\nCustomer strategy is our strategy\n<h3>\n					Sustainability</h3>\nCreating a sustainable world for our future generation\n<h3>\n					Simplicity</h3>\nApproaching complex issues with simplicity in mind\n<h3>\n					Back to Basic</h3>\nTransforming Back To Basic principle into innovation.\n<h2>Core Values</h2>\nPeak Performance, Innovative, Competitive, Obedient to Allah, Result Oriented and Process Excellence are the CORE VALUES that streamlines the work culture, people and processes within the Group towards achieving the company’s goals and objectives.\n<h2>P</h2>\nProcess Excellence : Setting standards and delivering measurable performance in everything we do.\n<h2>I</h2>\nInnovative : Continuously translating ideas and innovation into products and services that create values to the customers.\n<h2>C</h2>\nCompetitive : Strong desire to win and be the best in our offerings.\n<h2>O</h2>\nObedient to Allah : Abiding by the orders of Allah and avoiding His prohibitions.\n<h2>R</h2>\nResult Oriented : Always start with the end in our mind. Defining results that we want to achieve in advance.\n<h2>P</h2>\nPeak Performance : Performing to the maximum of our ability with feelings of confidence, effortlessness and total concentration on the tasks.\n<h2>Contact</h2>\nAre you interested in using IA or discussing specific challenges and projects with our experts? Contact our authorised representatives – we’re looking forward to hearing from you.\n\n<a href="https://intelligentaqua.com.my/contact-us/" role="button">\nContact Us\n</a>', 'Company Profile', '', 'inherit', 'closed', 'closed', '', '112-revision-v1', '', '', '2022-08-13 08:47:39', '2022-08-13 08:47:39', '', 112, 'https://intelligentaqua.com.my/?p=2204', 0, 'revision', '', 0),
(2205, 2, '2022-08-13 08:47:40', '2022-08-13 08:47:40', '<h2>Intelligent Aqua</h2>\nA member of PITECH Group of Companies\n\n<img width="4999" height="3333" src="https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original.png" alt="" loading="lazy" srcset="https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original.png 4999w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-300x200.png 300w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-1024x683.png 1024w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-768x512.png 768w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-1536x1024.png 1536w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-2048x1365.png 2048w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-1568x1045.png 1568w" sizes="(max-width: 4999px) 100vw, 4999px">\n<img width="667" height="667" src="https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-1-e1618470946822.jpg" alt="" loading="lazy" srcset="https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-1-e1618470946822.jpg 667w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-1-e1618470946822-300x300.jpg 300w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-1-e1618470946822-150x150.jpg 150w" sizes="(max-width: 667px) 100vw, 667px">\n<img width="2343" height="2305" src="https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01.png" alt="" loading="lazy" srcset="https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01.png 2343w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-300x295.png 300w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-1024x1007.png 1024w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-768x756.png 768w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-1536x1511.png 1536w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-2048x2015.png 2048w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-1568x1543.png 1568w" sizes="(max-width: 2343px) 100vw, 2343px">\n<h2>\n																							Who We Are</h2>\nIntelligent Aqua Sdn Bhd is a Malaysian company dedicated to bringing high-quality, purified water to people from all walks of life.\n<h2>\n																							Our Innovation</h2>\nWith the support of the Malaysian Ministry of Science, Technology and Innovation (MOSTI), we developed Intelligent Aqua (IA), an ingenious water purification technology combining special blended adsorption techniques and Malaysian simplicity.\n<h2>\n																							We Belong To</h2>\nIntelligent Aqua Sdn Bhd is a subsidiary of Progressive Impact Technology Group and the intellectual proprietor of Intelligent Aqua.\n<h2>\n																							Our Clients</h2>\nWe serve government and municipalities, water treatment plants, sewage treatment plants, landfills (leachate treatment plant), petrochemical, glove manufacturing, poultry farms and palm oil mills.\n<h2>Vision</h2>\n“To be a world-class business organisation focusing on cost-effective water solutions which shall benefit mankind.”\n<h2>Mission</h2>\n<h3>\n					Strategy</h3>\nCustomer strategy is our strategy\n<h3>\n					Sustainability</h3>\nCreating a sustainable world for our future generation\n<h3>\n					Simplicity</h3>\nApproaching complex issues with simplicity in mind\n<h3>\n					Back to Basic</h3>\nTransforming Back To Basic principle into innovation.\n<h2>Core Values</h2>\nPeak Performance, Innovative, Competitive, Obedient to Allah, Result Oriented and Process Excellence are the CORE VALUES that streamlines the work culture, people and processes within the Group towards achieving the company’s goals and objectives.\n<h2>P</h2>\nProcess Excellence : Setting standards and delivering measurable performance in everything we do.\n<h2>I</h2>\nInnovative : Continuously translating ideas and innovation into products and services that create values to the customers.\n<h2>C</h2>\nCompetitive : Strong desire to win and be the best in our offerings.\n<h2>O</h2>\nObedient to Allah : Abiding by the orders of Allah and avoiding His prohibitions.\n<h2>R</h2>\nResult Oriented : Always start with the end in our mind. Defining results that we want to achieve in advance.\n<h2>P</h2>\nPeak Performance : Performing to the maximum of our ability with feelings of confidence, effortlessness and total concentration on the tasks.\n<h2>Contact</h2>\nAre you interested in using IA or discussing specific challenges and projects with our experts? Contact our authorised representatives – we’re looking forward to hearing from you.\n\n<a href="https://intelligentaqua.com.my/contact-us/" role="button">\nContact Us\n</a>', 'Company Profile', '', 'inherit', 'closed', 'closed', '', '112-revision-v1', '', '', '2022-08-13 08:47:40', '2022-08-13 08:47:40', '', 112, 'https://intelligentaqua.com.my/?p=2205', 0, 'revision', '', 0),
(2206, 2, '2022-08-13 08:47:40', '2022-08-13 08:47:40', '<h2>Intelligent Aqua</h2>		\n		<p>A member of PITECH Group of Companies</p>		\n												<img width="4999" height="3333" src="https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original.png" alt="" loading="lazy" srcset="https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original.png 4999w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-300x200.png 300w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-1024x683.png 1024w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-768x512.png 768w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-1536x1024.png 1536w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-2048x1365.png 2048w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original-1568x1045.png 1568w" sizes="(max-width: 4999px) 100vw, 4999px" />														\n												<img width="667" height="667" src="https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-1-e1618470946822.jpg" alt="" loading="lazy" srcset="https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-1-e1618470946822.jpg 667w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-1-e1618470946822-300x300.jpg 300w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-1-e1618470946822-150x150.jpg 150w" sizes="(max-width: 667px) 100vw, 667px" />														\n												<img width="2343" height="2305" src="https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01.png" alt="" loading="lazy" srcset="https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01.png 2343w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-300x295.png 300w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-1024x1007.png 1024w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-768x756.png 768w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-1536x1511.png 1536w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-2048x2015.png 2048w, https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01-1568x1543.png 1568w" sizes="(max-width: 2343px) 100vw, 2343px" />														\n    <h2><a href="">Who We Are</a></h2><p>Intelligent Aqua Sdn Bhd is a Malaysian company dedicated to bringing high-quality, purified water to people from all walks of life.</p>								\n    <h2><a href="">Our Innovation</a></h2><p>With the support of the Malaysian Ministry of Science, Technology and Innovation (MOSTI), we developed Intelligent Aqua (IA), an ingenious water purification technology combining special blended adsorption techniques and Malaysian simplicity.</p>								\n    <h2><a href="">We Belong To</a></h2><p>Intelligent Aqua Sdn Bhd is a subsidiary of Progressive Impact Technology Group and the intellectual proprietor of Intelligent Aqua.</p>								\n    <h2><a href="">Our Clients</a></h2><p>We serve government and municipalities, water treatment plants, sewage treatment plants, landfills (leachate treatment plant), petrochemical, glove manufacturing, poultry farms and palm oil mills.</p>				\n			<h2>Vision</h2>		\n		<p>“To be a world-class business organisation focusing on cost-effective water solutions which shall benefit mankind.”</p>		\n			<h2>Mission</h2>		\n				<h3>\n						Strategy					\n				</h3>\n									<p>\n						Customer strategy is our strategy					</p>\n				<h3>\n						Sustainability					\n				</h3>\n									<p>\n						Creating a sustainable world for our future generation\n					</p>\n				<h3>\n						Simplicity					\n				</h3>\n									<p>\n						Approaching complex issues with simplicity in mind					</p>\n				<h3>\n						Back to Basic					\n				</h3>\n									<p>\n						Transforming Back To Basic principle into innovation.					</p>\n			<h2>Core Values</h2>		\n		<p>Peak Performance, Innovative, Competitive, Obedient to Allah, Result Oriented and Process Excellence are the CORE VALUES that streamlines the work culture, people and processes within the Group towards achieving the company’s goals and objectives.</p>		\n			<h2>P</h2>		\n		<p>Process Excellence : Setting standards and delivering measurable performance in everything we do.</p>		\n			<h2>I</h2>		\n		<p>Innovative : Continuously translating ideas and innovation into products and services that create values to the customers.</p>		\n			<h2>C</h2>		\n		<p>Competitive : Strong desire to win and be the best in our offerings.</p>		\n			<h2>O</h2>		\n		<p>Obedient to Allah : Abiding by the orders of Allah and avoiding His prohibitions.</p>		\n			<h2>R</h2>		\n		<p>Result Oriented : Always start with the end in our mind. Defining results that we want to achieve in advance.</p>		\n			<h2>P</h2>		\n		<p>Peak Performance : Performing to the maximum of our ability with feelings of confidence, effortlessness and total concentration on the tasks.</p>		\n			<h2>Contact</h2>		\n		<p>Are you interested in using IA or discussing specific challenges and projects with our experts? Contact our authorised representatives – we’re looking forward to hearing from you.</p>		\n			<a href="https://intelligentaqua.com.my/contact-us/" role="button">\n						Contact Us\n					</a>', 'Company Profile', '', 'inherit', 'closed', 'closed', '', '112-revision-v1', '', '', '2022-08-13 08:47:40', '2022-08-13 08:47:40', '', 112, 'https://intelligentaqua.com.my/?p=2206', 0, 'revision', '', 0),
(2208, 2, '2023-01-08 08:50:43', '2023-01-08 08:50:43', '<p>Intelligent Aqua, also known as IA, is a water treatment system that adopts a hybrid concept of combining special blended adsorption techniques and ion exchange method to treat and purify contaminated and polluted water.</p>		\n					<a href="https://www.facebook.com/intelligentaqua" target="_blank" rel="noopener">\n						Facebook\n											</a>\n					<a href="https://www.linkedin.com/company/intelligentaqua/" target="_blank" rel="noopener">\n						Linkedin\n											</a>\n													<a href="https://ul.waze.com/ul?place=ChIJk_-6RuZNzDERa8ZvL89H174&#038;ll=3.10546200%2C101.54368800&#038;navigate=yes&#038;utm_campaign=waze_website&#038;utm_source=waze_website&#038;utm_medium=lm_share_location">\n							<img src="https://intelligentaqua.com.my/wp-content/uploads/2021/02/waze-569496.png" title="waze-569496" alt="waze-569496" />								</a>\n			<h4>Navigations</h4>		\n					<ul>\n							<li>\n											<a href="https://intelligentaqua.com.my/">\n										Home\n											</a>\n									</li>\n								<li>\n											<a href="https://intelligentaqua.com.my/company-profile/">\n										Company Profile\n											</a>\n									</li>\n								<li>\n											<a href="https://intelligentaqua.com.my/solution/">\n										Solutions\n											</a>\n									</li>\n								<li>\n											<a href="https://intelligentaqua.com.my/news/">\n										Media\n											</a>\n									</li>\n								<li>\n											<a href="https://intelligentaqua.com.my/contact-us/">\n										Contact\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8/84  <br>Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor\n									</li>\n								<li>\n										+60 18 983 2468 \n									</li>\n								<li>\n										intelligentaqua@pitech.com.my\n									</li>\n						</ul>\nTotal visitors : [srs_total_visitors]		\n			<p>COPYRIGHT 2023 ©️ INTELLIGENT AQUA SDN. BHD. (1182012-U). ALL RIGHTS RESERVED.</p>		\n			<p><a href="https://intelligentaqua.com.my/wp-content/uploads/2021/02/ANTI-BRIBERY-POLICY-FORM_IA.pdf">Anti-Bribery and Corruption Policy</a></p>		\n			<p><a href="https://intelligentaqua.com.my/privacy-policy/">Privacy Policy</a></p>		\n			<p><a href="https://intelligentaqua.com.my/term-of-use/">Terms of Use</a></p>		\n			<p><a href="https://www.office.com/">Webmail</a></p>', 'Footer', '', 'inherit', 'closed', 'closed', '', '292-revision-v1', '', '', '2023-01-08 08:50:43', '2023-01-08 08:50:43', '', 292, 'https://intelligentaqua.com.my/?p=2208', 0, 'revision', '', 0),
(2211, 4, '2023-03-07 02:44:42', '2023-03-07 02:44:42', '<h2>Contact</h2>		\n			<h2>Get in Touch with Us </h2>		\n		<p>We welcome your feedback and review of our products and services. If you have any questions regarding Intelligent Aqua, please contact us via email or phone, and we will get back to you as soon as possible.</p>		\n			<h2>Reach us through</h2>		\n					<ul>\n							<li>\n										Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8/84  <br>Bukit Jelutong Business and Technology Centre <br>40150 Shah Alam, Selangor\n									</li>\n								<li>\n										+60 18 983 2468 \n									</li>\n								<li>\n										intelligentaqua@pitech.com.my\n									</li>\n						</ul>\n			<h2>JOIN OUR TEAM </h2>		\n		<p>Grow your career with us and change the world. Interested applicants are encouraged to apply by submitting a cover letter together with a detailed resume, including current and expected salary and contact number to: <a style="color: #262262;" href="mailto:hrd@pitech.com.my">hrd@pitech.com.my</a></p>		\n			<h2>Send us a Message</h2>		\n			<iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0"\n					src="https://maps.google.com/maps?q=Suite%205.02%2C%20Mercu%20PICORP%2C%20Lot%2010%20%20Jalan%20Astaka%20U8%2F84%20%20Bukit%20Jelutong%20Business%20and%20Technology%20Centre%2040150%20Shah%20Alam%2C%20Selangor&#038;t=m&#038;z=18&#038;output=embed&#038;iwloc=near"\n					title="Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor"\n					aria-label="Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2023-03-07 02:44:42', '2023-03-07 02:44:42', '', 186, 'https://intelligentaqua.com.my/?p=2211', 0, 'revision', '', 0),
(2212, 4, '2023-03-07 02:44:43', '2023-03-07 02:44:43', '<h2>Contact</h2>		\n			<h2>Get in Touch with Us </h2>		\n		<p>We welcome your feedback and review of our products and services. If you have any questions regarding Intelligent Aqua, please contact us via email or phone, and we will get back to you as soon as possible.</p>		\n			<h2>Reach us through</h2>		\n					<ul>\n							<li>\n										Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8/84  <br>Bukit Jelutong Business and Technology Centre <br>40150 Shah Alam, Selangor\n									</li>\n								<li>\n										+60 18 983 2468 \n									</li>\n								<li>\n										intelligentaqua@pitech.com.my\n									</li>\n						</ul>\n			<h2>JOIN OUR TEAM </h2>		\n		<p>Grow your career with us and change the world. Interested applicants are encouraged to apply by submitting a cover letter together with a detailed resume, including current and expected salary and contact number to: <a style="color: #262262;" href="mailto:hrd@pitech.com.my">hrd@pitech.com.my</a></p>		\n			<h2>Send us a Message</h2>		\n			<iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0"\n					src="https://maps.google.com/maps?q=Suite%205.02%2C%20Mercu%20PICORP%2C%20Lot%2010%20%20Jalan%20Astaka%20U8%2F84%20%20Bukit%20Jelutong%20Business%20and%20Technology%20Centre%2040150%20Shah%20Alam%2C%20Selangor&#038;t=m&#038;z=18&#038;output=embed&#038;iwloc=near"\n					title="Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor"\n					aria-label="Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2023-03-07 02:44:43', '2023-03-07 02:44:43', '', 186, 'https://intelligentaqua.com.my/?p=2212', 0, 'revision', '', 0),
(2213, 4, '2023-03-07 02:44:43', '2023-03-07 02:44:43', '<h2>Contact</h2>		\n			<h2>Get in Touch with Us </h2>		\n		<p>We welcome your feedback and review of our products and services. If you have any questions regarding Intelligent Aqua, please contact us via email or phone, and we will get back to you as soon as possible.</p>		\n			<h2>Reach us through</h2>		\n					<ul>\n							<li>\n										Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8/84  <br>Bukit Jelutong Business and Technology Centre <br>40150 Shah Alam, Selangor\n									</li>\n								<li>\n										+60 19 385 5920 \n									</li>\n								<li>\n										intelligentaqua@pitech.com.my\n									</li>\n						</ul>\n			<h2>JOIN OUR TEAM </h2>		\n		<p>Grow your career with us and change the world. Interested applicants are encouraged to apply by submitting a cover letter together with a detailed resume, including current and expected salary and contact number to: <a style="color: #262262;" href="mailto:hrd@pitech.com.my">hrd@pitech.com.my</a></p>		\n			<h2>Send us a Message</h2>		\n			<iframe loading="lazy"\n					src="https://maps.google.com/maps?q=Suite%205.02%2C%20Mercu%20PICORP%2C%20Lot%2010%20%20Jalan%20Astaka%20U8%2F84%20%20Bukit%20Jelutong%20Business%20and%20Technology%20Centre%2040150%20Shah%20Alam%2C%20Selangor&#038;t=m&#038;z=18&#038;output=embed&#038;iwloc=near"\n					title="Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor"\n					aria-label="Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2023-03-07 02:44:43', '2023-03-07 02:44:43', '', 186, 'https://intelligentaqua.com.my/?p=2213', 0, 'revision', '', 0),
(2214, 4, '2023-03-07 02:47:57', '2023-03-07 02:47:57', '<p>Intelligent Aqua, also known as IA, is a water treatment system that adopts a hybrid concept of combining special blended adsorption techniques and ion exchange method to treat and purify contaminated and polluted water.</p>		\n					<a href="https://www.facebook.com/intelligentaqua" target="_blank" rel="noopener">\n						Facebook\n											</a>\n					<a href="https://www.linkedin.com/company/intelligentaqua/" target="_blank" rel="noopener">\n						Linkedin\n											</a>\n													<a href="https://ul.waze.com/ul?place=ChIJk_-6RuZNzDERa8ZvL89H174&#038;ll=3.10546200%2C101.54368800&#038;navigate=yes&#038;utm_campaign=waze_website&#038;utm_source=waze_website&#038;utm_medium=lm_share_location">\n							<img src="https://intelligentaqua.com.my/wp-content/uploads/2021/02/waze-569496.png" title="waze-569496" alt="waze-569496" loading="lazy" />								</a>\n			<h4>Navigations</h4>		\n					<ul>\n							<li>\n											<a href="https://intelligentaqua.com.my/">\n										Home\n											</a>\n									</li>\n								<li>\n											<a href="https://intelligentaqua.com.my/company-profile/">\n										Company Profile\n											</a>\n									</li>\n								<li>\n											<a href="https://intelligentaqua.com.my/solution/">\n										Solutions\n											</a>\n									</li>\n								<li>\n											<a href="https://intelligentaqua.com.my/news/">\n										Media\n											</a>\n									</li>\n								<li>\n											<a href="https://intelligentaqua.com.my/contact-us/">\n										Contact\n											</a>\n									</li>\n						</ul>\n			<h4>Contact</h4>		\n					<ul>\n							<li>\n										Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8/84  <br>Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor\n									</li>\n								<li>\n										+60 19 385 5920\n									</li>\n								<li>\n										intelligentaqua@pitech.com.my\n									</li>\n						</ul>\nTotal visitors : [srs_total_visitors]		\n			<p>COPYRIGHT 2023 ©️ INTELLIGENT AQUA SDN. BHD. (1182012-U). ALL RIGHTS RESERVED.</p>		\n			<p><a href="https://intelligentaqua.com.my/wp-content/uploads/2021/02/ANTI-BRIBERY-POLICY-FORM_IA.pdf">Anti-Bribery and Corruption Policy</a></p>		\n			<p><a href="https://intelligentaqua.com.my/privacy-policy/">Privacy Policy</a></p>		\n			<p><a href="https://intelligentaqua.com.my/term-of-use/">Terms of Use</a></p>		\n			<p><a href="https://www.office.com/">Webmail</a></p>', 'Footer', '', 'inherit', 'closed', 'closed', '', '292-revision-v1', '', '', '2023-03-07 02:47:57', '2023-03-07 02:47:57', '', 292, 'https://intelligentaqua.com.my/?p=2214', 0, 'revision', '', 0),
(2215, 0, '2023-06-29 05:16:35', '2023-06-29 05:16:35', '', 'Nasa', '', 'publish', 'closed', 'closed', '', 'nasa', '', '', '2023-06-29 05:16:35', '2023-06-29 05:16:35', '', 0, 'https://intelligentaqua.com.my/?p=2215', 0, 'bsf_custom_fonts', '', 0),
(2217, 4, '2023-08-09 08:15:59', '2023-08-09 08:15:59', '{"version": 2, "isGlobalStylesUserThemeJSON": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-twentytwentythree', '', '', '2023-08-09 08:15:59', '2023-08-09 08:15:59', '', 0, 'https://intelligentaqua.com.my/wp-global-styles-twentytwentythree/', 0, 'wp_global_styles', '', 0),
(2218, 4, '2023-08-09 08:18:02', '2023-08-09 08:18:02', '<h2>Contact</h2>		\n			<h2>Get in Touch with Us </h2>		\n		<p>We welcome your feedback and review of our products and services. If you have any questions regarding Intelligent Aqua, please contact us via email or phone, and we will get back to you as soon as possible.</p>		\n			<h2>Reach us through</h2>		\n					<ul>\n							<li>\n										Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8/84  <br>Bukit Jelutong Business and Technology Centre <br>40150 Shah Alam, Selangor\n									</li>\n								<li>\n										+60 19 385 5920 \n									</li>\n								<li>\n										intelligentaqua@pitech.com.my\n									</li>\n						</ul>\n			<h2>JOIN OUR TEAM </h2>		\n		<p>Grow your career with us and change the world. Interested applicants are encouraged to apply by submitting a cover letter together with a detailed resume, including current and expected salary and contact number to: <a style="color: #262262;" href="mailto:hrd@pitech.com.my">hrd@pitech.com.my</a></p>		\n			<h2>Send us a Message</h2>		\n			<iframe loading="lazy"\n					src="https://maps.google.com/maps?q=Suite%205.02%2C%20Mercu%20PICORP%2C%20Lot%2010%20%20Jalan%20Astaka%20U8%2F84%20%20Bukit%20Jelutong%20Business%20and%20Technology%20Centre%2040150%20Shah%20Alam%2C%20Selangor&#038;t=m&#038;z=18&#038;output=embed&#038;iwloc=near"\n					title="Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor"\n					aria-label="Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2023-08-09 08:18:02', '2023-08-09 08:18:02', '', 186, 'https://intelligentaqua.com.my/?p=2218', 0, 'revision', '', 0),
(2219, 4, '2023-08-09 08:18:02', '2023-08-09 08:18:02', '<h2>Contact</h2>		\n			<h2>Get in Touch with Us </h2>		\n		<p>We welcome your feedback and review of our products and services. If you have any questions regarding Intelligent Aqua, please contact us via email or phone, and we will get back to you as soon as possible.</p>		\n			<h2>Reach us through</h2>		\n					<ul>\n							<li>\n										Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8/84  <br>Bukit Jelutong Business and Technology Centre <br>40150 Shah Alam, Selangor\n									</li>\n								<li>\n										+60 19 385 5920 \n									</li>\n								<li>\n										intelligentaqua@pitech.com.my\n									</li>\n						</ul>\n			<h2>JOIN OUR TEAM </h2>		\n		<p>Grow your career with us and change the world. Interested applicants are encouraged to apply by submitting a cover letter together with a detailed resume, including current and expected salary and contact number to: <a style="color: #262262;" href="mailto:hrd@pitech.com.my">hrd@pitech.com.my</a></p>		\n			<h2>Send us a Message</h2>		\n			<iframe loading="lazy"\n					src="https://maps.google.com/maps?q=Suite%205.02%2C%20Mercu%20PICORP%2C%20Lot%2010%20%20Jalan%20Astaka%20U8%2F84%20%20Bukit%20Jelutong%20Business%20and%20Technology%20Centre%2040150%20Shah%20Alam%2C%20Selangor&#038;t=m&#038;z=18&#038;output=embed&#038;iwloc=near"\n					title="Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor"\n					aria-label="Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2023-08-09 08:18:02', '2023-08-09 08:18:02', '', 186, 'https://intelligentaqua.com.my/?p=2219', 0, 'revision', '', 0),
(2220, 4, '2023-08-09 08:18:03', '2023-08-09 08:18:03', '<h2>Contact</h2>		\n			<h2>Get in Touch with Us </h2>		\n		<p>We welcome your feedback and review of our products and services. If you have any questions regarding Intelligent Aqua, please contact us via email or phone, and we will get back to you as soon as possible.</p>		\n			<h2>Reach us through</h2>		\n					<ul>\n							<li>\n										Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8/84  <br>Bukit Jelutong Business and Technology Centre <br>40150 Shah Alam, Selangor\n									</li>\n								<li>\n										+60 13 310 2264 \n									</li>\n								<li>\n										intelligentaqua@pitech.com.my\n									</li>\n						</ul>\n			<h2>JOIN OUR TEAM </h2>		\n		<p>Grow your career with us and change the world. Interested applicants are encouraged to apply by submitting a cover letter together with a detailed resume, including current and expected salary and contact number to: <a style="color: #262262;" href="mailto:hrd@pitech.com.my">hrd@pitech.com.my</a></p>		\n			<h2>Send us a Message</h2>		\n			<iframe loading="lazy"\n					src="https://maps.google.com/maps?q=Suite%205.02%2C%20Mercu%20PICORP%2C%20Lot%2010%20%20Jalan%20Astaka%20U8%2F84%20%20Bukit%20Jelutong%20Business%20and%20Technology%20Centre%2040150%20Shah%20Alam%2C%20Selangor&#038;t=m&#038;z=18&#038;output=embed&#038;iwloc=near"\n					title="Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor"\n					aria-label="Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2023-08-09 08:18:03', '2023-08-09 08:18:03', '', 186, 'https://intelligentaqua.com.my/?p=2220', 0, 'revision', '', 0),
(2221, 0, '2023-08-15 02:01:06', '2023-08-15 02:01:06', '<!-- wp:navigation-link {"className":" menu-item menu-item-type-post_type menu-item-object-page menu-item-home","description":"","id":"13","kind":"post-type","label":"Home","opensInNewTab":false,"rel":null,"title":"","type":"page","url":"https://intelligentaqua.com.my/"} /--><!-- wp:navigation-link {"className":" menu-item menu-item-type-post_type menu-item-object-page","description":"","id":"112","kind":"post-type","label":"About","opensInNewTab":false,"rel":null,"title":"","type":"page","url":"https://intelligentaqua.com.my/company-profile/"} /--><!-- wp:navigation-link {"className":" menu-item menu-item-type-post_type menu-item-object-page","description":"","id":"138","kind":"post-type","label":"Solutions","opensInNewTab":false,"rel":null,"title":"","type":"page","url":"https://intelligentaqua.com.my/solution/"} /--><!-- wp:navigation-submenu {"className":" menu-item menu-item-type-custom menu-item-object-custom","description":"","id":null,"kind":"custom","label":"Media","opensInNewTab":false,"rel":null,"title":"","type":"custom","url":"#"} --><!-- wp:navigation-link {"className":" menu-item menu-item-type-post_type menu-item-object-page","description":"","id":"274","kind":"post-type","label":"News","opensInNewTab":false,"rel":null,"title":"","type":"page","url":"https://intelligentaqua.com.my/news/"} /--><!-- /wp:navigation-submenu --><!-- wp:navigation-link {"className":" menu-item menu-item-type-post_type menu-item-object-page","description":"","id":"186","kind":"post-type","label":"Contact","opensInNewTab":false,"rel":null,"title":"","type":"page","url":"https://intelligentaqua.com.my/contact-us/"} /-->', 'IA', '', 'publish', 'closed', 'closed', '', 'ia', '', '', '2023-08-15 02:01:06', '2023-08-15 02:01:06', '', 0, 'https://intelligentaqua.com.my/ia/', 0, 'wp_navigation', '', 0),
(2223, 2, '2023-08-21 05:03:04', '2023-08-21 05:03:04', '<h2>Contact</h2>		\n			<h2>Get in Touch with Us </h2>		\n		<p>We welcome your feedback and review of our products and services. If you have any questions regarding Intelligent Aqua, please contact us via email or phone, and we will get back to you as soon as possible.</p>		\n			<h2>Reach us through</h2>		\n					<ul>\n							<li>\n										Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8/84  <br>Bukit Jelutong Business and Technology Centre <br>40150 Shah Alam, Selangor\n									</li>\n								<li>\n										+60 13 310 2264 \n									</li>\n								<li>\n										intelligentaqua@pitech.com.my\n									</li>\n						</ul>\n			<h2>JOIN OUR TEAM </h2>		\n		<p>Grow your career with us and change the world. Interested applicants are encouraged to apply by submitting a cover letter together with a detailed resume, including current and expected salary and contact number to: <a style="color: #262262;" href="mailto:hrd@pitech.com.my">hrd@pitech.com.my</a></p>		\n			<h2>Send us a Message</h2>		\n			<iframe loading="lazy"\n					src="https://maps.google.com/maps?q=Suite%205.02%2C%20Mercu%20PICORP%2C%20Lot%2010%20%20Jalan%20Astaka%20U8%2F84%20%20Bukit%20Jelutong%20Business%20and%20Technology%20Centre%2040150%20Shah%20Alam%2C%20Selangor&#038;t=m&#038;z=18&#038;output=embed&#038;iwloc=near"\n					title="Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor"\n					aria-label="Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2023-08-21 05:03:04', '2023-08-21 05:03:04', '', 186, 'https://intelligentaqua.com.my/?p=2223', 0, 'revision', '', 0),
(2224, 2, '2023-08-21 05:03:05', '2023-08-21 05:03:05', '<h2>Contact</h2>		\n			<h2>Get in Touch with Us </h2>		\n		<p>We welcome your feedback and review of our products and services. If you have any questions regarding Intelligent Aqua, please contact us via email or phone, and we will get back to you as soon as possible.</p>		\n			<h2>Reach us through</h2>		\n					<ul>\n							<li>\n										Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8/84  <br>Bukit Jelutong Business and Technology Centre <br>40150 Shah Alam, Selangor\n									</li>\n								<li>\n										+60 13 310 2264 \n									</li>\n								<li>\n										intelligentaqua@pitech.com.my\n									</li>\n						</ul>\n			<h2>JOIN OUR TEAM </h2>		\n		<p>Grow your career with us and change the world. Interested applicants are encouraged to apply by submitting a cover letter together with a detailed resume, including current and expected salary and contact number to: <a style="color: #262262;" href="mailto:hrd@pitech.com.my">hrd@pitech.com.my</a></p>		\n			<h2>Send us a Message</h2>		\n			<iframe loading="lazy"\n					src="https://maps.google.com/maps?q=Suite%205.02%2C%20Mercu%20PICORP%2C%20Lot%2010%20%20Jalan%20Astaka%20U8%2F84%20%20Bukit%20Jelutong%20Business%20and%20Technology%20Centre%2040150%20Shah%20Alam%2C%20Selangor&#038;t=m&#038;z=18&#038;output=embed&#038;iwloc=near"\n					title="Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor"\n					aria-label="Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2023-08-21 05:03:05', '2023-08-21 05:03:05', '', 186, 'https://intelligentaqua.com.my/?p=2224', 0, 'revision', '', 0),
(2225, 2, '2023-08-21 05:03:05', '2023-08-21 05:03:05', '<h2>Contact</h2>		\n			<h2>Get in Touch with Us </h2>		\n		<p>We welcome your feedback and review of our products and services. If you have any questions regarding Intelligent Aqua, please contact us via email or phone, and we will get back to you as soon as possible.</p>		\n			<h2>Reach us through</h2>		\n					<ul>\n							<li>\n										Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8/84  <br>Bukit Jelutong Business and Technology Centre <br>40150 Shah Alam, Selangor\n									</li>\n								<li>\n										+60 13 310 2264 \n									</li>\n								<li>\n										intelligentaqua@pitech.com.my\n									</li>\n						</ul>\n			<h2>JOIN OUR TEAM </h2>		\n		<p>Grow your career with us and change the world. Interested applicants are encouraged to apply by submitting a cover letter together with a detailed resume, including current and expected salary and contact number to: <a style="color: #262262;" href="mailto:hrd@pitech.com.my">hrd@pitech.com.my</a></p>		\n			<h2>Send us a Message</h2>		\n			<iframe loading="lazy"\n					src="https://maps.google.com/maps?q=Suite%205.02%2C%20Mercu%20PICORP%2C%20Lot%2010%20%20Jalan%20Astaka%20U8%2F84%20%20Bukit%20Jelutong%20Business%20and%20Technology%20Centre%2040150%20Shah%20Alam%2C%20Selangor&#038;t=m&#038;z=18&#038;output=embed&#038;iwloc=near"\n					title="Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor"\n					aria-label="Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2023-08-21 05:03:05', '2023-08-21 05:03:05', '', 186, 'https://intelligentaqua.com.my/?p=2225', 0, 'revision', '', 0);
INSERT INTO `wpfq_posts` VALUES
(2226, 2, '2023-08-21 05:08:36', '2023-08-21 05:08:36', '<h2>Contact</h2>		\n			<h2>Get in Touch with Us </h2>		\n		<p>We welcome your feedback and review of our products and services. If you have any questions regarding Intelligent Aqua, please contact us via email or phone, and we will get back to you as soon as possible.</p>		\n			<h2>Reach us through</h2>		\n					<ul>\n							<li>\n										Suite 5.02, Mercu PICORP <br>Lot 10, Jalan Astaka U8/84  <br>Bukit Jelutong Business and Technology Centre <br>40150 Shah Alam, Selangor\n									</li>\n								<li>\n										+60 13 310 2264 \n									</li>\n								<li>\n										intelligentaqua@pitech.com.my\n									</li>\n						</ul>\n			<h2>JOIN OUR TEAM </h2>		\n		<p>Grow your career with us and change the world. Interested applicants are encouraged to apply by submitting a cover letter together with a detailed resume, including current and expected salary and contact number to: <a style="color: #262262;" href="mailto:hrd@pitech.com.my">hrd@pitech.com.my</a></p>		\n			<h2>Send us a Message</h2>		\n			<iframe loading="lazy"\n					src="https://maps.google.com/maps?q=Suite%205.02%2C%20Mercu%20PICORP%2C%20Lot%2010%20%20Jalan%20Astaka%20U8%2F84%20%20Bukit%20Jelutong%20Business%20and%20Technology%20Centre%2040150%20Shah%20Alam%2C%20Selangor&#038;t=m&#038;z=18&#038;output=embed&#038;iwloc=near"\n					title="Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor"\n					aria-label="Suite 5.02, Mercu PICORP, Lot 10  Jalan Astaka U8/84  Bukit Jelutong Business and Technology Centre 40150 Shah Alam, Selangor"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2023-08-21 05:08:36', '2023-08-21 05:08:36', '', 186, 'https://intelligentaqua.com.my/?p=2226', 0, 'revision', '', 0);

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

--
-- Table structure for table `wpfq_redirection_404`
--

CREATE TABLE `wpfq_redirection_404` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `created` datetime NOT NULL,
  `url` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `domain` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `agent` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `referrer` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `http_code` int(11) unsigned NOT NULL DEFAULT '0',
  `request_method` varchar(10) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `request_data` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `ip` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `created` (`created`),
  KEY `referrer` (`referrer`(191)),
  KEY `ip` (`ip`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpfq_redirection_404`
--

INSERT INTO `wpfq_redirection_404` VALUES
(38771, '2023-10-02 00:51:24', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38686, '2023-09-29 03:00:20', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.43', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38687, '2023-09-29 03:55:09', '/wp-pano.php', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36', NULL, 404, 'GET', NULL, ''),
(38688, '2023-09-29 04:34:04', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38689, '2023-09-29 04:49:02', '/wp-content/uploads/2021/07/Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable--scaled.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 13; V2130 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/117.0.0.0 Mobile Safari/537.36 OcIdWebView ({\\"os\\":\\"Android\\",\\"osVersion\\":\\"33\\",\\"app\\":\\"com.google.android.gms\\",\\"appVersion', 'https://myactivity.google.com/', 404, 'GET', NULL, ''),
(38690, '2023-09-29 05:14:48', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38691, '2023-09-29 06:35:59', '/.well-known/traffic-advice', 'https://intelligentaqua.com.my', 'Chrome Privacy Preserving Prefetch Proxy', NULL, 404, 'GET', NULL, ''),
(38692, '2023-09-29 07:25:46', '/wp-content/uploads/2021/04/Recycle-01.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38672, '2023-09-28 17:48:52', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38671, '2023-09-28 17:29:44', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 10; M2006C3LI Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/87.0.4280.101 Mobile Safari/537.36 GSA/12.30.9.23.arm', 'https://www.google.com/blank.html', 404, 'GET', NULL, ''),
(38670, '2023-09-28 16:58:22', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38669, '2023-09-28 15:29:37', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions-300x200.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Avast/116.0.0.0', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38668, '2023-09-28 13:51:36', '/wp-content/uploads/2021/07/What-is-Water-Pollution-1024x681.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38667, '2023-09-28 13:31:52', '/wp-content/plugins/core-plugin/include.php', 'https://intelligentaqua.com.my', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', NULL, 404, 'GET', NULL, ''),
(38666, '2023-09-28 13:19:51', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38662, '2023-09-28 08:05:22', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38663, '2023-09-28 09:23:14', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/283.0.567502095 Mobile/21A351 Safari/604.1', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38664, '2023-09-28 09:30:41', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/283.0.567502095 Mobile/21A351 Safari/604.1', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38665, '2023-09-28 11:45:04', '/wp-content/uploads/2021/07/What-is-Water-Pollution-1536x1022.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.43', 'https://www.bing.com/', 404, 'GET', NULL, ''),
(38625, '2023-09-27 12:29:53', '/wp-content/uploads/2021/07/What-is-Water-Pollution-1024x681.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 5.0.2; SM-A300FU Build/LRX22G; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/45.0.2454.95 Mobile Safari/537.36 GSA/5.2.33.19.arm', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38626, '2023-09-27 14:00:34', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38627, '2023-09-27 14:16:16', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://ph.images.search.yahoo.com/search/images;_ylt=AwrKAXJuMRRlCiEMyDG1Rwx.;_ylu=c2VjA3NlYXJjaARzbGsDYnV0dG9u;_ylc=X1MDMjExNDczNDAwNQRfcgMyBGZyA21jYWZlZQRmcjIDcDpzLHY6aSxtOnNiLXRvcARncHJpZANsUTFxQzVSTlJCZW50amFwMUpBcjNBBG5fcnNsdAMwBG5fc3VnZwMwBG9yaWdpb', 404, 'GET', NULL, ''),
(38628, '2023-09-27 14:16:18', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://ph.images.search.yahoo.com/search/images;_ylt=AwrKAXJuMRRlCiEMyDG1Rwx.;_ylu=c2VjA3NlYXJjaARzbGsDYnV0dG9u;_ylc=X1MDMjExNDczNDAwNQRfcgMyBGZyA21jYWZlZQRmcjIDcDpzLHY6aSxtOnNiLXRvcARncHJpZANsUTFxQzVSTlJCZW50amFwMUpBcjNBBG5fcnNsdAMwBG5fc3VnZwMwBG9yaWdpb', 404, 'GET', NULL, ''),
(38629, '2023-09-27 14:34:40', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38630, '2023-09-27 15:00:36', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'https://www.google.com.mx/', 404, 'GET', NULL, ''),
(38631, '2023-09-27 15:45:52', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 5.1.1; A37f Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/46.0.2490.76 Mobile Safari/537.36 GSA/11.31.16.21.arm64', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38632, '2023-09-27 16:04:15', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38633, '2023-09-27 16:26:04', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38634, '2023-09-27 16:51:16', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 11; SM-A022F Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/99.0.4844.58 Mobile Safari/537.36 GoogleApp/13.8.11.23.arm', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38742, '2023-09-30 15:52:54', '/?author=1', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; U; Linux i686)Gecko/20071127 Firefox/2.0.0.11', NULL, 404, 'GET', NULL, ''),
(38740, '2023-09-30 13:30:42', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38741, '2023-09-30 15:06:00', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 11; SM-G981W Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/117.0.0.0 Mobile Safari/537.36 GoogleApp/14.37.22.28.arm64', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38743, '2023-09-30 17:09:05', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38744, '2023-09-30 19:39:23', '/wp-content/uploads/2021/07/Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable--scaled.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/283.0.567502095 Mobile/20G81 Safari/604.1 OcIdWebView ({\\"os\\":\\"iOS\\",\\"appVersion\\":\\"283.0.567502095\\",\\"app\\":\\"com.google.GoogleMobile\\",\\"osVersion', 'https://myactivity.google.com/', 404, 'GET', NULL, ''),
(38745, '2023-09-30 23:43:07', '/jordan.sql', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'https://intelligentaqua.com.my//jordan.sql', 404, 'GET', NULL, ''),
(38746, '2023-10-01 04:30:40', '/?author=1', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', NULL, 404, 'GET', NULL, ''),
(38747, '2023-10-01 04:38:35', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 9; RMX1941 Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 GSA/12.22.8.23.arm64', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38533, '2023-09-25 07:02:03', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'https://www.google.com.my/', 404, 'GET', NULL, ''),
(38532, '2023-09-25 07:01:52', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'https://www.google.com.my/', 404, 'GET', NULL, ''),
(38531, '2023-09-25 06:57:24', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38530, '2023-09-25 06:29:23', '/.well-known/traffic-advice', 'https://intelligentaqua.com.my', 'Chrome Privacy Preserving Prefetch Proxy', NULL, 404, 'GET', NULL, ''),
(38529, '2023-09-25 05:36:36', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38528, '2023-09-25 04:21:21', '/wp-content/plugins/WordPressCore/include.php', 'https://intelligentaqua.com.my', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', NULL, 404, 'GET', NULL, ''),
(38527, '2023-09-25 04:15:18', '/wp-content/uploads/2021/04/Recycle-02.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.36', 'https://www.bing.com/', 404, 'GET', NULL, ''),
(38526, '2023-09-25 02:17:42', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/100.0.0.0', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38524, '2023-09-25 00:07:02', '/.well-known/traffic-advice', 'https://intelligentaqua.com.my', 'Chrome Privacy Preserving Prefetch Proxy', NULL, 404, 'GET', NULL, ''),
(38525, '2023-09-25 01:08:47', '/groups', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', NULL, 404, 'GET', NULL, ''),
(38523, '2023-09-24 23:44:50', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38521, '2023-09-24 21:15:41', '/?author=1', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', NULL, 404, 'GET', NULL, ''),
(38522, '2023-09-24 22:51:44', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38520, '2023-09-24 21:06:11', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/117.0.5938.108 Mobile/15E148 Safari/604.1', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38519, '2023-09-24 21:05:49', '/wp-content/plugins/WordPressCore/include.php', 'https://intelligentaqua.com.my', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', NULL, 404, 'GET', NULL, ''),
(38517, '2023-09-24 20:47:40', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38518, '2023-09-24 20:47:53', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38516, '2023-09-24 19:46:44', '/wp-content/uploads/2021/07/How-Water-Purification-Works-with-Intelligent-Aqua-768x512.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.36', 'https://www.bing.com/', 404, 'GET', NULL, ''),
(38514, '2023-09-24 19:41:44', '/wp-content/uploads/2021/07/Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable--1568x1045.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.36', 'https://www.bing.com/', 404, 'GET', NULL, ''),
(38515, '2023-09-24 19:42:15', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38513, '2023-09-24 19:41:44', '/wp-content/uploads/2021/07/Water-Purification-Systems-to-Meet-Industrial-Needs-768x512.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.36', 'https://www.bing.com/', 404, 'GET', NULL, ''),
(38512, '2023-09-24 19:41:44', '/wp-content/uploads/2021/07/How-Water-Purification-Works-with-Intelligent-Aqua-1536x1024.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.36', 'https://www.bing.com/', 404, 'GET', NULL, ''),
(38511, '2023-09-24 19:41:44', '/wp-content/uploads/2021/07/How-IA-Water-Purification-System-Removes-Impurities-with-Adsorption-Techniques-1024x675.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.36', 'https://www.bing.com/', 404, 'GET', NULL, ''),
(38510, '2023-09-24 19:41:44', '/wp-content/uploads/2021/07/How-Water-Purification-Works-with-Intelligent-Aqua-768x512.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.36', 'https://www.bing.com/', 404, 'GET', NULL, ''),
(38509, '2023-09-24 19:41:40', '/wp-content/uploads/2021/07/How-Water-Purification-Works-with-Intelligent-Aqua-768x512.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.36', 'https://www.bing.com/', 404, 'GET', NULL, ''),
(38577, '2023-09-26 07:30:50', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38576, '2023-09-26 06:23:39', '/?author=1', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', NULL, 404, 'GET', NULL, ''),
(38575, '2023-09-26 06:05:55', '/wp-content/uploads/2021/07/Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable--scaled.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 10; Infinix X680D Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.99 Mobile Safari/537.36 OcIdWebView ({\\"os\\":\\"Android\\",\\"osVersion\\":\\"29\\",\\"app\\":\\"com.google.android.gms\\",\\', 'https://myactivity.google.com/', 404, 'GET', NULL, ''),
(38574, '2023-09-26 06:04:11', '/wp-content/uploads/2021/07/Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable--scaled.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 10; Infinix X680D Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.99 Mobile Safari/537.36 OcIdWebView ({\\"os\\":\\"Android\\",\\"osVersion\\":\\"29\\",\\"app\\":\\"com.google.android.gms\\",\\', 'https://myactivity.google.com/', 404, 'GET', NULL, ''),
(38573, '2023-09-26 06:00:51', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38544, '2023-09-25 13:04:25', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38542, '2023-09-25 12:53:32', '/js/ckplayer/ckplayer.js', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', NULL, 404, 'GET', NULL, ''),
(38543, '2023-09-25 13:03:36', '/baseball.sql', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'https://intelligentaqua.com.my//baseball.sql', 404, 'GET', NULL, ''),
(38541, '2023-09-25 12:46:02', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 9; INE-LX2r Build/HUAWEIINE-LX2r; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/117.0.0.0 Mobile Safari/537.36 GoogleApp/14.37.22.28.arm64', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38539, '2023-09-25 10:26:48', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38540, '2023-09-25 11:10:41', '/js/ckplayer/ckplayer.js', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', NULL, 404, 'GET', NULL, ''),
(38538, '2023-09-25 09:38:43', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 10; vivo 2015 Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.99 Mobile Safari/537.36 GSA/12.22.8.23.arm64', 'https://www.google.com/blank.html', 404, 'GET', NULL, ''),
(38537, '2023-09-25 09:15:03', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38536, '2023-09-25 08:07:34', '/wp-content/uploads/2021/02/ZKSB-Group-Corporate-Structure-scaled.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38534, '2023-09-25 08:07:07', '/wp-content/uploads/2021/02/ZKSB-Group-Corporate-Structure-scaled.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38535, '2023-09-25 08:07:32', '/wp-content/uploads/2021/02/ZKSB-Group-Corporate-Structure-scaled.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38637, '2023-09-27 21:19:11', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38635, '2023-09-27 19:16:44', '/humans.txt', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 7.1.2; 17MB150WB Build/NZH54D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/72.0.3626.121 Safari/537.36', 'http://intelligentaqua.com.my/humans.txt', 404, 'GET', NULL, ''),
(38636, '2023-09-27 19:16:46', '/ads.txt', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 7.1.2; 17MB150WB Build/NZH54D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/72.0.3626.121 Safari/537.36', 'http://intelligentaqua.com.my/ads.txt', 404, 'GET', NULL, ''),
(38698, '2023-09-29 11:21:15', '/?author=1', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', NULL, 404, 'GET', NULL, ''),
(38699, '2023-09-29 11:28:01', '/?author=1', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; U; Linux i686)Gecko/20071127 Firefox/2.0.0.11', NULL, 404, 'GET', NULL, ''),
(38693, '2023-09-29 09:27:31', '/wp-content/uploads/2021/07/What-is-Water-Pollution-1024x681.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'https://www.google.co.uk/', 404, 'GET', NULL, ''),
(38697, '2023-09-29 11:17:03', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 10; Redmi 7 Build/QKQ1.191008.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/87.0.4280.101 Mobile Safari/537.36 GoogleApp/14.38.23.28.arm64', 'https://www.google.com/blank.html', 404, 'GET', NULL, ''),
(38696, '2023-09-29 11:11:31', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://images.search.yahoo.com/search/images;_ylt=Awr98bBirhZllBYKbJxXNyoA;_ylu=Y29sbwNncTEEcG9zAzEEdnRpZAMEc2VjA3BpdnM-?p=water+pollution+in+underwater&fr2=piv-web&type=E210US91215G0&fr=mcafee', 404, 'GET', NULL, ''),
(38695, '2023-09-29 10:44:21', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38694, '2023-09-29 09:54:03', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38685, '2023-09-29 02:43:40', '/.well-known/traffic-advice', 'https://intelligentaqua.com.my', 'Chrome Privacy Preserving Prefetch Proxy', NULL, 404, 'GET', NULL, ''),
(38673, '2023-09-28 18:03:26', '/wp-content/uploads/2021/07/What-is-Water-Pollution-1024x681.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38674, '2023-09-28 18:13:53', '/wp-content/uploads/2021/07/What-is-Water-Pollution-1024x681.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38675, '2023-09-28 21:24:47', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38676, '2023-09-28 22:08:31', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38677, '2023-09-28 22:08:40', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38678, '2023-09-28 22:23:31', '/wp-content/uploads/2021/07/What-is-Water-Pollution-1024x681.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38679, '2023-09-28 23:00:37', '/wordpress/', 'https://intelligentaqua.com.my', NULL, NULL, 404, 'GET', NULL, ''),
(38680, '2023-09-29 01:13:07', '/1qaz2wsx.sql', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'https://intelligentaqua.com.my//1qaz2wsx.sql', 404, 'GET', NULL, ''),
(38681, '2023-09-29 01:45:55', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38682, '2023-09-29 02:15:03', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38683, '2023-09-29 02:16:18', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 12; SM-A042F Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/116.0.0.0 Mobile Safari/537.36 GoogleApp/14.26.9.28.arm64', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38684, '2023-09-29 02:17:07', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 12; SM-A042F Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/116.0.0.0 Mobile Safari/537.36 GoogleApp/14.26.9.28.arm64', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38772, '2023-10-02 02:09:59', '/.well-known/traffic-advice', 'https://intelligentaqua.com.my', 'Chrome Privacy Preserving Prefetch Proxy', NULL, 404, 'GET', NULL, ''),
(38773, '2023-10-02 02:19:24', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38739, '2023-09-30 13:26:09', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38738, '2023-09-30 13:18:56', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38737, '2023-09-30 11:26:55', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38736, '2023-09-30 10:34:47', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.43', 'https://www.google.lk/', 404, 'GET', NULL, ''),
(38735, '2023-09-30 08:34:39', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38734, '2023-09-30 08:34:23', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38601, '2023-09-26 21:14:17', '/wp-content/uploads/2021/07/What-is-Water-Pollution-1024x681.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38602, '2023-09-26 21:14:24', '/wp-content/uploads/2021/07/What-is-Water-Pollution-1024x681.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38603, '2023-09-26 21:23:44', '/wp-content/uploads/2021/07/How-IA-Water-Purification-System-Removes-Impurities-with-Adsorption-Techniques-1024x675.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://in.images.search.yahoo.com/search/images;_ylt=AwrKAXIURxNljRkAXmG9HAx.;_ylu=c2VjA3NlYXJjaARzbGsDYXNzaXN0;_ylc=X1MDMjExNDcyMzAwNQRfcgMyBGZyA21jYWZlZQRmcjIDc2EtZ3Atc2VhcmNoBGdwcmlkAy5QaC5VU3h4UWFTSlBCeGRLV2tUbUEEbl9yc2x0AzAEbl9zdWdnAzEEb3JpZ2luA2luL', 404, 'GET', NULL, ''),
(38604, '2023-09-27 01:05:47', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38608, '2023-09-27 06:10:19', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'https://www.google.ae/', 404, 'GET', NULL, ''),
(38606, '2023-09-27 04:08:04', '/.well-known/traffic-advice', 'https://intelligentaqua.com.my', 'Chrome Privacy Preserving Prefetch Proxy', NULL, 404, 'GET', NULL, ''),
(38607, '2023-09-27 06:06:29', '/water-pollution-malaysia/https:/intelligentaqua.com.my/water-pollution-malaysia/', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Mobile Safari/537.36', NULL, 404, 'GET', NULL, ''),
(38605, '2023-09-27 01:53:37', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38600, '2023-09-26 21:07:49', '/wp-content/uploads/2021/07/What-is-Water-Pollution-1024x681.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38599, '2023-09-26 21:07:39', '/wp-content/uploads/2021/07/What-is-Water-Pollution-1024x681.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38594, '2023-09-26 17:55:23', '/wp-content/uploads/2021/07/What-is-Water-Pollution-1024x681.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38595, '2023-09-26 17:57:33', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38596, '2023-09-26 18:55:44', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38597, '2023-09-26 19:04:41', '/wp-content/uploads/2021/02/water-filter-system-or-osmosis-water-purification.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 13; SM-A336E Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/116.0.0.0 Mobile Safari/537.36 GoogleApp/14.37.22.28.arm64', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38598, '2023-09-26 19:09:47', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38624, '2023-09-27 12:23:35', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38623, '2023-09-27 12:23:34', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (iPad; CPU OS 16_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/117.0.5938.117 Mobile/15E148 Safari/604.1', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38622, '2023-09-27 12:13:56', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38621, '2023-09-27 12:09:13', '/wp-content/uploads/2021/07/Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable--scaled.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Mobile Safari/537.36', 'https://myactivity.google.com/', 404, 'GET', NULL, ''),
(38620, '2023-09-27 11:33:51', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38619, '2023-09-27 11:19:31', '/wp-content/plugins/WordPressCore/include.php', 'https://intelligentaqua.com.my', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', NULL, 404, 'GET', NULL, ''),
(38618, '2023-09-27 10:36:19', '/wp-content/uploads/2021/07/What-is-Water-Pollution-1024x681.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38617, '2023-09-27 09:37:22', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions-300x200.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15', 'https://www.google.com.my/', 404, 'GET', NULL, ''),
(38616, '2023-09-27 08:16:37', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38615, '2023-09-27 07:44:23', '/wp-content/uploads/2021/07/Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable--scaled.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 13; SM-X205 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/116.0.0.0 Safari/537.36 OcIdWebView ({\\"os\\":\\"Android\\",\\"osVersion\\":\\"33\\",\\"app\\":\\"com.google.android.gms\\",\\"appVersion\\":\\"', 'https://myactivity.google.com/', 404, 'GET', NULL, ''),
(38614, '2023-09-27 07:42:01', '/wp-content/uploads/2021/07/Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable--scaled.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 13; SM-X205 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/116.0.0.0 Safari/537.36 OcIdWebView ({\\"os\\":\\"Android\\",\\"osVersion\\":\\"33\\",\\"app\\":\\"com.google.android.gms\\",\\"appVersion\\":\\"', 'https://myactivity.google.com/', 404, 'GET', NULL, ''),
(38708, '2023-09-29 13:35:01', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/283.0.567502095 Mobile/20H19 Safari/604.1', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38706, '2023-09-29 13:24:43', '/wp-content/uploads/2021/07/What-is-Water-Pollution-1024x681.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38707, '2023-09-29 13:24:51', '/wp-content/uploads/2021/07/What-is-Water-Pollution-1024x681.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38705, '2023-09-29 13:09:18', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38704, '2023-09-29 13:04:50', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38703, '2023-09-29 13:02:32', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38702, '2023-09-29 12:57:40', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38701, '2023-09-29 12:29:31', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 13; V2055 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/104.0.5112.97 Mobile Safari/537.36 GoogleApp/14.3.11.26.arm64', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38700, '2023-09-29 11:31:14', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38555, '2023-09-25 19:20:57', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38556, '2023-09-25 19:23:42', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38557, '2023-09-25 20:46:11', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38558, '2023-09-25 21:43:09', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38559, '2023-09-25 22:20:07', '/football.sql', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'https://intelligentaqua.com.my//football.sql', 404, 'GET', NULL, ''),
(38560, '2023-09-25 23:20:00', '/wp-content/uploads/2021/07/What-is-Water-Pollution-1024x681.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38561, '2023-09-25 23:44:25', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38562, '2023-09-26 01:09:04', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38563, '2023-09-26 01:09:47', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38564, '2023-09-26 01:18:13', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38643, '2023-09-27 23:06:42', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38644, '2023-09-27 23:31:06', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38645, '2023-09-28 00:01:43', '/141c9abb32d4d11c5b23ce3c09784ac81be78866.ogg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.43', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38646, '2023-09-28 00:01:52', '/1dd405c3b1.webm', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.43', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38647, '2023-09-28 00:01:57', '/55d026ebea3abc925d1c17b3b44c170aae26e76d9dad.flac', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.43', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38648, '2023-09-28 00:02:03', '/3d0d7b347976dcd04d57a1c5e0144861446129ce1b.webp', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.43', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38649, '2023-09-28 00:40:40', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38650, '2023-09-28 02:36:20', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38651, '2023-09-28 02:36:30', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38652, '2023-09-28 03:21:54', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 13; SM-A346M Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/116.0.0.0 Mobile Safari/537.36 GoogleApp/14.37.22.28.arm64', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38653, '2023-09-28 03:22:40', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 13; SM-A346M Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/116.0.0.0 Mobile Safari/537.36 GoogleApp/14.37.22.28.arm64', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38654, '2023-09-28 03:22:52', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 13; SM-A346M Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/116.0.0.0 Mobile Safari/537.36 GoogleApp/14.37.22.28.arm64', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38655, '2023-09-28 03:22:59', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 13; SM-A346M Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/116.0.0.0 Mobile Safari/537.36 GoogleApp/14.37.22.28.arm64', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38656, '2023-09-28 04:24:48', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1', 'https://www.google.com.sg/', 404, 'GET', NULL, ''),
(38657, '2023-09-28 05:24:04', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38658, '2023-09-28 06:44:19', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (iPad; CPU OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/283.0.567502095 Mobile/20C65 Safari/604.1', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38659, '2023-09-28 06:44:34', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (iPad; CPU OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/283.0.567502095 Mobile/20C65 Safari/604.1', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38660, '2023-09-28 07:43:09', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38578, '2023-09-26 08:48:50', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, '');
INSERT INTO `wpfq_redirection_404` VALUES
(38586, '2023-09-26 13:34:28', '/wp-content/uploads/2021/02/Logo-150x150.png', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'intelligentaqua.com.my', 404, 'GET', NULL, ''),
(38579, '2023-09-26 08:50:22', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38580, '2023-09-26 10:57:40', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38581, '2023-09-26 12:16:55', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 13; Pixel 7 Build/TQ3A.230805.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/116.0.0.0 Mobile Safari/537.36 GoogleApp/14.37.22.29.arm64', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38582, '2023-09-26 12:17:22', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 13; Pixel 7 Build/TQ3A.230805.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/116.0.0.0 Mobile Safari/537.36 GoogleApp/14.37.22.29.arm64', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38583, '2023-09-26 12:24:02', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38584, '2023-09-26 13:10:49', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38585, '2023-09-26 13:15:42', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 10; TECNO CE7 Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/111.0.5563.116 Mobile Safari/537.36 GoogleApp/14.12.12.26.arm64', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38587, '2023-09-26 13:34:31', '/wp-content/uploads/2021/02/Logo-150x150.png', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15', 'intelligentaqua.com.my', 404, 'GET', NULL, ''),
(38588, '2023-09-26 14:08:05', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38589, '2023-09-26 15:22:14', '/wp-content/uploads/2021/07/What-is-Water-Pollution-1024x681.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 9; Redmi Note 7S Build/PKQ1.180904.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.99 Mobile Safari/537.36 GoogleApp/14.37.22.28.arm64', 'https://www.google.com/blank.html', 404, 'GET', NULL, ''),
(38590, '2023-09-26 15:25:00', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38591, '2023-09-26 15:45:37', '/wp-content/uploads/2021/02/water-filter-system-or-osmosis-water-purification.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38592, '2023-09-26 16:26:55', '/wp-content/uploads/2021/07/What-is-Water-Pollution-1024x681.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38593, '2023-09-26 17:45:34', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (iPad; CPU OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/116.0.5845.177 Mobile/15E148 Safari/604.1', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38769, '2023-10-01 22:01:16', '/hunter.sql', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'https://intelligentaqua.com.my//hunter.sql', 404, 'GET', NULL, ''),
(38770, '2023-10-01 22:40:00', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38768, '2023-10-01 17:48:48', '/wp-content/uploads/2021/07/Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable--1568x1045.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.36', 'https://www.bing.com/', 404, 'GET', NULL, ''),
(38767, '2023-10-01 17:47:33', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/118.0', 'https://www.google.co.th/', 404, 'GET', NULL, ''),
(38709, '2023-09-29 13:52:29', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38710, '2023-09-29 14:14:40', '/contract.php', 'https://intelligentaqua.com.my', 'Go-http-client/2.0', 'http://intelligentaqua.com.my/contract.php', 404, 'GET', NULL, ''),
(38711, '2023-09-29 14:14:44', '/about.php', 'https://intelligentaqua.com.my', 'Go-http-client/2.0', 'http://intelligentaqua.com.my/about.php', 404, 'GET', NULL, ''),
(38712, '2023-09-29 14:15:57', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 10; M2003J15SC Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.120 Mobile Safari/537.36 GoogleApp/14.34.24.28.arm64', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38713, '2023-09-29 14:36:11', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38714, '2023-09-29 14:36:14', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38715, '2023-09-29 15:01:51', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 13; 23053RN02I Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/116.0.0.0 Mobile Safari/537.36 GoogleApp/14.37.22.28.arm64', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38716, '2023-09-29 15:13:00', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38717, '2023-09-29 15:37:34', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38718, '2023-09-29 16:25:07', '/wp-content/uploads/2021/07/What-is-Water-Pollution-1024x681.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; CrOS x86_64 14588.123.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38661, '2023-09-28 08:00:05', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 5.0; R7Plus Build/LRX21M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/95.0.4638.74 Mobile Safari/537.36 GSA/11.31.16.21.arm64', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38752, '2023-10-01 09:19:37', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 8.0.0; SM-G570F Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 GSA/12.25.10.23.arm', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38751, '2023-10-01 08:28:45', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38750, '2023-10-01 08:21:33', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38749, '2023-10-01 08:21:19', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38748, '2023-10-01 08:18:48', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38503, '2023-09-24 16:15:18', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38504, '2023-09-24 17:20:58', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38505, '2023-09-24 17:48:38', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38506, '2023-09-24 17:53:21', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38507, '2023-09-24 18:37:03', '/wp-content/uploads/2021/07/What-is-Water-Pollution-1024x681.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/114.0.5735.124 Mobile/15E148 Safari/604.1', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38508, '2023-09-24 19:16:20', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; U; Android 11; BNE-LX1 Build/HUAWEIBNE-LX1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.93 Mobile Safari/537.36 OPR/69.0.2254.65851', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38545, '2023-09-25 13:38:44', '/js/ckplayer/ckplayer.js', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', NULL, 404, 'GET', NULL, ''),
(38546, '2023-09-25 14:04:25', '/js/ckplayer/ckplayer.js', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', NULL, 404, 'GET', NULL, ''),
(38547, '2023-09-25 15:25:56', '/wp-content/uploads/2021/04/Chart-3.png', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.69', 'https://www.bing.com/', 404, 'GET', NULL, ''),
(38548, '2023-09-25 16:25:24', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.co.in/', 404, 'GET', NULL, ''),
(38549, '2023-09-25 16:57:55', '/wp-content/plugins/WordPressCore/include.php', 'https://mail.intelligentaqua.com.my', 'Apache/2.4.34 (Ubuntu) OpenSSL/1.1.1 (internal dummy connection)', NULL, 404, 'GET', NULL, ''),
(38550, '2023-09-25 17:00:31', '/wp-content/plugins/WordPressCore/include.php', 'https://intelligentaqua.com.my', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'www.google.com', 404, 'GET', NULL, ''),
(38551, '2023-09-25 17:12:23', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38552, '2023-09-25 17:43:41', '/abc123.sql', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'https://intelligentaqua.com.my//abc123.sql', 404, 'GET', NULL, ''),
(38553, '2023-09-25 18:00:24', '/terms-of-use-intelligent-aqua/', 'https://intelligentaqua.com.my', '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', NULL, 404, 'GET', NULL, ''),
(38554, '2023-09-25 18:04:12', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 8.1.0; CPH1803 Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 GSA/8.55.6.21.arm64', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38753, '2023-10-01 09:28:02', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38754, '2023-10-01 09:28:30', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38755, '2023-10-01 09:51:22', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 11; vivo 1906 Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/117.0.0.0 Mobile Safari/537.36 GoogleApp/14.38.23.28.arm64', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38756, '2023-10-01 09:52:22', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 11; vivo 1906 Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/117.0.0.0 Mobile Safari/537.36 GoogleApp/14.38.23.28.arm64', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38766, '2023-10-01 16:55:08', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38765, '2023-10-01 15:43:37', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Mobile Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38764, '2023-10-01 15:43:34', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Mobile Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38763, '2023-10-01 15:43:26', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Mobile Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38757, '2023-10-01 09:58:47', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38758, '2023-10-01 10:51:33', '/.well-known/traffic-advice', 'https://intelligentaqua.com.my', 'Chrome Privacy Preserving Prefetch Proxy', NULL, 404, 'GET', NULL, ''),
(38759, '2023-10-01 12:00:56', '/.well-known/traffic-advice', 'https://intelligentaqua.com.my', 'Chrome Privacy Preserving Prefetch Proxy', NULL, 404, 'GET', NULL, ''),
(38760, '2023-10-01 13:19:54', '/.well-known/traffic-advice', 'https://intelligentaqua.com.my', 'Chrome Privacy Preserving Prefetch Proxy', NULL, 404, 'GET', NULL, ''),
(38761, '2023-10-01 13:49:00', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions-300x200.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38762, '2023-10-01 15:14:00', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38613, '2023-09-27 07:09:21', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38612, '2023-09-27 06:35:21', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'https://www.google.com.sg/', 404, 'GET', NULL, ''),
(38611, '2023-09-27 06:23:20', '/water-pollution-malaysia/https:/intelligentaqua.com.my/water-pollution-malaysia/', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://classroom.google.com/', 404, 'GET', NULL, ''),
(38610, '2023-09-27 06:14:46', '/water-pollution-malaysia/https:/intelligentaqua.com.my/water-pollution-malaysia/', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Mobile Safari/537.36', NULL, 404, 'GET', NULL, ''),
(38609, '2023-09-27 06:11:14', '/water-pollution-malaysia/https:/intelligentaqua.com.my/water-pollution-malaysia/', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38733, '2023-09-30 06:05:17', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38732, '2023-09-30 03:07:17', '/wp-admin/admin-ajax.php?post_id=13', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://intelligentaqua.com.my/', 404, 'GET', NULL, ''),
(38731, '2023-09-30 01:43:02', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (iPad; CPU OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/117.0.5938.108 Mobile/15E148 Safari/604.1', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38730, '2023-09-30 01:41:39', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (iPad; CPU OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/117.0.5938.108 Mobile/15E148 Safari/604.1', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38728, '2023-09-29 21:24:26', '/.well-known/traffic-advice', 'https://intelligentaqua.com.my', 'Chrome Privacy Preserving Prefetch Proxy', NULL, 404, 'GET', NULL, ''),
(38729, '2023-09-29 22:00:39', '/contact-intelligent-aqua-malaysia/', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', NULL, 404, 'GET', NULL, ''),
(38727, '2023-09-29 21:23:40', '/2021/04/26/', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', NULL, 404, 'GET', NULL, ''),
(38726, '2023-09-29 21:22:56', '/ads.txt', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', NULL, 404, 'GET', NULL, ''),
(38725, '2023-09-29 18:44:22', '/2021/02/09/water-pollution-conservation/', 'https://intelligentaqua.com.my', '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', NULL, 404, 'GET', NULL, ''),
(38724, '2023-09-29 18:30:34', '/wp-admin/admin-ajax.php?post_id=2083', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15', 'https://intelligentaqua.com.my/water-pollution-malaysia/', 404, 'GET', NULL, ''),
(38723, '2023-09-29 18:20:53', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38721, '2023-09-29 16:27:05', '/apple-touch-icon-152x152.png', 'https://intelligentaqua.com.my', 'MobileSafari/8615.3.12.10.2 CFNetwork/1410.0.3 Darwin/22.6.0', NULL, 404, 'GET', NULL, ''),
(38722, '2023-09-29 16:46:49', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 12; Redmi Note 9 Pro Max Build/SKQ1.211019.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/117.0.0.0 Mobile Safari/537.36 GoogleApp/14.38.23.28.arm64', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38719, '2023-09-29 16:26:34', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; CrOS x86_64 14588.123.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38720, '2023-09-29 16:27:04', '/apple-touch-icon-152x152-precomposed.png', 'https://intelligentaqua.com.my', 'MobileSafari/8615.3.12.10.2 CFNetwork/1410.0.3 Darwin/22.6.0', NULL, 404, 'GET', NULL, ''),
(38642, '2023-09-27 22:54:15', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Linux; Android 8.1.0; CPH1901) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.96 Mobile Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38641, '2023-09-27 22:48:34', '/1234567890.sql', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0', 'https://intelligentaqua.com.my//1234567890.sql', 404, 'GET', NULL, ''),
(38640, '2023-09-27 22:30:51', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38639, '2023-09-27 21:59:46', '/wp-content/uploads/2021/07/What-is-Water-Pollution-1536x1022.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.36', 'https://www.bing.com/', 404, 'GET', NULL, ''),
(38638, '2023-09-27 21:38:59', '/wp-content/plugins/WordPressCore/include.php', 'https://intelligentaqua.com.my', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', NULL, 404, 'GET', NULL, ''),
(38572, '2023-09-26 05:54:14', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38571, '2023-09-26 05:42:11', '/wordpress/', 'https://intelligentaqua.com.my', NULL, NULL, 404, 'GET', NULL, ''),
(38570, '2023-09-26 05:35:14', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38569, '2023-09-26 05:29:18', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38568, '2023-09-26 05:16:28', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38567, '2023-09-26 05:00:43', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38566, '2023-09-26 04:58:19', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, ''),
(38565, '2023-09-26 04:27:19', '/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', 'https://intelligentaqua.com.my', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'https://www.google.com/', 404, 'GET', NULL, '');

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

--
-- Table structure for table `wpfq_redirection_groups`
--

CREATE TABLE `wpfq_redirection_groups` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `tracking` int(11) NOT NULL DEFAULT '1',
  `module_id` int(11) unsigned NOT NULL DEFAULT '0',
  `status` enum('enabled','disabled') COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'enabled',
  `position` int(11) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `module_id` (`module_id`),
  KEY `status` (`status`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpfq_redirection_groups`
--

INSERT INTO `wpfq_redirection_groups` VALUES
(1, 'Redirections', 1, 1, 'enabled', 0),
(2, 'Modified Posts', 1, 1, 'enabled', 1);

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

--
-- Table structure for table `wpfq_redirection_items`
--

CREATE TABLE `wpfq_redirection_items` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `url` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `match_url` varchar(2000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `match_data` text COLLATE utf8mb4_unicode_520_ci,
  `regex` int(11) unsigned NOT NULL DEFAULT '0',
  `position` int(11) unsigned NOT NULL DEFAULT '0',
  `last_count` int(10) unsigned NOT NULL DEFAULT '0',
  `last_access` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `group_id` int(11) NOT NULL DEFAULT '0',
  `status` enum('enabled','disabled') COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'enabled',
  `action_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `action_code` int(11) unsigned NOT NULL,
  `action_data` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `match_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `title` text COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`),
  KEY `url` (`url`(191)),
  KEY `status` (`status`),
  KEY `regex` (`regex`),
  KEY `group_idpos` (`group_id`,`position`),
  KEY `group` (`group_id`),
  KEY `match_url` (`match_url`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpfq_redirection_items`
--

INSERT INTO `wpfq_redirection_items` VALUES
(4, '/blog/water-pollution/', '/blog/water-pollution', '{"source":{"flag_query":"pass"}}', 0, 3, 39, '2023-09-09 00:37:06', 1, 'enabled', 'url', 301, 'https://intelligentaqua.com.my/water-pollution-malaysia/', 'url', NULL),
(5, '/blog/water-purification/', '/blog/water-purification', '{"source":{"flag_query":"pass"}}', 0, 4, 11, '2023-09-09 00:36:49', 1, 'enabled', 'url', 301, 'https://intelligentaqua.com.my/water-purification-malaysia/', 'url', NULL),
(8, '/water-purification-dirty-to-drinkable/', '/water-purification-dirty-to-drinkable', '{"source":{"flag_regex":false}}', 0, 2, 9, '2021-08-12 13:42:16', 1, 'enabled', 'url', 301, '/water-purification-malaysia/', 'url', NULL);

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

--
-- Table structure for table `wpfq_redirection_logs`
--

CREATE TABLE `wpfq_redirection_logs` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `created` datetime NOT NULL,
  `url` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `domain` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `sent_to` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `agent` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `referrer` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `http_code` int(11) unsigned NOT NULL DEFAULT '0',
  `request_method` varchar(10) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `request_data` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `redirect_by` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `redirection_id` int(11) unsigned DEFAULT NULL,
  `ip` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `created` (`created`),
  KEY `redirection_id` (`redirection_id`),
  KEY `ip` (`ip`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpfq_srs_simple_hits_counter`
--

CREATE TABLE `wpfq_srs_simple_hits_counter` (
  `srs_id` mediumint(9) unsigned NOT NULL AUTO_INCREMENT,
  `srs_date` date DEFAULT NULL,
  `srs_time` time DEFAULT NULL,
  `srs_post_id` mediumint(9) DEFAULT NULL,
  `srs_visitors_count` mediumint(9) DEFAULT NULL,
  `srs_views_count` mediumint(9) DEFAULT NULL,
  PRIMARY KEY (`srs_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpfq_srs_simple_hits_counter`
--

INSERT INTO `wpfq_srs_simple_hits_counter` VALUES
(1, '2021-04-28', '02:56:28', 0, 0, 0),
(2, '2021-04-28', '02:57:47', 13, 7, 13),
(3, '2021-04-28', '02:57:56', 292, 0, 5),
(4, '2021-04-28', '06:06:27', 138, 0, 2),
(5, '2021-04-28', '04:34:04', 112, 0, 1),
(6, '2021-04-28', '04:35:02', 274, 0, 1),
(7, '2021-04-29', '05:03:12', 13, 4, 8),
(8, '2021-04-29', '05:03:30', 292, 0, 2),
(9, '2021-04-29', '05:41:21', 112, 1, 4),
(10, '2021-04-29', '05:46:01', 138, 0, 1),
(11, '2021-04-29', '06:35:40', 1, 1, 1),
(12, '2021-04-30', '02:02:53', 112, 1, 6),
(13, '2021-04-30', '02:03:23', 13, 6, 11),
(14, '2021-04-30', '02:03:35', 138, 0, 4),
(15, '2021-04-30', '05:27:41', 274, 0, 2),
(16, '2021-04-30', '05:27:55', 186, 2, 7),
(17, '2021-05-01', '03:05:43', 13, 1, 1),
(18, '2021-05-01', '04:21:24', 186, 1, 1),
(19, '2021-05-03', '12:18:46', 13, 7, 16),
(20, '2021-05-03', '01:03:51', 112, 1, 6),
(21, '2021-05-03', '04:29:45', 138, 1, 12),
(22, '2021-05-03', '04:56:10', 274, 0, 1),
(23, '2021-05-03', '04:56:26', 266, 0, 1),
(24, '2021-05-03', '06:19:35', 186, 0, 1),
(25, '2021-05-04', '01:13:20', 13, 50, 74),
(26, '2021-05-04', '01:23:28', 112, 0, 35),
(27, '2021-05-04', '04:46:53', 138, 0, 28),
(28, '2021-05-04', '04:47:26', 186, 0, 17),
(29, '2021-05-04', '06:43:16', 274, 0, 18),
(30, '2021-05-04', '06:49:28', 1, 0, 2),
(31, '2021-05-04', '06:49:42', 266, 0, 1),
(32, '2021-05-05', '12:00:29', 138, 0, 1),
(33, '2021-05-05', '12:28:38', 13, 6, 8),
(34, '2021-05-05', '12:45:15', 186, 0, 2),
(35, '2021-05-05', '12:45:47', 112, 1, 3),
(36, '2021-05-05', '12:47:02', 274, 0, 2),
(37, '2021-05-06', '12:10:00', 13, 4, 8),
(38, '2021-05-06', '12:44:49', 112, 1, 3),
(39, '2021-05-06', '03:00:12', 186, 0, 1),
(40, '2021-05-06', '11:13:47', 274, 0, 1),
(41, '2021-05-07', '03:09:39', 13, 4, 7),
(42, '2021-05-07', '03:11:12', 112, 0, 2),
(43, '2021-05-07', '03:11:49', 274, 0, 1),
(44, '2021-05-07', '03:50:19', 1904, 1, 1),
(45, '2021-05-07', '05:30:46', 138, 0, 2),
(46, '2021-05-07', '08:43:21', 186, 0, 1),
(47, '2021-05-08', '10:40:23', 112, 1, 1),
(48, '2021-05-10', '02:08:05', 13, 15, 22),
(49, '2021-05-10', '02:18:48', 112, 0, 5),
(50, '2021-05-10', '03:33:26', 138, 0, 3),
(51, '2021-05-10', '04:15:50', 292, 0, 1),
(52, '2021-05-10', '07:34:56', 186, 0, 3),
(53, '2021-05-11', '02:56:45', 13, 3, 6),
(54, '2021-05-11', '02:57:55', 186, 0, 2),
(55, '2021-05-11', '04:21:27', 112, 0, 2),
(56, '2021-05-11', '06:07:19', 138, 0, 2),
(57, '2021-05-11', '01:50:05', 274, 0, 1),
(58, '2021-05-12', '12:36:23', 13, 4, 5),
(59, '2021-05-12', '12:36:27', 138, 0, 4),
(60, '2021-05-12', '12:46:07', 274, 0, 1),
(61, '2021-05-12', '12:46:24', 112, 0, 2),
(62, '2021-05-12', '12:47:14', 186, 0, 1),
(63, '2021-05-13', '01:12:35', 13, 2, 2),
(64, '2021-05-14', '02:11:45', 13, 1, 3),
(65, '2021-05-14', '02:12:36', 138, 0, 2),
(66, '2021-05-14', '02:18:14', 112, 0, 1),
(67, '2021-05-15', '02:42:21', 13, 2, 2),
(68, '2021-05-15', '02:42:36', 112, 0, 1),
(69, '2021-05-15', '02:43:08', 186, 0, 1),
(70, '2021-05-16', '02:25:20', 13, 1, 1),
(71, '2021-05-17', '01:07:18', 13, 4, 4),
(72, '2021-05-17', '01:07:21', 138, 0, 1),
(73, '2021-05-18', '03:08:11', 13, 10, 25),
(74, '2021-05-18', '04:02:46', 138, 0, 4),
(75, '2021-05-18', '04:06:54', 274, 0, 5),
(76, '2021-05-18', '07:23:52', 286, 0, 2),
(77, '2021-05-18', '08:43:18', 112, 1, 2),
(78, '2021-05-18', '09:17:56', 186, 0, 1),
(79, '2021-05-19', '02:09:50', 13, 10, 12),
(80, '2021-05-19', '04:45:26', 186, 0, 4),
(81, '2021-05-19', '06:43:10', 112, 1, 4),
(82, '2021-05-19', '06:51:31', 138, 0, 4),
(83, '2021-05-19', '06:52:06', 274, 0, 1),
(84, '2021-05-19', '06:52:25', 266, 0, 1),
(85, '2021-05-20', '01:00:49', 13, 10, 16),
(86, '2021-05-20', '01:04:06', 138, 2, 9),
(87, '2021-05-20', '01:06:44', 274, 0, 1),
(88, '2021-05-20', '01:06:57', 186, 1, 4),
(89, '2021-05-20', '01:11:38', 112, 1, 6),
(90, '2021-05-21', '02:56:16', 13, 13, 27),
(91, '2021-05-21', '03:50:46', 138, 0, 8),
(92, '2021-05-21', '03:57:22', 112, 0, 8),
(93, '2021-05-21', '06:35:25', 186, 0, 4),
(94, '2021-05-21', '11:50:40', 274, 1, 4),
(95, '2021-05-21', '11:51:02', 266, 0, 1),
(96, '2021-05-22', '02:01:45', 13, 9, 9),
(97, '2021-05-22', '02:02:56', 112, 2, 2),
(98, '2021-05-22', '02:03:23', 186, 1, 1),
(99, '2021-05-22', '02:48:06', 274, 1, 2),
(100, '2021-05-22', '02:53:21', 138, 1, 2),
(101, '2021-05-23', '01:00:28', 13, 4, 6),
(102, '2021-05-23', '01:01:22', 112, 0, 2),
(103, '2021-05-23', '01:02:05', 138, 0, 1),
(104, '2021-05-23', '01:15:31', 186, 1, 1),
(105, '2021-05-23', '06:47:20', 0, 1, 1),
(106, '2021-05-24', '12:30:25', 274, 2, 3),
(107, '2021-05-24', '12:30:54', 112, 1, 3),
(108, '2021-05-24', '12:31:50', 138, 2, 6),
(109, '2021-05-24', '01:28:13', 13, 12, 16),
(110, '2021-05-24', '01:29:48', 186, 1, 4),
(111, '2021-05-24', '10:31:41', 266, 1, 1),
(112, '2021-05-24', '10:31:41', 1, 1, 1),
(113, '2021-05-25', '12:25:32', 13, 17, 21),
(114, '2021-05-25', '12:48:27', 186, 1, 2),
(115, '2021-05-25', '01:09:16', 274, 0, 1),
(116, '2021-05-25', '01:10:05', 138, 0, 2),
(117, '2021-05-25', '07:56:23', 112, 0, 1),
(118, '2021-05-26', '03:30:52', 13, 5, 8),
(119, '2021-05-26', '02:55:32', 186, 0, 1),
(120, '2021-05-26', '10:28:26', 138, 0, 2),
(121, '2021-05-27', '03:15:54', 13, 12, 16),
(122, '2021-05-27', '04:17:54', 138, 1, 5),
(123, '2021-05-27', '05:30:59', 274, 0, 5),
(124, '2021-05-27', '05:31:16', 266, 0, 1),
(125, '2021-05-27', '05:31:48', 112, 0, 2),
(126, '2021-05-27', '06:14:08', 186, 2, 3),
(127, '2021-05-28', '12:54:53', 13, 6, 8),
(128, '2021-05-28', '03:03:19', 186, 1, 4),
(129, '2021-05-28', '03:35:17', 112, 0, 3),
(130, '2021-05-28', '03:36:19', 138, 1, 6),
(131, '2021-05-29', '03:18:03', 13, 1, 1),
(132, '2021-05-29', '11:55:04', 112, 0, 1),
(133, '2021-05-29', '11:55:08', 138, 0, 1),
(134, '2021-05-30', '12:53:50', 13, 8, 9),
(135, '2021-05-30', '02:26:05', 274, 1, 1),
(136, '2021-05-30', '04:46:17', 186, 1, 4),
(137, '2021-05-30', '10:00:24', 138, 1, 2),
(138, '2021-05-30', '11:42:10', 112, 1, 1),
(139, '2021-05-31', '01:05:27', 13, 20, 27),
(140, '2021-05-31', '03:00:23', 138, 1, 7),
(141, '2021-05-31', '03:32:00', 186, 0, 7),
(142, '2021-05-31', '04:25:40', 112, 0, 4),
(143, '2021-05-31', '05:25:05', 123, 1, 2),
(144, '2021-05-31', '01:23:58', 167, 1, 1),
(145, '2021-05-31', '06:18:05', 274, 0, 1),
(146, '2021-06-01', '01:55:33', 13, 19, 27),
(147, '2021-06-01', '03:47:57', 186, 0, 5),
(148, '2021-06-01', '04:10:49', 138, 3, 14),
(149, '2021-06-01', '06:50:13', 112, 1, 8),
(150, '2021-06-01', '06:54:29', 274, 1, 5),
(151, '2021-06-01', '11:18:45', 266, 0, 2),
(152, '2021-06-01', '02:11:31', 286, 1, 1),
(153, '2021-06-02', '12:03:18', 13, 20, 24),
(154, '2021-06-02', '02:49:37', 138, 1, 5),
(155, '2021-06-02', '04:14:11', 112, 1, 4),
(156, '2021-06-02', '04:14:58', 274, 0, 1),
(157, '2021-06-02', '04:15:12', 1, 0, 1),
(158, '2021-06-03', '12:24:55', 13, 14, 15),
(159, '2021-06-03', '12:25:16', 112, 0, 4),
(160, '2021-06-03', '12:56:37', 1909, 1, 1),
(161, '2021-06-03', '03:53:03', 186, 0, 1),
(162, '2021-06-03', '07:14:48', 138, 0, 2),
(163, '2021-06-03', '07:16:10', 274, 0, 1),
(164, '2021-06-04', '01:23:30', 13, 23, 29),
(165, '2021-06-04', '01:39:59', 112, 1, 12),
(166, '2021-06-04', '01:40:43', 138, 0, 6),
(167, '2021-06-04', '02:53:48', 286, 1, 1),
(168, '2021-06-04', '04:45:49', 186, 1, 4),
(169, '2021-06-04', '05:06:10', 274, 1, 3),
(170, '2021-06-04', '08:10:30', 1909, 1, 1),
(171, '2021-06-05', '02:01:41', 13, 6, 6),
(172, '2021-06-05', '02:07:34', 112, 0, 3),
(173, '2021-06-05', '02:08:16', 138, 0, 1),
(174, '2021-06-05', '02:08:57', 274, 0, 1),
(175, '2021-06-06', '12:05:21', 13, 13, 18),
(176, '2021-06-06', '01:12:16', 112, 3, 11),
(177, '2021-06-06', '01:21:08', 186, 1, 2),
(178, '2021-06-06', '01:21:45', 1904, 0, 1),
(179, '2021-06-06', '01:22:23', 274, 0, 1),
(180, '2021-06-06', '01:23:00', 1909, 1, 2),
(181, '2021-06-06', '05:12:22', 138, 0, 7),
(182, '2021-06-07', '12:07:59', 13, 11, 17),
(183, '2021-06-07', '03:57:25', 1904, 1, 1),
(184, '2021-06-07', '12:50:03', 186, 0, 2),
(185, '2021-06-07', '12:50:43', 274, 1, 5),
(186, '2021-06-07', '12:51:04', 138, 0, 7),
(187, '2021-06-07', '12:51:17', 112, 1, 11),
(188, '2021-06-08', '01:47:19', 13, 15, 17),
(189, '2021-06-08', '02:21:02', 274, 0, 1),
(190, '2021-06-08', '02:39:33', 138, 0, 12),
(191, '2021-06-08', '02:41:00', 112, 3, 9),
(192, '2021-06-08', '03:21:09', 186, 0, 2),
(193, '2021-06-08', '09:42:57', 1, 1, 1),
(194, '2021-06-09', '02:14:23', 13, 13, 28),
(195, '2021-06-09', '02:15:32', 112, 1, 9),
(196, '2021-06-09', '02:17:11', 138, 0, 9),
(197, '2021-06-09', '03:42:27', 186, 0, 4),
(198, '2021-06-09', '04:49:10', 292, 0, 1),
(199, '2021-06-09', '12:35:54', 274, 0, 4),
(200, '2021-06-09', '02:06:22', 1904, 0, 2),
(201, '2021-06-09', '02:24:07', 1, 0, 1),
(202, '2021-06-09', '02:25:32', 266, 0, 1),
(203, '2021-06-10', '12:57:56', 13, 18, 32),
(204, '2021-06-10', '01:09:05', 112, 1, 9),
(205, '2021-06-10', '01:10:51', 186, 0, 6),
(206, '2021-06-10', '01:11:36', 138, 0, 18),
(207, '2021-06-10', '02:13:44', 274, 0, 3),
(208, '2021-06-11', '12:39:55', 13, 7, 13),
(209, '2021-06-11', '12:47:42', 138, 4, 12),
(210, '2021-06-11', '01:07:52', 1, 4, 4),
(211, '2021-06-11', '03:27:28', 112, 1, 6),
(212, '2021-06-11', '03:28:29', 274, 0, 3),
(213, '2021-06-11', '04:41:56', 266, 4, 5),
(214, '2021-06-11', '09:21:33', 186, 0, 2),
(215, '2021-06-11', '01:52:50', 292, 0, 1),
(216, '2021-06-12', '03:36:45', 13, 5, 7),
(217, '2021-06-12', '12:44:38', 138, 1, 2),
(218, '2021-06-12', '06:41:03', 112, 1, 1),
(219, '2021-06-13', '08:17:22', 13, 5, 6),
(220, '2021-06-13', '09:52:47', 186, 0, 1),
(221, '2021-06-14', '01:24:17', 13, 11, 18),
(222, '2021-06-14', '02:52:04', 112, 5, 8),
(223, '2021-06-14', '03:55:55', 138, 2, 8),
(224, '2021-06-14', '03:56:05', 274, 0, 2),
(225, '2021-06-14', '03:56:17', 1, 0, 2),
(226, '2021-06-14', '03:56:45', 266, 0, 1),
(227, '2021-06-14', '11:20:06', 167, 0, 2),
(228, '2021-06-14', '11:42:20', 1909, 0, 2),
(229, '2021-06-14', '12:31:19', 286, 0, 2),
(230, '2021-06-14', '02:04:28', 186, 0, 1),
(231, '2021-06-14', '02:23:07', 1904, 0, 1),
(232, '2021-06-14', '02:57:48', 123, 0, 1),
(233, '2021-06-15', '12:50:03', 13, 9, 18),
(234, '2021-06-15', '06:39:03', 112, 1, 4),
(235, '2021-06-15', '06:45:22', 286, 0, 3),
(236, '2021-06-15', '06:53:46', 123, 0, 3),
(237, '2021-06-15', '06:56:31', 266, 3, 6),
(238, '2021-06-15', '06:56:40', 1, 2, 5),
(239, '2021-06-15', '06:57:24', 274, 0, 2),
(240, '2021-06-15', '08:13:12', 186, 0, 4),
(241, '2021-06-15', '08:46:29', 138, 1, 5),
(242, '2021-06-16', '06:23:41', 13, 4, 4),
(243, '2021-06-16', '06:49:38', 138, 0, 2),
(244, '2021-06-16', '08:37:11', 123, 1, 1),
(245, '2021-06-16', '03:32:06', 186, 1, 1),
(246, '2021-06-16', '05:54:04', 112, 1, 2),
(247, '2021-06-16', '09:08:12', 1909, 1, 1),
(248, '2021-06-17', '02:15:51', 13, 4, 8),
(249, '2021-06-17', '02:15:53', 138, 1, 3),
(250, '2021-06-17', '04:02:50', 274, 0, 1),
(251, '2021-06-17', '08:09:17', 112, 1, 1),
(252, '2021-06-17', '09:55:16', 123, 1, 1),
(253, '2021-06-17', '01:25:14', 186, 1, 1),
(254, '2021-06-18', '01:08:04', 13, 7, 10),
(255, '2021-06-18', '01:10:26', 186, 0, 1),
(256, '2021-06-18', '02:25:35', 286, 2, 2),
(257, '2021-06-18', '05:54:50', 1909, 1, 1),
(258, '2021-06-18', '08:19:36', 112, 1, 2),
(259, '2021-06-18', '08:20:08', 138, 0, 2),
(260, '2021-06-18', '09:26:37', 1, 0, 1),
(261, '2021-06-19', '01:16:39', 13, 2, 2),
(262, '2021-06-20', '01:59:08', 13, 6, 9),
(263, '2021-06-20', '02:00:29', 112, 0, 1),
(264, '2021-06-20', '02:00:47', 138, 0, 2),
(265, '2021-06-20', '02:00:51', 274, 0, 1),
(266, '2021-06-20', '02:00:58', 186, 0, 1),
(267, '2021-06-20', '02:01:11', 1, 0, 1),
(268, '2021-06-21', '03:44:21', 13, 12, 13),
(269, '2021-06-21', '03:50:09', 138, 3, 5),
(270, '2021-06-21', '05:50:36', 186, 0, 2),
(271, '2021-06-21', '11:02:43', 112, 1, 1),
(272, '2021-06-21', '12:27:28', 274, 0, 1),
(273, '2021-06-22', '12:53:56', 13, 8, 8),
(274, '2021-06-22', '02:43:21', 186, 0, 2),
(275, '2021-06-22', '02:44:07', 112, 2, 4),
(276, '2021-06-22', '10:08:10', 138, 5, 5),
(277, '2021-06-22', '01:38:33', 274, 2, 2),
(278, '2021-06-23', '01:35:13', 13, 8, 8),
(279, '2021-06-23', '02:14:34', 112, 0, 1),
(280, '2021-06-24', '01:39:12', 13, 3, 5),
(281, '2021-06-24', '02:58:00', 274, 0, 1),
(282, '2021-06-24', '04:21:36', 112, 0, 2),
(283, '2021-06-24', '04:42:43', 138, 1, 2),
(284, '2021-06-25', '01:53:52', 13, 8, 8),
(285, '2021-06-25', '01:54:04', 186, 0, 1),
(286, '2021-06-26', '07:45:13', 13, 3, 5),
(287, '2021-06-26', '07:36:19', 274, 1, 1),
(288, '2021-06-27', '03:43:40', 13, 2, 2),
(289, '2021-06-27', '04:57:30', 274, 1, 1),
(290, '2021-06-28', '05:43:24', 13, 5, 5),
(291, '2021-06-28', '11:25:52', 1904, 1, 1),
(292, '2021-06-28', '11:54:01', 274, 0, 1),
(293, '2021-06-28', '11:54:14', 112, 0, 1),
(294, '2021-06-29', '02:08:07', 13, 7, 9),
(295, '2021-06-29', '02:10:10', 186, 0, 3),
(296, '2021-06-29', '01:34:55', 274, 0, 1),
(297, '2021-06-29', '01:35:05', 138, 0, 2),
(298, '2021-06-29', '01:35:27', 112, 0, 2),
(299, '2021-06-30', '06:28:55', 138, 1, 2),
(300, '2021-06-30', '06:55:33', 13, 6, 7),
(301, '2021-06-30', '07:30:23', 186, 1, 3),
(302, '2021-06-30', '07:58:16', 1, 1, 3),
(303, '2021-06-30', '07:58:44', 266, 1, 4),
(304, '2021-06-30', '08:05:29', 274, 1, 3),
(305, '2021-06-30', '08:07:44', 1904, 0, 1),
(306, '2021-06-30', '08:09:55', 1909, 1, 3),
(307, '2021-06-30', '08:11:18', 112, 0, 1),
(308, '2021-06-30', '10:12:20', 286, 1, 1),
(309, '2021-07-01', '01:02:04', 1, 2, 4),
(310, '2021-07-01', '04:00:07', 13, 4, 5),
(311, '2021-07-01', '07:37:47', 112, 0, 1),
(312, '2021-07-01', '07:39:34', 138, 0, 1),
(313, '2021-07-01', '07:40:24', 274, 0, 1),
(314, '2021-07-01', '07:40:57', 266, 2, 3),
(315, '2021-07-02', '01:15:11', 13, 1, 1),
(316, '2021-07-03', '05:57:24', 13, 1, 1),
(317, '2021-07-04', '08:42:09', 13, 1, 2),
(318, '2021-07-04', '11:35:40', 274, 0, 1),
(319, '2021-07-05', '03:44:21', 13, 3, 3),
(320, '2021-07-06', '05:13:08', 13, 5, 6),
(321, '2021-07-06', '09:49:22', 138, 0, 4),
(322, '2021-07-06', '11:39:49', 274, 0, 1),
(323, '2021-07-06', '11:40:02', 112, 0, 1),
(324, '2021-07-07', '12:42:43', 13, 4, 4),
(325, '2021-07-07', '12:43:42', 112, 0, 1),
(326, '2021-07-07', '12:44:24', 138, 0, 1),
(327, '2021-07-08', '07:44:16', 13, 4, 4),
(328, '2021-07-08', '09:06:21', 1904, 1, 1),
(329, '2021-07-08', '11:52:47', 112, 0, 3),
(330, '2021-07-09', '01:00:55', 13, 3, 3),
(331, '2021-07-09', '01:38:47', 274, 1, 2),
(332, '2021-07-09', '01:39:07', 1, 0, 2),
(333, '2021-07-09', '03:58:37', 266, 1, 1),
(334, '2021-07-09', '11:28:01', 186, 1, 1),
(335, '2021-07-10', '07:55:58', 274, 2, 2),
(336, '2021-07-10', '07:02:16', 138, 2, 2),
(337, '2021-07-10', '11:29:11', 123, 1, 1),
(338, '2021-07-11', '08:04:17', 13, 1, 3),
(339, '2021-07-11', '08:17:39', 266, 0, 1),
(340, '2021-07-11', '08:21:56', 274, 0, 1),
(341, '2021-07-11', '08:22:02', 1, 0, 3),
(342, '2021-07-11', '08:33:12', 138, 0, 1),
(343, '2021-07-11', '04:37:52', 112, 1, 1),
(344, '2021-07-12', '05:31:08', 13, 5, 5),
(345, '2021-07-13', '11:23:36', 13, 3, 5),
(346, '2021-07-13', '11:24:06', 112, 0, 4),
(347, '2021-07-13', '11:38:58', 186, 0, 1),
(348, '2021-07-13', '12:29:31', 274, 0, 1),
(349, '2021-07-14', '01:40:06', 13, 7, 11),
(350, '2021-07-14', '02:03:13', 274, 0, 4),
(351, '2021-07-14', '02:03:20', 1, 0, 2),
(352, '2021-07-14', '02:03:27', 266, 1, 2),
(353, '2021-07-14', '06:24:42', 138, 0, 2),
(354, '2021-07-14', '06:25:35', 112, 0, 2),
(355, '2021-07-14', '05:04:34', 123, 1, 1),
(356, '2021-07-15', '03:41:03', 13, 1, 2),
(357, '2021-07-15', '01:51:17', 2066, 1, 8),
(358, '2021-07-15', '02:27:56', 2083, 0, 6),
(359, '2021-07-16', '01:25:10', 138, 3, 7),
(360, '2021-07-16', '01:25:10', 138, 3, 7),
(361, '2021-07-16', '01:25:10', 1, 1, 1),
(362, '2021-07-16', '01:25:18', 13, 11, 14),
(363, '2021-07-16', '02:22:38', 112, 0, 4),
(364, '2021-07-16', '07:44:26', 186, 0, 2),
(365, '2021-07-16', '07:52:36', 274, 0, 1),
(366, '2021-07-17', '02:24:22', 13, 1, 2),
(367, '2021-07-17', '02:27:46', 112, 0, 3),
(368, '2021-07-17', '02:28:38', 138, 0, 2),
(369, '2021-07-18', '04:56:53', 13, 1, 1),
(370, '2021-07-18', '10:00:25', 1, 1, 1),
(371, '2021-07-19', '01:26:57', 13, 5, 5),
(372, '2021-07-19', '04:27:31', 186, 1, 1),
(373, '2021-07-19', '08:50:58', 138, 1, 2),
(374, '2021-07-19', '02:28:09', 1, 1, 1),
(375, '2021-07-19', '05:33:39', 266, 1, 1),
(376, '2021-07-20', '12:40:29', 138, 1, 2),
(377, '2021-07-20', '03:45:51', 1, 1, 1),
(378, '2021-07-20', '09:25:22', 2066, 1, 1),
(379, '2021-07-20', '10:56:54', 2083, 1, 1),
(380, '2021-07-20', '04:13:15', 13, 1, 1),
(381, '2021-07-21', '03:17:31', 13, 4, 5),
(382, '2021-07-21', '03:18:07', 186, 0, 1),
(383, '2021-07-21', '08:21:43', 112, 1, 2),
(384, '2021-07-22', '08:50:20', 13, 5, 5),
(385, '2021-07-22', '09:18:33', 1904, 1, 2),
(386, '2021-07-22', '03:06:29', 112, 1, 1),
(387, '2021-07-23', '11:29:11', 274, 2, 2),
(388, '2021-07-23', '01:05:23', 13, 2, 2),
(389, '2021-07-23', '02:51:58', 186, 1, 1),
(390, '2021-07-23', '02:52:05', 138, 2, 2),
(391, '2021-07-23', '02:52:11', 112, 1, 1),
(392, '2021-07-23', '09:19:18', 2066, 1, 1),
(393, '2021-07-24', '12:27:35', 13, 6, 6),
(394, '2021-07-24', '08:02:57', 274, 0, 1),
(395, '2021-07-24', '08:03:14', 2066, 0, 1),
(396, '2021-07-25', '11:07:07', 13, 4, 5),
(397, '2021-07-25', '12:11:04', 186, 1, 1),
(398, '2021-07-25', '02:25:41', 138, 0, 1),
(399, '2021-07-26', '07:55:27', 13, 3, 4),
(400, '2021-07-26', '07:55:27', 112, 1, 2),
(401, '2021-07-26', '07:57:59', 274, 0, 1),
(402, '2021-07-26', '08:12:31', 138, 0, 1),
(403, '2021-07-26', '03:18:16', 2083, 1, 1),
(404, '2021-07-27', '04:16:28', 2083, 1, 1),
(405, '2021-07-27', '07:02:45', 138, 2, 6),
(406, '2021-07-27', '09:54:52', 13, 3, 4),
(407, '2021-07-27', '09:58:22', 274, 0, 2),
(408, '2021-07-27', '10:00:01', 112, 0, 2),
(409, '2021-07-27', '10:00:32', 186, 0, 3),
(410, '2021-07-28', '12:23:34', 13, 2, 3),
(411, '2021-07-28', '07:15:13', 138, 1, 1),
(412, '2021-07-28', '11:45:19', 112, 1, 1),
(413, '2021-07-29', '02:36:58', 274, 1, 1),
(414, '2021-07-29', '07:22:43', 13, 2, 3),
(415, '2021-07-29', '07:27:11', 186, 1, 3),
(416, '2021-07-30', '02:22:07', 13, 6, 7),
(417, '2021-07-30', '08:01:44', 186, 0, 1),
(418, '2021-07-30', '09:34:16', 138, 0, 1),
(419, '2021-07-30', '09:34:34', 112, 2, 2),
(420, '2021-07-30', '01:07:46', 2066, 1, 1),
(421, '2021-07-30', '02:51:46', 274, 1, 1),
(422, '2021-07-30', '04:15:19', 1909, 1, 1),
(423, '2021-07-30', '10:40:33', 123, 1, 1),
(424, '2021-07-31', '12:16:07', 274, 1, 1),
(425, '2021-07-31', '12:05:24', 13, 6, 6),
(426, '2021-08-01', '04:33:19', 13, 5, 11),
(427, '2021-08-01', '04:33:29', 274, 0, 1),
(428, '2021-08-01', '04:33:36', 2083, 2, 3),
(429, '2021-08-01', '05:55:50', 1, 2, 3),
(430, '2021-08-01', '05:56:11', 138, 0, 3),
(431, '2021-08-01', '05:56:18', 2066, 1, 2),
(432, '2021-08-01', '06:56:18', 112, 1, 5),
(433, '2021-08-01', '05:27:24', 186, 0, 1),
(434, '2021-08-02', '12:43:22', 13, 10, 12),
(435, '2021-08-02', '12:43:34', 112, 1, 7),
(436, '2021-08-02', '01:28:07', 186, 0, 1),
(437, '2021-08-02', '07:34:47', 138, 1, 1),
(438, '2021-08-02', '07:41:54', 2083, 1, 1),
(439, '2021-08-03', '04:11:16', 13, 4, 5),
(440, '2021-08-03', '04:27:28', 2083, 2, 5),
(441, '2021-08-03', '04:28:08', 1, 1, 1),
(442, '2021-08-03', '07:50:45', 186, 0, 3),
(443, '2021-08-04', '01:22:51', 13, 4, 6),
(444, '2021-08-04', '02:09:57', 138, 0, 1),
(445, '2021-08-04', '12:06:56', 186, 1, 1),
(446, '2021-08-04', '03:20:42', 112, 1, 2),
(447, '2021-08-05', '01:44:08', 138, 2, 4),
(448, '2021-08-05', '01:44:48', 13, 6, 9),
(449, '2021-08-05', '03:00:42', 186, 1, 2),
(450, '2021-08-05', '09:32:05', 112, 1, 1),
(451, '2021-08-05', '01:25:56', 2066, 1, 1),
(452, '2021-08-06', '01:33:59', 13, 6, 8),
(453, '2021-08-06', '01:34:15', 186, 0, 1),
(454, '2021-08-06', '01:50:25', 274, 0, 1),
(455, '2021-08-07', '12:50:00', 186, 1, 1),
(456, '2021-08-07', '02:01:02', 13, 2, 2),
(457, '2021-08-07', '02:01:22', 274, 0, 1),
(458, '2021-08-07', '02:02:07', 112, 0, 1),
(459, '2021-08-08', '04:15:36', 13, 6, 13),
(460, '2021-08-08', '04:16:21', 274, 0, 2),
(461, '2021-08-08', '04:16:30', 2083, 0, 1),
(462, '2021-08-08', '07:46:49', 112, 1, 4),
(463, '2021-08-08', '09:21:54', 1904, 1, 1),
(464, '2021-08-09', '12:48:46', 13, 7, 7),
(465, '2021-08-09', '01:59:46', 112, 4, 6),
(466, '2021-08-09', '03:16:57', 2083, 1, 1),
(467, '2021-08-09', '05:46:43', 274, 2, 3),
(468, '2021-08-09', '07:48:24', 138, 0, 4),
(469, '2021-08-09', '08:26:40', 266, 0, 1),
(470, '2021-08-10', '04:21:43', 13, 9, 12),
(471, '2021-08-10', '03:08:16', 266, 1, 1),
(472, '2021-08-10', '03:08:25', 266, 0, 1),
(473, '2021-08-10', '03:10:01', 112, 1, 2),
(474, '2021-08-10', '03:11:46', 112, 1, 2),
(475, '2021-08-10', '03:48:43', 274, 1, 1),
(476, '2021-08-11', '02:13:12', 13, 11, 15),
(477, '2021-08-11', '02:19:09', 112, 1, 7),
(478, '2021-08-11', '02:19:57', 138, 0, 3),
(479, '2021-08-11', '12:54:18', 2083, 2, 2),
(480, '2021-08-11', '12:55:04', 266, 0, 1),
(481, '2021-08-11', '12:55:40', 266, 0, 1),
(482, '2021-08-12', '01:55:13', 13, 5, 6),
(483, '2021-08-12', '04:14:01', 112, 2, 7),
(484, '2021-08-12', '04:15:19', 138, 0, 1),
(485, '2021-08-12', '04:16:05', 274, 1, 2),
(486, '2021-08-12', '04:16:26', 2083, 0, 1),
(487, '2021-08-13', '01:49:42', 13, 1, 1),
(488, '2021-08-13', '01:50:23', 112, 0, 1),
(489, '2021-08-13', '01:50:53', 274, 0, 1),
(490, '2021-08-15', '12:56:35', 13, 3, 3),
(491, '2021-08-15', '06:17:27', 112, 0, 1),
(492, '2021-08-16', '03:13:30', 13, 3, 5),
(493, '2021-08-16', '03:13:55', 186, 0, 5),
(494, '2021-08-16', '06:12:23', 1904, 1, 1),
(495, '2021-08-17', '02:18:21', 13, 8, 12),
(496, '2021-08-17', '03:37:18', 186, 0, 2),
(497, '2021-08-17', '03:37:31', 112, 0, 3),
(498, '2021-08-17', '03:37:44', 138, 2, 4),
(499, '2021-08-17', '03:37:57', 138, 2, 4),
(500, '2021-08-17', '03:39:39', 112, 0, 3),
(501, '2021-08-18', '12:08:32', 2083, 2, 2),
(502, '2021-08-18', '04:55:06', 112, 0, 1),
(503, '2021-08-18', '04:55:06', 13, 13, 14),
(504, '2021-08-18', '04:55:40', 13, 13, 14),
(505, '2021-08-18', '04:56:16', 13, 13, 14),
(506, '2021-08-18', '04:56:26', 112, 0, 1),
(507, '2021-08-18', '04:56:59', 112, 0, 1),
(508, '2021-08-18', '01:19:48', 138, 1, 1),
(509, '2021-08-18', '01:19:59', 2066, 1, 1),
(510, '2021-08-19', '01:35:08', 13, 19, 37),
(511, '2021-08-19', '01:35:34', 112, 1, 7),
(512, '2021-08-19', '01:42:33', 138, 0, 6),
(513, '2021-08-19', '03:44:53', 2083, 2, 13),
(514, '2021-08-19', '02:22:21', 274, 0, 6),
(515, '2021-08-19', '02:22:27', 274, 0, 6),
(516, '2021-08-19', '02:22:35', 274, 0, 6),
(517, '2021-08-19', '02:22:36', 274, 0, 6),
(518, '2021-08-19', '02:22:37', 274, 0, 6),
(519, '2021-08-19', '02:22:37', 274, 0, 6),
(520, '2021-08-19', '02:22:37', 274, 0, 6),
(521, '2021-08-19', '02:33:02', 2066, 0, 3),
(522, '2021-08-19', '02:59:12', 266, 0, 1),
(523, '2021-08-19', '03:08:49', 1, 0, 1),
(524, '2021-08-20', '07:01:22', 13, 6, 9),
(525, '2021-08-20', '07:01:31', 186, 0, 2),
(526, '2021-08-20', '07:04:12', 112, 0, 1),
(527, '2021-08-20', '10:08:43', 2083, 6, 6),
(528, '2021-08-20', '10:08:43', 2066, 1, 1),
(529, '2021-08-20', '11:11:07', 138, 1, 1),
(530, '2021-08-21', '12:06:43', 2083, 4, 5),
(531, '2021-08-21', '02:02:40', 112, 1, 1),
(532, '2021-08-21', '02:13:51', 2066, 1, 1),
(533, '2021-08-21', '02:15:37', 138, 1, 1),
(534, '2021-08-21', '05:32:19', 13, 2, 3),
(535, '2021-08-22', '12:42:17', 13, 3, 3),
(536, '2021-08-22', '04:22:54', 138, 2, 4),
(537, '2021-08-22', '12:43:13', 112, 0, 3),
(538, '2021-08-23', '12:29:59', 13, 10, 12),
(539, '2021-08-23', '04:28:52', 2083, 1, 1),
(540, '2021-08-23', '01:36:58', 112, 1, 3),
(541, '2021-08-23', '01:37:46', 138, 0, 1),
(542, '2021-08-24', '04:32:05', 13, 5, 5),
(543, '2021-08-24', '05:55:16', 2083, 1, 1),
(544, '2021-08-24', '08:13:18', 112, 0, 1),
(545, '2021-08-24', '02:47:30', 2066, 1, 1),
(546, '2021-08-24', '03:39:12', 138, 0, 1),
(547, '2021-08-25', '01:56:33', 112, 3, 9),
(548, '2021-08-25', '02:08:20', 13, 11, 18),
(549, '2021-08-25', '06:40:52', 138, 5, 9),
(550, '2021-08-25', '10:44:37', 186, 0, 1),
(551, '2021-08-25', '05:23:56', 274, 0, 1),
(552, '2021-08-26', '12:24:28', 138, 3, 7),
(553, '2021-08-26', '01:03:26', 13, 13, 16),
(554, '2021-08-26', '01:03:26', 13, 13, 16),
(555, '2021-08-26', '01:38:23', 186, 0, 1),
(556, '2021-08-26', '01:40:35', 274, 0, 1),
(557, '2021-08-26', '01:59:59', 112, 1, 3),
(558, '2021-08-27', '03:36:20', 13, 5, 5),
(559, '2021-08-27', '03:53:58', 138, 1, 1),
(560, '2021-08-27', '09:48:19', 186, 1, 1),
(561, '2021-08-28', '05:08:28', 138, 3, 3),
(562, '2021-08-28', '05:38:18', 13, 2, 2),
(563, '2021-08-29', '02:11:45', 13, 2, 2),
(564, '2021-08-29', '07:28:07', 2083, 4, 7),
(565, '2021-08-29', '04:22:24', 138, 1, 1),
(566, '2021-08-30', '05:30:43', 13, 4, 5),
(567, '2021-08-30', '07:36:00', 274, 2, 2),
(568, '2021-08-30', '07:56:24', 186, 0, 2),
(569, '2021-08-31', '07:06:13', 112, 2, 2),
(570, '2021-08-31', '02:23:58', 13, 1, 2),
(571, '2021-09-01', '12:51:54', 1, 1, 1),
(572, '2021-09-01', '04:40:44', 13, 5, 5),
(573, '2021-09-01', '05:08:30', 138, 1, 4),
(574, '2021-09-01', '05:09:53', 112, 0, 1),
(575, '2021-09-01', '09:12:58', 2066, 1, 1),
(576, '2021-09-02', '01:52:26', 2066, 2, 2),
(577, '2021-09-02', '01:52:26', 2083, 3, 4),
(578, '2021-09-02', '01:58:21', 13, 7, 7),
(579, '2021-09-02', '01:59:46', 112, 0, 6),
(580, '2021-09-02', '01:59:56', 138, 4, 6),
(581, '2021-09-02', '02:00:03', 274, 0, 2),
(582, '2021-09-02', '03:20:50', 123, 1, 1),
(583, '2021-09-03', '01:53:14', 13, 8, 9),
(584, '2021-09-03', '02:19:08', 112, 1, 4),
(585, '2021-09-03', '03:17:16', 138, 1, 4),
(586, '2021-09-03', '03:32:53', 2066, 1, 1),
(587, '2021-09-03', '03:33:18', 1, 0, 1),
(588, '2021-09-03', '03:33:39', 2083, 0, 1),
(589, '2021-09-04', '09:09:14', 13, 4, 5),
(590, '2021-09-04', '10:09:01', 186, 1, 2),
(591, '2021-09-04', '12:29:50', 112, 1, 1),
(592, '2021-09-05', '04:40:26', 1909, 1, 1),
(593, '2021-09-05', '06:04:52', 1, 1, 1),
(594, '2021-09-05', '07:30:08', 13, 4, 4),
(595, '2021-09-05', '02:48:42', 112, 0, 1),
(596, '2021-09-05', '03:11:55', 266, 1, 1),
(597, '2021-09-05', '04:03:57', 186, 0, 2),
(598, '2021-09-05', '04:04:15', 138, 0, 1),
(599, '2021-09-06', '05:16:10', 13, 0, 1),
(600, '2021-09-06', '05:16:19', 186, 0, 1),
(601, '2021-09-06', '09:06:39', 138, 1, 1),
(602, '2021-09-06', '03:33:30', 112, 2, 2),
(603, '2021-09-07', '03:18:30', 2083, 1, 1),
(604, '2021-09-07', '05:02:30', 13, 4, 5),
(605, '2021-09-07', '05:02:36', 186, 0, 1),
(606, '2021-09-07', '12:08:01', 1904, 1, 1),
(607, '2021-09-07', '02:13:57', 138, 0, 1),
(608, '2021-09-08', '02:21:19', 13, 6, 10),
(609, '2021-09-08', '02:27:08', 138, 4, 11),
(610, '2021-09-08', '02:32:23', 112, 0, 4),
(611, '2021-09-08', '03:30:28', 274, 0, 2),
(612, '2021-09-08', '04:24:26', 186, 0, 2),
(613, '2021-09-08', '10:44:19', 1904, 1, 1),
(614, '2021-09-09', '02:45:53', 13, 5, 7),
(615, '2021-09-09', '08:47:12', 186, 0, 1),
(616, '2021-09-09', '08:47:24', 138, 1, 2),
(617, '2021-09-09', '02:32:50', 2083, 1, 1),
(618, '2021-09-10', '02:23:12', 13, 8, 10),
(619, '2021-09-10', '02:27:51', 186, 1, 15),
(620, '2021-09-10', '10:41:53', 138, 0, 2),
(621, '2021-09-10', '10:43:19', 274, 0, 1),
(622, '2021-09-10', '02:47:29', 112, 0, 1),
(623, '2021-09-11', '01:01:20', 13, 2, 2),
(624, '2021-09-11', '01:03:44', 138, 0, 1),
(625, '2021-09-11', '01:07:00', 186, 1, 2),
(626, '2021-09-12', '12:05:42', 112, 1, 3),
(627, '2021-09-12', '02:19:06', 13, 4, 4),
(628, '2021-09-12', '05:52:14', 1, 1, 1),
(629, '2021-09-12', '02:14:18', 274, 0, 1),
(630, '2021-09-12', '02:23:10', 186, 0, 1),
(631, '2021-09-12', '02:32:41', 2083, 1, 1),
(632, '2021-09-13', '12:16:15', 13, 7, 9),
(633, '2021-09-13', '12:16:56', 138, 1, 4),
(634, '2021-09-13', '02:46:41', 186, 0, 2),
(635, '2021-09-14', '12:40:54', 13, 13, 24),
(636, '2021-09-14', '12:42:45', 186, 0, 4),
(637, '2021-09-14', '01:18:34', 112, 0, 10),
(638, '2021-09-14', '07:08:27', 138, 0, 8),
(639, '2021-09-14', '07:15:14', 274, 0, 5),
(640, '2021-09-15', '01:04:15', 13, 2, 2),
(641, '2021-09-15', '01:07:07', 112, 0, 1),
(642, '2021-09-15', '01:08:23', 274, 0, 1),
(643, '2021-09-16', '12:37:16', 13, 3, 3),
(644, '2021-09-16', '10:00:05', 112, 2, 2),
(645, '2021-09-17', '12:41:24', 13, 4, 10),
(646, '2021-09-17', '04:21:24', 274, 0, 2),
(647, '2021-09-17', '04:21:40', 138, 0, 4),
(648, '2021-09-17', '04:25:15', 112, 0, 1),
(649, '2021-09-17', '04:28:50', 186, 0, 1),
(650, '2021-09-17', '11:01:53', 2083, 1, 1),
(651, '2021-09-18', '02:41:32', 13, 5, 6),
(652, '2021-09-18', '05:17:53', 138, 1, 3),
(653, '2021-09-18', '05:42:40', 2083, 1, 1),
(654, '2021-09-18', '08:19:24', 2066, 1, 1),
(655, '2021-09-18', '05:09:34', 112, 1, 1),
(656, '2021-09-18', '09:37:03', 274, 1, 1),
(657, '2021-09-19', '12:15:46', 13, 2, 3),
(658, '2021-09-19', '12:16:09', 138, 0, 1),
(659, '2021-09-19', '02:20:03', 2083, 1, 1),
(660, '2021-09-19', '08:16:10', 186, 0, 1),
(661, '2021-09-20', '12:01:46', 112, 1, 5),
(662, '2021-09-20', '12:12:41', 13, 9, 10),
(663, '2021-09-20', '03:27:29', 186, 0, 4),
(664, '2021-09-20', '06:07:12', 274, 1, 1),
(665, '2021-09-21', '12:58:22', 13, 4, 4),
(666, '2021-09-21', '12:58:35', 112, 0, 2),
(667, '2021-09-21', '12:58:57', 138, 0, 1),
(668, '2021-09-21', '02:35:07', 1, 1, 1),
(669, '2021-09-21', '07:29:48', 123, 2, 2),
(670, '2021-09-22', '02:07:57', 13, 6, 7),
(671, '2021-09-22', '02:08:11', 138, 1, 4),
(672, '2021-09-22', '02:38:33', 112, 0, 1),
(673, '2021-09-22', '02:39:57', 274, 0, 1),
(674, '2021-09-22', '02:40:51', 266, 0, 1),
(675, '2021-09-22', '02:41:18', 186, 1, 3),
(676, '2021-09-22', '02:19:21', 2083, 1, 2),
(677, '2021-09-23', '12:39:43', 13, 8, 9),
(678, '2021-09-23', '12:40:51', 186, 0, 2),
(679, '2021-09-23', '02:19:13', 138, 0, 5),
(680, '2021-09-23', '02:20:08', 112, 0, 4),
(681, '2021-09-23', '06:44:03', 1, 1, 1),
(682, '2021-09-23', '09:53:44', 274, 0, 1),
(683, '2021-09-24', '02:28:06', 13, 10, 15),
(684, '2021-09-24', '02:28:16', 112, 1, 14),
(685, '2021-09-24', '03:51:43', 138, 0, 5),
(686, '2021-09-24', '03:52:28', 274, 0, 3),
(687, '2021-09-24', '04:23:19', 186, 1, 4),
(688, '2021-09-24', '07:04:29', 1, 0, 1),
(689, '2021-09-24', '07:05:12', 2066, 0, 1),
(690, '2021-09-24', '09:06:19', 286, 2, 2),
(691, '2021-09-24', '02:26:23', 2083, 1, 1),
(692, '2021-09-24', '10:57:34', 123, 0, 1),
(693, '2021-09-25', '01:15:05', 13, 6, 8),
(694, '2021-09-25', '04:55:40', 1, 1, 1),
(695, '2021-09-25', '02:46:27', 138, 0, 1),
(696, '2021-09-25', '03:09:10', 112, 1, 2),
(697, '2021-09-26', '04:09:06', 1, 1, 1),
(698, '2021-09-26', '07:39:48', 13, 3, 3),
(699, '2021-09-27', '01:32:53', 13, 9, 11),
(700, '2021-09-27', '04:14:35', 112, 4, 8),
(701, '2021-09-27', '05:33:53', 186, 0, 1),
(702, '2021-09-28', '12:21:50', 13, 12, 16),
(703, '2021-09-28', '12:22:01', 138, 3, 7),
(704, '2021-09-28', '12:24:52', 186, 1, 2),
(705, '2021-09-28', '02:12:56', 2083, 1, 1),
(706, '2021-09-28', '08:32:19', 2066, 1, 1),
(707, '2021-09-28', '08:25:39', 1, 1, 1),
(708, '2021-09-29', '03:25:10', 13, 10, 12),
(709, '2021-09-29', '04:00:03', 138, 1, 2),
(710, '2021-09-29', '04:00:05', 2066, 1, 1),
(711, '2021-09-29', '07:48:04', 186, 0, 1),
(712, '2021-09-29', '09:15:58', 1, 1, 2),
(713, '2021-09-29', '10:24:39', 112, 2, 2),
(714, '2021-09-30', '12:24:15', 112, 2, 2),
(715, '2021-09-30', '01:31:06', 13, 9, 10),
(716, '2021-09-30', '01:31:26', 138, 1, 2),
(717, '2021-09-30', '09:12:57', 186, 0, 1),
(718, '2021-10-01', '03:31:56', 13, 6, 7),
(719, '2021-10-01', '06:32:35', 186, 1, 4),
(720, '2021-10-01', '07:27:29', 112, 0, 4),
(721, '2021-10-02', '07:20:53', 2083, 2, 2),
(722, '2021-10-02', '12:13:51', 138, 3, 3),
(723, '2021-10-02', '12:46:29', 13, 1, 1),
(724, '2021-10-02', '06:16:26', 112, 0, 2),
(725, '2021-10-03', '03:29:24', 1, 1, 1),
(726, '2021-10-03', '01:49:53', 13, 1, 1),
(727, '2021-10-04', '02:36:19', 13, 8, 10),
(728, '2021-10-04', '03:30:57', 186, 1, 3),
(729, '2021-10-04', '05:21:11', 138, 0, 1),
(730, '2021-10-04', '05:21:18', 112, 2, 5),
(731, '2021-10-04', '05:29:03', 274, 1, 2),
(732, '2021-10-04', '05:13:44', 2083, 2, 2),
(733, '2021-10-05', '06:36:09', 2083, 3, 4),
(734, '2021-10-05', '06:43:46', 13, 8, 8),
(735, '2021-10-05', '09:14:23', 138, 1, 1),
(736, '2021-10-05', '05:43:23', 112, 1, 3),
(737, '2021-10-06', '03:49:33', 13, 3, 3),
(738, '2021-10-06', '06:55:34', 2083, 3, 5),
(739, '2021-10-06', '08:49:01', 138, 1, 1),
(740, '2021-10-06', '12:41:05', 186, 0, 1),
(741, '2021-10-06', '02:05:51', 274, 0, 1),
(742, '2021-10-07', '01:18:47', 13, 19, 24),
(743, '2021-10-07', '01:48:37', 274, 0, 3),
(744, '2021-10-07', '01:48:51', 112, 3, 8),
(745, '2021-10-07', '03:12:57', 138, 2, 8),
(746, '2021-10-07', '03:12:58', 2083, 5, 7),
(747, '2021-10-07', '05:37:51', 2066, 1, 2),
(748, '2021-10-07', '06:40:46', 186, 0, 3),
(749, '2021-10-07', '07:50:55', 1, 0, 2),
(750, '2021-10-08', '01:55:18', 13, 4, 4),
(751, '2021-10-08', '01:55:53', 274, 0, 1),
(752, '2021-10-08', '01:56:16', 112, 1, 2),
(753, '2021-10-08', '04:22:32', 2083, 2, 3),
(754, '2021-10-08', '01:36:43', 138, 0, 1),
(755, '2021-10-09', '12:47:48', 112, 1, 1),
(756, '2021-10-09', '02:26:23', 13, 1, 1),
(757, '2021-10-09', '06:56:17', 274, 1, 1),
(758, '2021-10-09', '03:20:32', 2083, 0, 1),
(759, '2021-10-10', '01:01:46', 2083, 0, 1),
(760, '2021-10-10', '02:28:23', 1904, 1, 1),
(761, '2021-10-10', '06:21:31', 13, 2, 2),
(762, '2021-10-10', '09:00:48', 1, 1, 1),
(763, '2021-10-11', '02:29:44', 13, 4, 5),
(764, '2021-10-11', '04:08:34', 2083, 2, 2),
(765, '2021-10-11', '04:11:37', 274, 0, 2),
(766, '2021-10-11', '04:11:44', 186, 0, 1),
(767, '2021-10-11', '07:43:07', 138, 1, 1),
(768, '2021-10-11', '02:55:31', 112, 0, 1),
(769, '2021-10-12', '08:13:36', 13, 4, 5),
(770, '2021-10-12', '08:14:45', 112, 2, 5),
(771, '2021-10-12', '08:49:31', 138, 0, 1),
(772, '2021-10-13', '01:04:34', 112, 1, 2),
(773, '2021-10-13', '02:58:12', 13, 6, 6),
(774, '2021-10-13', '02:58:35', 186, 0, 1),
(775, '2021-10-13', '12:30:59', 1, 1, 1),
(776, '2021-10-13', '06:21:47', 138, 2, 2),
(777, '2021-10-13', '09:13:12', 2066, 1, 1),
(778, '2021-10-13', '11:49:50', 123, 1, 1),
(779, '2021-10-14', '01:32:28', 2083, 1, 2),
(780, '2021-10-14', '03:12:34', 138, 4, 4),
(781, '2021-10-14', '03:44:05', 13, 5, 7),
(782, '2021-10-15', '01:01:22', 186, 1, 4),
(783, '2021-10-15', '01:34:47', 13, 5, 6),
(784, '2021-10-15', '01:52:44', 112, 0, 1),
(785, '2021-10-15', '01:53:30', 138, 1, 2),
(786, '2021-10-15', '01:54:06', 274, 0, 1),
(787, '2021-10-15', '03:11:18', 2083, 3, 5),
(788, '2021-10-15', '04:22:03', 2066, 0, 1),
(789, '2021-10-15', '05:16:57', 266, 1, 1),
(790, '2021-10-16', '02:52:48', 2083, 2, 2),
(791, '2021-10-16', '11:21:43', 13, 2, 2),
(792, '2021-10-16', '12:05:39', 138, 1, 1),
(793, '2021-10-17', '11:56:46', 13, 1, 1),
(794, '2021-10-17', '11:52:03', 112, 1, 1),
(795, '2021-10-18', '12:46:10', 13, 4, 5),
(796, '2021-10-18', '01:53:44', 2083, 2, 5),
(797, '2021-10-18', '02:51:35', 186, 0, 1),
(798, '2021-10-18', '02:40:18', 1, 1, 1),
(799, '2021-10-18', '03:27:13', 112, 1, 2),
(800, '2021-10-18', '11:09:47', 274, 1, 1),
(801, '2021-10-19', '01:07:28', 138, 1, 1),
(802, '2021-10-19', '01:07:28', 2066, 1, 1),
(803, '2021-10-19', '01:07:28', 13, 5, 5),
(804, '2021-10-19', '01:32:07', 2083, 2, 2),
(805, '2021-10-19', '03:17:13', 123, 1, 1),
(806, '2021-10-20', '03:06:21', 13, 2, 2),
(807, '2021-10-20', '04:47:30', 2083, 2, 2),
(808, '2021-10-20', '05:47:08', 1, 2, 2),
(809, '2021-10-21', '12:23:59', 2083, 3, 3),
(810, '2021-10-21', '12:47:59', 13, 7, 9),
(811, '2021-10-21', '06:42:57', 138, 0, 4),
(812, '2021-10-21', '06:44:45', 112, 0, 5),
(813, '2021-10-21', '06:45:41', 274, 0, 1),
(814, '2021-10-21', '06:46:31', 186, 0, 1),
(815, '2021-10-21', '12:39:11', 123, 1, 1),
(816, '2021-10-22', '03:40:48', 2083, 1, 1),
(817, '2021-10-22', '03:40:52', 138, 1, 3),
(818, '2021-10-22', '08:33:29', 13, 2, 5),
(819, '2021-10-23', '06:51:42', 2083, 1, 2),
(820, '2021-10-23', '08:50:33', 186, 1, 1),
(821, '2021-10-24', '11:35:43', 13, 3, 3),
(822, '2021-10-24', '01:33:57', 112, 0, 1),
(823, '2021-10-25', '03:33:14', 13, 10, 13),
(824, '2021-10-25', '06:01:32', 1, 1, 1),
(825, '2021-10-25', '07:45:03', 112, 0, 3),
(826, '2021-10-25', '07:45:23', 186, 0, 2),
(827, '2021-10-25', '09:46:13', 138, 1, 4),
(828, '2021-10-25', '11:15:11', 2066, 1, 1),
(829, '2021-10-25', '12:49:38', 2083, 1, 1),
(830, '2021-10-26', '01:12:05', 13, 10, 10),
(831, '2021-10-26', '04:17:03', 138, 0, 1),
(832, '2021-10-26', '08:44:08', 2083, 2, 3),
(833, '2021-10-26', '11:34:07', 112, 1, 1),
(834, '2021-10-27', '12:14:32', 274, 2, 2),
(835, '2021-10-27', '01:38:22', 138, 2, 3),
(836, '2021-10-27', '01:53:38', 2083, 2, 2),
(837, '2021-10-27', '02:47:11', 13, 5, 5),
(838, '2021-10-27', '06:24:39', 112, 2, 6),
(839, '2021-10-27', '06:24:45', 186, 0, 2),
(840, '2021-10-28', '01:09:56', 13, 10, 14),
(841, '2021-10-28', '01:11:35', 112, 0, 5),
(842, '2021-10-28', '01:47:19', 186, 1, 2),
(843, '2021-10-28', '05:31:29', 138, 4, 10),
(844, '2021-10-28', '05:48:07', 274, 0, 1),
(845, '2021-10-28', '09:48:16', 2083, 2, 2),
(846, '2021-10-28', '12:57:24', 2066, 1, 1),
(847, '2021-10-29', '04:29:55', 13, 6, 6),
(848, '2021-10-29', '04:30:23', 112, 0, 1),
(849, '2021-10-29', '04:48:23', 138, 1, 1),
(850, '2021-10-29', '04:48:23', 2083, 1, 1),
(851, '2021-10-30', '05:18:59', 13, 4, 4),
(852, '2021-10-30', '12:58:40', 112, 0, 1),
(853, '2021-10-31', '05:55:48', 138, 2, 2),
(854, '2021-10-31', '08:23:44', 2083, 1, 1),
(855, '2021-10-31', '12:39:36', 13, 4, 5),
(856, '2021-10-31', '12:43:28', 112, 1, 2),
(857, '2021-10-31', '03:40:55', 2066, 1, 1),
(858, '2021-10-31', '10:16:41', 274, 1, 1),
(859, '2021-11-01', '01:25:07', 13, 12, 14),
(860, '2021-11-01', '01:31:18', 138, 4, 7),
(861, '2021-11-01', '03:26:47', 2083, 1, 1),
(862, '2021-11-01', '04:18:05', 112, 0, 2),
(863, '2021-11-02', '02:07:09', 13, 8, 8),
(864, '2021-11-02', '02:07:19', 112, 0, 2),
(865, '2021-11-02', '05:16:06', 123, 1, 1),
(866, '2021-11-02', '05:10:58', 186, 0, 1),
(867, '2021-11-02', '10:08:08', 2083, 1, 1),
(868, '2021-11-02', '10:08:10', 138, 1, 2),
(869, '2021-11-03', '12:24:36', 274, 2, 2),
(870, '2021-11-03', '05:43:41', 13, 3, 4),
(871, '2021-11-03', '07:04:19', 112, 1, 2),
(872, '2021-11-03', '07:55:36', 138, 1, 2),
(873, '2021-11-04', '12:31:49', 1, 2, 2),
(874, '2021-11-04', '02:08:01', 13, 4, 4),
(875, '2021-11-04', '05:13:15', 138, 1, 1),
(876, '2021-11-04', '05:13:15', 2083, 1, 1),
(877, '2021-11-05', '12:09:52', 1, 1, 1),
(878, '2021-11-05', '02:39:49', 13, 6, 6),
(879, '2021-11-05', '02:52:11', 138, 0, 1),
(880, '2021-11-05', '01:23:36', 2083, 1, 2),
(881, '2021-11-05', '01:45:52', 2066, 0, 1),
(882, '2021-11-05', '02:06:49', 186, 0, 1),
(883, '2021-11-06', '11:56:46', 274, 1, 1),
(884, '2021-11-07', '03:00:27', 138, 1, 1),
(885, '2021-11-07', '03:00:27', 13, 2, 2),
(886, '2021-11-07', '03:00:27', 2083, 1, 1),
(887, '2021-11-07', '05:00:18', 2066, 1, 1),
(888, '2021-11-08', '12:21:11', 186, 1, 2),
(889, '2021-11-08', '01:31:36', 13, 10, 10),
(890, '2021-11-08', '02:58:07', 138, 1, 2),
(891, '2021-11-08', '04:38:49', 2083, 1, 1),
(892, '2021-11-08', '05:17:25', 123, 1, 1),
(893, '2021-11-08', '07:50:13', 112, 0, 1),
(894, '2021-11-08', '03:49:54', 2066, 1, 1),
(895, '2021-11-09', '12:34:06', 123, 1, 1),
(896, '2021-11-09', '01:10:26', 13, 8, 11),
(897, '2021-11-09', '03:19:58', 112, 0, 3),
(898, '2021-11-09', '03:55:36', 138, 0, 5),
(899, '2021-11-10', '01:24:47', 13, 7, 9),
(900, '2021-11-10', '01:25:20', 112, 2, 7),
(901, '2021-11-10', '01:25:36', 274, 0, 2),
(902, '2021-11-10', '01:25:46', 186, 0, 4),
(903, '2021-11-10', '01:26:23', 138, 7, 13),
(904, '2021-11-10', '03:57:39', 1904, 1, 1),
(905, '2021-11-10', '07:01:51', 2083, 1, 1),
(906, '2021-11-11', '01:22:49', 13, 6, 6),
(907, '2021-11-11', '04:53:37', 2083, 1, 1),
(908, '2021-11-11', '04:53:37', 138, 1, 1),
(909, '2021-11-11', '05:25:04', 112, 1, 1),
(910, '2021-11-12', '02:42:21', 13, 4, 4),
(911, '2021-11-12', '04:28:39', 112, 2, 2),
(912, '2021-11-12', '05:19:32', 138, 3, 3),
(913, '2021-11-12', '05:19:33', 2083, 2, 2),
(914, '2021-11-12', '06:55:31', 186, 2, 2),
(915, '2021-11-12', '09:53:30', 1904, 1, 1),
(916, '2021-11-13', '04:21:50', 13, 5, 5),
(917, '2021-11-13', '06:21:34', 112, 1, 1),
(918, '2021-11-14', '04:20:24', 112, 1, 1),
(919, '2021-11-14', '10:29:29', 138, 1, 1),
(920, '2021-11-15', '01:10:19', 138, 1, 2),
(921, '2021-11-15', '01:10:20', 112, 2, 3),
(922, '2021-11-15', '01:10:20', 13, 9, 11),
(923, '2021-11-15', '01:41:05', 274, 0, 1),
(924, '2021-11-15', '01:41:32', 186, 0, 1),
(925, '2021-11-15', '04:23:40', 2083, 1, 1),
(926, '2021-11-15', '04:28:37', 2066, 1, 1),
(927, '2021-11-15', '09:52:36', 1, 1, 1),
(928, '2021-11-16', '01:03:23', 13, 9, 10),
(929, '2021-11-16', '02:13:26', 2066, 2, 2),
(930, '2021-11-16', '04:05:57', 112, 1, 2),
(931, '2021-11-16', '06:00:10', 138, 1, 1),
(932, '2021-11-16', '06:17:56', 1, 1, 2),
(933, '2021-11-16', '04:34:12', 2083, 1, 1),
(934, '2021-11-17', '12:59:11', 2083, 1, 1),
(935, '2021-11-17', '03:10:37', 13, 4, 4),
(936, '2021-11-17', '03:11:15', 112, 3, 8),
(937, '2021-11-17', '07:29:48', 274, 2, 2),
(938, '2021-11-17', '07:38:31', 138, 0, 2),
(939, '2021-11-18', '12:21:38', 138, 1, 1),
(940, '2021-11-18', '02:39:45', 13, 7, 7),
(941, '2021-11-18', '06:57:29', 186, 0, 1),
(942, '2021-11-19', '01:25:00', 13, 9, 9),
(943, '2021-11-19', '01:25:00', 13, 9, 9),
(944, '2021-11-19', '07:39:50', 112, 1, 2),
(945, '2021-11-19', '09:00:54', 138, 1, 1),
(946, '2021-11-19', '02:49:39', 274, 1, 1),
(947, '2021-11-19', '02:50:05', 1, 1, 1),
(948, '2021-11-19', '03:27:39', 186, 1, 1),
(949, '2021-11-20', '04:51:25', 1, 2, 2),
(950, '2021-11-20', '06:52:05', 13, 5, 5),
(951, '2021-11-20', '03:41:58', 2083, 2, 2),
(952, '2021-11-20', '06:05:25', 138, 2, 2),
(953, '2021-11-20', '09:47:46', 123, 1, 1),
(954, '2021-11-21', '03:52:51', 2083, 1, 1),
(955, '2021-11-21', '07:38:01', 112, 1, 1),
(956, '2021-11-21', '10:59:26', 13, 1, 1),
(957, '2021-11-22', '01:12:08', 2083, 1, 1),
(958, '2021-11-22', '02:56:31', 13, 6, 6),
(959, '2021-11-22', '03:37:39', 2066, 1, 1),
(960, '2021-11-23', '01:19:03', 13, 12, 12),
(961, '2021-11-23', '01:19:03', 13, 12, 12),
(962, '2021-11-23', '02:18:51', 112, 0, 3),
(963, '2021-11-23', '04:55:07', 138, 1, 3),
(964, '2021-11-23', '04:55:08', 2083, 1, 1),
(965, '2021-11-23', '09:56:27', 186, 1, 1),
(966, '2021-11-24', '01:12:01', 13, 3, 5),
(967, '2021-11-24', '01:12:35', 186, 0, 1),
(968, '2021-11-24', '02:43:42', 138, 0, 1),
(969, '2021-11-24', '07:46:05', 112, 1, 1),
(970, '2021-11-25', '04:44:40', 13, 6, 8),
(971, '2021-11-25', '04:44:45', 186, 0, 3),
(972, '2021-11-25', '07:32:50', 1, 1, 1),
(973, '2021-11-25', '08:59:04', 138, 1, 4),
(974, '2021-11-25', '09:01:04', 274, 0, 1),
(975, '2021-11-25', '09:01:30', 2083, 1, 2),
(976, '2021-11-25', '09:03:54', 112, 0, 1),
(977, '2021-11-26', '02:25:08', 13, 3, 4),
(978, '2021-11-26', '02:25:37', 112, 1, 3),
(979, '2021-11-26', '02:26:37', 186, 0, 3),
(980, '2021-11-26', '02:27:19', 138, 0, 3),
(981, '2021-11-27', '12:46:01', 13, 4, 4),
(982, '2021-11-27', '12:46:25', 186, 0, 1),
(983, '2021-11-27', '11:12:28', 1909, 1, 1),
(984, '2021-11-27', '12:39:22', 112, 1, 1),
(985, '2021-11-27', '12:39:22', 138, 1, 1),
(986, '2021-11-29', '12:33:53', 274, 1, 1),
(987, '2021-11-29', '03:49:17', 13, 6, 7),
(988, '2021-11-29', '03:49:17', 13, 6, 7),
(989, '2021-11-29', '03:50:48', 112, 1, 2),
(990, '2021-11-29', '03:51:24', 138, 0, 1),
(991, '2021-11-29', '02:02:50', 2066, 1, 1),
(992, '2021-11-30', '04:32:20', 13, 3, 3),
(993, '2021-11-30', '04:32:37', 186, 0, 2),
(994, '2021-11-30', '07:31:53', 1, 2, 2),
(995, '2021-12-01', '02:19:47', 123, 1, 1),
(996, '2021-12-01', '03:50:05', 112, 2, 6),
(997, '2021-12-01', '06:34:15', 13, 7, 9),
(998, '2021-12-01', '09:11:04', 186, 0, 3),
(999, '2021-12-01', '10:04:36', 274, 0, 2),
(1000, '2021-12-01', '11:03:12', 138, 0, 1),
(1001, '2021-12-02', '12:58:05', 13, 4, 5),
(1002, '2021-12-02', '04:21:12', 2066, 1, 1),
(1003, '2021-12-02', '04:43:59', 112, 2, 2),
(1004, '2021-12-03', '01:35:13', 13, 7, 7),
(1005, '2021-12-03', '07:50:35', 112, 4, 4),
(1006, '2021-12-03', '10:28:49', 138, 2, 3),
(1007, '2021-12-03', '10:39:13', 2083, 1, 1),
(1008, '2021-12-04', '04:47:40', 274, 1, 1),
(1009, '2021-12-04', '09:54:53', 138, 1, 1),
(1010, '2021-12-04', '10:23:24', 1, 1, 1),
(1011, '2021-12-05', '04:04:58', 13, 1, 1),
(1012, '2021-12-06', '01:54:30', 13, 8, 9),
(1013, '2021-12-06', '02:03:06', 274, 0, 1),
(1014, '2021-12-06', '09:47:49', 138, 0, 1),
(1015, '2021-12-06', '06:24:27', 1, 1, 1),
(1016, '2021-12-06', '07:04:53', 123, 1, 1),
(1017, '2021-12-07', '01:21:02', 13, 13, 13),
(1018, '2021-12-07', '04:20:36', 186, 1, 4),
(1019, '2021-12-07', '04:21:43', 112, 0, 1),
(1020, '2021-12-07', '07:54:21', 1, 1, 1),
(1021, '2021-12-07', '04:50:55', 2066, 1, 1),
(1022, '2021-12-08', '01:41:11', 1, 1, 1),
(1023, '2021-12-08', '03:03:22', 13, 9, 11),
(1024, '2021-12-08', '03:40:57', 186, 0, 2),
(1025, '2021-12-08', '06:02:54', 112, 1, 2),
(1026, '2021-12-08', '09:06:07', 138, 3, 4),
(1027, '2021-12-09', '01:37:54', 13, 13, 14),
(1028, '2021-12-09', '03:33:06', 112, 2, 4),
(1029, '2021-12-09', '03:33:42', 274, 0, 1),
(1030, '2021-12-09', '03:34:00', 138, 0, 1),
(1031, '2021-12-09', '07:41:35', 1, 1, 1),
(1032, '2021-12-09', '11:28:38', 266, 1, 1),
(1033, '2021-12-09', '12:18:25', 2066, 1, 1),
(1034, '2021-12-10', '12:27:33', 13, 4, 5),
(1035, '2021-12-10', '07:49:42', 266, 1, 1),
(1036, '2021-12-11', '08:13:28', 138, 1, 1),
(1037, '2021-12-11', '04:08:05', 1904, 1, 1),
(1038, '2021-12-12', '12:43:52', 13, 3, 3),
(1039, '2021-12-12', '12:44:16', 186, 0, 1),
(1040, '2021-12-13', '01:01:24', 13, 6, 6),
(1041, '2021-12-13', '01:02:46', 112, 0, 2),
(1042, '2021-12-13', '12:50:21', 138, 0, 1),
(1043, '2021-12-13', '02:36:44', 2083, 1, 1),
(1044, '2021-12-13', '04:12:58', 1904, 0, 1),
(1045, '2021-12-13', '04:13:17', 186, 0, 1),
(1046, '2021-12-14', '12:59:37', 13, 9, 9),
(1047, '2021-12-14', '04:11:33', 138, 2, 2),
(1048, '2021-12-14', '09:50:16', 112, 1, 1),
(1049, '2021-12-14', '12:55:51', 2083, 1, 1),
(1050, '2021-12-15', '02:20:35', 13, 6, 7),
(1051, '2021-12-15', '03:28:10', 138, 0, 3),
(1052, '2021-12-15', '08:27:43', 1904, 1, 1),
(1053, '2021-12-15', '09:15:22', 274, 0, 2),
(1054, '2021-12-15', '09:30:20', 2066, 1, 1),
(1055, '2021-12-15', '10:13:06', 186, 1, 2),
(1056, '2021-12-16', '02:28:53', 13, 12, 13),
(1057, '2021-12-16', '02:28:53', 13, 12, 13),
(1058, '2021-12-16', '02:29:10', 186, 1, 1),
(1059, '2021-12-16', '12:53:09', 2083, 2, 2),
(1060, '2021-12-17', '03:06:34', 13, 6, 7),
(1061, '2021-12-17', '08:12:55', 138, 0, 1),
(1062, '2021-12-17', '01:44:05', 112, 0, 1),
(1063, '2021-12-17', '07:12:32', 274, 2, 2),
(1064, '2021-12-17', '08:17:23', 2066, 1, 1),
(1065, '2021-12-18', '09:29:20', 13, 2, 2),
(1066, '2021-12-18', '11:02:53', 138, 1, 1),
(1067, '2021-12-18', '11:09:50', 274, 1, 1),
(1068, '2021-12-18', '11:10:15', 1, 1, 1),
(1069, '2021-12-19', '01:22:39', 112, 1, 1),
(1070, '2021-12-19', '06:45:26', 2083, 1, 1),
(1071, '2021-12-19', '01:31:08', 13, 2, 2),
(1072, '2021-12-20', '01:31:16', 13, 12, 12),
(1073, '2021-12-20', '03:14:08', 2066, 1, 1),
(1074, '2021-12-20', '02:16:54', 138, 0, 1),
(1075, '2021-12-21', '02:37:28', 13, 5, 5),
(1076, '2021-12-21', '02:37:28', 13, 5, 5),
(1077, '2021-12-21', '03:26:20', 2083, 1, 1),
(1078, '2021-12-21', '06:27:13', 138, 2, 3),
(1079, '2021-12-21', '08:05:11', 123, 1, 1),
(1080, '2021-12-21', '08:42:43', 186, 0, 1),
(1081, '2021-12-21', '09:21:39', 1, 1, 1),
(1082, '2021-12-22', '03:05:46', 13, 11, 13),
(1083, '2021-12-22', '03:10:40', 1904, 0, 1),
(1084, '2021-12-22', '07:03:03', 112, 1, 2),
(1085, '2021-12-23', '03:54:43', 186, 1, 1),
(1086, '2021-12-23', '10:04:46', 13, 2, 2),
(1087, '2021-12-24', '05:34:05', 274, 1, 1),
(1088, '2021-12-24', '05:34:34', 2083, 2, 3),
(1089, '2021-12-24', '06:57:39', 13, 7, 8),
(1090, '2021-12-24', '06:57:39', 13, 7, 8),
(1091, '2021-12-24', '11:20:23', 2066, 1, 1),
(1092, '2021-12-25', '02:12:31', 13, 3, 3),
(1093, '2021-12-25', '01:55:07', 2083, 1, 1),
(1094, '2021-12-25', '02:01:20', 138, 1, 1),
(1095, '2021-12-25', '10:08:28', 186, 1, 1),
(1096, '2021-12-26', '12:19:34', 2083, 1, 1),
(1097, '2021-12-26', '07:58:37', 138, 1, 1),
(1098, '2021-12-26', '07:58:40', 186, 1, 1),
(1099, '2021-12-26', '12:36:30', 13, 1, 1),
(1100, '2021-12-27', '12:18:20', 13, 21, 24),
(1101, '2021-12-27', '12:19:58', 112, 0, 2),
(1102, '2021-12-27', '12:20:33', 138, 0, 4),
(1103, '2021-12-27', '12:20:53', 274, 0, 1),
(1104, '2021-12-27', '04:01:13', 186, 0, 2),
(1105, '2021-12-27', '06:25:46', 2066, 1, 1),
(1106, '2021-12-28', '03:01:28', 13, 13, 13),
(1107, '2021-12-28', '06:54:46', 138, 0, 4),
(1108, '2021-12-28', '07:01:22', 112, 0, 2),
(1109, '2021-12-29', '12:52:08', 13, 7, 9),
(1110, '2021-12-29', '12:52:31', 138, 2, 4),
(1111, '2021-12-29', '02:23:20', 112, 0, 2),
(1112, '2021-12-29', '06:04:42', 2083, 1, 1),
(1113, '2021-12-29', '10:37:22', 2066, 1, 1),
(1114, '2021-12-30', '02:26:55', 13, 11, 11),
(1115, '2021-12-30', '06:51:55', 186, 1, 1),
(1116, '2021-12-30', '08:02:41', 274, 1, 1),
(1117, '2021-12-30', '09:10:52', 138, 1, 1),
(1118, '2021-12-31', '06:31:28', 13, 2, 2),
(1119, '2021-12-31', '04:11:21', 1, 1, 1),
(1120, '2021-12-31', '05:47:46', 186, 1, 1),
(1121, '2021-12-31', '05:47:50', 1904, 1, 1),
(1122, '2021-12-31', '05:47:54', 112, 1, 1),
(1123, '2021-12-31', '05:47:58', 138, 2, 2),
(1124, '2022-01-01', '05:11:23', 186, 1, 1),
(1125, '2022-01-01', '05:11:56', 1, 1, 2),
(1126, '2022-01-01', '05:12:38', 2066, 0, 1),
(1127, '2022-01-01', '05:12:38', 2083, 0, 1),
(1128, '2022-01-01', '11:50:09', 274, 1, 1),
(1129, '2022-01-02', '05:49:38', 13, 1, 1),
(1130, '2022-01-02', '05:49:39', 2066, 2, 2),
(1131, '2022-01-02', '10:00:10', 138, 2, 2),
(1132, '2022-01-03', '06:26:47', 138, 2, 3),
(1133, '2022-01-03', '09:12:14', 13, 6, 6),
(1134, '2022-01-03', '12:48:57', 2066, 1, 1),
(1135, '2022-01-03', '01:11:12', 112, 1, 1),
(1136, '2022-01-03', '09:30:24', 1, 2, 2),
(1137, '2022-01-04', '01:45:36', 13, 10, 12),
(1138, '2022-01-04', '04:28:20', 186, 0, 1),
(1139, '2022-01-04', '09:21:06', 138, 1, 5),
(1140, '2022-01-04', '09:54:18', 112, 0, 3),
(1141, '2022-01-05', '12:19:19', 13, 8, 9),
(1142, '2022-01-05', '12:19:23', 138, 3, 7),
(1143, '2022-01-05', '02:21:32', 112, 2, 3),
(1144, '2022-01-05', '02:21:52', 186, 1, 3),
(1145, '2022-01-05', '08:21:24', 274, 2, 2),
(1146, '2022-01-05', '07:14:12', 1, 1, 1),
(1147, '2022-01-06', '01:10:23', 13, 6, 6),
(1148, '2022-01-06', '08:44:30', 274, 1, 1),
(1149, '2022-01-06', '08:53:02', 112, 4, 4),
(1150, '2022-01-06', '10:39:38', 1, 1, 1),
(1151, '2022-01-06', '10:10:11', 138, 1, 1),
(1152, '2022-01-07', '01:08:18', 13, 11, 12),
(1153, '2022-01-07', '04:24:22', 1, 1, 1),
(1154, '2022-01-07', '09:03:51', 138, 1, 1),
(1155, '2022-01-07', '04:32:20', 2083, 2, 2),
(1156, '2022-01-08', '09:44:03', 274, 2, 2),
(1157, '2022-01-08', '07:11:38', 138, 1, 1),
(1158, '2022-01-08', '09:40:40', 1, 1, 1),
(1159, '2022-01-09', '02:38:50', 13, 5, 5),
(1160, '2022-01-09', '07:14:24', 1, 2, 2),
(1161, '2022-01-09', '07:42:03', 138, 2, 2),
(1162, '2022-01-09', '11:14:28', 112, 1, 2),
(1163, '2022-01-10', '02:22:13', 13, 4, 5),
(1164, '2022-01-10', '03:16:22', 112, 0, 1),
(1165, '2022-01-10', '03:16:40', 138, 2, 4),
(1166, '2022-01-10', '03:17:06', 274, 2, 3),
(1167, '2022-01-10', '05:45:26', 2066, 1, 1),
(1168, '2022-01-11', '01:51:59', 13, 6, 8),
(1169, '2022-01-11', '01:54:12', 112, 1, 5),
(1170, '2022-01-11', '03:11:52', 138, 2, 7),
(1171, '2022-01-11', '03:14:05', 186, 0, 5),
(1172, '2022-01-11', '05:53:45', 2083, 1, 1),
(1173, '2022-01-11', '04:15:27', 1904, 1, 1),
(1174, '2022-01-12', '01:22:43', 13, 6, 10),
(1175, '2022-01-12', '01:23:38', 186, 1, 2),
(1176, '2022-01-12', '04:41:15', 274, 2, 2),
(1177, '2022-01-12', '05:13:47', 112, 1, 1),
(1178, '2022-01-12', '10:16:20', 1, 3, 3),
(1179, '2022-01-12', '03:44:28', 138, 1, 5),
(1180, '2022-01-12', '05:42:15', 2083, 1, 1),
(1181, '2022-01-13', '12:49:09', 13, 8, 10),
(1182, '2022-01-13', '01:40:54', 186, 0, 1),
(1183, '2022-01-13', '01:42:21', 112, 0, 1),
(1184, '2022-01-13', '06:21:06', 2066, 1, 1),
(1185, '2022-01-13', '01:36:46', 1, 1, 1),
(1186, '2022-01-13', '07:47:16', 2083, 1, 1),
(1187, '2022-01-14', '01:45:52', 13, 3, 4),
(1188, '2022-01-14', '01:48:39', 2083, 2, 2),
(1189, '2022-01-14', '04:37:28', 112, 2, 3),
(1190, '2022-01-14', '09:54:50', 274, 1, 2),
(1191, '2022-01-14', '12:53:46', 2066, 1, 1),
(1192, '2022-01-14', '02:41:13', 138, 0, 2),
(1193, '2022-01-15', '01:16:09', 13, 4, 4),
(1194, '2022-01-15', '01:34:08', 112, 1, 3),
(1195, '2022-01-15', '01:34:43', 138, 1, 2),
(1196, '2022-01-15', '06:00:59', 274, 2, 2),
(1197, '2022-01-15', '11:03:26', 1, 2, 2),
(1198, '2022-01-16', '04:37:43', 274, 2, 2),
(1199, '2022-01-16', '04:42:52', 1, 1, 1),
(1200, '2022-01-16', '05:14:25', 2083, 1, 2),
(1201, '2022-01-16', '09:19:30', 13, 3, 3),
(1202, '2022-01-16', '02:54:39', 112, 1, 1),
(1203, '2022-01-17', '02:36:48', 13, 3, 3),
(1204, '2022-01-17', '02:37:02', 186, 0, 3),
(1205, '2022-01-17', '03:40:31', 138, 2, 2),
(1206, '2022-01-17', '04:25:12', 1, 1, 1),
(1207, '2022-01-18', '04:22:28', 13, 1, 2),
(1208, '2022-01-18', '07:25:31', 123, 1, 1),
(1209, '2022-01-18', '08:55:45', 112, 3, 8),
(1210, '2022-01-18', '02:09:18', 138, 1, 2),
(1211, '2022-01-18', '04:21:07', 2083, 1, 1),
(1212, '2022-01-18', '07:00:49', 1, 1, 1),
(1213, '2022-01-19', '01:48:03', 13, 6, 6),
(1214, '2022-01-19', '01:48:03', 13, 6, 6),
(1215, '2022-01-19', '02:20:40', 112, 1, 2),
(1216, '2022-01-19', '04:12:46', 274, 3, 3),
(1217, '2022-01-19', '05:42:08', 186, 0, 2),
(1218, '2022-01-19', '06:15:36', 1, 2, 2),
(1219, '2022-01-19', '07:18:07', 123, 2, 2),
(1220, '2022-01-19', '02:21:36', 266, 1, 1),
(1221, '2022-01-19', '03:54:03', 138, 1, 1),
(1222, '2022-01-20', '02:06:35', 13, 5, 5),
(1223, '2022-01-20', '02:06:50', 186, 0, 1),
(1224, '2022-01-20', '03:53:33', 138, 1, 1),
(1225, '2022-01-20', '04:21:52', 112, 2, 2),
(1226, '2022-01-20', '06:54:08', 2083, 2, 2),
(1227, '2022-01-20', '11:21:10', 1, 1, 1),
(1228, '2022-01-20', '12:41:52', 123, 1, 1),
(1229, '2022-01-20', '06:44:28', 274, 1, 1),
(1230, '2022-01-21', '01:50:48', 13, 12, 12),
(1231, '2022-01-21', '07:09:59', 138, 0, 5),
(1232, '2022-01-21', '05:43:18', 112, 1, 1),
(1233, '2022-01-22', '03:04:56', 138, 2, 3),
(1234, '2022-01-22', '04:02:12', 112, 1, 1),
(1235, '2022-01-22', '08:01:53', 274, 1, 1),
(1236, '2022-01-22', '09:20:54', 1, 2, 2),
(1237, '2022-01-22', '12:11:16', 2083, 2, 2),
(1238, '2022-01-23', '02:46:39', 138, 3, 3),
(1239, '2022-01-23', '05:42:21', 2066, 0, 1),
(1240, '2022-01-23', '08:07:01', 13, 1, 1),
(1241, '2022-01-23', '03:37:15', 1, 1, 1),
(1242, '2022-01-23', '07:02:24', 2083, 1, 1),
(1243, '2022-01-24', '07:09:44', 112, 1, 3),
(1244, '2022-01-24', '07:42:15', 13, 1, 3),
(1245, '2022-01-24', '07:43:37', 138, 0, 1),
(1246, '2022-01-24', '10:24:13', 266, 1, 1),
(1247, '2022-01-24', '01:58:47', 2083, 1, 1),
(1248, '2022-01-24', '04:49:22', 274, 1, 1),
(1249, '2022-01-25', '02:02:01', 13, 24, 27),
(1250, '2022-01-25', '03:01:01', 112, 2, 5),
(1251, '2022-01-25', '12:44:52', 1, 1, 1),
(1252, '2022-01-25', '12:50:16', 1904, 1, 1),
(1253, '2022-01-25', '12:50:37', 186, 2, 2),
(1254, '2022-01-25', '12:50:58', 274, 1, 1),
(1255, '2022-01-25', '12:51:20', 138, 1, 1),
(1256, '2022-01-25', '12:51:55', 1909, 1, 1),
(1257, '2022-01-26', '08:26:34', 13, 5, 5),
(1258, '2022-01-26', '08:26:34', 13, 5, 5),
(1259, '2022-01-26', '08:26:34', 13, 5, 5),
(1260, '2022-01-26', '08:26:34', 13, 5, 5),
(1261, '2022-01-26', '08:45:58', 2083, 1, 1),
(1262, '2022-01-26', '08:46:42', 1, 0, 2),
(1263, '2022-01-26', '09:42:45', 112, 0, 1),
(1264, '2022-01-26', '02:01:00', 138, 1, 1),
(1265, '2022-01-27', '01:39:53', 13, 3, 3),
(1266, '2022-01-27', '01:43:58', 138, 1, 2),
(1267, '2022-01-27', '09:07:09', 112, 1, 1),
(1268, '2022-01-28', '04:34:49', 274, 1, 1),
(1269, '2022-01-28', '07:37:05', 13, 3, 3),
(1270, '2022-01-28', '07:37:10', 138, 0, 1),
(1271, '2022-01-28', '09:52:41', 112, 1, 1),
(1272, '2022-01-28', '09:55:21', 186, 1, 2),
(1273, '2022-01-29', '02:14:51', 1, 2, 2),
(1274, '2022-01-29', '04:47:08', 112, 2, 2),
(1275, '2022-01-29', '04:58:57', 2066, 1, 1),
(1276, '2022-01-29', '04:58:57', 13, 3, 3),
(1277, '2022-01-30', '04:53:50', 274, 2, 2),
(1278, '2022-01-30', '05:37:58', 138, 1, 1),
(1279, '2022-01-30', '12:31:01', 2083, 2, 2),
(1280, '2022-01-30', '07:39:11', 13, 1, 1),
(1281, '2022-01-31', '01:52:21', 112, 2, 2),
(1282, '2022-01-31', '02:29:22', 123, 1, 1),
(1283, '2022-01-31', '04:52:40', 1, 1, 1),
(1284, '2022-01-31', '08:34:32', 13, 3, 3),
(1285, '2022-02-01', '04:23:23', 13, 4, 4),
(1286, '2022-02-01', '04:23:29', 186, 2, 2),
(1287, '2022-02-01', '04:23:34', 1904, 1, 1),
(1288, '2022-02-01', '04:23:39', 112, 2, 2),
(1289, '2022-02-01', '04:23:44', 138, 2, 2),
(1290, '2022-02-01', '05:48:45', 274, 2, 2),
(1291, '2022-02-01', '04:58:00', 2066, 1, 1),
(1292, '2022-02-01', '07:38:31', 1, 1, 1),
(1293, '2022-02-02', '05:54:53', 138, 1, 1),
(1294, '2022-02-02', '04:21:09', 112, 1, 1),
(1295, '2022-02-02', '04:29:35', 274, 2, 2),
(1296, '2022-02-02', '05:34:44', 13, 2, 2),
(1297, '2022-02-03', '03:03:29', 2083, 1, 1),
(1298, '2022-02-03', '04:40:18', 138, 1, 1),
(1299, '2022-02-03', '11:04:44', 13, 1, 1),
(1300, '2022-02-04', '12:58:15', 13, 7, 7),
(1301, '2022-02-04', '03:11:15', 1, 1, 1),
(1302, '2022-02-04', '08:26:13', 112, 1, 1),
(1303, '2022-02-05', '03:44:58', 1, 1, 1),
(1304, '2022-02-05', '05:04:25', 13, 3, 3),
(1305, '2022-02-05', '05:04:39', 112, 1, 3),
(1306, '2022-02-05', '05:41:44', 274, 1, 1),
(1307, '2022-02-05', '07:12:08', 138, 1, 1),
(1308, '2022-02-06', '02:52:55', 138, 2, 2),
(1309, '2022-02-06', '05:51:10', 1, 1, 1),
(1310, '2022-02-06', '08:40:11', 13, 4, 4),
(1311, '2022-02-07', '02:02:09', 13, 3, 3),
(1312, '2022-02-07', '02:02:59', 186, 0, 1),
(1313, '2022-02-07', '05:15:32', 2083, 1, 1),
(1314, '2022-02-07', '07:24:32', 274, 1, 1),
(1315, '2022-02-08', '02:00:28', 1, 1, 1),
(1316, '2022-02-08', '03:23:03', 13, 4, 4),
(1317, '2022-02-08', '03:49:24', 112, 2, 5),
(1318, '2022-02-08', '04:14:06', 186, 2, 2),
(1319, '2022-02-08', '04:24:07', 2083, 1, 1),
(1320, '2022-02-08', '04:30:41', 123, 2, 2),
(1321, '2022-02-08', '08:39:35', 286, 2, 2),
(1322, '2022-02-08', '08:59:34', 138, 1, 1),
(1323, '2022-02-09', '12:15:47', 13, 11, 11),
(1324, '2022-02-09', '12:15:53', 186, 0, 1),
(1325, '2022-02-09', '12:22:04', 274, 1, 1),
(1326, '2022-02-09', '11:36:03', 112, 0, 2),
(1327, '2022-02-10', '07:33:27', 138, 1, 1),
(1328, '2022-02-10', '08:58:33', 186, 1, 2),
(1329, '2022-02-10', '09:45:28', 13, 1, 1),
(1330, '2022-02-10', '09:45:48', 1904, 0, 1),
(1331, '2022-02-10', '09:45:56', 112, 1, 2),
(1332, '2022-02-10', '10:32:32', 274, 1, 1),
(1333, '2022-02-10', '06:42:51', 1, 1, 1),
(1334, '2022-02-11', '02:59:37', 13, 4, 4),
(1335, '2022-02-11', '03:37:11', 138, 3, 3),
(1336, '2022-02-11', '08:05:46', 112, 2, 3),
(1337, '2022-02-11', '11:27:39', 1, 2, 2),
(1338, '2022-02-11', '12:26:58', 2083, 1, 2),
(1339, '2022-02-12', '04:25:07', 1904, 1, 1),
(1340, '2022-02-12', '10:15:15', 274, 1, 1),
(1341, '2022-02-12', '10:17:27', 2083, 1, 1),
(1342, '2022-02-12', '07:26:59', 1, 1, 1),
(1343, '2022-02-13', '02:01:40', 13, 2, 3),
(1344, '2022-02-13', '09:07:53', 274, 1, 1),
(1345, '2022-02-13', '10:03:14', 112, 1, 1),
(1346, '2022-02-14', '12:19:06', 13, 9, 14),
(1347, '2022-02-14', '01:08:09', 112, 1, 4),
(1348, '2022-02-14', '01:08:55', 138, 1, 4),
(1349, '2022-02-14', '01:18:12', 274, 2, 3),
(1350, '2022-02-14', '02:52:10', 186, 1, 2),
(1351, '2022-02-14', '06:03:26', 2083, 2, 2),
(1352, '2022-02-14', '07:39:31', 1, 2, 2),
(1353, '2022-02-15', '03:12:08', 13, 7, 8),
(1354, '2022-02-15', '03:12:18', 112, 1, 3),
(1355, '2022-02-15', '06:00:53', 186, 0, 2),
(1356, '2022-02-15', '09:44:02', 274, 0, 1),
(1357, '2022-02-15', '08:19:51', 1909, 1, 1),
(1358, '2022-02-16', '01:38:32', 13, 9, 9),
(1359, '2022-02-16', '01:38:32', 13, 9, 9),
(1360, '2022-02-16', '02:09:54', 138, 2, 4),
(1361, '2022-02-16', '03:11:49', 112, 1, 3),
(1362, '2022-02-16', '03:12:13', 186, 0, 4),
(1363, '2022-02-16', '08:07:17', 274, 2, 2),
(1364, '2022-02-16', '08:21:30', 286, 1, 1),
(1365, '2022-02-16', '08:48:11', 1, 1, 1),
(1366, '2022-02-17', '12:22:01', 13, 5, 7),
(1367, '2022-02-17', '12:25:40', 274, 0, 2),
(1368, '2022-02-17', '12:27:48', 138, 2, 6),
(1369, '2022-02-17', '12:32:03', 112, 1, 5),
(1370, '2022-02-17', '05:00:47', 1, 1, 1),
(1371, '2022-02-17', '07:10:39', 186, 1, 3),
(1372, '2022-02-18', '01:27:29', 13, 8, 8),
(1373, '2022-02-18', '01:29:56', 186, 0, 3),
(1374, '2022-02-18', '03:55:18', 112, 3, 4),
(1375, '2022-02-18', '07:32:39', 274, 1, 1),
(1376, '2022-02-18', '08:28:32', 138, 1, 3),
(1377, '2022-02-19', '07:36:18', 1, 1, 1),
(1378, '2022-02-19', '04:32:54', 13, 4, 4),
(1379, '2022-02-19', '08:28:30', 274, 2, 2),
(1380, '2022-02-19', '10:24:40', 112, 1, 1),
(1381, '2022-02-20', '11:01:12', 138, 2, 2),
(1382, '2022-02-21', '04:47:55', 13, 15, 15),
(1383, '2022-02-21', '07:34:59', 274, 1, 1),
(1384, '2022-02-21', '01:59:16', 2066, 1, 1),
(1385, '2022-02-22', '06:14:23', 112, 2, 2),
(1386, '2022-02-22', '09:16:30', 13, 1, 1),
(1387, '2022-02-22', '12:31:57', 186, 1, 1),
(1388, '2022-02-22', '10:35:03', 1, 2, 2),
(1389, '2022-02-23', '12:45:43', 13, 9, 10),
(1390, '2022-02-23', '12:45:57', 112, 0, 2),
(1391, '2022-02-23', '12:46:27', 138, 0, 2),
(1392, '2022-02-23', '01:06:30', 186, 0, 3),
(1393, '2022-02-23', '03:20:52', 274, 0, 1),
(1394, '2022-02-24', '12:15:31', 274, 2, 2),
(1395, '2022-02-24', '12:17:27', 13, 5, 5),
(1396, '2022-02-24', '02:27:14', 112, 1, 4),
(1397, '2022-02-24', '04:44:32', 186, 0, 1),
(1398, '2022-02-25', '01:40:04', 13, 2, 2),
(1399, '2022-02-25', '05:21:01', 186, 0, 1),
(1400, '2022-02-25', '06:35:16', 274, 1, 1),
(1401, '2022-02-25', '06:35:38', 112, 1, 2),
(1402, '2022-02-25', '10:33:07', 1, 1, 1),
(1403, '2022-02-25', '10:53:45', 138, 1, 1),
(1404, '2022-02-26', '12:11:33', 274, 1, 1),
(1405, '2022-02-26', '12:32:40', 13, 7, 8),
(1406, '2022-02-26', '12:39:50', 186, 1, 3),
(1407, '2022-02-26', '12:40:12', 138, 2, 5),
(1408, '2022-02-26', '12:40:54', 112, 1, 3),
(1409, '2022-02-26', '01:09:24', 2066, 1, 1),
(1410, '2022-02-26', '02:10:39', 1, 1, 1),
(1411, '2022-02-27', '03:14:15', 186, 0, 2),
(1412, '2022-02-27', '10:14:31', 13, 3, 3),
(1413, '2022-02-28', '06:55:48', 13, 3, 3),
(1414, '2022-02-28', '07:19:03', 112, 1, 1),
(1415, '2022-02-28', '09:44:14', 1, 1, 1),
(1416, '2022-02-28', '08:20:54', 186, 1, 1),
(1417, '2022-03-01', '02:28:26', 13, 10, 10),
(1418, '2022-03-01', '02:28:26', 13, 10, 10),
(1419, '2022-03-01', '05:06:50', 2066, 1, 1),
(1420, '2022-03-01', '02:11:34', 138, 3, 3),
(1421, '2022-03-01', '02:11:34', 2083, 1, 1),
(1422, '2022-03-01', '02:35:54', 1, 1, 1),
(1423, '2022-03-01', '02:42:30', 274, 1, 1),
(1424, '2022-03-01', '04:18:46', 286, 1, 1),
(1425, '2022-03-02', '06:21:57', 13, 2, 2),
(1426, '2022-03-02', '06:23:08', 186, 1, 5),
(1427, '2022-03-02', '11:46:28', 112, 2, 2),
(1428, '2022-03-02', '06:15:12', 2066, 1, 1),
(1429, '2022-03-03', '02:36:35', 13, 7, 8),
(1430, '2022-03-03', '02:40:13', 186, 0, 1),
(1431, '2022-03-03', '03:03:45', 138, 0, 2),
(1432, '2022-03-03', '04:08:57', 112, 0, 1),
(1433, '2022-03-03', '06:11:45', 286, 1, 1),
(1434, '2022-03-03', '07:38:07', 2083, 1, 3),
(1435, '2022-03-03', '11:20:36', 2066, 1, 1),
(1436, '2022-03-04', '12:58:02', 112, 1, 1),
(1437, '2022-03-04', '02:05:37', 13, 4, 4),
(1438, '2022-03-04', '02:35:22', 1, 1, 1),
(1439, '2022-03-04', '12:10:07', 2066, 3, 3),
(1440, '2022-03-04', '12:10:39', 138, 0, 1),
(1441, '2022-03-05', '05:27:01', 2083, 0, 1),
(1442, '2022-03-05', '05:48:49', 2066, 1, 1),
(1443, '2022-03-05', '08:51:36', 13, 1, 1),
(1444, '2022-03-06', '02:03:50', 13, 5, 7),
(1445, '2022-03-06', '03:56:28', 112, 1, 1),
(1446, '2022-03-06', '03:12:38', 138, 0, 2),
(1447, '2022-03-06', '06:42:26', 186, 1, 1),
(1448, '2022-03-07', '01:34:06', 13, 10, 11),
(1449, '2022-03-07', '02:54:16', 186, 1, 4),
(1450, '2022-03-07', '03:55:47', 2083, 1, 1),
(1451, '2022-03-07', '11:45:02', 274, 0, 1),
(1452, '2022-03-08', '01:11:03', 13, 5, 8),
(1453, '2022-03-08', '01:26:20', 186, 0, 1),
(1454, '2022-03-08', '02:31:21', 2083, 1, 2),
(1455, '2022-03-08', '04:09:11', 2066, 0, 1),
(1456, '2022-03-08', '04:45:44', 112, 2, 4),
(1457, '2022-03-09', '03:21:52', 13, 4, 5),
(1458, '2022-03-09', '03:35:42', 274, 1, 1),
(1459, '2022-03-09', '03:36:22', 266, 1, 1),
(1460, '2022-03-09', '09:45:32', 112, 1, 1),
(1461, '2022-03-09', '11:51:08', 1904, 1, 1),
(1462, '2022-03-10', '02:27:49', 13, 8, 11),
(1463, '2022-03-10', '02:36:13', 112, 1, 5),
(1464, '2022-03-10', '02:37:08', 186, 0, 2),
(1465, '2022-03-10', '03:08:25', 138, 1, 1),
(1466, '2022-03-11', '05:28:07', 13, 2, 4),
(1467, '2022-03-11', '05:33:44', 112, 0, 1),
(1468, '2022-03-12', '03:33:34', 13, 3, 3),
(1469, '2022-03-12', '11:42:36', 138, 0, 2),
(1470, '2022-03-12', '03:49:05', 186, 1, 1),
(1471, '2022-03-13', '02:03:46', 13, 6, 7),
(1472, '2022-03-13', '05:20:42', 2066, 1, 1),
(1473, '2022-03-13', '12:04:15', 112, 1, 1),
(1474, '2022-03-13', '07:19:59', 138, 1, 1),
(1475, '2022-03-13', '11:37:12', 266, 1, 1),
(1476, '2022-03-14', '12:38:34', 13, 8, 12),
(1477, '2022-03-14', '01:53:22', 112, 1, 8),
(1478, '2022-03-14', '02:28:05', 186, 0, 4),
(1479, '2022-03-14', '06:45:13', 138, 0, 3),
(1480, '2022-03-14', '07:54:12', 2066, 1, 1),
(1481, '2022-03-14', '10:18:50', 1, 1, 1),
(1482, '2022-03-15', '12:35:16', 112, 2, 6),
(1483, '2022-03-15', '05:32:13', 13, 11, 14),
(1484, '2022-03-15', '05:32:13', 13, 11, 14),
(1485, '2022-03-15', '06:23:10', 138, 0, 4),
(1486, '2022-03-15', '01:01:49', 274, 0, 2),
(1487, '2022-03-15', '01:04:24', 186, 0, 2),
(1488, '2022-03-15', '01:34:20', 266, 1, 3),
(1489, '2022-03-15', '01:34:45', 2066, 1, 1),
(1490, '2022-03-16', '12:41:08', 112, 2, 4),
(1491, '2022-03-16', '12:47:16', 13, 7, 8),
(1492, '2022-03-16', '01:38:57', 123, 1, 1),
(1493, '2022-03-16', '03:08:50', 186, 0, 1),
(1494, '2022-03-16', '11:01:09', 138, 0, 2),
(1495, '2022-03-17', '01:00:05', 112, 2, 4),
(1496, '2022-03-17', '02:11:50', 13, 5, 5),
(1497, '2022-03-17', '03:59:54', 186, 1, 2),
(1498, '2022-03-17', '02:21:06', 2066, 1, 1),
(1499, '2022-03-18', '02:41:46', 13, 5, 6),
(1500, '2022-03-18', '07:54:19', 138, 0, 1),
(1501, '2022-03-18', '07:41:54', 1904, 1, 1),
(1502, '2022-03-19', '01:18:11', 1909, 1, 1),
(1503, '2022-03-19', '01:14:07', 13, 2, 3),
(1504, '2022-03-19', '01:36:55', 2083, 1, 1),
(1505, '2022-03-20', '12:28:24', 13, 7, 9),
(1506, '2022-03-20', '09:49:17', 112, 0, 2),
(1507, '2022-03-20', '09:50:08', 186, 0, 1),
(1508, '2022-03-21', '01:39:26', 13, 13, 15),
(1509, '2022-03-21', '01:40:10', 112, 2, 7),
(1510, '2022-03-21', '01:40:38', 274, 0, 1),
(1511, '2022-03-21', '01:40:48', 186, 0, 3),
(1512, '2022-03-21', '04:18:59', 2083, 1, 1),
(1513, '2022-03-21', '04:18:59', 138, 2, 5),
(1514, '2022-03-21', '10:37:26', 1909, 1, 1),
(1515, '2022-03-22', '12:54:00', 112, 5, 8),
(1516, '2022-03-22', '01:03:45', 13, 17, 23),
(1517, '2022-03-22', '01:24:08', 138, 0, 2),
(1518, '2022-03-22', '03:54:30', 2066, 1, 1),
(1519, '2022-03-22', '06:35:12', 274, 0, 1),
(1520, '2022-03-22', '06:36:30', 186, 0, 1),
(1521, '2022-03-23', '03:09:11', 13, 4, 4),
(1522, '2022-03-23', '03:42:26', 274, 1, 2),
(1523, '2022-03-23', '04:15:46', 1, 1, 1),
(1524, '2022-03-23', '05:26:17', 2066, 1, 1),
(1525, '2022-03-23', '05:53:09', 112, 0, 1),
(1526, '2022-03-23', '07:37:13', 138, 0, 1),
(1527, '2022-03-24', '01:52:20', 13, 4, 7),
(1528, '2022-03-24', '01:52:49', 112, 0, 2),
(1529, '2022-03-24', '01:56:06', 186, 0, 2),
(1530, '2022-03-24', '10:10:11', 2083, 1, 1),
(1531, '2022-03-24', '10:10:57', 138, 0, 1),
(1532, '2022-03-25', '12:22:29', 186, 1, 3),
(1533, '2022-03-25', '02:01:52', 13, 5, 5),
(1534, '2022-03-25', '02:02:10', 138, 1, 4),
(1535, '2022-03-25', '02:22:31', 274, 1, 1),
(1536, '2022-03-25', '12:43:05', 2083, 1, 1),
(1537, '2022-03-25', '05:55:19', 1909, 1, 1),
(1538, '2022-03-26', '10:16:37', 13, 2, 2),
(1539, '2022-03-27', '02:13:55', 13, 1, 1),
(1540, '2022-03-28', '03:17:04', 13, 9, 10),
(1541, '2022-03-28', '03:22:50', 138, 0, 5),
(1542, '2022-03-28', '05:01:08', 186, 0, 2),
(1543, '2022-03-28', '09:27:15', 112, 0, 2),
(1544, '2022-03-28', '11:53:19', 274, 0, 1),
(1545, '2022-03-29', '12:02:16', 13, 9, 9),
(1546, '2022-03-29', '02:35:58', 138, 0, 4),
(1547, '2022-03-29', '09:35:49', 186, 1, 1),
(1548, '2022-03-30', '02:38:33', 13, 1, 1),
(1549, '2022-03-30', '03:16:12', 112, 2, 2),
(1550, '2022-03-30', '03:32:58', 2066, 2, 3),
(1551, '2022-03-30', '06:27:31', 2083, 3, 4),
(1552, '2022-03-30', '06:10:54', 1909, 1, 1),
(1553, '2022-03-31', '01:36:07', 2083, 3, 5),
(1554, '2022-03-31', '02:50:54', 13, 3, 4),
(1555, '2022-03-31', '03:15:49', 112, 2, 2),
(1556, '2022-03-31', '01:04:24', 2066, 4, 5),
(1557, '2022-03-31', '01:12:35', 138, 0, 1),
(1558, '2022-04-01', '12:15:43', 2066, 2, 9),
(1559, '2022-04-01', '02:59:03', 13, 5, 5),
(1560, '2022-04-01', '02:59:14', 112, 3, 5),
(1561, '2022-04-01', '03:30:05', 1904, 1, 1),
(1562, '2022-04-01', '03:30:54', 286, 1, 1),
(1563, '2022-04-01', '06:04:50', 1, 1, 1),
(1564, '2022-04-02', '04:37:26', 13, 2, 2),
(1565, '2022-04-02', '05:45:28', 112, 1, 1),
(1566, '2022-04-02', '11:57:37', 1904, 1, 1),
(1567, '2022-04-03', '02:44:38', 274, 1, 1),
(1568, '2022-04-03', '05:49:34', 2083, 5, 5),
(1569, '2022-04-03', '07:45:13', 13, 5, 5),
(1570, '2022-04-03', '07:46:50', 138, 1, 2),
(1571, '2022-04-03', '09:20:41', 186, 0, 1),
(1572, '2022-04-03', '09:50:18', 2066, 1, 1),
(1573, '2022-04-04', '12:31:55', 1909, 2, 2),
(1574, '2022-04-04', '02:35:30', 13, 5, 7),
(1575, '2022-04-04', '03:36:04', 138, 1, 7),
(1576, '2022-04-04', '03:36:06', 112, 0, 2),
(1577, '2022-04-04', '03:47:27', 274, 0, 1),
(1578, '2022-04-04', '06:52:49', 2066, 2, 2),
(1579, '2022-04-04', '10:43:44', 2083, 2, 2),
(1580, '2022-04-05', '02:05:29', 13, 3, 4),
(1581, '2022-04-05', '02:11:07', 186, 0, 1),
(1582, '2022-04-05', '03:33:33', 2066, 1, 2),
(1583, '2022-04-05', '03:57:05', 112, 1, 2),
(1584, '2022-04-05', '11:08:34', 2083, 1, 1),
(1585, '2022-04-06', '02:49:11', 274, 1, 1),
(1586, '2022-04-06', '06:27:23', 13, 7, 7),
(1587, '2022-04-06', '08:59:23', 112, 1, 1),
(1588, '2022-04-07', '01:11:45', 13, 6, 6),
(1589, '2022-04-07', '03:15:47', 2083, 1, 1),
(1590, '2022-04-07', '08:31:26', 138, 1, 3),
(1591, '2022-04-07', '01:18:15', 112, 1, 1),
(1592, '2022-04-07', '04:21:25', 1909, 1, 1),
(1593, '2022-04-08', '02:07:58', 13, 5, 8),
(1594, '2022-04-08', '03:19:12', 112, 2, 5),
(1595, '2022-04-08', '03:20:04', 138, 1, 3),
(1596, '2022-04-08', '05:50:47', 274, 0, 1),
(1597, '2022-04-08', '05:51:12', 186, 0, 1),
(1598, '2022-04-09', '06:34:15', 13, 3, 3),
(1599, '2022-04-09', '12:40:01', 2083, 1, 1),
(1600, '2022-04-10', '01:24:07', 123, 1, 1),
(1601, '2022-04-10', '03:27:59', 2083, 2, 3),
(1602, '2022-04-10', '09:02:19', 13, 1, 1),
(1603, '2022-04-10', '02:38:07', 2066, 2, 2),
(1604, '2022-04-10', '07:48:19', 138, 2, 2),
(1605, '2022-04-10', '07:49:34', 274, 2, 2),
(1606, '2022-04-11', '01:38:50', 186, 2, 5),
(1607, '2022-04-11', '01:46:10', 13, 11, 14),
(1608, '2022-04-11', '01:46:22', 112, 2, 9),
(1609, '2022-04-11', '07:10:16', 138, 1, 2),
(1610, '2022-04-11', '07:58:09', 274, 0, 1),
(1611, '2022-04-11', '08:02:01', 123, 0, 1),
(1612, '2022-04-11', '10:54:47', 2066, 1, 1),
(1613, '2022-04-12', '01:53:12', 13, 5, 7),
(1614, '2022-04-12', '02:54:45', 112, 0, 2),
(1615, '2022-04-12', '03:37:30', 138, 1, 4),
(1616, '2022-04-12', '03:38:55', 186, 0, 1),
(1617, '2022-04-12', '06:59:53', 2066, 2, 2),
(1618, '2022-04-13', '01:46:39', 13, 8, 8),
(1619, '2022-04-13', '02:35:51', 112, 1, 2),
(1620, '2022-04-14', '12:08:02', 13, 7, 7),
(1621, '2022-04-14', '12:08:22', 138, 2, 6),
(1622, '2022-04-14', '04:27:12', 112, 3, 7),
(1623, '2022-04-14', '04:42:59', 186, 1, 1),
(1624, '2022-04-14', '04:43:04', 1904, 1, 1),
(1625, '2022-04-14', '08:52:39', 2083, 2, 2),
(1626, '2022-04-14', '10:25:08', 2066, 2, 2),
(1627, '2022-04-15', '03:31:41', 13, 4, 4),
(1628, '2022-04-15', '08:24:54', 1, 1, 1),
(1629, '2022-04-15', '08:30:10', 2066, 1, 1),
(1630, '2022-04-16', '10:08:44', 112, 3, 7),
(1631, '2022-04-16', '10:38:29', 2066, 1, 1),
(1632, '2022-04-16', '06:59:25', 138, 0, 1),
(1633, '2022-04-17', '12:08:48', 13, 2, 3),
(1634, '2022-04-17', '12:09:54', 112, 0, 3),
(1635, '2022-04-17', '12:10:36', 186, 0, 2),
(1636, '2022-04-17', '12:10:53', 274, 0, 2),
(1637, '2022-04-17', '12:11:22', 138, 0, 2),
(1638, '2022-04-17', '03:32:45', 2083, 2, 2),
(1639, '2022-04-18', '02:42:09', 13, 4, 5),
(1640, '2022-04-18', '02:42:16', 112, 0, 2),
(1641, '2022-04-18', '02:42:33', 138, 0, 1),
(1642, '2022-04-18', '02:56:50', 2066, 1, 1),
(1643, '2022-04-19', '07:16:25', 13, 1, 2),
(1644, '2022-04-19', '07:16:28', 186, 0, 1),
(1645, '2022-04-20', '02:56:22', 274, 1, 1),
(1646, '2022-04-20', '02:57:14', 1, 1, 1),
(1647, '2022-04-20', '04:18:51', 13, 7, 7),
(1648, '2022-04-20', '04:39:13', 112, 0, 3),
(1649, '2022-04-20', '07:12:36', 138, 0, 1),
(1650, '2022-04-21', '03:16:14', 13, 3, 3),
(1651, '2022-04-21', '03:16:14', 13, 3, 3),
(1652, '2022-04-21', '03:40:25', 2083, 1, 1),
(1653, '2022-04-21', '10:04:21', 186, 0, 1),
(1654, '2022-04-21', '02:07:56', 2066, 1, 1),
(1655, '2022-04-21', '02:12:49', 1904, 1, 1),
(1656, '2022-04-22', '03:26:42', 13, 2, 4),
(1657, '2022-04-22', '03:26:55', 138, 0, 1),
(1658, '2022-04-22', '07:20:18', 186, 1, 2),
(1659, '2022-04-22', '01:55:47', 2083, 2, 2),
(1660, '2022-04-22', '04:35:26', 1, 1, 1),
(1661, '2022-04-23', '11:54:02', 2083, 2, 2),
(1662, '2022-04-23', '02:37:54', 13, 2, 2),
(1663, '2022-04-23', '02:38:07', 138, 0, 1),
(1664, '2022-04-23', '02:50:19', 112, 0, 1),
(1665, '2022-04-23', '10:34:01', 186, 1, 1),
(1666, '2022-04-25', '01:45:47', 13, 5, 6),
(1667, '2022-04-25', '02:44:59', 186, 1, 1),
(1668, '2022-04-25', '08:11:19', 2083, 2, 2),
(1669, '2022-04-26', '12:44:00', 13, 13, 13),
(1670, '2022-04-26', '02:50:45', 2083, 1, 1),
(1671, '2022-04-26', '05:35:43', 186, 0, 1),
(1672, '2022-04-26', '06:24:35', 138, 0, 1),
(1673, '2022-04-26', '03:01:35', 123, 1, 1),
(1674, '2022-04-27', '01:39:19', 13, 7, 7),
(1675, '2022-04-27', '01:40:27', 112, 0, 3),
(1676, '2022-04-27', '01:41:33', 138, 1, 3),
(1677, '2022-04-27', '01:43:07', 274, 0, 1),
(1678, '2022-04-27', '01:43:34', 2066, 0, 1),
(1679, '2022-04-27', '01:44:03', 1, 0, 1),
(1680, '2022-04-27', '07:16:09', 186, 0, 3),
(1681, '2022-04-27', '12:37:50', 2083, 1, 1),
(1682, '2022-04-28', '04:37:51', 13, 6, 6),
(1683, '2022-04-28', '04:38:10', 138, 0, 1),
(1684, '2022-04-28', '04:39:01', 112, 0, 2),
(1685, '2022-04-28', '04:39:37', 186, 0, 1),
(1686, '2022-04-28', '06:06:11', 2066, 1, 1),
(1687, '2022-04-29', '12:51:50', 13, 3, 3),
(1688, '2022-04-29', '12:51:50', 13, 3, 3),
(1689, '2022-04-29', '06:30:09', 138, 0, 1),
(1690, '2022-04-29', '07:50:46', 2083, 1, 1),
(1691, '2022-04-29', '08:17:04', 112, 2, 2),
(1692, '2022-04-29', '09:48:44', 186, 1, 1),
(1693, '2022-04-30', '12:28:46', 2066, 1, 1),
(1694, '2022-04-30', '08:25:47', 112, 2, 2),
(1695, '2022-04-30', '11:56:59', 138, 1, 1),
(1696, '2022-04-30', '11:56:59', 13, 1, 1),
(1697, '2022-04-30', '11:57:00', 2083, 1, 1),
(1698, '2022-05-01', '12:28:13', 274, 1, 1),
(1699, '2022-05-01', '02:40:06', 2083, 1, 1),
(1700, '2022-05-01', '03:56:47', 138, 1, 1),
(1701, '2022-05-02', '04:55:01', 186, 1, 1),
(1702, '2022-05-02', '05:26:37', 2083, 1, 4),
(1703, '2022-05-02', '05:27:24', 112, 1, 3),
(1704, '2022-05-02', '07:39:53', 13, 1, 2),
(1705, '2022-05-03', '01:30:31', 138, 2, 2),
(1706, '2022-05-03', '02:39:27', 13, 1, 1),
(1707, '2022-05-04', '07:11:16', 13, 3, 3),
(1708, '2022-05-04', '09:42:40', 112, 1, 1),
(1709, '2022-05-05', '01:09:04', 112, 2, 3),
(1710, '2022-05-05', '07:30:00', 13, 4, 4),
(1711, '2022-05-05', '11:22:00', 138, 2, 2),
(1712, '2022-05-05', '08:51:49', 186, 1, 1),
(1713, '2022-05-05', '08:52:10', 1904, 1, 1),
(1714, '2022-05-05', '08:52:25', 1909, 1, 1),
(1715, '2022-05-05', '08:52:59', 274, 1, 1),
(1716, '2022-05-05', '08:53:27', 1, 1, 1),
(1717, '2022-05-05', '08:53:41', 2083, 1, 1),
(1718, '2022-05-05', '08:53:56', 2066, 1, 1),
(1719, '2022-05-06', '12:53:48', 2083, 1, 1),
(1720, '2022-05-06', '01:22:12', 13, 2, 2),
(1721, '2022-05-06', '01:37:29', 1904, 1, 1),
(1722, '2022-05-06', '02:55:42', 138, 0, 1),
(1723, '2022-05-08', '04:11:29', 13, 3, 3),
(1724, '2022-05-08', '05:25:41', 112, 1, 1),
(1725, '2022-05-09', '01:11:24', 13, 4, 4),
(1726, '2022-05-09', '03:39:07', 112, 1, 1),
(1727, '2022-05-09', '02:06:23', 186, 0, 1),
(1728, '2022-05-10', '03:07:38', 13, 5, 5),
(1729, '2022-05-10', '03:07:38', 13, 5, 5),
(1730, '2022-05-10', '07:00:45', 2083, 1, 1),
(1731, '2022-05-11', '01:05:34', 13, 5, 5),
(1732, '2022-05-11', '01:05:34', 13, 5, 5),
(1733, '2022-05-11', '04:47:50', 112, 2, 3),
(1734, '2022-05-11', '06:38:20', 138, 0, 1),
(1735, '2022-05-11', '12:40:46', 2066, 1, 1),
(1736, '2022-05-12', '04:27:07', 2083, 1, 1),
(1737, '2022-05-12', '04:40:19', 13, 6, 7),
(1738, '2022-05-12', '01:00:40', 2066, 2, 2),
(1739, '2022-05-12', '03:22:24', 112, 1, 1),
(1740, '2022-05-13', '02:51:16', 112, 0, 2),
(1741, '2022-05-13', '03:19:41', 138, 2, 3),
(1742, '2022-05-13', '04:43:53', 13, 5, 5),
(1743, '2022-05-13', '04:40:24', 2083, 1, 3),
(1744, '2022-05-14', '12:20:27', 1909, 2, 2),
(1745, '2022-05-14', '02:10:34', 138, 1, 1),
(1746, '2022-05-14', '03:07:58', 112, 1, 1),
(1747, '2022-05-14', '04:10:28', 1, 1, 1),
(1748, '2022-05-14', '04:44:05', 13, 4, 4),
(1749, '2022-05-14', '01:50:57', 2066, 1, 1),
(1750, '2022-05-15', '07:44:21', 13, 1, 2),
(1751, '2022-05-15', '10:06:15', 1909, 1, 1),
(1752, '2022-05-15', '12:54:39', 2083, 1, 2),
(1753, '2022-05-15', '01:26:14', 274, 1, 1),
(1754, '2022-05-15', '04:50:44', 112, 0, 1),
(1755, '2022-05-16', '05:22:27', 1, 1, 1),
(1756, '2022-05-16', '06:20:14', 13, 5, 5),
(1757, '2022-05-16', '07:00:30', 112, 3, 4),
(1758, '2022-05-16', '07:01:19', 138, 4, 5),
(1759, '2022-05-16', '10:30:50', 1909, 1, 1),
(1760, '2022-05-16', '08:25:42', 186, 3, 3),
(1761, '2022-05-16', '08:25:47', 1904, 1, 1),
(1762, '2022-05-16', '08:26:30', 274, 1, 1),
(1763, '2022-05-16', '11:08:13', 2083, 1, 1),
(1764, '2022-05-17', '01:11:18', 13, 5, 5),
(1765, '2022-05-17', '04:30:07', 2083, 0, 4),
(1766, '2022-05-17', '06:31:58', 138, 1, 4),
(1767, '2022-05-17', '06:33:07', 274, 0, 1),
(1768, '2022-05-17', '06:33:25', 112, 1, 2),
(1769, '2022-05-17', '07:21:22', 186, 0, 1),
(1770, '2022-05-18', '01:24:52', 13, 16, 18),
(1771, '2022-05-18', '03:56:09', 112, 2, 2),
(1772, '2022-05-18', '02:48:03', 274, 2, 2),
(1773, '2022-05-19', '03:29:42', 13, 7, 8),
(1774, '2022-05-19', '03:29:42', 13, 7, 8),
(1775, '2022-05-19', '05:46:36', 186, 0, 1),
(1776, '2022-05-19', '06:25:53', 123, 1, 1),
(1777, '2022-05-19', '10:26:49', 138, 1, 1),
(1778, '2022-05-19', '10:26:49', 2083, 1, 2),
(1779, '2022-05-19', '05:52:25', 1, 1, 1),
(1780, '2022-05-20', '02:44:21', 13, 1, 1),
(1781, '2022-05-20', '02:44:43', 112, 0, 1),
(1782, '2022-05-20', '02:44:57', 186, 0, 1),
(1783, '2022-05-21', '12:38:52', 138, 1, 1),
(1784, '2022-05-21', '12:20:41', 2083, 1, 2),
(1785, '2022-05-21', '04:28:54', 1909, 1, 1),
(1786, '2022-05-21', '09:21:44', 13, 2, 2),
(1787, '2022-05-21', '10:42:05', 266, 1, 1),
(1788, '2022-05-22', '12:14:37', 13, 3, 3),
(1789, '2022-05-22', '12:24:19', 138, 1, 1),
(1790, '2022-05-22', '11:19:07', 2083, 2, 2),
(1791, '2022-05-22', '04:55:17', 186, 1, 1),
(1792, '2022-05-22', '11:18:35', 1904, 1, 1),
(1793, '2022-05-23', '01:32:48', 2083, 3, 4),
(1794, '2022-05-23', '02:51:29', 13, 17, 18),
(1795, '2022-05-23', '06:35:25', 1904, 3, 3),
(1796, '2022-05-23', '06:38:27', 2066, 1, 1),
(1797, '2022-05-23', '03:20:44', 112, 3, 7),
(1798, '2022-05-23', '03:24:03', 138, 0, 3),
(1799, '2022-05-23', '03:24:59', 186, 0, 1),
(1800, '2022-05-23', '03:25:58', 274, 0, 1),
(1801, '2022-05-24', '01:50:51', 13, 10, 10),
(1802, '2022-05-24', '01:50:51', 13, 10, 10),
(1803, '2022-05-24', '02:09:34', 112, 5, 6),
(1804, '2022-05-24', '02:58:29', 186, 0, 3),
(1805, '2022-05-24', '08:34:59', 123, 2, 2),
(1806, '2022-05-24', '08:36:44', 138, 0, 2),
(1807, '2022-05-24', '08:41:59', 2083, 1, 1),
(1808, '2022-05-25', '01:48:27', 2083, 4, 6),
(1809, '2022-05-25', '02:19:18', 13, 1, 3),
(1810, '2022-05-25', '02:22:17', 138, 1, 1),
(1811, '2022-05-25', '07:18:37', 123, 1, 1),
(1812, '2022-05-26', '12:56:36', 13, 5, 5),
(1813, '2022-05-26', '01:34:27', 2066, 1, 1),
(1814, '2022-05-26', '02:32:44', 1, 1, 1),
(1815, '2022-05-26', '04:57:16', 2083, 1, 1),
(1816, '2022-05-26', '04:57:16', 138, 1, 2),
(1817, '2022-05-26', '06:20:34', 112, 0, 1),
(1818, '2022-05-26', '06:21:28', 274, 0, 1),
(1819, '2022-05-26', '06:21:46', 186, 0, 1),
(1820, '2022-05-27', '10:09:48', 13, 3, 3),
(1821, '2022-05-27', '11:32:21', 2083, 1, 1),
(1822, '2022-05-27', '01:00:49', 138, 0, 2),
(1823, '2022-05-27', '01:02:15', 274, 0, 1),
(1824, '2022-05-27', '01:02:42', 112, 0, 1),
(1825, '2022-05-28', '07:02:04', 2083, 2, 2),
(1826, '2022-05-28', '08:35:20', 13, 4, 6),
(1827, '2022-05-28', '02:48:15', 112, 0, 2),
(1828, '2022-05-28', '07:58:33', 123, 1, 1),
(1829, '2022-05-29', '04:23:08', 2083, 2, 2),
(1830, '2022-05-29', '06:06:32', 13, 6, 7),
(1831, '2022-05-29', '01:47:11', 274, 1, 1),
(1832, '2022-05-29', '03:34:38', 112, 1, 1),
(1833, '2022-05-30', '02:37:13', 13, 6, 6),
(1834, '2022-05-30', '02:56:15', 186, 2, 3),
(1835, '2022-05-30', '04:59:03', 1909, 1, 1),
(1836, '2022-05-30', '05:09:11', 138, 0, 1),
(1837, '2022-05-30', '02:41:43', 2083, 1, 1),
(1838, '2022-05-31', '01:21:23', 138, 2, 4),
(1839, '2022-05-31', '03:12:09', 13, 9, 11),
(1840, '2022-05-31', '03:16:02', 112, 1, 8),
(1841, '2022-05-31', '03:25:02', 186, 0, 3),
(1842, '2022-05-31', '04:00:13', 2066, 2, 2),
(1843, '2022-05-31', '08:23:16', 274, 1, 3),
(1844, '2022-05-31', '08:23:35', 1, 1, 2),
(1845, '2022-05-31', '10:56:04', 1904, 1, 1),
(1846, '2022-05-31', '10:56:18', 1909, 1, 1),
(1847, '2022-05-31', '10:57:52', 2083, 2, 2),
(1848, '2022-06-01', '12:59:10', 13, 10, 10),
(1849, '2022-06-01', '01:00:46', 186, 0, 1),
(1850, '2022-06-02', '01:01:37', 13, 10, 11),
(1851, '2022-06-02', '02:50:41', 186, 0, 1),
(1852, '2022-06-02', '11:17:47', 112, 0, 2),
(1853, '2022-06-02', '07:32:24', 1, 1, 1),
(1854, '2022-06-03', '04:55:04', 2066, 1, 1),
(1855, '2022-06-03', '11:36:02', 13, 1, 1),
(1856, '2022-06-03', '11:36:02', 13, 1, 1),
(1857, '2022-06-04', '10:47:14', 13, 3, 3),
(1858, '2022-06-05', '12:25:48', 2083, 1, 2),
(1859, '2022-06-05', '02:18:56', 13, 1, 1),
(1860, '2022-06-06', '02:30:00', 13, 2, 2),
(1861, '2022-06-06', '02:30:45', 112, 0, 1),
(1862, '2022-06-06', '02:31:21', 138, 0, 1),
(1863, '2022-06-06', '02:32:06', 274, 0, 1),
(1864, '2022-06-06', '09:03:31', 186, 2, 3),
(1865, '2022-06-06', '04:55:58', 2066, 1, 1),
(1866, '2022-06-07', '02:30:50', 13, 5, 5),
(1867, '2022-06-07', '07:27:35', 2083, 1, 2),
(1868, '2022-06-07', '07:35:49', 2066, 1, 1),
(1869, '2022-06-08', '01:06:09', 2083, 2, 2),
(1870, '2022-06-08', '02:59:25', 13, 8, 12),
(1871, '2022-06-08', '04:29:35', 2066, 2, 2),
(1872, '2022-06-08', '12:19:39', 186, 1, 3),
(1873, '2022-06-08', '02:25:06', 123, 1, 1),
(1874, '2022-06-08', '02:27:51', 138, 0, 1),
(1875, '2022-06-09', '01:05:13', 13, 4, 9),
(1876, '2022-06-09', '01:10:09', 274, 0, 1),
(1877, '2022-06-09', '01:10:33', 138, 0, 1),
(1878, '2022-06-09', '01:55:37', 186, 0, 5),
(1879, '2022-06-09', '02:40:25', 2066, 2, 3),
(1880, '2022-06-19', '04:36:23', 13, 6, 6),
(1881, '2022-06-19', '05:00:21', 2066, 1, 1),
(1882, '2022-06-19', '05:09:49', 112, 1, 1),
(1883, '2022-06-19', '08:23:26', 186, 2, 2),
(1884, '2022-06-19', '09:47:48', 2083, 1, 2),
(1885, '2022-06-20', '01:16:59', 13, 14, 21),
(1886, '2022-06-20', '02:08:41', 112, 0, 7),
(1887, '2022-06-20', '02:08:45', 186, 0, 1),
(1888, '2022-06-20', '02:08:49', 123, 0, 1),
(1889, '2022-06-20', '03:29:24', 138, 1, 4),
(1890, '2022-06-20', '03:29:24', 167, 0, 1),
(1891, '2022-06-20', '07:36:41', 2066, 1, 2),
(1892, '2022-06-21', '09:05:08', 13, 4, 4),
(1893, '2022-06-21', '09:05:14', 112, 0, 3),
(1894, '2022-06-21', '02:02:37', 2066, 1, 1),
(1895, '2022-06-21', '03:37:03', 266, 1, 1),
(1896, '2022-06-21', '10:15:43', 186, 1, 1),
(1897, '2022-06-22', '03:07:57', 13, 4, 4),
(1898, '2022-06-22', '03:09:15', 274, 0, 1);
INSERT INTO `wpfq_srs_simple_hits_counter` VALUES
(1899, '2022-06-22', '09:46:28', 2066, 2, 2),
(1900, '2022-06-22', '10:04:35', 138, 1, 1),
(1901, '2022-06-22', '07:29:51', 2083, 1, 1),
(1902, '2022-06-23', '03:11:30', 13, 3, 6),
(1903, '2022-06-23', '03:12:55', 112, 2, 6),
(1904, '2022-06-23', '03:14:01', 274, 0, 1),
(1905, '2022-06-23', '03:14:29', 138, 1, 4),
(1906, '2022-06-23', '08:22:03', 2066, 1, 2),
(1907, '2022-06-24', '01:05:13', 13, 2, 2),
(1908, '2022-06-24', '05:54:57', 2066, 1, 1),
(1909, '2022-06-25', '03:49:02', 112, 2, 2),
(1910, '2022-06-25', '07:53:04', 138, 1, 1),
(1911, '2022-06-25', '07:53:04', 13, 1, 1),
(1912, '2022-06-26', '02:38:07', 13, 3, 3),
(1913, '2022-06-26', '02:41:02', 138, 1, 3),
(1914, '2022-06-26', '02:41:46', 186, 1, 2),
(1915, '2022-06-26', '09:43:41', 274, 1, 1),
(1916, '2022-06-26', '02:08:02', 2083, 1, 1),
(1917, '2022-06-26', '04:39:50', 2066, 1, 1),
(1918, '2022-06-26', '07:04:45', 1904, 1, 1),
(1919, '2022-06-27', '12:29:22', 13, 6, 9),
(1920, '2022-06-27', '02:04:05', 112, 1, 4),
(1921, '2022-06-27', '04:10:47', 2083, 2, 4),
(1922, '2022-06-27', '07:40:07', 186, 0, 1),
(1923, '2022-06-27', '08:33:55', 138, 1, 1),
(1924, '2022-06-27', '03:23:03', 2066, 0, 1),
(1925, '2022-06-28', '01:41:35', 13, 9, 13),
(1926, '2022-06-28', '03:49:08', 2066, 1, 2),
(1927, '2022-06-28', '06:41:37', 112, 2, 6),
(1928, '2022-06-28', '06:43:04', 138, 3, 4),
(1929, '2022-06-28', '06:44:32', 274, 0, 1),
(1930, '2022-06-28', '06:44:57', 266, 0, 1),
(1931, '2022-06-28', '08:06:12', 186, 3, 3),
(1932, '2022-06-28', '02:58:05', 1904, 1, 1),
(1933, '2022-06-28', '03:32:09', 1909, 1, 1),
(1934, '2022-06-29', '12:11:02', 2066, 1, 1),
(1935, '2022-06-29', '12:59:14', 1909, 1, 1),
(1936, '2022-06-29', '01:00:20', 13, 9, 10),
(1937, '2022-06-29', '01:40:28', 112, 0, 1),
(1938, '2022-06-29', '01:41:40', 138, 0, 1),
(1939, '2022-06-29', '01:43:36', 186, 0, 1),
(1940, '2022-06-29', '12:07:20', 286, 1, 1),
(1941, '2022-06-30', '04:54:29', 2083, 2, 3),
(1942, '2022-06-30', '07:07:07', 13, 6, 6),
(1943, '2022-06-30', '07:07:54', 138, 1, 3),
(1944, '2022-06-30', '07:09:34', 112, 1, 3),
(1945, '2022-07-01', '03:44:43', 13, 6, 9),
(1946, '2022-07-01', '06:44:07', 186, 0, 5),
(1947, '2022-07-01', '08:48:52', 2066, 1, 1),
(1948, '2022-07-01', '09:35:25', 2083, 1, 1),
(1949, '2022-07-02', '03:34:28', 13, 2, 2),
(1950, '2022-07-02', '09:24:04', 2066, 1, 1),
(1951, '2022-07-02', '01:03:15', 112, 0, 2),
(1952, '2022-07-03', '06:30:11', 112, 1, 2),
(1953, '2022-07-03', '07:00:36', 2083, 1, 1),
(1954, '2022-07-03', '07:00:37', 138, 1, 1),
(1955, '2022-07-03', '07:00:37', 13, 5, 5),
(1956, '2022-07-04', '01:14:23', 13, 6, 8),
(1957, '2022-07-04', '01:15:26', 138, 0, 1),
(1958, '2022-07-04', '09:14:37', 112, 1, 1),
(1959, '2022-07-04', '03:16:37', 274, 1, 1),
(1960, '2022-07-05', '02:38:31', 2083, 2, 2),
(1961, '2022-07-05', '05:21:54', 13, 2, 2),
(1962, '2022-07-05', '01:40:03', 274, 1, 1),
(1963, '2022-07-05', '06:43:14', 112, 1, 1),
(1964, '2022-07-06', '01:18:02', 13, 5, 5),
(1965, '2022-07-06', '03:53:47', 112, 2, 3),
(1966, '2022-07-06', '03:53:31', 2066, 1, 1),
(1967, '2022-07-07', '01:20:44', 13, 12, 12),
(1968, '2022-07-07', '01:21:09', 186, 0, 4),
(1969, '2022-07-07', '04:04:21', 2066, 2, 2),
(1970, '2022-07-07', '05:44:23', 2083, 2, 4),
(1971, '2022-07-07', '06:20:03', 112, 1, 5),
(1972, '2022-07-07', '06:27:26', 138, 0, 3),
(1973, '2022-07-07', '03:59:17', 123, 1, 1),
(1974, '2022-07-08', '01:50:36', 13, 8, 14),
(1975, '2022-07-08', '03:20:30', 112, 0, 2),
(1976, '2022-07-08', '03:55:35', 138, 0, 1),
(1977, '2022-07-08', '05:17:37', 2083, 2, 2),
(1978, '2022-07-08', '03:17:49', 274, 1, 1),
(1979, '2022-07-09', '03:03:52', 2066, 3, 3),
(1980, '2022-07-09', '05:09:40', 138, 0, 1),
(1981, '2022-07-09', '06:11:56', 13, 2, 2),
(1982, '2022-07-09', '07:10:12', 274, 1, 1),
(1983, '2022-07-09', '07:39:31', 112, 1, 1),
(1984, '2022-07-09', '02:26:53', 2083, 2, 2),
(1985, '2022-07-10', '03:04:48', 13, 2, 2),
(1986, '2022-07-10', '02:24:26', 2083, 2, 3),
(1987, '2022-07-11', '10:32:06', 13, 2, 2),
(1988, '2022-07-11', '10:32:25', 112, 0, 1),
(1989, '2022-07-11', '01:55:11', 2066, 2, 3),
(1990, '2022-07-11', '02:51:33', 266, 0, 1),
(1991, '2022-07-12', '12:35:04', 13, 8, 10),
(1992, '2022-07-12', '01:33:11', 112, 2, 6),
(1993, '2022-07-12', '01:33:37', 138, 1, 8),
(1994, '2022-07-12', '07:18:53', 2083, 1, 2),
(1995, '2022-07-13', '03:39:09', 2083, 2, 2),
(1996, '2022-07-13', '09:53:37', 13, 1, 2),
(1997, '2022-07-13', '10:56:51', 138, 0, 1),
(1998, '2022-07-13', '11:11:44', 274, 1, 1),
(1999, '2022-07-14', '02:26:32', 13, 7, 8),
(2000, '2022-07-14', '03:06:43', 2066, 1, 1),
(2001, '2022-07-15', '02:55:28', 186, 1, 1),
(2002, '2022-07-15', '07:23:04', 2066, 2, 3),
(2003, '2022-07-15', '07:37:55', 13, 8, 10),
(2004, '2022-07-15', '07:38:07', 138, 0, 4),
(2005, '2022-07-15', '07:40:00', 112, 0, 5),
(2006, '2022-07-16', '05:21:47', 13, 4, 4),
(2007, '2022-07-17', '02:26:31', 2066, 1, 1),
(2008, '2022-07-17', '08:51:04', 13, 1, 2),
(2009, '2022-07-17', '08:51:47', 292, 0, 4),
(2010, '2022-07-17', '05:25:39', 123, 1, 1),
(2011, '2022-07-18', '01:28:42', 13, 5, 5),
(2012, '2022-07-18', '02:52:13', 2083, 1, 1),
(2013, '2022-07-18', '08:06:19', 112, 0, 1),
(2014, '2022-07-18', '08:49:51', 186, 1, 1),
(2015, '2022-07-19', '01:22:27', 13, 8, 9),
(2016, '2022-07-19', '01:59:30', 2066, 2, 2),
(2017, '2022-07-19', '02:15:58', 186, 0, 5),
(2018, '2022-07-19', '02:17:16', 112, 0, 2),
(2019, '2022-07-19', '02:36:21', 2083, 2, 2),
(2020, '2022-07-20', '12:15:05', 274, 2, 2),
(2021, '2022-07-20', '01:13:28', 13, 5, 6),
(2022, '2022-07-20', '01:50:17', 2083, 2, 2),
(2023, '2022-07-20', '02:11:09', 186, 0, 1),
(2024, '2022-07-20', '09:50:53', 1909, 1, 1),
(2025, '2022-07-21', '04:02:30', 13, 3, 4),
(2026, '2022-07-21', '01:57:34', 112, 2, 2),
(2027, '2022-07-22', '01:02:59', 13, 2, 4),
(2028, '2022-07-22', '01:03:58', 112, 0, 2),
(2029, '2022-07-22', '01:04:41', 186, 1, 2),
(2030, '2022-07-22', '08:27:12', 138, 1, 1),
(2031, '2022-07-22', '03:03:16', 2083, 1, 1),
(2032, '2022-07-22', '03:42:54', 123, 1, 1),
(2033, '2022-07-23', '12:24:28', 167, 1, 1),
(2034, '2022-07-23', '02:16:00', 2083, 4, 4),
(2035, '2022-07-23', '02:37:50', 13, 2, 2),
(2036, '2022-07-23', '10:33:59', 123, 1, 1),
(2037, '2022-07-23', '06:43:20', 274, 1, 1),
(2038, '2022-07-23', '11:14:30', 2066, 1, 1),
(2039, '2022-07-24', '12:13:36', 2066, 2, 2),
(2040, '2022-07-24', '01:54:25', 2083, 5, 8),
(2041, '2022-07-24', '02:30:05', 13, 3, 4),
(2042, '2022-07-24', '11:16:51', 112, 0, 1),
(2043, '2022-07-24', '09:03:06', 186, 1, 1),
(2044, '2022-07-25', '01:16:24', 13, 4, 7),
(2045, '2022-07-25', '01:16:44', 186, 0, 3),
(2046, '2022-07-25', '06:41:15', 112, 1, 4),
(2047, '2022-07-25', '08:25:22', 123, 1, 1),
(2048, '2022-07-25', '09:40:23', 2066, 1, 1),
(2049, '2022-07-25', '11:19:56', 1904, 0, 1),
(2050, '2022-07-26', '03:30:33', 13, 2, 3),
(2051, '2022-07-26', '03:31:15', 138, 0, 1),
(2052, '2022-07-27', '07:52:46', 2083, 2, 2),
(2053, '2022-07-27', '08:06:05', 13, 6, 6),
(2054, '2022-07-28', '03:28:14', 13, 12, 13),
(2055, '2022-07-28', '06:10:50', 266, 1, 2),
(2056, '2022-07-28', '02:07:09', 2066, 2, 2),
(2057, '2022-07-28', '06:22:26', 1904, 1, 1),
(2058, '2022-07-28', '07:09:00', 112, 0, 2),
(2059, '2022-07-29', '02:24:44', 2066, 3, 3),
(2060, '2022-07-29', '02:25:15', 138, 2, 6),
(2061, '2022-07-29', '02:26:15', 13, 5, 7),
(2062, '2022-07-29', '03:56:58', 2083, 1, 1),
(2063, '2022-07-29', '07:47:33', 112, 0, 3),
(2064, '2022-07-29', '08:51:06', 186, 0, 1),
(2065, '2022-07-30', '04:15:25', 2083, 1, 1),
(2066, '2022-07-30', '10:10:48', 13, 1, 1),
(2067, '2022-07-31', '02:43:23', 13, 4, 4),
(2068, '2022-07-31', '03:02:33', 2083, 1, 1),
(2069, '2022-08-01', '01:56:40', 13, 20, 21),
(2070, '2022-08-01', '01:58:40', 2066, 3, 4),
(2071, '2022-08-01', '02:41:01', 112, 0, 2),
(2072, '2022-08-01', '04:21:29', 1904, 1, 1),
(2073, '2022-08-01', '08:10:31', 2083, 2, 2),
(2074, '2022-08-01', '09:02:32', 186, 0, 1),
(2075, '2022-08-01', '09:08:14', 138, 0, 1),
(2076, '2022-08-02', '01:47:17', 13, 13, 16),
(2077, '2022-08-02', '01:47:27', 186, 1, 7),
(2078, '2022-08-02', '01:50:06', 112, 3, 8),
(2079, '2022-08-02', '03:59:28', 138, 2, 5),
(2080, '2022-08-02', '05:29:41', 274, 0, 1),
(2081, '2022-08-02', '10:36:56', 2066, 1, 1),
(2082, '2022-08-02', '10:58:14', 1904, 1, 1),
(2083, '2022-08-03', '01:28:17', 13, 15, 19),
(2084, '2022-08-03', '01:29:16', 138, 1, 5),
(2085, '2022-08-03', '01:30:37', 186, 2, 6),
(2086, '2022-08-03', '02:09:52', 112, 1, 4),
(2087, '2022-08-03', '03:17:31', 2083, 2, 2),
(2088, '2022-08-04', '01:33:52', 13, 12, 31),
(2089, '2022-08-04', '02:55:52', 186, 0, 8),
(2090, '2022-08-04', '03:03:59', 138, 0, 4),
(2091, '2022-08-04', '03:16:12', 112, 1, 2),
(2092, '2022-08-04', '04:01:16', 274, 1, 3),
(2093, '2022-08-04', '10:06:22', 2083, 1, 2),
(2094, '2022-08-04', '01:43:07', 2066, 1, 1),
(2095, '2022-08-05', '01:19:15', 13, 11, 14),
(2096, '2022-08-05', '03:54:24', 112, 0, 1),
(2097, '2022-08-05', '04:55:51', 2066, 2, 2),
(2098, '2022-08-05', '06:41:10', 2083, 1, 2),
(2099, '2022-08-05', '09:54:39', 186, 0, 1),
(2100, '2022-08-05', '12:54:33', 274, 1, 2),
(2101, '2022-08-06', '08:41:46', 13, 3, 3),
(2102, '2022-08-06', '06:49:27', 274, 1, 1),
(2103, '2022-08-06', '08:24:40', 186, 1, 1),
(2104, '2022-08-07', '03:00:28', 274, 2, 3),
(2105, '2022-08-07', '04:15:57', 13, 5, 7),
(2106, '2022-08-07', '10:59:15', 138, 0, 4),
(2107, '2022-08-07', '11:04:43', 112, 0, 2),
(2108, '2022-08-08', '12:07:22', 13, 11, 11),
(2109, '2022-08-08', '01:03:14', 2066, 2, 3),
(2110, '2022-08-08', '01:45:40', 266, 1, 1),
(2111, '2022-08-08', '09:06:15', 112, 0, 1),
(2112, '2022-08-08', '09:06:49', 138, 1, 3),
(2113, '2022-08-09', '01:23:35', 13, 6, 6),
(2114, '2022-08-09', '02:40:22', 138, 0, 5),
(2115, '2022-08-09', '02:53:25', 2066, 2, 2),
(2116, '2022-08-09', '03:06:11', 186, 1, 1),
(2117, '2022-08-09', '03:08:27', 112, 0, 2),
(2118, '2022-08-09', '05:57:28', 274, 1, 1),
(2119, '2022-08-09', '01:39:14', 2083, 1, 1),
(2120, '2022-08-10', '12:26:52', 138, 2, 4),
(2121, '2022-08-10', '12:27:00', 186, 0, 5),
(2122, '2022-08-10', '12:28:35', 13, 6, 9),
(2123, '2022-08-10', '02:55:25', 112, 0, 2),
(2124, '2022-08-10', '02:56:40', 274, 0, 1),
(2125, '2022-08-11', '03:15:38', 13, 12, 12),
(2126, '2022-08-11', '06:26:50', 138, 0, 3),
(2127, '2022-08-11', '08:38:15', 286, 1, 1),
(2128, '2022-08-11', '09:12:42', 186, 0, 3),
(2129, '2022-08-11', '11:46:24', 2066, 1, 1),
(2130, '2022-08-11', '02:22:26', 112, 1, 4),
(2131, '2022-08-11', '02:30:11', 2083, 1, 1),
(2132, '2022-08-12', '01:53:51', 13, 11, 16),
(2133, '2022-08-12', '01:54:28', 186, 1, 4),
(2134, '2022-08-12', '06:48:34', 112, 0, 4),
(2135, '2022-08-12', '07:04:33', 138, 3, 3),
(2136, '2022-08-12', '02:29:09', 2066, 1, 1),
(2137, '2022-08-13', '12:33:56', 138, 3, 3),
(2138, '2022-08-13', '01:23:20', 13, 5, 6),
(2139, '2022-08-13', '03:52:37', 274, 2, 3),
(2140, '2022-08-13', '03:58:08', 2083, 1, 4),
(2141, '2022-08-13', '07:31:04', 112, 1, 5),
(2142, '2022-08-13', '04:10:00', 2066, 1, 1),
(2143, '2022-08-14', '06:33:31', 2083, 1, 1),
(2144, '2022-08-14', '10:34:25', 2066, 2, 4),
(2145, '2022-08-14', '12:44:25', 274, 1, 1),
(2146, '2022-08-14', '08:24:01', 13, 1, 2),
(2147, '2022-08-14', '09:29:04', 186, 1, 1),
(2148, '2022-08-15', '03:52:06', 13, 6, 8),
(2149, '2022-08-15', '03:57:00', 138, 0, 1),
(2150, '2022-08-15', '06:29:55', 186, 0, 4),
(2151, '2022-08-16', '01:52:27', 13, 11, 13),
(2152, '2022-08-16', '01:53:03', 112, 1, 3),
(2153, '2022-08-16', '01:58:49', 2083, 3, 3),
(2154, '2022-08-16', '02:01:43', 266, 2, 3),
(2155, '2022-08-16', '03:54:02', 1, 2, 2),
(2156, '2022-08-16', '07:33:05', 138, 0, 2),
(2157, '2022-08-16', '07:34:19', 186, 1, 4),
(2158, '2022-08-16', '11:46:41', 2066, 2, 3),
(2159, '2022-08-17', '12:43:16', 13, 11, 11),
(2160, '2022-08-17', '12:43:45', 112, 1, 2),
(2161, '2022-08-17', '01:38:23', 2066, 1, 2),
(2162, '2022-08-17', '01:10:39', 274, 1, 1),
(2163, '2022-08-17', '03:49:44', 1909, 1, 1),
(2164, '2022-08-18', '02:01:17', 112, 1, 1),
(2165, '2022-08-18', '02:28:48', 186, 0, 3),
(2166, '2022-08-18', '02:32:39', 13, 7, 11),
(2167, '2022-08-18', '06:40:13', 138, 0, 2),
(2168, '2022-08-18', '06:22:32', 1909, 2, 2),
(2169, '2022-08-18', '09:15:02', 1, 1, 1),
(2170, '2022-08-19', '01:28:07', 13, 3, 4),
(2171, '2022-08-19', '01:57:12', 2066, 1, 1),
(2172, '2022-08-19', '03:20:26', 1909, 1, 1),
(2173, '2022-08-19', '04:56:13', 2083, 1, 2),
(2174, '2022-08-19', '08:10:13', 138, 0, 2),
(2175, '2022-08-20', '01:18:10', 13, 3, 3),
(2176, '2022-08-20', '03:38:07', 2083, 1, 1),
(2177, '2022-08-20', '06:56:33', 274, 1, 1),
(2178, '2022-08-21', '02:40:00', 2083, 2, 3),
(2179, '2022-08-21', '03:42:15', 13, 2, 2),
(2180, '2022-08-22', '12:08:56', 13, 12, 21),
(2181, '2022-08-22', '03:02:32', 112, 0, 5),
(2182, '2022-08-22', '03:04:10', 186, 0, 8),
(2183, '2022-08-22', '03:27:03', 2066, 2, 2),
(2184, '2022-08-22', '04:07:29', 138, 0, 5),
(2185, '2022-08-22', '06:06:45', 1909, 1, 1),
(2186, '2022-08-23', '01:35:53', 13, 20, 24),
(2187, '2022-08-23', '01:35:53', 112, 4, 9),
(2188, '2022-08-23', '01:37:05', 138, 1, 6),
(2189, '2022-08-23', '01:48:12', 186, 1, 10),
(2190, '2022-08-23', '05:21:02', 2083, 3, 7),
(2191, '2022-08-23', '10:44:20', 266, 0, 1),
(2192, '2022-08-24', '12:30:03', 2083, 4, 7),
(2193, '2022-08-24', '01:32:22', 13, 13, 16),
(2194, '2022-08-24', '01:32:31', 186, 1, 6),
(2195, '2022-08-24', '02:43:36', 112, 1, 4),
(2196, '2022-08-24', '05:41:05', 2066, 2, 3),
(2197, '2022-08-24', '09:41:27', 138, 0, 1),
(2198, '2022-08-25', '04:54:14', 138, 1, 1),
(2199, '2022-08-25', '11:03:56', 274, 2, 2),
(2200, '2022-08-25', '12:27:53', 13, 3, 3),
(2201, '2022-08-25', '02:11:43', 186, 0, 1),
(2202, '2022-08-25', '09:16:43', 2083, 1, 1),
(2203, '2022-08-26', '02:15:24', 13, 10, 11),
(2204, '2022-08-26', '02:22:47', 138, 0, 3),
(2205, '2022-08-26', '03:40:38', 2083, 2, 3),
(2206, '2022-08-26', '08:23:16', 112, 0, 2),
(2207, '2022-08-26', '02:05:33', 274, 0, 1),
(2208, '2022-08-26', '11:45:34', 186, 2, 2),
(2209, '2022-08-27', '06:03:02', 13, 5, 5),
(2210, '2022-08-27', '08:04:57', 2083, 1, 1),
(2211, '2022-08-27', '02:29:20', 112, 1, 1),
(2212, '2022-08-27', '03:03:20', 138, 1, 1),
(2213, '2022-08-28', '12:22:56', 13, 5, 5),
(2214, '2022-08-28', '08:29:19', 2083, 1, 1),
(2215, '2022-08-28', '07:27:04', 2066, 1, 1),
(2216, '2022-08-29', '12:40:42', 186, 2, 2),
(2217, '2022-08-29', '01:14:18', 13, 9, 10),
(2218, '2022-08-29', '02:57:51', 138, 1, 4),
(2219, '2022-08-29', '04:28:04', 112, 1, 1),
(2220, '2022-08-29', '07:14:02', 2083, 1, 1),
(2221, '2022-08-29', '08:41:37', 123, 2, 2),
(2222, '2022-08-29', '11:41:58', 274, 1, 1),
(2223, '2022-08-30', '01:13:53', 123, 1, 1),
(2224, '2022-08-30', '05:35:19', 2083, 2, 2),
(2225, '2022-08-30', '07:19:08', 2066, 1, 1),
(2226, '2022-08-30', '08:04:07', 13, 3, 4),
(2227, '2022-08-30', '08:04:52', 186, 0, 1),
(2228, '2022-08-30', '08:05:46', 112, 0, 1),
(2229, '2022-08-30', '08:06:01', 138, 0, 1),
(2230, '2022-08-30', '08:06:14', 274, 0, 1),
(2231, '2022-08-30', '09:10:33', 1904, 1, 1),
(2232, '2022-08-31', '03:02:19', 2066, 1, 1),
(2233, '2022-08-31', '06:31:30', 2083, 3, 7),
(2234, '2022-08-31', '01:28:41', 13, 5, 6),
(2235, '2022-08-31', '01:31:09', 186, 0, 3),
(2236, '2022-09-01', '12:15:10', 2083, 5, 7),
(2237, '2022-09-01', '12:15:59', 13, 7, 12),
(2238, '2022-09-01', '02:22:10', 186, 0, 4),
(2239, '2022-09-01', '02:28:52', 112, 0, 4),
(2240, '2022-09-01', '08:06:43', 123, 1, 1),
(2241, '2022-09-01', '09:12:36', 138, 0, 1),
(2242, '2022-09-01', '02:49:50', 274, 1, 1),
(2243, '2022-09-02', '01:19:36', 2083, 2, 2),
(2244, '2022-09-02', '04:26:00', 2066, 1, 2),
(2245, '2022-09-02', '04:29:26', 13, 4, 4),
(2246, '2022-09-02', '04:30:46', 186, 0, 1),
(2247, '2022-09-02', '05:35:31', 112, 1, 1),
(2248, '2022-09-03', '02:02:22', 274, 2, 2),
(2249, '2022-09-03', '02:38:03', 186, 4, 4),
(2250, '2022-09-03', '03:43:10', 13, 4, 4),
(2251, '2022-09-03', '10:15:55', 123, 2, 2),
(2252, '2022-09-03', '11:05:45', 2083, 2, 6),
(2253, '2022-09-03', '11:16:54', 2066, 2, 2),
(2254, '2022-09-04', '02:29:43', 286, 1, 1),
(2255, '2022-09-04', '02:52:35', 2083, 3, 4),
(2256, '2022-09-04', '05:59:51', 13, 1, 1),
(2257, '2022-09-04', '06:19:35', 186, 1, 1),
(2258, '2022-09-05', '02:26:55', 13, 12, 14),
(2259, '2022-09-05', '04:19:23', 2083, 2, 4),
(2260, '2022-09-05', '04:58:07', 112, 1, 6),
(2261, '2022-09-05', '07:46:17', 138, 3, 7),
(2262, '2022-09-05', '07:47:15', 274, 2, 4),
(2263, '2022-09-05', '07:47:20', 266, 0, 1),
(2264, '2022-09-05', '07:56:00', 186, 1, 3),
(2265, '2022-09-05', '09:22:37', 2066, 2, 2),
(2266, '2022-09-05', '08:06:48', 1904, 1, 1),
(2267, '2022-09-06', '02:10:04', 13, 6, 7),
(2268, '2022-09-06', '02:10:40', 112, 2, 4),
(2269, '2022-09-06', '02:13:57', 138, 1, 3),
(2270, '2022-09-06', '02:14:33', 186, 0, 3),
(2271, '2022-09-06', '02:55:12', 274, 2, 2),
(2272, '2022-09-06', '02:55:21', 2083, 2, 7),
(2273, '2022-09-06', '09:21:09', 2066, 1, 1),
(2274, '2022-09-07', '01:43:57', 13, 8, 8),
(2275, '2022-09-07', '01:44:03', 186, 0, 2),
(2276, '2022-09-07', '02:06:45', 2083, 1, 2),
(2277, '2022-09-07', '03:10:48', 286, 1, 1),
(2278, '2022-09-07', '03:45:02', 274, 3, 4),
(2279, '2022-09-07', '07:06:02', 266, 1, 1),
(2280, '2022-09-07', '10:39:33', 2066, 1, 1),
(2281, '2022-09-08', '02:17:05', 13, 3, 4),
(2282, '2022-09-08', '02:17:50', 138, 0, 1),
(2283, '2022-09-08', '06:29:07', 266, 1, 1),
(2284, '2022-09-08', '06:30:00', 2066, 3, 4),
(2285, '2022-09-08', '06:32:37', 2083, 3, 5),
(2286, '2022-09-08', '09:49:01', 274, 4, 4),
(2287, '2022-09-09', '01:09:44', 13, 5, 6),
(2288, '2022-09-09', '01:17:17', 138, 0, 2),
(2289, '2022-09-09', '01:17:50', 112, 0, 1),
(2290, '2022-09-09', '01:18:34', 274, 2, 5),
(2291, '2022-09-09', '04:43:01', 2066, 2, 3),
(2292, '2022-09-09', '07:05:23', 186, 2, 3),
(2293, '2022-09-09', '02:18:29', 2083, 1, 4),
(2294, '2022-09-10', '12:11:54', 2083, 1, 1),
(2295, '2022-09-10', '10:23:44', 266, 1, 1),
(2296, '2022-09-10', '10:27:39', 186, 1, 1),
(2297, '2022-09-10', '12:00:48', 2066, 1, 1),
(2298, '2022-09-10', '11:22:50', 13, 2, 2),
(2299, '2022-09-11', '02:40:51', 2066, 6, 8),
(2300, '2022-09-11', '08:08:54', 274, 1, 2),
(2301, '2022-09-11', '08:09:04', 2083, 0, 1),
(2302, '2022-09-11', '10:11:19', 138, 0, 2),
(2303, '2022-09-11', '10:12:22', 112, 0, 1),
(2304, '2022-09-12', '03:56:08', 274, 1, 1),
(2305, '2022-09-12', '03:56:13', 2083, 2, 3),
(2306, '2022-09-12', '06:22:36', 13, 5, 5),
(2307, '2022-09-12', '09:32:03', 112, 0, 3),
(2308, '2022-09-12', '09:49:43', 138, 0, 1),
(2309, '2022-09-12', '03:26:19', 123, 1, 1),
(2310, '2022-09-12', '04:51:44', 2066, 1, 1),
(2311, '2022-09-13', '12:21:24', 13, 7, 7),
(2312, '2022-09-13', '12:21:43', 112, 0, 2),
(2313, '2022-09-13', '01:53:09', 186, 2, 3),
(2314, '2022-09-13', '05:52:41', 2066, 2, 2),
(2315, '2022-09-13', '09:46:28', 2083, 2, 2),
(2316, '2022-09-13', '01:48:42', 138, 0, 2),
(2317, '2022-09-14', '01:26:32', 2066, 3, 3),
(2318, '2022-09-14', '03:00:53', 13, 8, 10),
(2319, '2022-09-14', '03:09:41', 186, 3, 4),
(2320, '2022-09-14', '05:50:40', 274, 3, 3),
(2321, '2022-09-14', '08:11:41', 2083, 4, 4),
(2322, '2022-09-14', '08:15:00', 112, 0, 1),
(2323, '2022-09-15', '01:37:14', 13, 8, 12),
(2324, '2022-09-15', '01:37:20', 138, 0, 5),
(2325, '2022-09-15', '01:37:58', 186, 0, 4),
(2326, '2022-09-15', '01:53:20', 123, 1, 1),
(2327, '2022-09-15', '02:39:30', 1, 2, 2),
(2328, '2022-09-15', '03:22:00', 112, 1, 3),
(2329, '2022-09-15', '07:19:06', 2066, 3, 6),
(2330, '2022-09-15', '12:52:59', 2083, 2, 2),
(2331, '2022-09-15', '06:20:16', 1909, 1, 1),
(2332, '2022-09-16', '03:11:34', 2083, 4, 4),
(2333, '2022-09-16', '06:10:58', 13, 3, 3),
(2334, '2022-09-16', '06:13:15', 138, 1, 3),
(2335, '2022-09-16', '06:49:31', 186, 0, 1),
(2336, '2022-09-16', '07:41:43', 2066, 1, 1),
(2337, '2022-09-16', '01:20:59', 274, 1, 1),
(2338, '2022-09-17', '04:24:59', 13, 1, 1),
(2339, '2022-09-17', '04:32:50', 274, 2, 2),
(2340, '2022-09-17', '06:56:01', 112, 1, 1),
(2341, '2022-09-17', '09:23:03', 2066, 1, 1),
(2342, '2022-09-18', '06:37:04', 2066, 9, 12),
(2343, '2022-09-18', '07:56:09', 274, 2, 4),
(2344, '2022-09-18', '09:46:21', 13, 5, 5),
(2345, '2022-09-18', '10:16:51', 2083, 2, 3),
(2346, '2022-09-18', '01:23:57', 112, 0, 2),
(2347, '2022-09-18', '05:18:52', 186, 1, 2),
(2348, '2022-09-18', '11:00:00', 138, 1, 4),
(2349, '2022-09-19', '12:14:03', 123, 4, 4),
(2350, '2022-09-19', '12:40:40', 13, 6, 8),
(2351, '2022-09-19', '01:03:31', 138, 1, 4),
(2352, '2022-09-19', '01:47:56', 186, 1, 1),
(2353, '2022-09-19', '01:52:03', 112, 1, 3),
(2354, '2022-09-19', '01:53:37', 1904, 1, 1),
(2355, '2022-09-19', '01:56:15', 274, 1, 2),
(2356, '2022-09-19', '01:56:36', 2066, 2, 3),
(2357, '2022-09-19', '01:57:42', 1909, 1, 1),
(2358, '2022-09-19', '02:00:06', 2083, 2, 2),
(2359, '2022-09-19', '02:02:50', 266, 0, 1),
(2360, '2022-09-20', '12:09:41', 274, 2, 2),
(2361, '2022-09-20', '12:52:02', 13, 4, 6),
(2362, '2022-09-20', '12:55:28', 186, 0, 2),
(2363, '2022-09-20', '03:01:55', 2083, 1, 1),
(2364, '2022-09-20', '03:20:52', 112, 0, 2),
(2365, '2022-09-20', '03:35:24', 138, 0, 1),
(2366, '2022-09-20', '12:46:19', 2066, 1, 2),
(2367, '2022-09-20', '02:15:57', 266, 1, 1),
(2368, '2022-09-21', '02:47:33', 13, 20, 25),
(2369, '2022-09-21', '02:47:44', 186, 1, 11),
(2370, '2022-09-21', '02:48:34', 112, 1, 9),
(2371, '2022-09-21', '03:47:58', 274, 0, 1),
(2372, '2022-09-21', '03:48:52', 138, 0, 3),
(2373, '2022-09-21', '04:27:09', 2083, 1, 1),
(2374, '2022-09-21', '05:11:23', 2066, 2, 3),
(2375, '2022-09-22', '12:25:40', 13, 13, 15),
(2376, '2022-09-22', '01:04:57', 186, 2, 2),
(2377, '2022-09-22', '03:26:36', 112, 1, 4),
(2378, '2022-09-22', '06:32:49', 138, 1, 4),
(2379, '2022-09-22', '06:38:49', 2066, 1, 2),
(2380, '2022-09-22', '08:05:49', 2083, 6, 7),
(2381, '2022-09-22', '01:54:38', 123, 1, 1),
(2382, '2022-09-23', '12:20:09', 13, 13, 20),
(2383, '2022-09-23', '04:01:18', 2066, 5, 6),
(2384, '2022-09-23', '06:08:02', 112, 0, 6),
(2385, '2022-09-23', '07:14:59', 138, 0, 5),
(2386, '2022-09-23', '10:06:25', 186, 1, 5),
(2387, '2022-09-23', '12:09:43', 1904, 2, 2),
(2388, '2022-09-23', '02:21:29', 1909, 1, 1),
(2389, '2022-09-24', '12:12:44', 2083, 9, 9),
(2390, '2022-09-24', '12:42:43', 2066, 1, 1),
(2391, '2022-09-24', '04:18:57', 13, 5, 5),
(2392, '2022-09-24', '03:17:34', 138, 2, 3),
(2393, '2022-09-25', '04:36:47', 13, 9, 9),
(2394, '2022-09-25', '04:38:57', 138, 0, 5),
(2395, '2022-09-25', '05:44:34', 2083, 3, 3),
(2396, '2022-09-25', '07:23:50', 123, 1, 1),
(2397, '2022-09-25', '09:28:31', 112, 0, 3),
(2398, '2022-09-25', '09:32:11', 186, 2, 3),
(2399, '2022-09-25', '10:06:29', 274, 0, 2),
(2400, '2022-09-25', '11:59:31', 266, 0, 1),
(2401, '2022-09-26', '12:01:37', 112, 0, 8),
(2402, '2022-09-26', '12:02:45', 13, 26, 31),
(2403, '2022-09-26', '12:42:09', 138, 0, 9),
(2404, '2022-09-26', '12:46:53', 2066, 2, 2),
(2405, '2022-09-26', '01:52:49', 123, 1, 1),
(2406, '2022-09-26', '02:10:55', 274, 1, 4),
(2407, '2022-09-26', '05:12:38', 186, 1, 4),
(2408, '2022-09-26', '07:43:01', 2083, 6, 6),
(2409, '2022-09-26', '12:25:35', 266, 1, 1),
(2410, '2022-09-27', '02:31:19', 2083, 4, 7),
(2411, '2022-09-27', '02:44:10', 13, 17, 24),
(2412, '2022-09-27', '02:45:49', 112, 3, 8),
(2413, '2022-09-27', '02:58:47', 186, 6, 11),
(2414, '2022-09-27', '03:30:40', 138, 1, 9),
(2415, '2022-09-27', '04:20:02', 274, 0, 1),
(2416, '2022-09-27', '06:40:19', 2066, 2, 2),
(2417, '2022-09-28', '12:07:41', 13, 12, 16),
(2418, '2022-09-28', '12:07:52', 112, 1, 5),
(2419, '2022-09-28', '12:08:06', 138, 1, 5),
(2420, '2022-09-28', '12:42:14', 274, 1, 2),
(2421, '2022-09-28', '12:44:18', 186, 1, 2),
(2422, '2022-09-28', '02:35:04', 2083, 4, 5),
(2423, '2022-09-29', '12:40:34', 13, 9, 11),
(2424, '2022-09-29', '01:23:16', 186, 1, 1),
(2425, '2022-09-29', '07:07:28', 2066, 2, 2),
(2426, '2022-09-29', '07:11:02', 112, 1, 2),
(2427, '2022-09-29', '07:11:40', 274, 0, 1),
(2428, '2022-09-29', '09:18:47', 2083, 5, 5),
(2429, '2022-09-29', '10:13:09', 138, 0, 1),
(2430, '2022-09-30', '12:37:37', 112, 0, 5),
(2431, '2022-09-30', '01:27:40', 13, 8, 10),
(2432, '2022-09-30', '01:51:22', 2066, 3, 6),
(2433, '2022-09-30', '02:52:33', 1909, 1, 1),
(2434, '2022-09-30', '03:02:39', 2083, 5, 8),
(2435, '2022-09-30', '03:12:21', 186, 0, 1),
(2436, '2022-09-30', '03:51:02', 138, 0, 4),
(2437, '2022-09-30', '05:36:48', 274, 0, 1),
(2438, '2022-09-30', '07:30:47', 266, 1, 1),
(2439, '2022-10-01', '04:07:52', 13, 4, 4),
(2440, '2022-10-01', '04:07:52', 13, 4, 4),
(2441, '2022-10-01', '08:03:43', 2083, 9, 13),
(2442, '2022-10-01', '10:30:53', 274, 3, 3),
(2443, '2022-10-01', '02:25:54', 138, 0, 1),
(2444, '2022-10-02', '03:12:40', 2083, 7, 8),
(2445, '2022-10-02', '05:00:32', 13, 1, 1),
(2446, '2022-10-02', '05:00:53', 138, 0, 1),
(2447, '2022-10-02', '06:00:15', 167, 2, 2),
(2448, '2022-10-02', '09:10:25', 2066, 1, 1),
(2449, '2022-10-02', '06:12:53', 1, 1, 1),
(2450, '2022-10-03', '12:02:49', 123, 1, 1),
(2451, '2022-10-03', '12:29:23', 13, 8, 10),
(2452, '2022-10-03', '12:55:13', 138, 0, 3),
(2453, '2022-10-03', '01:26:32', 2083, 9, 10),
(2454, '2022-10-03', '02:56:23', 112, 0, 1),
(2455, '2022-10-03', '02:56:56', 186, 0, 4),
(2456, '2022-10-03', '08:11:21', 274, 1, 1),
(2457, '2022-10-04', '12:56:20', 2083, 3, 3),
(2458, '2022-10-04', '01:10:57', 13, 14, 14),
(2459, '2022-10-04', '01:23:56', 138, 0, 4),
(2460, '2022-10-04', '03:25:27', 274, 0, 1),
(2461, '2022-10-04', '06:09:19', 2066, 3, 4),
(2462, '2022-10-04', '07:21:05', 112, 0, 2),
(2463, '2022-10-04', '10:06:59', 186, 0, 1),
(2464, '2022-10-04', '04:39:52', 1904, 1, 1),
(2465, '2022-10-05', '01:05:53', 13, 8, 10),
(2466, '2022-10-05', '03:08:07', 2066, 5, 11),
(2467, '2022-10-05', '03:48:19', 2083, 7, 7),
(2468, '2022-10-05', '03:53:15', 266, 1, 1),
(2469, '2022-10-05', '07:08:09', 186, 1, 3),
(2470, '2022-10-05', '07:09:10', 112, 0, 1),
(2471, '2022-10-06', '12:52:53', 2066, 1, 3),
(2472, '2022-10-06', '01:58:15', 13, 10, 15),
(2473, '2022-10-06', '07:20:16', 112, 1, 8),
(2474, '2022-10-06', '07:50:22', 186, 1, 4),
(2475, '2022-10-06', '08:13:47', 138, 0, 3),
(2476, '2022-10-06', '08:55:50', 274, 0, 2),
(2477, '2022-10-06', '09:02:56', 1909, 1, 1),
(2478, '2022-10-06', '09:03:16', 1904, 0, 1),
(2479, '2022-10-06', '11:16:31', 2083, 8, 8),
(2480, '2022-10-06', '05:13:29', 1, 1, 1),
(2481, '2022-10-07', '12:57:56', 2083, 2, 2),
(2482, '2022-10-07', '01:09:28', 13, 8, 10),
(2483, '2022-10-07', '07:03:16', 2066, 0, 3),
(2484, '2022-10-07', '08:39:59', 186, 0, 1),
(2485, '2022-10-07', '01:54:39', 112, 0, 1),
(2486, '2022-10-08', '03:54:20', 13, 2, 2),
(2487, '2022-10-08', '03:55:48', 138, 0, 3),
(2488, '2022-10-08', '04:22:14', 2083, 5, 6),
(2489, '2022-10-08', '04:24:33', 1, 0, 1),
(2490, '2022-10-08', '07:08:41', 2066, 1, 2),
(2491, '2022-10-08', '03:47:00', 112, 0, 2),
(2492, '2022-10-08', '03:47:40', 274, 0, 1),
(2493, '2022-10-09', '12:03:20', 2083, 5, 5),
(2494, '2022-10-09', '03:03:02', 2066, 1, 2),
(2495, '2022-10-09', '09:12:31', 13, 1, 1),
(2496, '2022-10-10', '01:17:29', 13, 7, 8),
(2497, '2022-10-10', '04:32:43', 112, 0, 1),
(2498, '2022-10-10', '04:33:38', 138, 1, 3),
(2499, '2022-10-10', '04:34:14', 186, 0, 1),
(2500, '2022-10-10', '09:35:55', 2066, 2, 2),
(2501, '2022-10-10', '09:48:50', 2083, 7, 7),
(2502, '2022-10-11', '04:21:17', 13, 8, 9),
(2503, '2022-10-11', '05:06:56', 2083, 11, 15),
(2504, '2022-10-11', '05:27:34', 138, 2, 3),
(2505, '2022-10-11', '08:08:11', 186, 0, 1),
(2506, '2022-10-11', '10:17:36', 274, 1, 2),
(2507, '2022-10-11', '11:13:19', 123, 1, 1),
(2508, '2022-10-11', '11:14:52', 266, 1, 1),
(2509, '2022-10-11', '05:09:54', 2066, 1, 1),
(2510, '2022-10-11', '06:47:03', 112, 2, 2),
(2511, '2022-10-12', '12:41:35', 2083, 6, 8),
(2512, '2022-10-12', '02:35:46', 13, 11, 13),
(2513, '2022-10-12', '02:36:58', 138, 0, 5),
(2514, '2022-10-12', '05:06:00', 112, 1, 7),
(2515, '2022-10-12', '05:08:29', 274, 1, 2),
(2516, '2022-10-12', '07:17:47', 186, 0, 1),
(2517, '2022-10-13', '02:47:18', 13, 6, 8),
(2518, '2022-10-13', '03:41:16', 138, 1, 3),
(2519, '2022-10-13', '04:09:20', 2066, 2, 2),
(2520, '2022-10-13', '06:54:08', 186, 0, 4),
(2521, '2022-10-13', '07:48:40', 2083, 8, 12),
(2522, '2022-10-13', '08:28:36', 112, 0, 4),
(2523, '2022-10-13', '08:29:00', 274, 0, 1),
(2524, '2022-10-14', '12:59:27', 2083, 4, 5),
(2525, '2022-10-14', '01:56:18', 138, 1, 4),
(2526, '2022-10-14', '05:37:00', 2066, 2, 3),
(2527, '2022-10-14', '05:37:11', 112, 1, 4),
(2528, '2022-10-14', '05:37:23', 186, 0, 2),
(2529, '2022-10-14', '05:37:56', 13, 3, 5),
(2530, '2022-10-15', '01:23:15', 13, 6, 7),
(2531, '2022-10-15', '04:01:02', 2083, 4, 8),
(2532, '2022-10-15', '08:29:50', 2066, 1, 1),
(2533, '2022-10-15', '09:18:59', 186, 0, 1),
(2534, '2022-10-15', '07:14:46', 274, 1, 1),
(2535, '2022-10-16', '07:47:43', 0, 2, 2),
(2536, '2022-10-16', '08:09:12', 2083, 6, 7),
(2537, '2022-10-16', '08:25:59', 13, 2, 2),
(2538, '2022-10-16', '11:17:33', 266, 1, 1),
(2539, '2022-10-17', '12:01:27', 2083, 13, 13),
(2540, '2022-10-17', '12:14:43', 2066, 1, 1),
(2541, '2022-10-17', '12:49:28', 13, 14, 14),
(2542, '2022-10-17', '12:49:36', 186, 0, 1),
(2543, '2022-10-17', '04:12:39', 138, 1, 2),
(2544, '2022-10-17', '01:55:17', 286, 1, 1),
(2545, '2022-10-17', '08:19:28', 167, 1, 1),
(2546, '2022-10-18', '12:01:43', 2083, 14, 16),
(2547, '2022-10-18', '01:24:42', 13, 11, 15),
(2548, '2022-10-18', '02:06:59', 186, 0, 3),
(2549, '2022-10-18', '03:37:44', 138, 1, 3),
(2550, '2022-10-18', '08:19:18', 123, 1, 1),
(2551, '2022-10-18', '08:58:21', 112, 0, 3),
(2552, '2022-10-18', '09:49:04', 274, 3, 3),
(2553, '2022-10-19', '12:53:28', 2083, 5, 5),
(2554, '2022-10-19', '01:53:13', 13, 9, 11),
(2555, '2022-10-19', '02:47:17', 138, 0, 5),
(2556, '2022-10-19', '02:48:32', 112, 0, 5),
(2557, '2022-10-19', '02:50:17', 186, 0, 3),
(2558, '2022-10-19', '08:17:49', 2066, 3, 3),
(2559, '2022-10-19', '04:35:38', 274, 0, 1),
(2560, '2022-10-19', '04:53:52', 123, 0, 1),
(2561, '2022-10-20', '01:06:27', 13, 8, 10),
(2562, '2022-10-20', '01:06:40', 138, 0, 4),
(2563, '2022-10-20', '02:01:07', 2083, 7, 7),
(2564, '2022-10-20', '02:05:59', 112, 2, 7),
(2565, '2022-10-20', '07:22:27', 2066, 1, 2),
(2566, '2022-10-21', '12:47:05', 13, 9, 17),
(2567, '2022-10-21', '12:47:51', 186, 0, 6),
(2568, '2022-10-21', '12:57:14', 138, 0, 2),
(2569, '2022-10-21', '01:26:28', 2083, 2, 2),
(2570, '2022-10-21', '01:51:48', 112, 0, 2),
(2571, '2022-10-21', '02:41:40', 2066, 2, 4),
(2572, '2022-10-22', '01:55:08', 13, 1, 1),
(2573, '2022-10-22', '07:36:21', 2083, 4, 4),
(2574, '2022-10-23', '02:38:48', 2083, 5, 9),
(2575, '2022-10-23', '03:30:15', 13, 3, 3),
(2576, '2022-10-23', '03:35:31', 112, 0, 3),
(2577, '2022-10-23', '03:36:12', 274, 0, 2),
(2578, '2022-10-23', '04:01:05', 138, 1, 1),
(2579, '2022-10-23', '11:56:58', 2066, 1, 1),
(2580, '2022-10-23', '04:08:14', 266, 1, 1),
(2581, '2022-10-24', '01:51:23', 13, 5, 5),
(2582, '2022-10-24', '02:54:46', 112, 0, 1),
(2583, '2022-10-24', '02:55:19', 138, 0, 1),
(2584, '2022-10-24', '04:35:54', 2083, 8, 13),
(2585, '2022-10-24', '06:42:56', 2066, 2, 3),
(2586, '2022-10-25', '03:09:21', 2083, 9, 13),
(2587, '2022-10-25', '03:59:08', 13, 11, 13),
(2588, '2022-10-25', '03:59:17', 112, 1, 2),
(2589, '2022-10-25', '03:59:23', 186, 1, 2),
(2590, '2022-10-25', '03:59:31', 1904, 1, 1),
(2591, '2022-10-25', '03:59:36', 138, 1, 2),
(2592, '2022-10-26', '12:25:26', 2083, 13, 18),
(2593, '2022-10-26', '01:11:30', 13, 4, 5),
(2594, '2022-10-26', '01:11:36', 138, 0, 1),
(2595, '2022-10-26', '01:12:33', 112, 0, 1),
(2596, '2022-10-26', '01:12:58', 186, 0, 1),
(2597, '2022-10-26', '05:12:18', 2066, 1, 1),
(2598, '2022-10-27', '02:27:22', 2083, 12, 15),
(2599, '2022-10-27', '03:40:09', 13, 5, 5),
(2600, '2022-10-27', '05:08:31', 112, 0, 1),
(2601, '2022-10-27', '09:42:18', 186, 2, 3),
(2602, '2022-10-28', '12:10:55', 274, 1, 1),
(2603, '2022-10-28', '12:50:11', 13, 7, 7),
(2604, '2022-10-28', '12:50:19', 186, 2, 4),
(2605, '2022-10-28', '07:06:24', 138, 0, 2),
(2606, '2022-10-28', '07:06:31', 112, 0, 1),
(2607, '2022-10-28', '11:12:15', 2066, 1, 3),
(2608, '2022-10-28', '11:45:00', 2083, 6, 9),
(2609, '2022-10-28', '01:54:52', 286, 1, 1),
(2610, '2022-10-29', '12:03:34', 112, 1, 2),
(2611, '2022-10-29', '12:04:18', 274, 1, 2),
(2612, '2022-10-29', '12:24:54', 13, 2, 2),
(2613, '2022-10-29', '12:51:57', 2083, 10, 13),
(2614, '2022-10-29', '02:50:43', 266, 1, 1),
(2615, '2022-10-29', '08:32:26', 0, 1, 1),
(2616, '2022-10-29', '10:15:43', 1, 2, 2),
(2617, '2022-10-29', '01:48:39', 167, 1, 1),
(2618, '2022-10-29', '03:53:10', 2066, 1, 1),
(2619, '2022-10-29', '10:22:06', 138, 1, 1),
(2620, '2022-10-30', '12:58:20', 2083, 8, 13),
(2621, '2022-10-30', '06:24:02', 186, 1, 1),
(2622, '2022-10-30', '07:44:12', 112, 1, 1),
(2623, '2022-10-30', '06:36:56', 13, 2, 2),
(2624, '2022-10-31', '01:31:39', 2083, 8, 8),
(2625, '2022-10-31', '02:23:41', 13, 2, 2),
(2626, '2022-11-01', '02:46:25', 0, 1, 1),
(2627, '2022-11-08', '07:50:56', 13, 10, 14),
(2628, '2022-11-08', '08:07:50', 186, 1, 1),
(2629, '2022-11-08', '08:11:35', 112, 0, 1),
(2630, '2022-11-08', '09:23:45', 2083, 6, 8),
(2631, '2022-11-08', '01:35:52', 138, 1, 1),
(2632, '2022-11-08', '01:37:50', 274, 1, 1),
(2633, '2022-11-09', '12:33:57', 13, 16, 18),
(2634, '2022-11-09', '01:30:06', 2066, 1, 1),
(2635, '2022-11-09', '03:18:36', 138, 0, 1),
(2636, '2022-11-09', '03:21:41', 186, 1, 4),
(2637, '2022-11-09', '03:44:45', 2083, 9, 10),
(2638, '2022-11-09', '11:12:29', 123, 0, 4),
(2639, '2022-11-09', '11:13:57', 112, 0, 2),
(2640, '2022-11-09', '12:18:44', 274, 2, 2),
(2641, '2022-11-10', '02:46:37', 2083, 17, 21),
(2642, '2022-11-10', '09:03:12', 13, 5, 5),
(2643, '2022-11-10', '09:23:21', 112, 2, 2),
(2644, '2022-11-11', '12:20:38', 13, 8, 11),
(2645, '2022-11-11', '12:21:01', 186, 0, 2),
(2646, '2022-11-11', '12:24:20', 2083, 5, 7),
(2647, '2022-11-11', '05:54:16', 112, 2, 2),
(2648, '2022-11-11', '02:39:48', 138, 0, 1),
(2649, '2022-11-12', '01:24:05', 2083, 5, 7),
(2650, '2022-11-12', '03:38:20', 13, 3, 3),
(2651, '2022-11-12', '07:25:18', 138, 2, 3),
(2652, '2022-11-12', '06:41:42', 1904, 1, 1),
(2653, '2022-11-12', '07:52:08', 1909, 1, 1),
(2654, '2022-11-12', '08:29:31', 274, 1, 1),
(2655, '2022-11-13', '03:00:49', 2083, 9, 12),
(2656, '2022-11-13', '05:17:20', 13, 2, 2),
(2657, '2022-11-13', '06:38:48', 2066, 1, 1),
(2658, '2022-11-13', '09:14:00', 112, 1, 1),
(2659, '2022-11-13', '09:14:19', 138, 1, 1),
(2660, '2022-11-13', '09:15:15', 123, 1, 1),
(2661, '2022-11-13', '09:17:52', 186, 1, 1),
(2662, '2022-11-13', '09:18:08', 274, 1, 1),
(2663, '2022-11-14', '01:28:01', 13, 7, 8),
(2664, '2022-11-14', '01:28:03', 2083, 11, 12),
(2665, '2022-11-14', '01:46:13', 186, 3, 4),
(2666, '2022-11-14', '09:03:14', 2066, 2, 3),
(2667, '2022-11-14', '05:00:40', 138, 2, 3),
(2668, '2022-11-15', '01:28:09', 2083, 18, 19),
(2669, '2022-11-15', '01:44:54', 13, 6, 8),
(2670, '2022-11-15', '01:45:37', 186, 1, 2),
(2671, '2022-11-15', '03:54:11', 112, 0, 1),
(2672, '2022-11-16', '12:20:51', 186, 3, 3),
(2673, '2022-11-16', '12:47:01', 2083, 8, 9),
(2674, '2022-11-16', '03:46:19', 13, 7, 7),
(2675, '2022-11-16', '11:35:22', 123, 1, 1),
(2676, '2022-11-16', '10:15:23', 2066, 1, 2),
(2677, '2022-11-16', '11:38:23', 112, 1, 1),
(2678, '2022-11-16', '11:38:34', 1904, 1, 1),
(2679, '2022-11-16', '11:38:40', 138, 1, 1),
(2680, '2022-11-17', '12:03:04', 2083, 6, 6),
(2681, '2022-11-17', '01:26:44', 13, 7, 7),
(2682, '2022-11-17', '02:17:44', 186, 0, 2),
(2683, '2022-11-17', '07:40:31', 2066, 2, 2),
(2684, '2022-11-18', '12:58:25', 2083, 14, 18),
(2685, '2022-11-18', '09:42:42', 13, 3, 4),
(2686, '2022-11-18', '10:49:22', 112, 1, 1),
(2687, '2022-11-18', '10:49:28', 186, 1, 1),
(2688, '2022-11-18', '10:49:35', 1904, 1, 1),
(2689, '2022-11-18', '10:49:43', 138, 1, 1),
(2690, '2022-11-18', '07:22:42', 274, 1, 1),
(2691, '2022-11-19', '01:31:56', 2083, 9, 11),
(2692, '2022-11-19', '04:41:50', 13, 3, 4),
(2693, '2022-11-19', '10:13:51', 2066, 1, 1),
(2694, '2022-11-20', '02:23:26', 13, 2, 2),
(2695, '2022-11-20', '07:15:47', 2083, 16, 17),
(2696, '2022-11-20', '01:02:20', 2066, 1, 1),
(2697, '2022-11-21', '12:54:26', 2083, 21, 31),
(2698, '2022-11-21', '01:31:22', 13, 11, 13),
(2699, '2022-11-21', '07:01:03', 138, 1, 4),
(2700, '2022-11-21', '07:02:26', 186, 0, 2),
(2701, '2022-11-21', '01:53:29', 2066, 1, 3),
(2702, '2022-11-21', '08:53:47', 112, 0, 1),
(2703, '2022-11-22', '01:11:24', 13, 8, 9),
(2704, '2022-11-22', '01:13:16', 2083, 20, 23),
(2705, '2022-11-22', '06:47:01', 186, 1, 2),
(2706, '2022-11-22', '08:21:11', 1, 1, 1),
(2707, '2022-11-22', '10:23:17', 2066, 1, 1),
(2708, '2022-11-23', '12:47:36', 13, 9, 10),
(2709, '2022-11-23', '03:10:15', 2066, 3, 3),
(2710, '2022-11-23', '03:20:28', 2083, 14, 16),
(2711, '2022-11-23', '09:07:33', 186, 0, 1),
(2712, '2022-11-23', '09:22:34', 112, 0, 1),
(2713, '2022-11-23', '09:58:00', 138, 3, 3),
(2714, '2022-11-24', '01:43:36', 13, 14, 15),
(2715, '2022-11-24', '02:21:02', 2083, 14, 30),
(2716, '2022-11-24', '03:03:40', 138, 0, 1),
(2717, '2022-11-24', '03:28:20', 2066, 4, 4),
(2718, '2022-11-24', '06:34:30', 112, 1, 2),
(2719, '2022-11-25', '12:10:22', 2083, 22, 26),
(2720, '2022-11-25', '12:25:44', 13, 13, 13),
(2721, '2022-11-25', '02:20:55', 138, 0, 1),
(2722, '2022-11-25', '02:21:41', 112, 0, 1),
(2723, '2022-11-25', '07:22:40', 186, 0, 1),
(2724, '2022-11-26', '01:27:17', 2083, 12, 19),
(2725, '2022-11-26', '06:49:18', 2066, 0, 1),
(2726, '2022-11-26', '07:25:52', 13, 1, 1),
(2727, '2022-11-26', '08:36:44', 274, 1, 1),
(2728, '2022-11-27', '01:26:18', 2083, 18, 26),
(2729, '2022-11-27', '04:47:54', 2066, 2, 2),
(2730, '2022-11-27', '09:15:36', 13, 1, 1),
(2731, '2022-11-28', '12:14:30', 112, 1, 3),
(2732, '2022-11-28', '12:50:12', 2083, 21, 33),
(2733, '2022-11-28', '01:34:47', 13, 4, 7),
(2734, '2022-11-28', '04:46:30', 1, 0, 1),
(2735, '2022-11-28', '05:07:38', 186, 0, 5),
(2736, '2022-11-28', '05:46:11', 138, 0, 2),
(2737, '2022-11-28', '02:53:45', 2066, 1, 1),
(2738, '2022-11-28', '11:01:06', 167, 1, 1),
(2739, '2022-11-29', '12:17:55', 13, 16, 17),
(2740, '2022-11-29', '12:19:52', 138, 5, 5),
(2741, '2022-11-29', '12:49:11', 274, 2, 2),
(2742, '2022-11-29', '12:49:34', 186, 1, 3),
(2743, '2022-11-29', '12:49:59', 112, 0, 2),
(2744, '2022-11-29', '12:50:57', 123, 1, 2),
(2745, '2022-11-29', '01:02:55', 2066, 2, 2),
(2746, '2022-11-29', '02:43:09', 2083, 24, 31),
(2747, '2022-11-29', '05:43:28', 266, 0, 1),
(2748, '2022-11-30', '01:12:25', 2083, 9, 11),
(2749, '2022-11-30', '03:17:12', 13, 5, 5),
(2750, '2022-11-30', '03:35:14', 2066, 2, 2),
(2751, '2022-11-30', '06:35:28', 138, 0, 3),
(2752, '2022-11-30', '06:37:07', 112, 0, 2),
(2753, '2022-11-30', '06:37:39', 186, 1, 3),
(2754, '2022-12-01', '03:51:10', 13, 13, 16),
(2755, '2022-12-01', '03:52:09', 138, 1, 5),
(2756, '2022-12-01', '04:56:35', 2083, 19, 26),
(2757, '2022-12-01', '06:16:20', 112, 0, 2),
(2758, '2022-12-01', '07:07:59', 186, 0, 2),
(2759, '2022-12-01', '07:28:07', 123, 0, 1),
(2760, '2022-12-02', '12:38:41', 2083, 17, 20),
(2761, '2022-12-02', '02:38:37', 274, 2, 2),
(2762, '2022-12-02', '02:55:24', 13, 4, 5),
(2763, '2022-12-02', '02:56:18', 112, 0, 1),
(2764, '2022-12-02', '02:56:34', 186, 0, 1),
(2765, '2022-12-02', '06:50:26', 2066, 0, 1),
(2766, '2022-12-03', '01:28:19', 2083, 8, 8),
(2767, '2022-12-03', '04:39:48', 138, 1, 2),
(2768, '2022-12-03', '04:40:08', 186, 1, 3),
(2769, '2022-12-03', '04:45:15', 112, 1, 3),
(2770, '2022-12-03', '04:45:39', 274, 0, 1),
(2771, '2022-12-03', '05:03:57', 13, 2, 3),
(2772, '2022-12-04', '01:37:18', 2083, 18, 25),
(2773, '2022-12-04', '05:36:42', 2066, 1, 1),
(2774, '2022-12-04', '09:20:07', 13, 7, 8),
(2775, '2022-12-05', '12:20:57', 13, 6, 7),
(2776, '2022-12-05', '01:32:30', 138, 1, 2),
(2777, '2022-12-05', '03:50:34', 2083, 20, 21),
(2778, '2022-12-05', '08:46:35', 2066, 1, 1),
(2779, '2022-12-06', '02:00:15', 2083, 13, 20),
(2780, '2022-12-06', '04:06:30', 13, 12, 15),
(2781, '2022-12-06', '04:06:30', 13, 12, 15),
(2782, '2022-12-06', '04:08:02', 138, 3, 6),
(2783, '2022-12-06', '05:57:59', 2066, 1, 1),
(2784, '2022-12-06', '06:15:18', 112, 0, 1),
(2785, '2022-12-06', '08:23:54', 274, 0, 1),
(2786, '2022-12-07', '01:10:23', 2083, 13, 15),
(2787, '2022-12-07', '01:55:08', 2066, 3, 3),
(2788, '2022-12-07', '02:37:15', 13, 7, 8),
(2789, '2022-12-07', '02:49:30', 138, 3, 7),
(2790, '2022-12-07', '08:07:37', 186, 0, 1),
(2791, '2022-12-07', '12:25:33', 112, 1, 2),
(2792, '2022-12-08', '12:42:02', 13, 9, 9),
(2793, '2022-12-08', '12:56:23', 2083, 15, 16),
(2794, '2022-12-08', '02:59:00', 112, 0, 2),
(2795, '2022-12-08', '02:59:12', 138, 0, 2),
(2796, '2022-12-08', '11:59:09', 186, 1, 1),
(2797, '2022-12-08', '02:24:12', 2066, 2, 2),
(2798, '2022-12-09', '12:28:07', 2083, 8, 10),
(2799, '2022-12-09', '02:13:26', 13, 10, 10),
(2800, '2022-12-09', '06:41:27', 2066, 4, 4),
(2801, '2022-12-09', '03:29:53', 138, 0, 1),
(2802, '2022-12-10', '02:24:42', 2083, 14, 16),
(2803, '2022-12-10', '06:10:19', 13, 6, 7),
(2804, '2022-12-10', '08:51:20', 2066, 1, 1),
(2805, '2022-12-10', '08:44:12', 274, 1, 1),
(2806, '2022-12-11', '01:55:00', 2083, 7, 8),
(2807, '2022-12-11', '04:43:44', 13, 5, 5),
(2808, '2022-12-11', '04:44:13', 138, 0, 1),
(2809, '2022-12-11', '04:58:18', 123, 1, 1),
(2810, '2022-12-11', '08:51:34', 112, 1, 1),
(2811, '2022-12-11', '02:30:21', 186, 4, 4),
(2812, '2022-12-12', '12:21:07', 2083, 25, 26),
(2813, '2022-12-12', '02:00:34', 13, 6, 6),
(2814, '2022-12-12', '02:12:28', 138, 1, 5),
(2815, '2022-12-12', '03:14:01', 2066, 2, 2),
(2816, '2022-12-12', '09:17:50', 112, 2, 2),
(2817, '2022-12-13', '12:01:43', 2066, 3, 3),
(2818, '2022-12-13', '12:10:26', 2083, 12, 13),
(2819, '2022-12-13', '02:33:55', 13, 8, 12),
(2820, '2022-12-13', '03:17:32', 186, 1, 2),
(2821, '2022-12-13', '03:33:12', 274, 0, 2),
(2822, '2022-12-13', '03:50:37', 138, 0, 4),
(2823, '2022-12-13', '03:51:12', 112, 0, 2),
(2824, '2022-12-14', '12:49:21', 13, 11, 13),
(2825, '2022-12-14', '01:34:03', 138, 1, 3),
(2826, '2022-12-14', '03:18:10', 274, 1, 1),
(2827, '2022-12-14', '06:23:03', 2066, 2, 2),
(2828, '2022-12-14', '07:13:51', 2083, 13, 15),
(2829, '2022-12-15', '01:58:06', 13, 6, 7),
(2830, '2022-12-15', '01:58:14', 186, 0, 1),
(2831, '2022-12-15', '04:18:00', 2083, 8, 8),
(2832, '2022-12-15', '06:24:40', 274, 1, 1),
(2833, '2022-12-15', '08:10:09', 112, 2, 6),
(2834, '2022-12-15', '12:29:52', 2066, 3, 3),
(2835, '2022-12-16', '12:54:34', 2083, 13, 20),
(2836, '2022-12-16', '02:37:24', 13, 2, 2),
(2837, '2022-12-16', '04:05:34', 2066, 3, 3),
(2838, '2022-12-16', '06:54:31', 274, 1, 1),
(2839, '2022-12-16', '03:09:53', 138, 0, 3),
(2840, '2022-12-16', '03:10:16', 112, 0, 1),
(2841, '2022-12-17', '12:52:58', 2083, 21, 25),
(2842, '2022-12-17', '12:52:58', 2083, 21, 25),
(2843, '2022-12-17', '05:43:10', 2066, 0, 1),
(2844, '2022-12-17', '11:07:38', 138, 2, 2),
(2845, '2022-12-17', '03:42:38', 13, 2, 2),
(2846, '2022-12-17', '07:35:05', 1904, 1, 1),
(2847, '2022-12-18', '12:27:27', 13, 6, 9),
(2848, '2022-12-18', '12:51:29', 2083, 15, 28),
(2849, '2022-12-18', '09:05:55', 112, 1, 1),
(2850, '2022-12-18', '09:06:01', 186, 1, 1),
(2851, '2022-12-18', '09:06:09', 1904, 1, 1),
(2852, '2022-12-18', '09:06:15', 138, 1, 1),
(2853, '2022-12-18', '08:31:06', 1909, 1, 1),
(2854, '2022-12-19', '12:44:55', 2083, 14, 19),
(2855, '2022-12-19', '03:01:02', 13, 3, 4),
(2856, '2022-12-19', '04:18:39', 167, 1, 1),
(2857, '2022-12-19', '07:19:11', 138, 0, 2),
(2858, '2022-12-19', '03:28:59', 2066, 1, 1),
(2859, '2022-12-20', '12:27:49', 2083, 16, 25),
(2860, '2022-12-20', '01:30:56', 13, 3, 7),
(2861, '2022-12-20', '07:55:19', 2066, 5, 5),
(2862, '2022-12-20', '08:19:53', 186, 1, 1),
(2863, '2022-12-21', '01:48:14', 13, 9, 11),
(2864, '2022-12-21', '01:50:23', 138, 0, 1),
(2865, '2022-12-21', '01:50:46', 186, 2, 6),
(2866, '2022-12-21', '02:41:00', 2083, 24, 31),
(2867, '2022-12-21', '04:25:25', 123, 1, 1),
(2868, '2022-12-21', '07:15:25', 274, 1, 2),
(2869, '2022-12-22', '12:00:50', 2083, 17, 28),
(2870, '2022-12-22', '01:54:18', 123, 1, 1),
(2871, '2022-12-22', '01:57:48', 13, 4, 6),
(2872, '2022-12-22', '11:53:21', 112, 0, 1),
(2873, '2022-12-22', '11:53:26', 138, 1, 2),
(2874, '2022-12-22', '11:53:31', 274, 0, 1),
(2875, '2022-12-22', '11:53:37', 186, 0, 1),
(2876, '2022-12-22', '11:53:42', 1904, 0, 1),
(2877, '2022-12-22', '11:53:46', 1909, 0, 1),
(2878, '2022-12-22', '12:42:58', 2066, 1, 1),
(2879, '2022-12-23', '12:39:34', 2083, 24, 29),
(2880, '2022-12-23', '01:05:31', 13, 5, 5),
(2881, '2022-12-23', '08:20:01', 274, 0, 1),
(2882, '2022-12-23', '08:35:12', 186, 0, 1),
(2883, '2022-12-23', '12:49:54', 2066, 1, 1),
(2884, '2022-12-24', '12:00:19', 2083, 16, 24),
(2885, '2022-12-24', '08:22:14', 13, 3, 3),
(2886, '2022-12-24', '08:29:59', 2066, 0, 1),
(2887, '2022-12-24', '04:03:53', 112, 0, 2),
(2888, '2022-12-24', '08:50:17', 274, 1, 1),
(2889, '2022-12-24', '11:39:12', 123, 1, 1),
(2890, '2022-12-25', '02:57:55', 13, 3, 3),
(2891, '2022-12-25', '03:10:16', 2083, 11, 15),
(2892, '2022-12-26', '12:33:56', 2066, 2, 2),
(2893, '2022-12-26', '05:35:49', 2083, 13, 17),
(2894, '2022-12-26', '06:28:47', 13, 2, 2),
(2895, '2022-12-26', '03:20:42', 186, 1, 1),
(2896, '2022-12-27', '12:58:37', 13, 5, 8),
(2897, '2022-12-27', '02:50:36', 2083, 33, 49),
(2898, '2022-12-27', '09:53:41', 123, 1, 1),
(2899, '2022-12-27', '10:07:59', 167, 2, 2),
(2900, '2022-12-27', '01:05:11', 274, 2, 2),
(2901, '2022-12-27', '01:52:13', 1, 2, 2),
(2902, '2022-12-27', '10:40:18', 186, 1, 1),
(2903, '2022-12-28', '02:24:41', 2083, 28, 35),
(2904, '2022-12-28', '07:53:08', 13, 6, 7),
(2905, '2022-12-28', '12:09:16', 2066, 1, 1),
(2906, '2022-12-28', '12:23:29', 138, 1, 1),
(2907, '2022-12-29', '12:51:26', 2083, 19, 30),
(2908, '2022-12-29', '01:59:35', 2066, 2, 2),
(2909, '2022-12-29', '08:04:46', 13, 2, 3),
(2910, '2022-12-29', '11:03:40', 112, 0, 1),
(2911, '2022-12-29', '11:05:59', 274, 0, 1),
(2912, '2022-12-30', '01:43:38', 2083, 23, 28),
(2913, '2022-12-30', '03:34:37', 167, 1, 2),
(2914, '2022-12-30', '06:11:24', 13, 7, 8),
(2915, '2022-12-30', '06:12:22', 138, 0, 3),
(2916, '2022-12-30', '08:55:27', 112, 0, 1),
(2917, '2022-12-30', '05:27:11', 2066, 1, 1),
(2918, '2022-12-31', '01:45:50', 2083, 16, 20),
(2919, '2022-12-31', '01:47:48', 138, 1, 2),
(2920, '2022-12-31', '01:49:19', 13, 0, 1),
(2921, '2023-01-01', '01:48:26', 2083, 15, 18),
(2922, '2023-01-01', '03:14:23', 13, 3, 5),
(2923, '2023-01-01', '06:06:18', 112, 0, 1),
(2924, '2023-01-01', '03:57:12', 186, 0, 1),
(2925, '2023-01-01', '04:20:03', 167, 1, 1),
(2926, '2023-01-02', '02:00:57', 2083, 20, 26),
(2927, '2023-01-02', '02:35:42', 13, 4, 4),
(2928, '2023-01-02', '02:35:58', 112, 0, 1),
(2929, '2023-01-02', '09:04:49', 138, 0, 2),
(2930, '2023-01-02', '09:15:25', 2066, 2, 2),
(2931, '2023-01-02', '09:24:49', 266, 0, 1),
(2932, '2023-01-03', '01:59:37', 2083, 27, 40),
(2933, '2023-01-03', '03:41:43', 13, 8, 18),
(2934, '2023-01-03', '04:24:16', 2066, 4, 4),
(2935, '2023-01-03', '06:12:54', 112, 2, 6),
(2936, '2023-01-03', '08:46:52', 186, 1, 10),
(2937, '2023-01-03', '09:12:50', 1909, 3, 3),
(2938, '2023-01-03', '02:15:54', 138, 1, 2),
(2939, '2023-01-03', '07:43:42', 123, 0, 1),
(2940, '2023-01-03', '07:52:31', 274, 0, 1),
(2941, '2023-01-04', '12:49:35', 2083, 42, 52),
(2942, '2023-01-04', '01:03:25', 13, 7, 11),
(2943, '2023-01-04', '02:48:39', 2066, 1, 1),
(2944, '2023-01-04', '06:29:36', 186, 0, 1),
(2945, '2023-01-04', '10:48:02', 1909, 1, 1),
(2946, '2023-01-05', '12:06:26', 2083, 35, 50),
(2947, '2023-01-05', '06:10:11', 13, 16, 18),
(2948, '2023-01-05', '08:00:43', 112, 0, 3),
(2949, '2023-01-05', '08:01:09', 138, 1, 3),
(2950, '2023-01-05', '09:21:24', 186, 1, 2),
(2951, '2023-01-05', '11:18:47', 266, 1, 1),
(2952, '2023-01-06', '12:54:19', 2083, 29, 44),
(2953, '2023-01-06', '06:06:01', 286, 1, 1),
(2954, '2023-01-06', '09:14:32', 13, 2, 3),
(2955, '2023-01-06', '09:14:57', 186, 0, 1),
(2956, '2023-01-07', '12:15:52', 2083, 22, 34),
(2957, '2023-01-07', '11:44:01', 13, 1, 2),
(2958, '2023-01-07', '02:28:35', 112, 1, 1),
(2959, '2023-01-07', '03:14:48', 138, 2, 3),
(2960, '2023-01-07', '08:36:37', 186, 1, 1),
(2961, '2023-01-07', '08:57:27', 274, 1, 1),
(2962, '2023-01-08', '01:55:02', 2083, 19, 28),
(2963, '2023-01-08', '06:02:33', 138, 2, 3),
(2964, '2023-01-08', '08:30:37', 13, 2, 3),
(2965, '2023-01-08', '08:48:48', 292, 0, 1),
(2966, '2023-01-09', '01:14:30', 2083, 26, 33),
(2967, '2023-01-09', '01:26:19', 13, 8, 11),
(2968, '2023-01-09', '01:26:28', 112, 0, 5),
(2969, '2023-01-09', '01:27:51', 138, 0, 4),
(2970, '2023-01-09', '01:28:19', 186, 2, 3),
(2971, '2023-01-09', '02:46:12', 274, 0, 1),
(2972, '2023-01-09', '01:34:37', 2066, 1, 2),
(2973, '2023-01-10', '12:55:40', 2083, 24, 27),
(2974, '2023-01-10', '03:33:30', 274, 2, 3),
(2975, '2023-01-10', '03:39:00', 1, 1, 2),
(2976, '2023-01-10', '04:29:51', 13, 9, 12),
(2977, '2023-01-10', '07:58:55', 123, 1, 1),
(2978, '2023-01-10', '07:59:41', 1904, 1, 1),
(2979, '2023-01-10', '08:00:00', 2066, 4, 4),
(2980, '2023-01-10', '08:00:43', 1909, 1, 1),
(2981, '2023-01-10', '08:02:19', 112, 1, 4),
(2982, '2023-01-10', '08:03:29', 186, 1, 1),
(2983, '2023-01-10', '08:04:37', 138, 1, 3),
(2984, '2023-01-11', '01:26:04', 2083, 28, 33),
(2985, '2023-01-11', '01:46:10', 13, 4, 5),
(2986, '2023-01-11', '02:47:10', 112, 1, 1),
(2987, '2023-01-11', '02:47:22', 186, 0, 2),
(2988, '2023-01-11', '02:47:37', 138, 0, 1),
(2989, '2023-01-11', '06:43:13', 2066, 3, 4),
(2990, '2023-01-11', '06:45:37', 266, 0, 1),
(2991, '2023-01-12', '12:10:56', 2083, 45, 60),
(2992, '2023-01-12', '03:52:25', 13, 4, 4),
(2993, '2023-01-12', '11:09:37', 138, 1, 1),
(2994, '2023-01-13', '12:21:02', 2083, 25, 29),
(2995, '2023-01-13', '02:24:21', 2066, 3, 4),
(2996, '2023-01-13', '02:24:43', 138, 0, 1),
(2997, '2023-01-13', '06:20:29', 13, 6, 7),
(2998, '2023-01-13', '06:57:38', 112, 1, 1),
(2999, '2023-01-13', '06:58:19', 186, 0, 1),
(3000, '2023-01-13', '06:58:56', 1904, 0, 1),
(3001, '2023-01-13', '06:59:27', 274, 0, 1),
(3002, '2023-01-13', '06:59:46', 1909, 0, 1),
(3003, '2023-01-14', '01:13:54', 2083, 20, 26),
(3004, '2023-01-14', '06:30:48', 2066, 1, 3),
(3005, '2023-01-14', '10:38:35', 138, 1, 1),
(3006, '2023-01-14', '01:05:20', 13, 4, 4),
(3007, '2023-01-14', '08:52:34', 1, 1, 1),
(3008, '2023-01-15', '01:35:54', 1, 1, 1),
(3009, '2023-01-15', '01:49:51', 2083, 32, 40),
(3010, '2023-01-15', '07:11:40', 112, 1, 3),
(3011, '2023-01-15', '07:12:43', 13, 0, 4),
(3012, '2023-01-15', '10:50:46', 2066, 1, 2),
(3013, '2023-01-15', '10:50:54', 138, 0, 4),
(3014, '2023-01-15', '06:05:24', 274, 0, 2),
(3015, '2023-01-16', '12:47:24', 2083, 50, 61),
(3016, '2023-01-16', '01:25:16', 2066, 2, 2),
(3017, '2023-01-16', '02:35:59', 13, 7, 9),
(3018, '2023-01-16', '04:46:11', 138, 0, 3),
(3019, '2023-01-16', '05:04:31', 186, 0, 3),
(3020, '2023-01-16', '10:20:36', 1904, 1, 1),
(3021, '2023-01-16', '02:05:33', 112, 0, 1),
(3022, '2023-01-17', '12:17:04', 2083, 30, 36),
(3023, '2023-01-17', '01:10:19', 13, 5, 7),
(3024, '2023-01-17', '04:52:15', 138, 2, 4),
(3025, '2023-01-17', '08:31:57', 123, 3, 3),
(3026, '2023-01-17', '10:46:30', 112, 1, 1),
(3027, '2023-01-17', '04:11:31', 2066, 1, 1),
(3028, '2023-01-18', '12:48:49', 2083, 22, 35),
(3029, '2023-01-18', '05:45:31', 13, 7, 8),
(3030, '2023-01-18', '05:47:35', 138, 0, 1),
(3031, '2023-01-18', '06:26:35', 186, 0, 1),
(3032, '2023-01-18', '04:44:16', 2066, 1, 1),
(3033, '2023-01-19', '12:56:58', 2083, 19, 20),
(3034, '2023-01-19', '12:56:58', 2083, 19, 20),
(3035, '2023-01-19', '12:56:58', 2083, 19, 20),
(3036, '2023-01-19', '02:20:37', 13, 6, 6),
(3037, '2023-01-19', '08:13:55', 112, 0, 2),
(3038, '2023-01-19', '08:59:05', 1904, 1, 1),
(3039, '2023-01-20', '12:31:26', 2083, 37, 58),
(3040, '2023-01-20', '07:39:48', 13, 2, 4),
(3041, '2023-01-20', '07:39:54', 112, 0, 1),
(3042, '2023-01-20', '07:47:01', 138, 0, 1),
(3043, '2023-01-20', '07:48:27', 186, 1, 2),
(3044, '2023-01-20', '11:35:51', 123, 1, 1),
(3045, '2023-01-21', '01:32:38', 2083, 40, 67),
(3046, '2023-01-21', '02:00:52', 2066, 2, 2),
(3047, '2023-01-21', '05:59:29', 138, 1, 1),
(3048, '2023-01-21', '09:01:37', 274, 1, 1),
(3049, '2023-01-21', '11:18:32', 112, 2, 2),
(3050, '2023-01-22', '01:56:06', 2083, 53, 75),
(3051, '2023-01-22', '02:52:14', 13, 2, 2),
(3052, '2023-01-22', '02:52:44', 138, 0, 1),
(3053, '2023-01-22', '06:58:53', 186, 2, 2),
(3054, '2023-01-22', '08:05:15', 167, 1, 1),
(3055, '2023-01-23', '12:27:45', 2083, 76, 104),
(3056, '2023-01-23', '04:36:06', 13, 7, 10),
(3057, '2023-01-23', '04:36:47', 112, 0, 3),
(3058, '2023-01-23', '05:08:44', 138, 0, 2),
(3059, '2023-01-23', '01:21:41', 2066, 1, 1),
(3060, '2023-01-23', '02:35:49', 274, 1, 1),
(3061, '2023-01-23', '08:25:44', 186, 1, 1),
(3062, '2023-01-24', '12:13:16', 2083, 84, 137),
(3063, '2023-01-24', '04:57:45', 13, 3, 12),
(3064, '2023-01-24', '02:24:48', 2066, 3, 5),
(3065, '2023-01-24', '03:42:55', 138, 0, 18),
(3066, '2023-01-24', '04:07:54', 112, 0, 4),
(3067, '2023-01-24', '04:40:32', 274, 0, 3),
(3068, '2023-01-24', '04:41:05', 266, 0, 2),
(3069, '2023-01-24', '09:15:55', 1, 0, 1),
(3070, '2023-01-25', '12:12:02', 2066, 3, 4),
(3071, '2023-01-25', '12:13:37', 13, 3, 5),
(3072, '2023-01-25', '01:10:00', 2083, 52, 83),
(3073, '2023-01-25', '01:36:55', 138, 0, 2),
(3074, '2023-01-26', '12:50:28', 2083, 22, 41),
(3075, '2023-01-26', '01:01:57', 13, 5, 6),
(3076, '2023-01-26', '06:05:15', 138, 1, 1),
(3077, '2023-01-27', '01:32:04', 2083, 14, 16),
(3078, '2023-01-27', '03:55:23', 13, 2, 3),
(3079, '2023-01-27', '03:55:23', 13, 2, 3),
(3080, '2023-01-27', '08:05:33', 186, 0, 1),
(3081, '2023-01-27', '11:50:57', 138, 1, 1),
(3082, '2023-01-28', '01:40:13', 2083, 20, 26),
(3083, '2023-01-28', '01:40:13', 2083, 20, 26),
(3084, '2023-01-28', '04:34:39', 123, 1, 1),
(3085, '2023-01-28', '04:35:05', 186, 4, 5),
(3086, '2023-01-28', '04:36:06', 2066, 1, 2),
(3087, '2023-01-28', '06:06:58', 112, 2, 2),
(3088, '2023-01-28', '06:14:54', 138, 3, 4),
(3089, '2023-01-28', '07:58:33', 13, 1, 2),
(3090, '2023-01-28', '08:56:03', 1904, 1, 1),
(3091, '2023-01-29', '12:07:46', 13, 6, 7),
(3092, '2023-01-29', '12:41:44', 2083, 15, 21),
(3093, '2023-01-29', '01:05:09', 138, 1, 2),
(3094, '2023-01-30', '12:39:13', 13, 7, 7),
(3095, '2023-01-30', '02:12:03', 2083, 13, 15),
(3096, '2023-01-30', '03:40:03', 186, 0, 2),
(3097, '2023-01-30', '03:40:32', 112, 1, 4),
(3098, '2023-01-30', '06:06:09', 138, 0, 1),
(3099, '2023-01-30', '03:00:29', 2066, 0, 2),
(3100, '2023-01-30', '03:18:34', 1, 1, 1),
(3101, '2023-01-31', '12:35:02', 2083, 13, 15),
(3102, '2023-01-31', '12:52:47', 13, 7, 9),
(3103, '2023-01-31', '01:43:47', 274, 2, 2),
(3104, '2023-01-31', '03:09:02', 186, 2, 7),
(3105, '2023-01-31', '03:09:17', 112, 0, 3),
(3106, '2023-01-31', '06:34:24', 138, 0, 2),
(3107, '2023-01-31', '04:21:53', 2066, 1, 1),
(3108, '2023-02-01', '12:36:55', 13, 12, 16),
(3109, '2023-02-01', '01:49:42', 2083, 26, 27),
(3110, '2023-02-01', '08:07:42', 112, 0, 1),
(3111, '2023-02-01', '08:08:35', 274, 0, 1),
(3112, '2023-02-01', '10:00:38', 186, 3, 4),
(3113, '2023-02-01', '04:24:06', 123, 1, 1),
(3114, '2023-02-01', '04:25:13', 138, 0, 1),
(3115, '2023-02-01', '09:46:30', 2066, 3, 3),
(3116, '2023-02-01', '09:58:47', 1909, 1, 1),
(3117, '2023-02-02', '12:34:25', 2083, 14, 20),
(3118, '2023-02-02', '01:15:09', 13, 6, 6),
(3119, '2023-02-02', '01:15:34', 186, 2, 5),
(3120, '2023-02-02', '01:15:52', 138, 0, 2),
(3121, '2023-02-02', '01:16:21', 112, 0, 1),
(3122, '2023-02-03', '01:45:50', 2083, 21, 29),
(3123, '2023-02-03', '02:25:22', 13, 8, 8),
(3124, '2023-02-03', '06:44:10', 112, 1, 1),
(3125, '2023-02-03', '10:58:45', 138, 0, 1),
(3126, '2023-02-03', '04:48:27', 186, 1, 1),
(3127, '2023-02-04', '12:31:16', 2083, 17, 20),
(3128, '2023-02-04', '01:31:21', 112, 2, 2),
(3129, '2023-02-04', '05:31:55', 2066, 1, 1),
(3130, '2023-02-04', '09:08:36', 274, 1, 1),
(3131, '2023-02-04', '11:23:14', 138, 2, 3),
(3132, '2023-02-05', '12:22:33', 2083, 17, 21),
(3133, '2023-02-05', '09:37:35', 13, 2, 2),
(3134, '2023-02-05', '05:12:59', 2066, 1, 1),
(3135, '2023-02-06', '12:06:31', 13, 1, 1),
(3136, '2023-02-06', '05:06:51', 2083, 16, 17),
(3137, '2023-02-06', '07:25:00', 138, 2, 3),
(3138, '2023-02-06', '02:46:58', 2066, 1, 1),
(3139, '2023-02-07', '01:33:19', 13, 11, 12),
(3140, '2023-02-07', '01:44:33', 186, 0, 2),
(3141, '2023-02-07', '02:37:16', 167, 1, 2),
(3142, '2023-02-07', '02:38:06', 112, 0, 2),
(3143, '2023-02-07', '03:21:24', 2083, 12, 17),
(3144, '2023-02-07', '12:33:46', 1909, 1, 1),
(3145, '2023-02-08', '12:10:21', 2083, 25, 28),
(3146, '2023-02-08', '12:21:28', 112, 1, 1),
(3147, '2023-02-08', '01:55:08', 13, 9, 9),
(3148, '2023-02-08', '01:55:50', 186, 0, 1),
(3149, '2023-02-08', '09:52:18', 274, 0, 1),
(3150, '2023-02-08', '11:34:47', 167, 1, 1),
(3151, '2023-02-08', '11:41:32', 1904, 1, 1),
(3152, '2023-02-09', '12:15:08', 1904, 1, 1),
(3153, '2023-02-09', '12:30:13', 167, 1, 1),
(3154, '2023-02-09', '12:39:03', 2083, 8, 11),
(3155, '2023-02-09', '01:52:25', 2066, 1, 1),
(3156, '2023-02-09', '02:03:05', 13, 12, 13),
(3157, '2023-02-09', '02:03:17', 112, 0, 6),
(3158, '2023-02-09', '03:37:48', 138, 1, 4),
(3159, '2023-02-09', '03:27:36', 186, 2, 3),
(3160, '2023-02-09', '10:53:30', 123, 1, 1),
(3161, '2023-02-10', '01:09:46', 2083, 12, 15),
(3162, '2023-02-10', '01:55:52', 2066, 1, 1),
(3163, '2023-02-10', '03:28:28', 13, 10, 14),
(3164, '2023-02-10', '03:34:16', 112, 0, 3),
(3165, '2023-02-10', '07:04:25', 186, 1, 1),
(3166, '2023-02-11', '12:14:40', 274, 1, 1),
(3167, '2023-02-11', '12:57:24', 2083, 13, 18),
(3168, '2023-02-11', '08:42:02', 13, 1, 1),
(3169, '2023-02-11', '01:01:16', 186, 0, 1),
(3170, '2023-02-12', '12:46:31', 1, 1, 1),
(3171, '2023-02-12', '12:49:27', 138, 1, 5),
(3172, '2023-02-12', '02:52:20', 2083, 7, 10),
(3173, '2023-02-12', '04:19:48', 13, 4, 6),
(3174, '2023-02-12', '07:19:44', 2066, 1, 1),
(3175, '2023-02-12', '01:45:28', 186, 0, 1),
(3176, '2023-02-13', '01:15:07', 13, 12, 15),
(3177, '2023-02-13', '01:33:53', 2083, 20, 24),
(3178, '2023-02-13', '02:04:43', 112, 0, 3),
(3179, '2023-02-13', '02:55:58', 138, 0, 3),
(3180, '2023-02-13', '03:17:58', 186, 0, 2),
(3181, '2023-02-13', '05:54:41', 2066, 1, 1),
(3182, '2023-02-13', '09:44:51', 123, 1, 1),
(3183, '2023-02-13', '11:20:44', 274, 1, 1),
(3184, '2023-02-14', '12:30:09', 2083, 12, 15),
(3185, '2023-02-14', '12:38:57', 13, 15, 16),
(3186, '2023-02-14', '12:43:27', 138, 1, 4),
(3187, '2023-02-14', '01:31:07', 112, 1, 5),
(3188, '2023-02-14', '01:43:45', 186, 0, 4),
(3189, '2023-02-14', '02:10:45', 274, 1, 1),
(3190, '2023-02-15', '12:05:43', 13, 4, 4),
(3191, '2023-02-15', '03:21:20', 2083, 24, 40),
(3192, '2023-02-15', '06:41:38', 274, 1, 1),
(3193, '2023-02-15', '04:14:55', 123, 1, 1),
(3194, '2023-02-16', '12:58:39', 13, 7, 8),
(3195, '2023-02-16', '01:43:19', 2083, 29, 34),
(3196, '2023-02-16', '01:51:02', 112, 0, 1),
(3197, '2023-02-16', '01:59:29', 186, 0, 3),
(3198, '2023-02-16', '02:15:27', 138, 1, 3),
(3199, '2023-02-16', '06:39:09', 123, 1, 1),
(3200, '2023-02-17', '12:52:47', 2083, 15, 17),
(3201, '2023-02-17', '02:02:09', 13, 12, 15),
(3202, '2023-02-17', '02:29:45', 186, 2, 7),
(3203, '2023-02-17', '04:13:52', 138, 1, 5),
(3204, '2023-02-17', '04:30:19', 112, 2, 13),
(3205, '2023-02-17', '04:43:11', 274, 0, 3),
(3206, '2023-02-17', '06:54:43', 2066, 0, 1),
(3207, '2023-02-17', '02:47:29', 123, 1, 1),
(3208, '2023-02-18', '01:15:32', 167, 1, 1),
(3209, '2023-02-18', '02:55:01', 2083, 25, 39),
(3210, '2023-02-18', '04:16:29', 13, 4, 5),
(3211, '2023-02-18', '05:31:02', 138, 1, 1),
(3212, '2023-02-18', '09:39:39', 186, 0, 1),
(3213, '2023-02-18', '09:14:21', 274, 2, 2),
(3214, '2023-02-19', '01:19:44', 112, 2, 6),
(3215, '2023-02-19', '05:13:30', 13, 5, 7),
(3216, '2023-02-19', '05:25:08', 2083, 18, 35),
(3217, '2023-02-19', '01:50:25', 138, 1, 3),
(3218, '2023-02-19', '04:22:29', 186, 0, 1),
(3219, '2023-02-20', '12:02:25', 2066, 2, 4),
(3220, '2023-02-20', '02:08:45', 13, 6, 7),
(3221, '2023-02-20', '02:25:55', 2083, 22, 37),
(3222, '2023-02-20', '03:19:33', 112, 0, 4),
(3223, '2023-02-20', '03:19:55', 138, 0, 2),
(3224, '2023-02-20', '12:00:19', 123, 0, 3),
(3225, '2023-02-21', '12:03:42', 2083, 31, 42),
(3226, '2023-02-21', '02:07:23', 13, 13, 17),
(3227, '2023-02-21', '02:10:39', 112, 1, 6),
(3228, '2023-02-21', '02:11:53', 123, 0, 4),
(3229, '2023-02-21', '02:13:20', 186, 1, 5),
(3230, '2023-02-21', '03:49:12', 138, 1, 1),
(3231, '2023-02-21', '03:31:25', 1909, 1, 1),
(3232, '2023-02-22', '12:12:00', 13, 7, 13),
(3233, '2023-02-22', '01:23:14', 2083, 32, 45),
(3234, '2023-02-22', '02:58:27', 112, 0, 3),
(3235, '2023-02-22', '02:59:07', 138, 0, 2),
(3236, '2023-02-22', '06:17:05', 186, 1, 4),
(3237, '2023-02-22', '07:20:55', 2066, 2, 2),
(3238, '2023-02-23', '12:46:12', 2083, 24, 38),
(3239, '2023-02-23', '01:33:51', 13, 10, 14),
(3240, '2023-02-23', '01:33:57', 186, 2, 7),
(3241, '2023-02-23', '01:36:40', 112, 0, 5),
(3242, '2023-02-23', '01:37:39', 138, 0, 4),
(3243, '2023-02-23', '03:06:09', 123, 2, 2),
(3244, '2023-02-23', '07:32:26', 274, 1, 1),
(3245, '2023-02-24', '01:29:04', 13, 11, 14),
(3246, '2023-02-24', '01:48:16', 138, 1, 2),
(3247, '2023-02-24', '02:29:32', 2083, 9, 10),
(3248, '2023-02-24', '06:13:52', 186, 1, 2),
(3249, '2023-02-24', '12:39:28', 2066, 1, 1),
(3250, '2023-02-25', '01:04:43', 2083, 5, 6),
(3251, '2023-02-25', '01:25:45', 13, 2, 4),
(3252, '2023-02-26', '02:01:49', 13, 4, 4),
(3253, '2023-02-26', '05:37:39', 2083, 9, 11),
(3254, '2023-02-26', '06:30:36', 138, 1, 1),
(3255, '2023-02-26', '04:53:34', 186, 1, 1),
(3256, '2023-02-26', '04:54:02', 1904, 1, 1),
(3257, '2023-02-26', '08:27:09', 2066, 1, 1),
(3258, '2023-02-27', '12:43:02', 2083, 19, 25),
(3259, '2023-02-27', '01:07:06', 13, 12, 14),
(3260, '2023-02-27', '01:47:31', 138, 0, 2),
(3261, '2023-02-27', '01:47:46', 112, 2, 6),
(3262, '2023-02-27', '01:51:09', 274, 0, 1),
(3263, '2023-02-27', '02:15:32', 123, 1, 1),
(3264, '2023-02-27', '03:47:25', 186, 0, 3),
(3265, '2023-02-27', '05:49:16', 1, 0, 1),
(3266, '2023-02-28', '12:20:01', 2083, 14, 16),
(3267, '2023-02-28', '01:05:54', 13, 10, 12),
(3268, '2023-02-28', '01:10:36', 186, 0, 1),
(3269, '2023-02-28', '01:11:12', 138, 1, 2),
(3270, '2023-02-28', '03:56:24', 2066, 1, 1),
(3271, '2023-03-01', '02:45:39', 13, 4, 5),
(3272, '2023-03-01', '02:53:46', 138, 1, 2),
(3273, '2023-03-01', '03:03:48', 112, 1, 2),
(3274, '2023-03-01', '03:05:39', 186, 0, 1),
(3275, '2023-03-01', '03:53:22', 2083, 11, 12),
(3276, '2023-03-01', '12:22:22', 2066, 1, 1),
(3277, '2023-03-02', '01:10:25', 13, 12, 14),
(3278, '2023-03-02', '05:09:19', 2066, 1, 1),
(3279, '2023-03-02', '05:23:56', 2083, 9, 9),
(3280, '2023-03-02', '11:07:14', 186, 0, 1),
(3281, '2023-03-02', '02:17:03', 112, 1, 1),
(3282, '2023-03-02', '06:05:04', 138, 1, 1),
(3283, '2023-03-03', '12:33:04', 186, 2, 5),
(3284, '2023-03-03', '12:33:05', 138, 1, 4),
(3285, '2023-03-03', '12:33:10', 112, 1, 7),
(3286, '2023-03-03', '12:33:11', 1909, 0, 1),
(3287, '2023-03-03', '12:33:11', 1904, 0, 1),
(3288, '2023-03-03', '12:33:16', 2083, 14, 18),
(3289, '2023-03-03', '12:33:17', 1, 0, 3),
(3290, '2023-03-03', '12:33:20', 266, 0, 2),
(3291, '2023-03-03', '12:33:21', 2066, 1, 3),
(3292, '2023-03-03', '12:33:23', 13, 9, 13),
(3293, '2023-03-04', '01:27:27', 2083, 14, 16),
(3294, '2023-03-04', '08:35:24', 13, 3, 3),
(3295, '2023-03-04', '08:36:13', 138, 0, 1),
(3296, '2023-03-04', '11:53:46', 186, 0, 1),
(3297, '2023-03-04', '01:40:18', 274, 2, 2),
(3298, '2023-03-04', '03:56:23', 2066, 1, 1),
(3299, '2023-03-05', '12:39:23', 138, 3, 4),
(3300, '2023-03-05', '02:11:45', 2083, 7, 8),
(3301, '2023-03-05', '04:38:24', 13, 2, 2),
(3302, '2023-03-05', '08:48:50', 112, 0, 1),
(3303, '2023-03-05', '02:33:02', 2066, 1, 1),
(3304, '2023-03-06', '01:38:22', 13, 11, 13),
(3305, '2023-03-06', '01:39:28', 112, 1, 2),
(3306, '2023-03-06', '01:55:45', 2066, 5, 8),
(3307, '2023-03-06', '01:58:44', 2083, 12, 14),
(3308, '2023-03-06', '03:57:18', 167, 2, 2),
(3309, '2023-03-06', '04:18:22', 138, 6, 8),
(3310, '2023-03-06', '05:26:54', 186, 2, 3),
(3311, '2023-03-06', '01:14:43', 123, 1, 1),
(3312, '2023-03-06', '01:17:01', 274, 1, 1),
(3313, '2023-03-06', '01:18:10', 1909, 1, 1),
(3314, '2023-03-06', '01:22:50', 1904, 1, 1),
(3315, '2023-03-07', '01:21:01', 2083, 15, 17),
(3316, '2023-03-07', '02:13:16', 13, 6, 13),
(3317, '2023-03-07', '02:43:22', 186, 0, 2),
(3318, '2023-03-07', '03:35:27', 112, 1, 3),
(3319, '2023-03-07', '06:17:29', 2066, 2, 5),
(3320, '2023-03-07', '11:29:33', 138, 1, 2),
(3321, '2023-03-07', '02:52:51', 266, 0, 1),
(3322, '2023-03-07', '08:39:04', 1909, 1, 1),
(3323, '2023-03-08', '12:16:40', 2083, 8, 10),
(3324, '2023-03-08', '01:26:00', 138, 2, 10),
(3325, '2023-03-08', '02:10:24', 2066, 1, 1),
(3326, '2023-03-08', '02:44:32', 13, 9, 11),
(3327, '2023-03-08', '02:52:40', 112, 2, 7),
(3328, '2023-03-08', '02:53:37', 186, 0, 2),
(3329, '2023-03-08', '05:12:12', 274, 0, 3),
(3330, '2023-03-08', '02:59:16', 123, 1, 1),
(3331, '2023-03-09', '01:09:07', 138, 2, 8),
(3332, '2023-03-09', '02:36:23', 13, 10, 13),
(3333, '2023-03-09', '06:19:05', 112, 0, 5),
(3334, '2023-03-09', '06:59:43', 2083, 9, 10),
(3335, '2023-03-09', '07:20:09', 186, 0, 4),
(3336, '2023-03-09', '08:14:39', 123, 0, 1),
(3337, '2023-03-10', '01:12:35', 2066, 2, 3),
(3338, '2023-03-10', '01:34:11', 2083, 10, 13),
(3339, '2023-03-10', '03:24:25', 138, 1, 2),
(3340, '2023-03-10', '05:32:18', 13, 4, 4),
(3341, '2023-03-11', '12:04:47', 2066, 2, 2),
(3342, '2023-03-11', '01:07:52', 13, 3, 3),
(3343, '2023-03-11', '03:13:47', 274, 1, 1),
(3344, '2023-03-11', '04:01:07', 138, 1, 1),
(3345, '2023-03-11', '07:00:14', 2083, 10, 10),
(3346, '2023-03-12', '03:13:03', 2083, 10, 12),
(3347, '2023-03-12', '05:26:52', 13, 3, 3),
(3348, '2023-03-13', '12:04:34', 2083, 11, 12),
(3349, '2023-03-13', '05:30:51', 186, 1, 3),
(3350, '2023-03-13', '05:30:55', 112, 2, 7),
(3351, '2023-03-13', '05:30:57', 13, 4, 10),
(3352, '2023-03-13', '07:43:31', 138, 1, 8),
(3353, '2023-03-13', '01:30:37', 2066, 1, 2),
(3354, '2023-03-13', '01:49:11', 266, 0, 2),
(3355, '2023-03-13', '02:31:27', 274, 0, 2),
(3356, '2023-03-13', '02:43:22', 123, 0, 1),
(3357, '2023-03-14', '01:14:27', 13, 6, 10),
(3358, '2023-03-14', '01:17:03', 2083, 25, 32),
(3359, '2023-03-14', '01:23:20', 138, 0, 5),
(3360, '2023-03-14', '01:28:05', 274, 0, 1),
(3361, '2023-03-14', '01:28:26', 112, 2, 3),
(3362, '2023-03-14', '04:34:20', 186, 0, 1),
(3363, '2023-03-14', '01:20:15', 2066, 1, 1),
(3364, '2023-03-15', '12:47:59', 13, 6, 7),
(3365, '2023-03-15', '01:43:48', 2083, 13, 16),
(3366, '2023-03-15', '02:18:08', 274, 1, 2),
(3367, '2023-03-15', '02:41:16', 2066, 2, 3),
(3368, '2023-03-15', '03:18:06', 138, 1, 2),
(3369, '2023-03-15', '03:23:20', 186, 0, 3),
(3370, '2023-03-16', '01:46:36', 2083, 21, 25),
(3371, '2023-03-16', '05:51:17', 13, 3, 4),
(3372, '2023-03-16', '05:51:56', 138, 0, 1),
(3373, '2023-03-16', '08:20:22', 274, 1, 1),
(3374, '2023-03-17', '03:09:51', 2083, 7, 9),
(3375, '2023-03-17', '03:13:35', 13, 7, 8),
(3376, '2023-03-17', '04:41:27', 167, 1, 1),
(3377, '2023-03-17', '05:36:32', 2066, 1, 1),
(3378, '2023-03-18', '12:01:09', 2083, 6, 10),
(3379, '2023-03-18', '01:33:01', 13, 4, 4),
(3380, '2023-03-18', '09:23:30', 274, 1, 1),
(3381, '2023-03-18', '09:23:50', 1, 1, 1),
(3382, '2023-03-19', '03:28:53', 2066, 2, 2),
(3383, '2023-03-19', '05:03:04', 2083, 16, 24),
(3384, '2023-03-19', '03:24:21', 13, 1, 1),
(3385, '2023-03-20', '12:21:28', 2083, 18, 30),
(3386, '2023-03-20', '01:13:55', 13, 12, 13),
(3387, '2023-03-20', '01:14:20', 138, 2, 7),
(3388, '2023-03-20', '01:14:24', 112, 1, 4),
(3389, '2023-03-20', '06:20:55', 186, 0, 5),
(3390, '2023-03-20', '09:27:43', 2066, 2, 3),
(3391, '2023-03-21', '12:33:46', 2083, 14, 14),
(3392, '2023-03-21', '02:04:28', 13, 5, 5),
(3393, '2023-03-21', '03:09:25', 138, 1, 1),
(3394, '2023-03-21', '07:21:16', 2066, 1, 1),
(3395, '2023-03-21', '10:27:59', 274, 0, 1),
(3396, '2023-03-21', '10:32:39', 186, 1, 2),
(3397, '2023-03-22', '01:46:37', 13, 3, 4),
(3398, '2023-03-22', '02:23:19', 2083, 27, 36),
(3399, '2023-03-22', '03:16:13', 112, 1, 5),
(3400, '2023-03-22', '06:12:55', 186, 1, 4),
(3401, '2023-03-22', '06:13:20', 138, 0, 4),
(3402, '2023-03-22', '01:28:06', 1904, 1, 1),
(3403, '2023-03-22', '02:58:45', 1909, 1, 1),
(3404, '2023-03-22', '05:43:38', 123, 1, 1),
(3405, '2023-03-23', '12:30:33', 13, 14, 20),
(3406, '2023-03-23', '12:35:11', 2083, 22, 34),
(3407, '2023-03-23', '02:18:55', 112, 1, 15),
(3408, '2023-03-23', '02:21:31', 138, 1, 11),
(3409, '2023-03-23', '02:22:16', 274, 0, 1),
(3410, '2023-03-23', '02:22:30', 186, 0, 4),
(3411, '2023-03-23', '02:56:17', 2066, 1, 2),
(3412, '2023-03-23', '11:28:26', 123, 1, 1),
(3413, '2023-03-24', '12:07:57', 2083, 8, 12),
(3414, '2023-03-24', '12:41:08', 112, 8, 12),
(3415, '2023-03-24', '01:00:28', 138, 0, 1),
(3416, '2023-03-24', '01:32:53', 13, 5, 6),
(3417, '2023-03-24', '03:16:48', 2066, 1, 1),
(3418, '2023-03-24', '05:04:07', 123, 1, 1),
(3419, '2023-03-24', '06:12:06', 186, 1, 1),
(3420, '2023-03-25', '01:43:33', 2083, 14, 20),
(3421, '2023-03-25', '02:20:33', 274, 1, 1),
(3422, '2023-03-25', '02:47:08', 13, 6, 8),
(3423, '2023-03-25', '03:38:54', 186, 1, 1),
(3424, '2023-03-25', '04:27:22', 112, 0, 2),
(3425, '2023-03-25', '04:27:47', 138, 0, 1),
(3426, '2023-03-26', '12:09:29', 13, 4, 9),
(3427, '2023-03-26', '03:59:58', 2083, 13, 15),
(3428, '2023-03-26', '04:32:43', 138, 0, 1),
(3429, '2023-03-26', '04:33:00', 112, 0, 1),
(3430, '2023-03-26', '04:47:53', 2066, 1, 1),
(3431, '2023-03-27', '01:46:04', 2083, 18, 21),
(3432, '2023-03-27', '02:33:30', 13, 10, 11),
(3433, '2023-03-27', '04:24:28', 138, 0, 3),
(3434, '2023-03-27', '09:47:46', 112, 0, 1),
(3435, '2023-03-27', '06:29:28', 2066, 1, 1),
(3436, '2023-03-28', '12:35:57', 13, 12, 15),
(3437, '2023-03-28', '01:31:08', 2083, 22, 33),
(3438, '2023-03-28', '01:54:55', 112, 7, 9),
(3439, '2023-03-28', '01:56:04', 138, 0, 6),
(3440, '2023-03-28', '01:56:23', 186, 2, 4),
(3441, '2023-03-29', '12:01:31', 13, 9, 9),
(3442, '2023-03-29', '12:53:25', 2083, 18, 25),
(3443, '2023-03-29', '06:25:53', 138, 1, 2),
(3444, '2023-03-30', '01:17:24', 2083, 15, 21),
(3445, '2023-03-30', '02:59:15', 13, 5, 6),
(3446, '2023-03-30', '03:00:27', 186, 1, 3),
(3447, '2023-03-30', '03:03:41', 274, 0, 1),
(3448, '2023-03-30', '03:03:57', 112, 1, 4),
(3449, '2023-03-30', '10:41:33', 1904, 1, 2),
(3450, '2023-03-30', '10:42:12', 138, 1, 1),
(3451, '2023-03-31', '01:49:45', 13, 10, 14),
(3452, '2023-03-31', '01:50:28', 112, 1, 4),
(3453, '2023-03-31', '03:02:12', 138, 0, 2),
(3454, '2023-03-31', '03:57:55', 2083, 10, 11),
(3455, '2023-04-01', '01:28:09', 13, 7, 8),
(3456, '2023-04-01', '01:29:01', 112, 1, 2),
(3457, '2023-04-01', '01:29:31', 138, 0, 2),
(3458, '2023-04-01', '01:30:11', 186, 0, 3),
(3459, '2023-04-01', '02:57:25', 2083, 10, 16),
(3460, '2023-04-01', '04:51:30', 167, 1, 1),
(3461, '2023-04-01', '07:55:23', 2066, 1, 2),
(3462, '2023-04-01', '07:57:50', 266, 0, 1),
(3463, '2023-04-01', '08:29:07', 274, 1, 1),
(3464, '2023-04-02', '02:10:39', 2083, 10, 22),
(3465, '2023-04-02', '03:48:45', 274, 1, 1),
(3466, '2023-04-02', '04:07:49', 13, 2, 2),
(3467, '2023-04-02', '08:05:02', 186, 2, 2),
(3468, '2023-04-02', '09:27:56', 2066, 1, 1),
(3469, '2023-04-02', '03:49:59', 1, 1, 1),
(3470, '2023-04-03', '01:46:02', 13, 11, 11),
(3471, '2023-04-03', '01:47:43', 112, 1, 5),
(3472, '2023-04-03', '01:48:05', 138, 0, 2),
(3473, '2023-04-03', '02:41:59', 2083, 11, 13),
(3474, '2023-04-03', '04:52:00', 2066, 3, 3),
(3475, '2023-04-03', '11:29:04', 1904, 1, 1),
(3476, '2023-04-03', '12:21:17', 186, 1, 1),
(3477, '2023-04-04', '01:25:51', 13, 9, 11),
(3478, '2023-04-04', '02:06:30', 138, 0, 6),
(3479, '2023-04-04', '02:09:33', 112, 0, 2),
(3480, '2023-04-04', '02:25:13', 2083, 16, 20),
(3481, '2023-04-04', '02:51:08', 186, 0, 3),
(3482, '2023-04-05', '12:06:47', 2066, 2, 2),
(3483, '2023-04-05', '12:36:36', 13, 3, 3),
(3484, '2023-04-05', '01:41:33', 2083, 16, 22),
(3485, '2023-04-05', '03:12:27', 274, 1, 1),
(3486, '2023-04-05', '09:12:26', 112, 0, 1),
(3487, '2023-04-05', '09:12:36', 186, 0, 1),
(3488, '2023-04-05', '06:54:33', 1909, 1, 1),
(3489, '2023-04-06', '12:39:36', 2083, 18, 20),
(3490, '2023-04-06', '01:44:03', 13, 13, 14),
(3491, '2023-04-06', '01:44:26', 112, 1, 2),
(3492, '2023-04-06', '01:44:49', 138, 0, 4),
(3493, '2023-04-06', '06:26:13', 186, 0, 10),
(3494, '2023-04-06', '12:59:09', 1, 1, 1),
(3495, '2023-04-07', '12:45:05', 2083, 9, 14),
(3496, '2023-04-07', '01:08:54', 13, 10, 11),
(3497, '2023-04-07', '02:10:30', 186, 1, 3),
(3498, '2023-04-07', '06:45:19', 138, 0, 2),
(3499, '2023-04-08', '01:10:59', 138, 3, 5),
(3500, '2023-04-08', '02:34:15', 2083, 11, 18),
(3501, '2023-04-08', '03:29:47', 13, 6, 8),
(3502, '2023-04-08', '08:28:33', 112, 1, 3),
(3503, '2023-04-08', '08:29:20', 2066, 0, 1),
(3504, '2023-04-08', '08:34:36', 186, 0, 2),
(3505, '2023-04-09', '04:03:22', 2083, 32, 39),
(3506, '2023-04-09', '09:17:11', 112, 0, 1),
(3507, '2023-04-09', '02:50:48', 13, 2, 2),
(3508, '2023-04-09', '08:02:01', 138, 1, 1),
(3509, '2023-04-10', '03:30:03', 2083, 13, 21),
(3510, '2023-04-10', '03:35:13', 13, 4, 8),
(3511, '2023-04-10', '05:54:15', 186, 2, 5),
(3512, '2023-04-10', '05:54:49', 112, 0, 3),
(3513, '2023-04-10', '05:55:27', 274, 0, 2),
(3514, '2023-04-10', '08:44:07', 138, 2, 4),
(3515, '2023-04-10', '06:55:31', 2066, 1, 2),
(3516, '2023-04-10', '08:47:40', 123, 1, 2),
(3517, '2023-04-10', '08:48:28', 1, 0, 1),
(3518, '2023-04-10', '08:48:39', 266, 0, 1),
(3519, '2023-04-11', '12:29:57', 2083, 28, 35),
(3520, '2023-04-11', '01:19:21', 138, 5, 15),
(3521, '2023-04-11', '01:42:28', 13, 5, 7),
(3522, '2023-04-11', '02:46:04', 112, 0, 2),
(3523, '2023-04-11', '02:46:35', 274, 0, 1),
(3524, '2023-04-11', '02:48:37', 186, 0, 1),
(3525, '2023-04-11', '02:42:07', 2066, 1, 2),
(3526, '2023-04-12', '04:18:41', 2083, 18, 30),
(3527, '2023-04-12', '04:30:09', 13, 3, 4),
(3528, '2023-04-12', '05:41:57', 138, 4, 6),
(3529, '2023-04-12', '10:03:19', 112, 1, 2),
(3530, '2023-04-12', '05:25:06', 274, 0, 1),
(3531, '2023-04-13', '12:04:50', 2083, 30, 42),
(3532, '2023-04-13', '01:08:17', 138, 1, 2),
(3533, '2023-04-13', '06:33:55', 13, 8, 8),
(3534, '2023-04-13', '07:02:50', 112, 0, 1),
(3535, '2023-04-13', '07:04:31', 274, 0, 1),
(3536, '2023-04-13', '04:03:59', 2066, 1, 1),
(3537, '2023-04-13', '11:43:48', 123, 1, 1),
(3538, '2023-04-14', '01:55:26', 13, 8, 9),
(3539, '2023-04-14', '02:28:37', 112, 0, 4),
(3540, '2023-04-14', '02:42:48', 2083, 10, 17),
(3541, '2023-04-14', '06:35:33', 2066, 3, 3),
(3542, '2023-04-14', '11:16:01', 138, 0, 2),
(3543, '2023-04-14', '11:17:51', 186, 0, 1),
(3544, '2023-04-15', '01:33:46', 2083, 15, 25),
(3545, '2023-04-15', '01:59:06', 274, 2, 2),
(3546, '2023-04-15', '08:36:21', 1, 1, 1),
(3547, '2023-04-16', '01:02:14', 2083, 17, 27),
(3548, '2023-04-16', '02:16:16', 2066, 2, 2),
(3549, '2023-04-16', '12:48:47', 13, 3, 3),
(3550, '2023-04-16', '12:50:12', 138, 0, 1),
(3551, '2023-04-17', '12:22:02', 2083, 21, 30),
(3552, '2023-04-17', '01:47:54', 13, 6, 6),
(3553, '2023-04-17', '04:18:18', 123, 1, 1),
(3554, '2023-04-17', '04:35:43', 1904, 1, 1),
(3555, '2023-04-18', '01:00:52', 2083, 25, 32),
(3556, '2023-04-18', '01:04:51', 13, 8, 12),
(3557, '2023-04-18', '01:05:48', 138, 1, 6),
(3558, '2023-04-18', '01:06:25', 112, 0, 2),
(3559, '2023-04-18', '02:44:17', 266, 0, 1),
(3560, '2023-04-18', '02:44:17', 2066, 1, 2),
(3561, '2023-04-19', '01:14:40', 13, 11, 13),
(3562, '2023-04-19', '01:15:20', 112, 2, 3),
(3563, '2023-04-19', '03:55:54', 2083, 23, 27),
(3564, '2023-04-19', '05:21:03', 186, 1, 3),
(3565, '2023-04-19', '07:17:28', 138, 1, 1),
(3566, '2023-04-20', '01:01:42', 13, 10, 10),
(3567, '2023-04-20', '01:17:15', 138, 0, 1),
(3568, '2023-04-20', '03:59:47', 2083, 9, 14),
(3569, '2023-04-20', '04:48:16', 186, 1, 3),
(3570, '2023-04-21', '02:40:57', 2083, 8, 17),
(3571, '2023-04-21', '07:12:44', 13, 3, 4),
(3572, '2023-04-21', '07:14:16', 138, 0, 2),
(3573, '2023-04-21', '05:22:53', 112, 2, 2),
(3574, '2023-04-21', '05:54:43', 2066, 1, 1),
(3575, '2023-04-22', '12:57:12', 2083, 6, 8),
(3576, '2023-04-22', '11:56:33', 13, 3, 3),
(3577, '2023-04-22', '11:58:49', 112, 1, 1),
(3578, '2023-04-22', '03:54:57', 2066, 1, 1),
(3579, '2023-04-22', '06:22:51', 123, 1, 1),
(3580, '2023-04-23', '12:16:11', 266, 1, 1),
(3581, '2023-04-23', '03:54:24', 2083, 14, 18),
(3582, '2023-04-24', '12:36:00', 13, 5, 5),
(3583, '2023-04-24', '02:13:23', 2083, 18, 19),
(3584, '2023-04-24', '10:39:43', 112, 0, 2),
(3585, '2023-04-24', '06:36:03', 123, 1, 1),
(3586, '2023-04-24', '09:30:05', 186, 1, 1),
(3587, '2023-04-25', '01:02:09', 2083, 19, 24),
(3588, '2023-04-25', '06:39:49', 13, 5, 5),
(3589, '2023-04-25', '06:42:15', 186, 0, 2),
(3590, '2023-04-25', '06:49:37', 112, 0, 1),
(3591, '2023-04-25', '08:25:46', 286, 1, 1),
(3592, '2023-04-26', '03:17:35', 2083, 15, 29),
(3593, '2023-04-26', '04:14:06', 138, 2, 7),
(3594, '2023-04-26', '04:46:58', 13, 4, 6),
(3595, '2023-04-26', '06:27:18', 112, 0, 3),
(3596, '2023-04-26', '10:34:28', 2066, 2, 3),
(3597, '2023-04-27', '12:36:02', 2083, 20, 29),
(3598, '2023-04-27', '01:49:12', 2066, 1, 2),
(3599, '2023-04-27', '06:22:20', 13, 1, 1),
(3600, '2023-04-28', '01:41:43', 2083, 20, 29),
(3601, '2023-04-28', '02:08:47', 13, 3, 3),
(3602, '2023-04-28', '07:24:25', 138, 1, 1),
(3603, '2023-04-29', '02:33:20', 2083, 11, 20),
(3604, '2023-04-29', '04:49:05', 266, 0, 1),
(3605, '2023-04-29', '04:49:38', 1, 0, 1),
(3606, '2023-04-29', '05:18:38', 112, 1, 2),
(3607, '2023-04-29', '03:37:54', 274, 1, 1),
(3608, '2023-04-29', '04:10:04', 13, 0, 2),
(3609, '2023-04-30', '02:45:01', 2083, 17, 26),
(3610, '2023-04-30', '08:51:32', 13, 2, 3),
(3611, '2023-04-30', '10:40:26', 138, 0, 2),
(3612, '2023-04-30', '06:25:27', 2066, 1, 1),
(3613, '2023-05-01', '12:01:21', 274, 1, 1),
(3614, '2023-05-01', '12:45:25', 2083, 32, 38),
(3615, '2023-05-01', '02:30:21', 2066, 3, 3),
(3616, '2023-05-01', '02:36:17', 13, 2, 2),
(3617, '2023-05-02', '12:14:47', 2083, 48, 69),
(3618, '2023-05-02', '08:34:47', 2066, 1, 2),
(3619, '2023-05-02', '07:09:15', 0, 1, 1),
(3620, '2023-05-02', '09:24:02', 13, 1, 1),
(3621, '2023-05-03', '12:14:02', 2083, 44, 97),
(3622, '2023-05-03', '01:02:58', 13, 6, 7),
(3623, '2023-05-03', '09:41:27', 112, 2, 2),
(3624, '2023-05-03', '01:08:04', 138, 3, 4),
(3625, '2023-05-04', '12:28:28', 13, 4, 4),
(3626, '2023-05-04', '12:34:43', 2083, 31, 42),
(3627, '2023-05-04', '12:54:37', 167, 1, 1),
(3628, '2023-05-04', '10:11:13', 2066, 2, 4),
(3629, '2023-05-04', '03:52:12', 138, 1, 2),
(3630, '2023-05-04', '06:57:52', 112, 1, 1),
(3631, '2023-05-04', '06:57:58', 186, 1, 1),
(3632, '2023-05-04', '06:58:06', 1904, 1, 1),
(3633, '2023-05-05', '01:21:05', 2083, 24, 43),
(3634, '2023-05-05', '02:15:42', 13, 5, 5),
(3635, '2023-05-05', '02:15:49', 112, 3, 4),
(3636, '2023-05-05', '02:15:54', 186, 0, 2),
(3637, '2023-05-05', '07:20:20', 138, 1, 1),
(3638, '2023-05-06', '12:48:43', 2083, 34, 51),
(3639, '2023-05-06', '04:45:04', 13, 6, 6),
(3640, '2023-05-06', '05:45:16', 2066, 1, 1),
(3641, '2023-05-06', '06:34:46', 138, 1, 4),
(3642, '2023-05-06', '10:30:03', 186, 1, 2),
(3643, '2023-05-06', '11:05:21', 266, 1, 1),
(3644, '2023-05-06', '03:50:52', 274, 1, 1),
(3645, '2023-05-07', '01:47:42', 2083, 33, 43),
(3646, '2023-05-07', '02:48:47', 2066, 0, 1),
(3647, '2023-05-07', '06:05:30', 274, 1, 1),
(3648, '2023-05-07', '11:20:30', 13, 2, 2),
(3649, '2023-05-07', '02:16:26', 186, 0, 1),
(3650, '2023-05-07', '09:04:41', 138, 1, 1),
(3651, '2023-05-08', '01:15:29', 13, 4, 10),
(3652, '2023-05-08', '01:19:17', 2066, 1, 2),
(3653, '2023-05-08', '02:44:38', 2083, 17, 31),
(3654, '2023-05-08', '06:14:35', 112, 0, 2),
(3655, '2023-05-08', '07:35:19', 138, 4, 4),
(3656, '2023-05-08', '09:53:07', 123, 1, 1),
(3657, '2023-05-08', '10:20:21', 186, 0, 1),
(3658, '2023-05-09', '12:16:51', 2083, 44, 60),
(3659, '2023-05-09', '01:53:07', 13, 3, 5),
(3660, '2023-05-09', '08:13:32', 2066, 5, 5),
(3661, '2023-05-09', '02:20:11', 186, 0, 1),
(3662, '2023-05-09', '09:42:04', 274, 1, 1),
(3663, '2023-05-10', '12:00:12', 13, 17, 19),
(3664, '2023-05-10', '01:29:09', 2083, 18, 25),
(3665, '2023-05-10', '02:19:10', 112, 2, 5),
(3666, '2023-05-10', '02:21:24', 138, 1, 3),
(3667, '2023-05-10', '02:23:26', 274, 0, 1),
(3668, '2023-05-10', '03:07:47', 186, 0, 1),
(3669, '2023-05-10', '02:19:38', 2066, 1, 1),
(3670, '2023-05-11', '01:39:32', 112, 1, 1),
(3671, '2023-05-11', '01:54:06', 2083, 18, 28),
(3672, '2023-05-11', '03:49:32', 13, 3, 3),
(3673, '2023-05-11', '03:58:12', 138, 1, 1),
(3674, '2023-05-11', '07:03:58', 123, 1, 1),
(3675, '2023-05-12', '03:48:31', 2083, 15, 21),
(3676, '2023-05-12', '04:44:54', 13, 11, 17),
(3677, '2023-05-12', '06:12:19', 138, 2, 3),
(3678, '2023-05-12', '06:29:39', 186, 0, 1),
(3679, '2023-05-12', '07:40:21', 112, 0, 1),
(3680, '2023-05-13', '02:28:07', 138, 1, 1),
(3681, '2023-05-13', '03:10:19', 2083, 17, 19),
(3682, '2023-05-13', '04:37:55', 274, 1, 1),
(3683, '2023-05-13', '07:19:03', 13, 4, 5),
(3684, '2023-05-13', '07:20:47', 186, 0, 1),
(3685, '2023-05-13', '05:24:21', 286, 1, 1),
(3686, '2023-05-14', '01:40:19', 2083, 15, 18),
(3687, '2023-05-14', '06:10:36', 274, 1, 1),
(3688, '2023-05-14', '06:40:13', 2066, 3, 3),
(3689, '2023-05-14', '07:37:23', 13, 5, 7),
(3690, '2023-05-14', '12:25:42', 112, 1, 3),
(3691, '2023-05-14', '03:37:06', 186, 0, 1),
(3692, '2023-05-14', '07:25:10', 138, 1, 1),
(3693, '2023-05-15', '12:36:47', 2066, 4, 5),
(3694, '2023-05-15', '12:39:08', 2083, 31, 34),
(3695, '2023-05-15', '01:36:36', 13, 8, 10),
(3696, '2023-05-15', '01:51:34', 186, 0, 5),
(3697, '2023-05-15', '04:12:13', 138, 5, 10),
(3698, '2023-05-15', '04:36:51', 1, 1, 1),
(3699, '2023-05-15', '07:05:43', 1904, 1, 1),
(3700, '2023-05-16', '12:27:22', 13, 14, 20),
(3701, '2023-05-16', '12:27:31', 112, 0, 5),
(3702, '2023-05-16', '12:28:07', 138, 2, 6),
(3703, '2023-05-16', '12:30:11', 2083, 16, 21),
(3704, '2023-05-16', '02:24:35', 274, 1, 1),
(3705, '2023-05-16', '03:27:02', 186, 0, 4),
(3706, '2023-05-16', '05:54:34', 1, 2, 2),
(3707, '2023-05-16', '08:52:25', 2066, 1, 2),
(3708, '2023-05-17', '01:15:22', 2083, 22, 33),
(3709, '2023-05-17', '02:09:15', 13, 13, 14),
(3710, '2023-05-17', '03:59:51', 112, 0, 3),
(3711, '2023-05-17', '04:14:41', 138, 0, 1),
(3712, '2023-05-17', '04:17:10', 2066, 2, 2),
(3713, '2023-05-17', '12:11:34', 186, 0, 2),
(3714, '2023-05-17', '03:15:52', 1909, 1, 1),
(3715, '2023-05-18', '01:24:41', 2083, 29, 39),
(3716, '2023-05-18', '03:15:53', 13, 10, 12),
(3717, '2023-05-18', '03:19:03', 138, 2, 6),
(3718, '2023-05-18', '03:21:50', 274, 0, 1),
(3719, '2023-05-18', '03:22:41', 186, 1, 4),
(3720, '2023-05-18', '03:23:49', 112, 1, 4),
(3721, '2023-05-18', '07:08:55', 1904, 1, 1),
(3722, '2023-05-18', '11:31:24', 123, 1, 3);
INSERT INTO `wpfq_srs_simple_hits_counter` VALUES
(3723, '2023-05-19', '01:22:21', 2083, 11, 15),
(3724, '2023-05-19', '03:01:41', 13, 9, 13),
(3725, '2023-05-19', '03:03:01', 138, 2, 9),
(3726, '2023-05-19', '03:29:41', 112, 0, 4),
(3727, '2023-05-19', '07:52:48', 274, 0, 1),
(3728, '2023-05-19', '11:43:06', 2066, 1, 1),
(3729, '2023-05-20', '12:32:30', 2083, 20, 22),
(3730, '2023-05-20', '01:30:15', 13, 3, 3),
(3731, '2023-05-20', '01:31:39', 138, 0, 1),
(3732, '2023-05-21', '02:14:14', 2083, 14, 21),
(3733, '2023-05-21', '07:33:56', 13, 2, 2),
(3734, '2023-05-21', '06:21:47', 123, 1, 1),
(3735, '2023-05-21', '06:26:32', 186, 2, 2),
(3736, '2023-05-22', '12:15:20', 13, 7, 8),
(3737, '2023-05-22', '02:24:36', 2083, 19, 21),
(3738, '2023-05-22', '03:03:38', 2066, 1, 1),
(3739, '2023-05-22', '06:57:01', 138, 2, 4),
(3740, '2023-05-22', '03:54:35', 112, 1, 1),
(3741, '2023-05-23', '12:09:33', 2083, 22, 30),
(3742, '2023-05-23', '04:40:33', 112, 1, 3),
(3743, '2023-05-23', '04:41:04', 138, 2, 5),
(3744, '2023-05-23', '04:45:20', 123, 1, 4),
(3745, '2023-05-23', '04:46:24', 186, 0, 1),
(3746, '2023-05-23', '04:49:55', 13, 1, 5),
(3747, '2023-05-23', '11:02:34', 1909, 1, 1),
(3748, '2023-05-24', '12:36:25', 13, 6, 9),
(3749, '2023-05-24', '12:37:22', 112, 0, 5),
(3750, '2023-05-24', '12:41:09', 138, 2, 5),
(3751, '2023-05-24', '01:21:07', 2083, 25, 33),
(3752, '2023-05-24', '01:30:51', 186, 0, 2),
(3753, '2023-05-24', '04:52:22', 274, 0, 1),
(3754, '2023-05-24', '01:45:25', 2066, 2, 2),
(3755, '2023-05-24', '03:19:19', 1909, 1, 1),
(3756, '2023-05-25', '12:38:51', 13, 8, 9),
(3757, '2023-05-25', '12:39:33', 138, 0, 3),
(3758, '2023-05-25', '12:41:29', 274, 0, 2),
(3759, '2023-05-25', '12:42:09', 186, 0, 3),
(3760, '2023-05-25', '04:09:05', 2083, 17, 24),
(3761, '2023-05-25', '04:11:18', 112, 1, 3),
(3762, '2023-05-25', '10:15:53', 1904, 2, 2),
(3763, '2023-05-26', '12:48:05', 2083, 19, 25),
(3764, '2023-05-26', '01:56:09', 13, 5, 7),
(3765, '2023-05-26', '03:17:43', 123, 1, 1),
(3766, '2023-05-26', '03:31:37', 274, 1, 2),
(3767, '2023-05-26', '03:31:45', 138, 0, 1),
(3768, '2023-05-26', '03:32:20', 112, 0, 1),
(3769, '2023-05-26', '07:05:30', 186, 1, 3),
(3770, '2023-05-26', '05:38:10', 2066, 2, 2),
(3771, '2023-05-26', '05:38:10', 2066, 2, 2),
(3772, '2023-05-27', '02:36:14', 2066, 4, 4),
(3773, '2023-05-27', '05:31:26', 2083, 11, 15),
(3774, '2023-05-28', '01:39:58', 2083, 22, 34),
(3775, '2023-05-28', '02:24:53', 13, 4, 4),
(3776, '2023-05-28', '03:53:41', 2066, 4, 5),
(3777, '2023-05-28', '03:08:42', 112, 1, 1),
(3778, '2023-05-28', '03:09:32', 123, 1, 1),
(3779, '2023-05-28', '03:10:52', 1904, 1, 1),
(3780, '2023-05-28', '03:12:41', 1909, 1, 1),
(3781, '2023-05-28', '03:13:40', 186, 1, 1),
(3782, '2023-05-28', '03:15:05', 138, 1, 1),
(3783, '2023-05-28', '03:16:25', 274, 1, 1),
(3784, '2023-05-29', '12:15:55', 2083, 17, 21),
(3785, '2023-05-29', '12:49:17', 13, 7, 8),
(3786, '2023-05-29', '12:49:17', 13, 7, 8),
(3787, '2023-05-29', '02:51:10', 1, 1, 1),
(3788, '2023-05-29', '03:49:52', 123, 1, 1),
(3789, '2023-05-29', '07:14:52', 138, 0, 3),
(3790, '2023-05-29', '07:25:41', 112, 1, 2),
(3791, '2023-05-29', '07:27:05', 274, 0, 1),
(3792, '2023-05-29', '07:27:17', 186, 2, 3),
(3793, '2023-05-30', '01:17:48', 2083, 29, 39),
(3794, '2023-05-30', '02:19:36', 13, 4, 5),
(3795, '2023-05-30', '04:44:57', 274, 1, 1),
(3796, '2023-05-30', '04:31:44', 1, 0, 2),
(3797, '2023-05-30', '11:39:00', 112, 1, 1),
(3798, '2023-05-31', '12:18:12', 266, 1, 1),
(3799, '2023-05-31', '12:18:21', 2083, 23, 31),
(3800, '2023-05-31', '01:30:35', 112, 2, 2),
(3801, '2023-05-31', '01:58:07', 13, 9, 12),
(3802, '2023-05-31', '01:58:16', 186, 2, 4),
(3803, '2023-05-31', '03:33:47', 138, 1, 2),
(3804, '2023-05-31', '08:13:55', 2066, 3, 3),
(3805, '2023-05-31', '04:25:04', 274, 1, 1),
(3806, '2023-06-01', '01:28:57', 13, 14, 15),
(3807, '2023-06-01', '01:59:49', 2083, 14, 19),
(3808, '2023-06-01', '06:51:16', 186, 0, 1),
(3809, '2023-06-01', '07:08:39', 138, 0, 1),
(3810, '2023-06-01', '03:37:44', 2066, 2, 2),
(3811, '2023-06-02', '01:53:48', 2083, 12, 14),
(3812, '2023-06-02', '04:49:18', 13, 2, 4),
(3813, '2023-06-02', '05:40:17', 112, 0, 5),
(3814, '2023-06-02', '05:41:57', 138, 1, 2),
(3815, '2023-06-03', '12:13:38', 2083, 41, 49),
(3816, '2023-06-03', '04:04:20', 13, 8, 10),
(3817, '2023-06-03', '08:50:51', 186, 0, 2),
(3818, '2023-06-04', '01:42:16', 2083, 32, 37),
(3819, '2023-06-04', '01:46:09', 13, 2, 2),
(3820, '2023-06-04', '01:33:54', 186, 1, 1),
(3821, '2023-06-05', '12:25:59', 138, 1, 3),
(3822, '2023-06-05', '01:04:36', 2083, 23, 33),
(3823, '2023-06-05', '01:20:03', 112, 1, 2),
(3824, '2023-06-05', '02:00:54', 2066, 2, 2),
(3825, '2023-06-05', '08:03:41', 13, 4, 8),
(3826, '2023-06-05', '08:05:17', 186, 0, 2),
(3827, '2023-06-05', '01:04:37', 1, 1, 1),
(3828, '2023-06-06', '12:38:01', 13, 6, 8),
(3829, '2023-06-06', '01:22:59', 2083, 12, 17),
(3830, '2023-06-06', '03:08:58', 138, 1, 2),
(3831, '2023-06-06', '03:09:30', 112, 0, 2),
(3832, '2023-06-06', '04:39:51', 186, 1, 6),
(3833, '2023-06-06', '01:40:46', 2066, 3, 3),
(3834, '2023-06-07', '12:12:03', 2083, 23, 31),
(3835, '2023-06-07', '01:14:33', 13, 13, 16),
(3836, '2023-06-07', '02:32:18', 186, 3, 10),
(3837, '2023-06-07', '04:57:03', 112, 0, 2),
(3838, '2023-06-07', '06:46:18', 2066, 2, 2),
(3839, '2023-06-07', '06:46:36', 274, 0, 1),
(3840, '2023-06-07', '02:56:30', 138, 1, 1),
(3841, '2023-06-07', '03:59:54', 123, 1, 1),
(3842, '2023-06-08', '01:00:41', 2083, 24, 28),
(3843, '2023-06-08', '01:30:59', 1909, 1, 1),
(3844, '2023-06-08', '02:21:23', 13, 16, 21),
(3845, '2023-06-08', '02:55:53', 112, 0, 5),
(3846, '2023-06-08', '02:56:42', 138, 1, 4),
(3847, '2023-06-08', '04:37:39', 123, 2, 2),
(3848, '2023-06-08', '05:11:09', 274, 0, 1),
(3849, '2023-06-08', '05:20:13', 186, 1, 4),
(3850, '2023-06-08', '08:21:45', 2066, 2, 2),
(3851, '2023-06-08', '09:46:44', 266, 1, 1),
(3852, '2023-06-09', '12:22:36', 13, 6, 8),
(3853, '2023-06-09', '02:13:15', 112, 0, 1),
(3854, '2023-06-09', '03:40:49', 2083, 17, 26),
(3855, '2023-06-09', '05:42:23', 274, 2, 2),
(3856, '2023-06-09', '12:01:39', 1, 1, 1),
(3857, '2023-06-09', '06:11:21', 138, 2, 2),
(3858, '2023-06-09', '08:43:10', 2066, 1, 1),
(3859, '2023-06-10', '01:58:24', 2083, 28, 45),
(3860, '2023-06-10', '02:10:36', 13, 6, 8),
(3861, '2023-06-10', '03:29:30', 266, 0, 1),
(3862, '2023-06-10', '10:46:55', 2066, 2, 2),
(3863, '2023-06-10', '03:12:56', 274, 1, 1),
(3864, '2023-06-10', '06:47:46', 1904, 2, 2),
(3865, '2023-06-11', '01:08:20', 13, 5, 15),
(3866, '2023-06-11', '03:16:30', 2083, 15, 16),
(3867, '2023-06-11', '03:40:08', 186, 0, 2),
(3868, '2023-06-11', '03:46:37', 138, 1, 11),
(3869, '2023-06-11', '03:53:09', 112, 0, 5),
(3870, '2023-06-11', '03:53:32', 274, 2, 4),
(3871, '2023-06-11', '06:42:32', 2066, 1, 1),
(3872, '2023-06-12', '12:41:38', 123, 2, 6),
(3873, '2023-06-12', '12:42:13', 266, 1, 3),
(3874, '2023-06-12', '12:43:16', 186, 0, 3),
(3875, '2023-06-12', '12:43:35', 13, 12, 19),
(3876, '2023-06-12', '12:44:00', 138, 1, 2),
(3877, '2023-06-12', '12:44:53', 112, 0, 12),
(3878, '2023-06-12', '12:52:16', 1904, 0, 1),
(3879, '2023-06-12', '12:56:00', 2083, 15, 17),
(3880, '2023-06-12', '02:37:44', 1, 1, 2),
(3881, '2023-06-12', '09:43:40', 1909, 0, 1),
(3882, '2023-06-12', '09:43:55', 2066, 3, 7),
(3883, '2023-06-12', '02:57:43', 274, 1, 3),
(3884, '2023-06-13', '12:41:58', 13, 11, 21),
(3885, '2023-06-13', '12:42:42', 138, 0, 14),
(3886, '2023-06-13', '01:37:31', 2083, 29, 36),
(3887, '2023-06-13', '05:30:27', 274, 2, 3),
(3888, '2023-06-13', '08:08:30', 112, 0, 5),
(3889, '2023-06-13', '08:40:38', 186, 0, 2),
(3890, '2023-06-13', '09:20:19', 1909, 1, 1),
(3891, '2023-06-13', '03:27:53', 123, 0, 1),
(3892, '2023-06-14', '12:17:45', 13, 10, 12),
(3893, '2023-06-14', '12:18:06', 186, 0, 3),
(3894, '2023-06-14', '12:58:48', 2083, 24, 42),
(3895, '2023-06-14', '09:57:43', 138, 0, 4),
(3896, '2023-06-14', '01:57:14', 112, 0, 2),
(3897, '2023-06-15', '12:52:13', 2083, 28, 40),
(3898, '2023-06-15', '01:13:35', 2066, 1, 1),
(3899, '2023-06-15', '02:04:55', 13, 10, 10),
(3900, '2023-06-15', '03:11:17', 112, 1, 2),
(3901, '2023-06-16', '12:41:47', 167, 2, 2),
(3902, '2023-06-16', '03:23:25', 2083, 18, 29),
(3903, '2023-06-16', '03:51:45', 13, 10, 12),
(3904, '2023-06-16', '03:51:56', 112, 0, 7),
(3905, '2023-06-16', '03:52:57', 138, 1, 10),
(3906, '2023-06-16', '07:19:35', 2066, 2, 2),
(3907, '2023-06-16', '06:40:50', 186, 1, 1),
(3908, '2023-06-17', '01:14:23', 2083, 22, 28),
(3909, '2023-06-17', '05:12:05', 13, 7, 7),
(3910, '2023-06-17', '05:12:16', 112, 0, 2),
(3911, '2023-06-17', '05:16:49', 138, 0, 2),
(3912, '2023-06-17', '07:40:21', 2066, 2, 2),
(3913, '2023-06-17', '11:54:00', 186, 2, 2),
(3914, '2023-06-18', '01:51:02', 13, 6, 13),
(3915, '2023-06-18', '02:20:30', 2083, 23, 31),
(3916, '2023-06-18', '04:09:50', 112, 0, 4),
(3917, '2023-06-18', '04:10:42', 123, 1, 2),
(3918, '2023-06-18', '04:50:41', 138, 0, 5),
(3919, '2023-06-18', '04:56:40', 186, 0, 1),
(3920, '2023-06-18', '09:14:20', 274, 1, 1),
(3921, '2023-06-19', '12:13:00', 2083, 25, 26),
(3922, '2023-06-19', '12:25:08', 13, 12, 13),
(3923, '2023-06-19', '07:19:57', 112, 4, 6),
(3924, '2023-06-19', '07:20:04', 186, 1, 3),
(3925, '2023-06-19', '07:20:12', 1904, 2, 2),
(3926, '2023-06-19', '07:49:31', 138, 3, 7),
(3927, '2023-06-20', '12:07:13', 2083, 26, 37),
(3928, '2023-06-20', '01:17:45', 13, 8, 11),
(3929, '2023-06-20', '02:02:32', 123, 1, 1),
(3930, '2023-06-20', '02:03:48', 186, 2, 5),
(3931, '2023-06-20', '02:49:18', 112, 0, 7),
(3932, '2023-06-20', '02:49:31', 138, 2, 5),
(3933, '2023-06-20', '03:28:27', 274, 0, 1),
(3934, '2023-06-20', '05:17:06', 2066, 0, 1),
(3935, '2023-06-20', '05:17:12', 1, 0, 1),
(3936, '2023-06-20', '05:17:16', 266, 0, 1),
(3937, '2023-06-20', '07:11:41', 1904, 1, 1),
(3938, '2023-06-21', '01:00:48', 123, 1, 1),
(3939, '2023-06-21', '01:24:55', 2083, 21, 27),
(3940, '2023-06-21', '02:33:06', 13, 4, 5),
(3941, '2023-06-21', '02:33:10', 186, 0, 3),
(3942, '2023-06-21', '06:38:55', 112, 0, 2),
(3943, '2023-06-21', '02:29:45', 2066, 1, 1),
(3944, '2023-06-21', '10:08:53', 1909, 2, 2),
(3945, '2023-06-22', '01:47:23', 2083, 19, 27),
(3946, '2023-06-22', '02:10:05', 2066, 2, 2),
(3947, '2023-06-22', '04:29:51', 13, 5, 7),
(3948, '2023-06-22', '07:17:23', 186, 0, 1),
(3949, '2023-06-22', '07:17:39', 112, 0, 2),
(3950, '2023-06-22', '08:59:47', 138, 0, 1),
(3951, '2023-06-23', '01:48:37', 2083, 12, 16),
(3952, '2023-06-23', '04:13:00', 13, 4, 5),
(3953, '2023-06-23', '05:05:06', 138, 1, 1),
(3954, '2023-06-23', '05:46:10', 2066, 1, 1),
(3955, '2023-06-23', '11:13:36', 112, 0, 1),
(3956, '2023-06-24', '03:16:43', 2083, 9, 13),
(3957, '2023-06-24', '04:20:14', 13, 6, 7),
(3958, '2023-06-24', '04:49:11', 112, 0, 1),
(3959, '2023-06-24', '04:49:34', 138, 0, 2),
(3960, '2023-06-25', '12:47:43', 2083, 11, 12),
(3961, '2023-06-25', '01:02:49', 13, 4, 4),
(3962, '2023-06-26', '12:23:37', 13, 5, 6),
(3963, '2023-06-26', '12:24:18', 1904, 0, 1),
(3964, '2023-06-26', '12:24:26', 186, 0, 3),
(3965, '2023-06-26', '12:24:48', 112, 1, 3),
(3966, '2023-06-26', '01:37:47', 2083, 21, 27),
(3967, '2023-06-26', '03:57:37', 138, 0, 2),
(3968, '2023-06-26', '07:19:18', 2066, 1, 1),
(3969, '2023-06-27', '01:17:17', 2083, 11, 13),
(3970, '2023-06-27', '02:04:06', 2066, 3, 3),
(3971, '2023-06-27', '05:48:25', 13, 9, 10),
(3972, '2023-06-27', '06:00:48', 138, 0, 1),
(3973, '2023-06-27', '08:14:21', 112, 0, 1),
(3974, '2023-06-27', '08:14:32', 186, 0, 2),
(3975, '2023-06-27', '02:29:46', 274, 1, 1),
(3976, '2023-06-28', '01:02:29', 13, 8, 8),
(3977, '2023-06-28', '03:11:09', 138, 0, 1),
(3978, '2023-06-28', '03:50:33', 2083, 6, 6),
(3979, '2023-06-28', '05:10:34', 2066, 1, 1),
(3980, '2023-06-28', '12:46:57', 186, 0, 2),
(3981, '2023-06-28', '03:01:05', 112, 2, 2),
(3982, '2023-06-29', '01:38:52', 13, 8, 16),
(3983, '2023-06-29', '01:54:26', 186, 0, 2),
(3984, '2023-06-29', '05:41:33', 138, 1, 8),
(3985, '2023-06-29', '05:47:55', 112, 0, 2),
(3986, '2023-06-29', '06:10:27', 2083, 6, 7),
(3987, '2023-06-29', '09:29:45', 2066, 0, 1),
(3988, '2023-06-30', '12:08:33', 13, 10, 14),
(3989, '2023-06-30', '12:08:40', 186, 0, 3),
(3990, '2023-06-30', '03:49:53', 2083, 8, 9),
(3991, '2023-06-30', '04:00:04', 112, 0, 1),
(3992, '2023-06-30', '04:00:22', 138, 0, 1),
(3993, '2023-06-30', '04:03:12', 274, 0, 1),
(3994, '2023-07-01', '12:17:09', 112, 2, 3),
(3995, '2023-07-01', '01:17:27', 2083, 13, 16),
(3996, '2023-07-01', '06:12:03', 13, 1, 2),
(3997, '2023-07-02', '03:42:12', 2083, 8, 17),
(3998, '2023-07-02', '05:51:00', 13, 1, 2),
(3999, '2023-07-02', '05:52:28', 138, 0, 2),
(4000, '2023-07-02', '06:05:46', 112, 0, 1),
(4001, '2023-07-02', '06:06:46', 186, 0, 1),
(4002, '2023-07-02', '10:51:58', 2066, 1, 1),
(4003, '2023-07-03', '01:22:03', 2083, 8, 11),
(4004, '2023-07-03', '06:20:19', 13, 8, 12),
(4005, '2023-07-03', '06:29:15', 186, 1, 5),
(4006, '2023-07-03', '09:09:11', 112, 0, 1),
(4007, '2023-07-03', '09:09:35', 138, 0, 1),
(4008, '2023-07-03', '02:52:38', 2066, 1, 1),
(4009, '2023-07-04', '12:40:16', 13, 12, 16),
(4010, '2023-07-04', '12:42:42', 112, 0, 9),
(4011, '2023-07-04', '12:58:51', 2083, 16, 18),
(4012, '2023-07-04', '03:56:12', 186, 0, 5),
(4013, '2023-07-04', '07:13:00', 138, 0, 1),
(4014, '2023-07-05', '12:01:07', 2083, 16, 18),
(4015, '2023-07-05', '02:21:54', 13, 9, 9),
(4016, '2023-07-05', '02:40:10', 1909, 1, 1),
(4017, '2023-07-06', '12:37:33', 2083, 9, 12),
(4018, '2023-07-06', '05:50:00', 13, 22, 33),
(4019, '2023-07-06', '05:50:29', 274, 0, 1),
(4020, '2023-07-06', '05:50:53', 112, 0, 1),
(4021, '2023-07-06', '05:51:42', 138, 0, 4),
(4022, '2023-07-06', '09:59:04', 1, 1, 2),
(4023, '2023-07-07', '12:36:40', 2083, 7, 10),
(4024, '2023-07-07', '02:47:41', 13, 4, 5),
(4025, '2023-07-07', '02:49:11', 138, 0, 1),
(4026, '2023-07-07', '08:04:50', 266, 0, 1),
(4027, '2023-07-08', '01:32:13', 2066, 1, 3),
(4028, '2023-07-08', '02:29:35', 2083, 15, 17),
(4029, '2023-07-08', '02:58:04', 13, 3, 3),
(4030, '2023-07-08', '09:56:42', 112, 1, 1),
(4031, '2023-07-09', '02:42:58', 112, 1, 2),
(4032, '2023-07-09', '02:49:37', 2083, 6, 7),
(4033, '2023-07-09', '02:54:38', 13, 4, 5),
(4034, '2023-07-09', '08:01:13', 186, 1, 2),
(4035, '2023-07-09', '08:40:23', 266, 0, 1),
(4036, '2023-07-09', '08:42:09', 2066, 0, 1),
(4037, '2023-07-09', '06:18:35', 138, 1, 1),
(4038, '2023-07-10', '12:00:48', 13, 9, 9),
(4039, '2023-07-10', '12:57:52', 2083, 12, 13),
(4040, '2023-07-10', '07:41:28', 186, 0, 2),
(4041, '2023-07-11', '01:04:22', 13, 8, 8),
(4042, '2023-07-11', '01:15:22', 2083, 12, 17),
(4043, '2023-07-11', '01:18:28', 2066, 1, 3),
(4044, '2023-07-11', '05:25:22', 186, 1, 2),
(4045, '2023-07-11', '08:29:32', 1, 1, 2),
(4046, '2023-07-11', '02:51:25', 274, 1, 1),
(4047, '2023-07-12', '01:45:51', 2083, 9, 12),
(4048, '2023-07-12', '02:19:09', 13, 8, 9),
(4049, '2023-07-12', '02:30:51', 123, 1, 1),
(4050, '2023-07-12', '02:30:58', 186, 0, 2),
(4051, '2023-07-12', '03:58:06', 138, 0, 2),
(4052, '2023-07-12', '03:58:46', 112, 3, 4),
(4053, '2023-07-12', '12:23:35', 274, 0, 2),
(4054, '2023-07-12', '12:23:51', 2066, 1, 4),
(4055, '2023-07-12', '12:23:58', 266, 0, 1),
(4056, '2023-07-13', '01:52:58', 13, 10, 12),
(4057, '2023-07-13', '01:53:20', 112, 0, 3),
(4058, '2023-07-13', '01:53:33', 138, 0, 1),
(4059, '2023-07-13', '02:11:12', 2083, 11, 13),
(4060, '2023-07-13', '02:46:59', 123, 2, 2),
(4061, '2023-07-13', '04:37:32', 186, 3, 4),
(4062, '2023-07-13', '05:32:04', 266, 0, 1),
(4063, '2023-07-13', '05:32:05', 2066, 2, 4),
(4064, '2023-07-13', '05:38:46', 1, 1, 1),
(4065, '2023-07-13', '05:47:27', 274, 0, 1),
(4066, '2023-07-14', '12:43:20', 2083, 9, 9),
(4067, '2023-07-14', '02:24:54', 13, 12, 15),
(4068, '2023-07-14', '03:24:44', 2066, 3, 3),
(4069, '2023-07-14', '07:32:29', 138, 1, 2),
(4070, '2023-07-14', '10:08:41', 274, 1, 1),
(4071, '2023-07-14', '02:42:52', 123, 1, 1),
(4072, '2023-07-15', '01:47:03', 2083, 11, 16),
(4073, '2023-07-15', '05:30:06', 274, 1, 1),
(4074, '2023-07-15', '05:30:33', 266, 0, 2),
(4075, '2023-07-15', '06:11:31', 2066, 0, 1),
(4076, '2023-07-15', '07:45:34', 1904, 1, 1),
(4077, '2023-07-15', '10:23:16', 123, 1, 1),
(4078, '2023-07-15', '02:56:01', 13, 3, 3),
(4079, '2023-07-15', '07:53:37', 186, 1, 2),
(4080, '2023-07-16', '02:28:34', 2066, 1, 2),
(4081, '2023-07-16', '03:20:10', 2083, 10, 13),
(4082, '2023-07-16', '07:04:45', 13, 8, 13),
(4083, '2023-07-16', '07:07:03', 112, 0, 4),
(4084, '2023-07-16', '07:41:36', 186, 0, 2),
(4085, '2023-07-16', '08:07:36', 274, 0, 1),
(4086, '2023-07-16', '10:52:23', 266, 1, 1),
(4087, '2023-07-17', '12:18:45', 2066, 1, 1),
(4088, '2023-07-17', '12:52:42', 2083, 10, 12),
(4089, '2023-07-17', '03:26:09', 13, 6, 6),
(4090, '2023-07-17', '03:26:38', 138, 2, 4),
(4091, '2023-07-17', '05:18:48', 123, 1, 1),
(4092, '2023-07-17', '06:43:05', 1904, 1, 1),
(4093, '2023-07-17', '10:46:51', 266, 0, 1),
(4094, '2023-07-17', '03:57:27', 274, 2, 2),
(4095, '2023-07-17', '11:53:43', 112, 1, 1),
(4096, '2023-07-18', '12:42:22', 2083, 9, 12),
(4097, '2023-07-18', '02:15:40', 13, 8, 9),
(4098, '2023-07-18', '02:17:01', 186, 0, 3),
(4099, '2023-07-18', '06:00:23', 112, 1, 1),
(4100, '2023-07-18', '06:26:55', 138, 3, 4),
(4101, '2023-07-18', '06:38:45', 274, 1, 1),
(4102, '2023-07-19', '12:18:10', 13, 2, 2),
(4103, '2023-07-19', '12:36:52', 2083, 11, 16),
(4104, '2023-07-19', '12:52:10', 138, 2, 2),
(4105, '2023-07-19', '02:29:33', 186, 1, 2),
(4106, '2023-07-19', '06:17:23', 274, 1, 1),
(4107, '2023-07-19', '01:44:19', 1904, 0, 1),
(4108, '2023-07-19', '01:44:42', 112, 0, 1),
(4109, '2023-07-19', '02:18:01', 123, 1, 1),
(4110, '2023-07-20', '12:42:03', 2083, 6, 8),
(4111, '2023-07-20', '01:57:28', 13, 12, 19),
(4112, '2023-07-20', '02:01:55', 112, 1, 7),
(4113, '2023-07-20', '02:17:46', 138, 0, 5),
(4114, '2023-07-20', '04:10:03', 186, 1, 2),
(4115, '2023-07-20', '08:39:00', 123, 1, 1),
(4116, '2023-07-21', '12:04:25', 13, 6, 7),
(4117, '2023-07-21', '12:04:58', 186, 1, 5),
(4118, '2023-07-21', '12:15:40', 138, 2, 7),
(4119, '2023-07-21', '04:48:39', 112, 0, 1),
(4120, '2023-07-21', '05:36:06', 2066, 1, 1),
(4121, '2023-07-21', '09:05:33', 2083, 4, 5),
(4122, '2023-07-21', '02:53:36', 123, 1, 1),
(4123, '2023-07-22', '01:05:39', 138, 3, 3),
(4124, '2023-07-22', '02:53:32', 2066, 1, 1),
(4125, '2023-07-22', '07:38:48', 2083, 3, 4),
(4126, '2023-07-22', '09:26:38', 1904, 1, 1),
(4127, '2023-07-22', '05:42:27', 274, 1, 1),
(4128, '2023-07-22', '09:39:49', 1909, 1, 1),
(4129, '2023-07-23', '12:58:20', 2083, 4, 7),
(4130, '2023-07-23', '03:39:19', 13, 4, 4),
(4131, '2023-07-23', '07:38:08', 123, 1, 1),
(4132, '2023-07-23', '02:26:03', 2066, 1, 1),
(4133, '2023-07-23', '03:58:41', 274, 2, 2),
(4134, '2023-07-23', '05:20:29', 138, 1, 1),
(4135, '2023-07-23', '09:21:57', 112, 1, 1),
(4136, '2023-07-23', '10:30:26', 186, 1, 1),
(4137, '2023-07-24', '12:54:19', 112, 1, 2),
(4138, '2023-07-24', '12:54:56', 186, 2, 5),
(4139, '2023-07-24', '12:59:44', 13, 1, 2),
(4140, '2023-07-24', '02:15:42', 2066, 1, 1),
(4141, '2023-07-24', '03:30:42', 138, 0, 2),
(4142, '2023-07-24', '03:32:08', 274, 0, 1),
(4143, '2023-07-24', '06:19:01', 2083, 8, 8),
(4144, '2023-07-24', '08:16:47', 123, 1, 1),
(4145, '2023-07-25', '12:41:16', 2083, 14, 19),
(4146, '2023-07-25', '12:48:10', 112, 0, 1),
(4147, '2023-07-25', '03:45:27', 13, 3, 4),
(4148, '2023-07-26', '12:50:12', 13, 10, 11),
(4149, '2023-07-26', '02:39:48', 112, 2, 6),
(4150, '2023-07-26', '02:40:08', 138, 1, 5),
(4151, '2023-07-26', '02:58:42', 2083, 12, 14),
(4152, '2023-07-26', '03:05:58', 274, 0, 2),
(4153, '2023-07-26', '03:06:22', 2066, 1, 2),
(4154, '2023-07-26', '03:07:39', 186, 1, 2),
(4155, '2023-07-26', '03:07:44', 1904, 1, 1),
(4156, '2023-07-26', '08:51:31', 123, 3, 3),
(4157, '2023-07-27', '02:34:32', 13, 3, 3),
(4158, '2023-07-27', '03:09:01', 2083, 10, 15),
(4159, '2023-07-27', '03:20:46', 123, 2, 2),
(4160, '2023-07-27', '08:13:02', 186, 0, 1),
(4161, '2023-07-27', '08:18:49', 2066, 1, 1),
(4162, '2023-07-28', '01:18:09', 2083, 10, 10),
(4163, '2023-07-28', '01:27:59', 123, 1, 1),
(4164, '2023-07-28', '02:52:14', 13, 5, 5),
(4165, '2023-07-28', '09:55:13', 112, 2, 2),
(4166, '2023-07-28', '09:55:20', 186, 1, 1),
(4167, '2023-07-28', '09:55:27', 1904, 1, 1),
(4168, '2023-07-28', '09:55:34', 138, 1, 1),
(4169, '2023-07-28', '10:50:23', 266, 1, 1),
(4170, '2023-07-29', '12:50:26', 2083, 7, 9),
(4171, '2023-07-29', '02:53:45', 13, 7, 8),
(4172, '2023-07-29', '02:54:34', 112, 0, 1),
(4173, '2023-07-29', '03:01:59', 138, 0, 2),
(4174, '2023-07-29', '03:02:19', 186, 0, 1),
(4175, '2023-07-30', '02:30:51', 13, 9, 9),
(4176, '2023-07-30', '04:04:55', 2083, 13, 17),
(4177, '2023-07-30', '05:23:49', 1904, 1, 1),
(4178, '2023-07-30', '08:13:27', 2066, 1, 1),
(4179, '2023-07-30', '12:07:11', 112, 0, 1),
(4180, '2023-07-31', '12:11:48', 13, 15, 15),
(4181, '2023-07-31', '01:57:09', 2066, 3, 3),
(4182, '2023-07-31', '03:15:34', 2083, 16, 19),
(4183, '2023-07-31', '07:11:16', 138, 1, 1),
(4184, '2023-07-31', '08:41:28', 274, 0, 1),
(4185, '2023-08-01', '01:36:58', 2083, 22, 26),
(4186, '2023-08-01', '03:09:58', 13, 11, 13),
(4187, '2023-08-01', '03:21:23', 2066, 4, 4),
(4188, '2023-08-01', '04:24:52', 138, 1, 3),
(4189, '2023-08-01', '11:45:34', 186, 1, 1),
(4190, '2023-08-02', '01:11:24', 2066, 4, 6),
(4191, '2023-08-02', '02:25:45', 2083, 6, 13),
(4192, '2023-08-02', '03:03:22', 13, 8, 8),
(4193, '2023-08-02', '08:42:04', 112, 2, 3),
(4194, '2023-08-03', '12:33:40', 186, 1, 2),
(4195, '2023-08-03', '12:41:04', 13, 13, 14),
(4196, '2023-08-03', '03:35:40', 138, 0, 1),
(4197, '2023-08-03', '04:05:12', 2083, 16, 22),
(4198, '2023-08-04', '12:24:37', 2083, 7, 10),
(4199, '2023-08-04', '12:29:23', 13, 13, 17),
(4200, '2023-08-04', '05:10:07', 274, 0, 2),
(4201, '2023-08-04', '05:10:59', 138, 0, 3),
(4202, '2023-08-04', '05:11:19', 112, 0, 1),
(4203, '2023-08-04', '06:27:07', 2066, 0, 1),
(4204, '2023-08-05', '12:17:20', 2083, 12, 15),
(4205, '2023-08-05', '03:28:58', 13, 9, 10),
(4206, '2023-08-05', '07:05:11', 186, 0, 1),
(4207, '2023-08-06', '12:02:16', 13, 4, 4),
(4208, '2023-08-06', '12:03:34', 138, 0, 1),
(4209, '2023-08-06', '12:05:52', 274, 0, 1),
(4210, '2023-08-06', '01:51:06', 2083, 12, 12),
(4211, '2023-08-06', '01:53:14', 112, 1, 2),
(4212, '2023-08-06', '10:12:14', 1909, 1, 1),
(4213, '2023-08-06', '12:20:55', 186, 1, 1),
(4214, '2023-08-06', '06:37:52', 123, 1, 1),
(4215, '2023-08-07', '12:44:58', 13, 15, 15),
(4216, '2023-08-07', '01:51:05', 2083, 15, 19),
(4217, '2023-08-07', '02:12:54', 274, 1, 1),
(4218, '2023-08-07', '03:11:52', 138, 1, 3),
(4219, '2023-08-07', '03:35:37', 186, 1, 2),
(4220, '2023-08-07', '03:49:57', 112, 1, 6),
(4221, '2023-08-07', '10:27:43', 1909, 0, 1),
(4222, '2023-08-08', '02:28:14', 13, 15, 23),
(4223, '2023-08-08', '02:28:58', 112, 1, 5),
(4224, '2023-08-08', '02:29:39', 274, 0, 3),
(4225, '2023-08-08', '02:36:07', 138, 0, 5),
(4226, '2023-08-08', '03:07:14', 2083, 13, 19),
(4227, '2023-08-08', '08:11:10', 186, 0, 3),
(4228, '2023-08-09', '01:13:16', 2083, 22, 29),
(4229, '2023-08-09', '03:25:31', 13, 10, 12),
(4230, '2023-08-09', '03:36:04', 186, 0, 6),
(4231, '2023-08-09', '06:03:39', 112, 0, 1),
(4232, '2023-08-09', '08:00:17', 1904, 1, 1),
(4233, '2023-08-09', '09:42:47', 266, 1, 1),
(4234, '2023-08-10', '12:40:47', 13, 14, 16),
(4235, '2023-08-10', '12:41:38', 2083, 10, 11),
(4236, '2023-08-10', '02:00:45', 138, 0, 2),
(4237, '2023-08-10', '09:36:32', 112, 0, 1),
(4238, '2023-08-10', '10:44:47', 186, 0, 1),
(4239, '2023-08-10', '06:37:29', 2066, 1, 1),
(4240, '2023-08-11', '01:43:50', 2083, 7, 12),
(4241, '2023-08-11', '02:57:35', 13, 6, 7),
(4242, '2023-08-11', '02:57:36', 112, 3, 3),
(4243, '2023-08-11', '02:58:01', 138, 0, 2),
(4244, '2023-08-11', '05:17:52', 274, 1, 2),
(4245, '2023-08-11', '07:09:57', 186, 0, 2),
(4246, '2023-08-12', '12:28:04', 13, 13, 15),
(4247, '2023-08-12', '02:59:10', 2083, 12, 14),
(4248, '2023-08-12', '03:20:25', 123, 1, 1),
(4249, '2023-08-12', '04:25:37', 2066, 1, 1),
(4250, '2023-08-12', '06:40:00', 112, 1, 1),
(4251, '2023-08-12', '11:21:46', 138, 1, 1),
(4252, '2023-08-13', '12:24:52', 2066, 1, 1),
(4253, '2023-08-13', '01:14:53', 13, 12, 13),
(4254, '2023-08-13', '01:37:24', 2083, 14, 20),
(4255, '2023-08-13', '05:44:48', 186, 0, 3),
(4256, '2023-08-13', '12:08:01', 138, 0, 1),
(4257, '2023-08-13', '01:52:01', 112, 0, 1),
(4258, '2023-08-13', '01:52:40', 274, 0, 1),
(4259, '2023-08-14', '12:01:58', 2083, 16, 17),
(4260, '2023-08-14', '01:25:42', 13, 9, 9),
(4261, '2023-08-14', '02:10:14', 2066, 1, 1),
(4262, '2023-08-14', '02:36:21', 112, 0, 1),
(4263, '2023-08-14', '02:36:36', 138, 0, 1),
(4264, '2023-08-15', '01:04:20', 138, 2, 3),
(4265, '2023-08-15', '01:12:24', 2083, 8, 9),
(4266, '2023-08-15', '02:25:38', 13, 14, 17),
(4267, '2023-08-15', '03:29:29', 186, 0, 1),
(4268, '2023-08-16', '02:16:53', 2083, 13, 14),
(4269, '2023-08-16', '03:20:56', 13, 9, 10),
(4270, '2023-08-16', '03:34:40', 112, 0, 1),
(4271, '2023-08-17', '12:30:31', 2083, 13, 16),
(4272, '2023-08-17', '01:06:37', 13, 11, 11),
(4273, '2023-08-17', '02:16:17', 138, 2, 3),
(4274, '2023-08-17', '02:48:26', 112, 0, 1),
(4275, '2023-08-17', '09:50:43', 123, 1, 1),
(4276, '2023-08-17', '09:52:48', 186, 0, 1),
(4277, '2023-08-18', '01:08:44', 2083, 13, 16),
(4278, '2023-08-18', '02:50:47', 13, 9, 9),
(4279, '2023-08-18', '07:31:53', 186, 1, 2),
(4280, '2023-08-18', '07:31:53', 186, 1, 2),
(4281, '2023-08-18', '09:00:53', 112, 0, 1),
(4282, '2023-08-18', '09:01:46', 138, 0, 1),
(4283, '2023-08-19', '03:29:23', 13, 8, 8),
(4284, '2023-08-19', '08:28:54', 2066, 1, 1),
(4285, '2023-08-19', '08:33:52', 167, 0, 1),
(4286, '2023-08-19', '08:36:04', 2083, 4, 6),
(4287, '2023-08-19', '05:48:11', 186, 1, 1),
(4288, '2023-08-19', '05:48:13', 112, 1, 1),
(4289, '2023-08-20', '12:11:45', 13, 7, 7),
(4290, '2023-08-20', '01:35:25', 2083, 10, 13),
(4291, '2023-08-20', '09:54:08', 274, 1, 1),
(4292, '2023-08-20', '05:10:42', 186, 1, 1),
(4293, '2023-08-20', '08:15:34', 138, 1, 1),
(4294, '2023-08-21', '12:49:57', 13, 12, 12),
(4295, '2023-08-21', '01:57:46', 186, 1, 8),
(4296, '2023-08-21', '02:46:56', 2083, 12, 16),
(4297, '2023-08-21', '03:04:36', 138, 1, 1),
(4298, '2023-08-22', '12:42:19', 2083, 11, 18),
(4299, '2023-08-22', '01:25:50', 13, 8, 10),
(4300, '2023-08-22', '04:34:10', 186, 1, 2),
(4301, '2023-08-22', '08:34:18', 112, 1, 1),
(4302, '2023-08-22', '08:34:25', 266, 1, 1),
(4303, '2023-08-23', '02:11:38', 2083, 11, 18),
(4304, '2023-08-23', '02:15:25', 13, 12, 14),
(4305, '2023-08-23', '04:52:07', 186, 0, 3),
(4306, '2023-08-23', '08:10:05', 1, 1, 1),
(4307, '2023-08-23', '08:10:53', 138, 0, 3),
(4308, '2023-08-24', '12:01:21', 13, 12, 16),
(4309, '2023-08-24', '12:04:56', 2083, 12, 32),
(4310, '2023-08-24', '12:27:06', 112, 1, 2),
(4311, '2023-08-24', '01:33:10', 186, 2, 3),
(4312, '2023-08-24', '09:30:16', 138, 1, 1),
(4313, '2023-08-24', '11:51:17', 2066, 1, 5),
(4314, '2023-08-24', '11:52:42', 266, 0, 3),
(4315, '2023-08-24', '02:44:12', 1, 0, 1),
(4316, '2023-08-24', '09:48:29', 1904, 1, 1),
(4317, '2023-08-25', '12:25:35', 13, 10, 10),
(4318, '2023-08-25', '12:52:24', 2083, 18, 24),
(4319, '2023-08-25', '01:40:05', 167, 1, 1),
(4320, '2023-08-25', '02:53:31', 186, 1, 2),
(4321, '2023-08-25', '05:33:42', 1, 0, 1),
(4322, '2023-08-25', '01:15:42', 112, 1, 1),
(4323, '2023-08-25', '02:45:09', 1909, 2, 2),
(4324, '2023-08-25', '05:27:02', 1904, 1, 1),
(4325, '2023-08-25', '05:45:17', 138, 0, 1),
(4326, '2023-08-25', '06:02:28', 274, 1, 1),
(4327, '2023-08-26', '01:50:48', 2083, 9, 14),
(4328, '2023-08-26', '03:26:52', 2066, 3, 3),
(4329, '2023-08-26', '04:16:59', 123, 1, 1),
(4330, '2023-08-26', '04:43:02', 13, 17, 17),
(4331, '2023-08-26', '05:28:08', 112, 3, 3),
(4332, '2023-08-26', '11:26:14', 186, 3, 3),
(4333, '2023-08-26', '11:26:22', 1904, 2, 2),
(4334, '2023-08-26', '11:26:28', 138, 3, 3),
(4335, '2023-08-26', '11:12:42', 274, 1, 1),
(4336, '2023-08-27', '12:20:24', 13, 11, 11),
(4337, '2023-08-27', '02:32:34', 2083, 8, 10),
(4338, '2023-08-27', '07:02:12', 112, 2, 2),
(4339, '2023-08-28', '01:45:28', 13, 13, 15),
(4340, '2023-08-28', '02:47:19', 186, 0, 2),
(4341, '2023-08-28', '02:51:53', 112, 0, 1),
(4342, '2023-08-28', '03:20:20', 2083, 6, 6),
(4343, '2023-08-29', '02:29:17', 13, 11, 12),
(4344, '2023-08-29', '02:29:39', 112, 0, 3),
(4345, '2023-08-29', '02:35:35', 274, 0, 1),
(4346, '2023-08-29', '03:29:20', 1, 1, 1),
(4347, '2023-08-29', '04:47:40', 186, 0, 1),
(4348, '2023-08-29', '06:31:03', 2083, 7, 11),
(4349, '2023-08-30', '12:27:41', 2083, 9, 11),
(4350, '2023-08-30', '03:02:30', 2066, 1, 1),
(4351, '2023-08-30', '03:30:35', 123, 1, 1),
(4352, '2023-08-30', '03:31:36', 186, 0, 1),
(4353, '2023-08-30', '03:38:21', 13, 12, 12),
(4354, '2023-08-30', '04:48:30', 274, 0, 1),
(4355, '2023-08-30', '04:48:40', 112, 0, 2),
(4356, '2023-08-30', '09:58:37', 138, 1, 1),
(4357, '2023-08-31', '02:05:45', 13, 13, 13),
(4358, '2023-08-31', '02:06:26', 112, 2, 4),
(4359, '2023-08-31', '02:17:05', 138, 1, 2),
(4360, '2023-08-31', '02:22:29', 186, 0, 2),
(4361, '2023-08-31', '08:15:47', 2083, 12, 12),
(4362, '2023-09-01', '12:17:42', 2083, 13, 16),
(4363, '2023-09-01', '03:14:40', 13, 13, 15),
(4364, '2023-09-01', '06:30:46', 2066, 2, 2),
(4365, '2023-09-01', '06:42:37', 186, 0, 1),
(4366, '2023-09-01', '08:22:51', 138, 1, 3),
(4367, '2023-09-01', '08:24:11', 274, 0, 1),
(4368, '2023-09-02', '04:34:11', 13, 8, 8),
(4369, '2023-09-02', '08:17:30', 2083, 4, 5),
(4370, '2023-09-02', '08:39:54', 112, 0, 2),
(4371, '2023-09-03', '04:49:44', 2083, 13, 15),
(4372, '2023-09-03', '06:09:33', 13, 5, 5),
(4373, '2023-09-04', '03:52:19', 2083, 20, 28),
(4374, '2023-09-04', '08:12:49', 2066, 1, 1),
(4375, '2023-09-04', '09:35:17', 13, 3, 3),
(4376, '2023-09-04', '10:30:59', 138, 1, 1),
(4377, '2023-09-04', '01:44:00', 123, 1, 1),
(4378, '2023-09-04', '01:44:32', 112, 0, 1),
(4379, '2023-09-04', '07:25:58', 274, 1, 1),
(4380, '2023-09-05', '12:49:13', 13, 10, 14),
(4381, '2023-09-05', '12:57:29', 2083, 17, 20),
(4382, '2023-09-05', '02:35:48', 138, 1, 1),
(4383, '2023-09-05', '03:01:33', 186, 1, 4),
(4384, '2023-09-05', '07:12:40', 112, 1, 2),
(4385, '2023-09-06', '12:10:08', 2083, 12, 16),
(4386, '2023-09-06', '12:21:02', 13, 11, 11),
(4387, '2023-09-06', '03:40:59', 138, 0, 1),
(4388, '2023-09-06', '03:41:35', 274, 0, 1),
(4389, '2023-09-06', '08:23:46', 186, 0, 1),
(4390, '2023-09-07', '01:45:30', 2083, 14, 16),
(4391, '2023-09-07', '02:23:42', 13, 9, 9),
(4392, '2023-09-07', '03:03:20', 112, 1, 4),
(4393, '2023-09-07', '03:04:58', 138, 0, 6),
(4394, '2023-09-07', '04:03:53', 2066, 2, 2),
(4395, '2023-09-07', '09:13:47', 186, 0, 1),
(4396, '2023-09-07', '12:50:28', 274, 1, 1),
(4397, '2023-09-08', '01:42:23', 2083, 7, 8),
(4398, '2023-09-08', '02:24:58', 13, 6, 8),
(4399, '2023-09-08', '02:25:52', 112, 2, 7),
(4400, '2023-09-08', '03:17:38', 138, 1, 3),
(4401, '2023-09-08', '03:21:00', 186, 0, 1),
(4402, '2023-09-08', '07:42:51', 123, 2, 2),
(4403, '2023-09-09', '01:41:20', 2083, 12, 16),
(4404, '2023-09-09', '07:46:55', 13, 3, 3),
(4405, '2023-09-09', '11:46:27', 2066, 1, 1),
(4406, '2023-09-09', '03:05:55', 186, 2, 2),
(4407, '2023-09-10', '12:56:10', 13, 5, 5),
(4408, '2023-09-10', '03:02:52', 2083, 9, 11),
(4409, '2023-09-10', '04:47:02', 2066, 3, 3),
(4410, '2023-09-11', '12:45:18', 2083, 26, 34),
(4411, '2023-09-11', '04:51:38', 266, 1, 1),
(4412, '2023-09-11', '05:27:54', 13, 5, 6),
(4413, '2023-09-11', '05:46:19', 112, 0, 2),
(4414, '2023-09-11', '05:46:51', 138, 0, 1),
(4415, '2023-09-11', '07:11:27', 2066, 2, 2),
(4416, '2023-09-11', '03:18:05', 186, 0, 1),
(4417, '2023-09-12', '03:02:13', 2083, 21, 29),
(4418, '2023-09-12', '03:12:31', 13, 4, 7),
(4419, '2023-09-12', '04:04:27', 186, 0, 1),
(4420, '2023-09-12', '04:04:39', 112, 0, 2),
(4421, '2023-09-12', '04:05:08', 138, 0, 2),
(4422, '2023-09-12', '04:17:53', 2066, 2, 2),
(4423, '2023-09-12', '11:20:06', 1, 1, 1),
(4424, '2023-09-13', '01:09:14', 2083, 32, 45),
(4425, '2023-09-13', '01:11:41', 13, 14, 21),
(4426, '2023-09-13', '01:11:53', 112, 0, 5),
(4427, '2023-09-13', '08:52:58', 186, 1, 4),
(4428, '2023-09-13', '09:15:17', 138, 1, 3),
(4429, '2023-09-13', '10:39:26', 1909, 1, 1),
(4430, '2023-09-14', '12:49:17', 2083, 29, 39),
(4431, '2023-09-14', '12:53:59', 13, 9, 13),
(4432, '2023-09-14', '01:07:52', 112, 0, 3),
(4433, '2023-09-14', '03:03:50', 2066, 1, 1),
(4434, '2023-09-14', '05:59:48', 138, 0, 1),
(4435, '2023-09-14', '09:47:32', 186, 0, 2),
(4436, '2023-09-15', '12:00:27', 13, 11, 11),
(4437, '2023-09-15', '12:01:41', 138, 0, 2),
(4438, '2023-09-15', '12:21:28', 2083, 14, 22),
(4439, '2023-09-15', '05:50:26', 274, 1, 1),
(4440, '2023-09-15', '07:36:22', 112, 0, 2),
(4441, '2023-09-15', '07:40:41', 186, 0, 2),
(4442, '2023-09-15', '11:52:54', 123, 1, 1),
(4443, '2023-09-16', '12:35:40', 2083, 24, 28),
(4444, '2023-09-16', '02:23:45', 13, 10, 10),
(4445, '2023-09-16', '08:10:52', 2066, 2, 2),
(4446, '2023-09-17', '12:09:22', 13, 10, 10),
(4447, '2023-09-17', '01:38:24', 2083, 38, 51),
(4448, '2023-09-17', '04:32:59', 112, 1, 1),
(4449, '2023-09-17', '12:27:13', 186, 0, 1),
(4450, '2023-09-18', '12:21:03', 13, 16, 17),
(4451, '2023-09-18', '01:50:32', 2083, 17, 17),
(4452, '2023-09-18', '03:12:12', 138, 1, 2),
(4453, '2023-09-19', '01:05:46', 13, 14, 17),
(4454, '2023-09-19', '01:44:36', 138, 4, 8),
(4455, '2023-09-19', '01:45:15', 112, 0, 1),
(4456, '2023-09-19', '01:48:01', 274, 0, 2),
(4457, '2023-09-19', '02:15:18', 1909, 1, 1),
(4458, '2023-09-19', '02:57:31', 2083, 21, 24),
(4459, '2023-09-19', '03:53:11', 2066, 1, 1),
(4460, '2023-09-20', '12:47:27', 13, 7, 7),
(4461, '2023-09-20', '12:47:27', 13, 7, 7),
(4462, '2023-09-20', '01:07:40', 2083, 10, 13),
(4463, '2023-09-20', '01:50:41', 186, 1, 4),
(4464, '2023-09-20', '02:26:12', 112, 1, 2),
(4465, '2023-09-20', '05:22:56', 138, 0, 1),
(4466, '2023-09-20', '02:01:14', 2066, 1, 1),
(4467, '2023-09-20', '11:26:48', 266, 0, 1),
(4468, '2023-09-21', '01:20:53', 2083, 17, 20),
(4469, '2023-09-21', '03:15:00', 13, 15, 15),
(4470, '2023-09-21', '03:19:08', 186, 0, 3),
(4471, '2023-09-21', '04:12:33', 138, 0, 1),
(4472, '2023-09-21', '05:42:02', 2066, 5, 6),
(4473, '2023-09-22', '12:28:16', 138, 1, 1),
(4474, '2023-09-22', '01:37:38', 2083, 25, 38),
(4475, '2023-09-22', '02:52:35', 13, 5, 6),
(4476, '2023-09-23', '12:45:10', 2083, 11, 15),
(4477, '2023-09-23', '08:35:34', 13, 5, 7),
(4478, '2023-09-23', '08:38:52', 186, 1, 3),
(4479, '2023-09-23', '09:44:46', 167, 0, 1),
(4480, '2023-09-23', '10:46:17', 123, 2, 2),
(4481, '2023-09-23', '05:12:40', 266, 1, 1),
(4482, '2023-09-23', '05:22:41', 2066, 2, 3),
(4483, '2023-09-24', '12:23:18', 2083, 7, 9),
(4484, '2023-09-24', '03:26:45', 13, 3, 6),
(4485, '2023-09-24', '02:30:04', 112, 0, 3),
(4486, '2023-09-25', '12:48:03', 2083, 20, 23),
(4487, '2023-09-25', '01:55:30', 13, 9, 12),
(4488, '2023-09-25', '01:55:38', 112, 0, 1),
(4489, '2023-09-25', '01:55:48', 138, 0, 2),
(4490, '2023-09-25', '08:07:39', 123, 0, 1),
(4491, '2023-09-26', '12:26:12', 13, 10, 13),
(4492, '2023-09-26', '12:33:58', 138, 1, 3),
(4493, '2023-09-26', '12:46:41', 274, 1, 2),
(4494, '2023-09-26', '01:24:55', 2083, 28, 39),
(4495, '2023-09-26', '01:53:06', 1904, 1, 1),
(4496, '2023-09-26', '02:22:00', 1909, 1, 1),
(4497, '2023-09-26', '07:55:02', 186, 0, 2),
(4498, '2023-09-26', '09:10:25', 112, 1, 4),
(4499, '2023-09-27', '12:05:47', 2083, 30, 49),
(4500, '2023-09-27', '12:52:04', 13, 11, 15),
(4501, '2023-09-27', '03:10:30', 138, 0, 3),
(4502, '2023-09-27', '07:08:55', 186, 0, 4),
(4503, '2023-09-27', '10:29:00', 112, 0, 2),
(4504, '2023-09-28', '12:54:25', 13, 12, 12),
(4505, '2023-09-28', '01:42:01', 2083, 11, 14),
(4506, '2023-09-28', '11:37:41', 186, 0, 1),
(4507, '2023-09-29', '12:21:56', 13, 7, 8),
(4508, '2023-09-29', '12:30:34', 2083, 21, 31),
(4509, '2023-09-29', '04:06:02', 138, 0, 2),
(4510, '2023-09-29', '04:09:18', 112, 0, 1),
(4511, '2023-09-29', '10:43:53', 2066, 1, 3),
(4512, '2023-09-30', '12:57:35', 13, 14, 15),
(4513, '2023-09-30', '02:05:31', 186, 1, 2),
(4514, '2023-09-30', '03:15:50', 138, 1, 2),
(4515, '2023-09-30', '05:50:51', 2083, 8, 15),
(4516, '2023-09-30', '09:32:32', 112, 1, 3),
(4517, '2023-09-30', '09:33:16', 274, 0, 1),
(4518, '2023-09-30', '01:21:41', 2066, 1, 1),
(4519, '2023-09-30', '02:38:46', 123, 1, 1),
(4520, '2023-10-01', '01:39:14', 2066, 2, 4),
(4521, '2023-10-01', '02:38:38', 13, 22, 22),
(4522, '2023-10-01', '04:15:08', 2083, 9, 13),
(4523, '2023-10-01', '09:02:26', 186, 1, 1),
(4524, '2023-10-02', '12:45:22', 13, 3, 3),
(4525, '2023-10-02', '12:51:37', 2083, 2, 3);

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

--
-- Table structure for table `wpfq_termmeta`
--

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

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

--
-- Table structure for table `wpfq_terms`
--

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

--
-- Dumping data for table `wpfq_terms`
--

INSERT INTO `wpfq_terms` VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Nasa', 'nasa', 0),
(3, 'section', 'section', 0),
(4, 'IA', 'ia', 0),
(5, 'header', 'header', 0),
(6, 'single-post', 'single-post', 0),
(7, 'footer', 'footer', 0),
(8, 'popup', 'popup', 0),
(9, 'page', 'page', 0),
(10, 'twentytwentythree', 'twentytwentythree', 0);

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

--
-- Table structure for table `wpfq_term_relationships`
--

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

--
-- Dumping data for table `wpfq_term_relationships`
--

INSERT INTO `wpfq_term_relationships` VALUES
(1, 1, 0),
(17, 3, 0),
(26, 3, 0),
(190, 3, 0),
(198, 4, 0),
(200, 4, 0),
(202, 4, 0),
(203, 4, 0),
(205, 5, 0),
(260, 6, 0),
(266, 1, 0),
(268, 6, 0),
(281, 4, 0),
(282, 4, 0),
(292, 7, 0),
(605, 3, 0),
(638, 8, 0),
(860, 8, 0),
(866, 8, 0),
(869, 8, 0),
(905, 8, 0),
(1116, 7, 0),
(1178, 7, 0),
(1331, 8, 0),
(1340, 8, 0),
(1346, 8, 0),
(1355, 8, 0),
(1858, 9, 0),
(1928, 7, 0),
(1934, 7, 0),
(1936, 7, 0),
(2066, 1, 0),
(2083, 1, 0),
(2217, 10, 0);

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

--
-- Table structure for table `wpfq_term_taxonomy`
--

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

--
-- Dumping data for table `wpfq_term_taxonomy`
--

INSERT INTO `wpfq_term_taxonomy` VALUES
(1, 1, 'category', '', 0, 4),
(2, 2, 'bsf_custom_fonts', '', 0, 0),
(3, 3, 'elementor_library_type', '', 0, 4),
(4, 4, 'nav_menu', '', 0, 6),
(5, 5, 'elementor_library_type', '', 0, 1),
(6, 6, 'elementor_library_type', '', 0, 1),
(7, 7, 'elementor_library_type', '', 0, 1),
(8, 8, 'elementor_library_type', '', 0, 7),
(9, 9, 'elementor_library_type', '', 0, 1),
(10, 10, 'wp_theme', '', 0, 1);

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

--
-- Table structure for table `wpfq_tm_taskmeta`
--

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

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

--
-- Table structure for table `wpfq_tm_tasks`
--

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

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

--
-- Table structure for table `wpfq_usermeta`
--

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

--
-- Dumping data for table `wpfq_usermeta`
--

INSERT INTO `wpfq_usermeta` VALUES
(35, 2, 'nickname', 'Intelligent Aqua'),
(36, 2, 'first_name', ''),
(37, 2, 'last_name', ''),
(38, 2, 'description', ''),
(39, 2, 'rich_editing', 'true'),
(40, 2, 'syntax_highlighting', 'true'),
(41, 2, 'comment_shortcuts', 'false'),
(42, 2, 'admin_color', 'fresh'),
(43, 2, 'use_ssl', '0'),
(44, 2, 'show_admin_bar_front', 'true'),
(45, 2, 'locale', ''),
(46, 2, 'wpfq_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(47, 2, 'wpfq_user_level', '10'),
(48, 2, '_yoast_wpseo_profile_updated', '1691568890'),
(49, 2, 'dismissed_wp_pointers', ''),
(50, 2, 'facebook', ''),
(51, 2, 'instagram', ''),
(52, 2, 'linkedin', ''),
(53, 2, 'myspace', ''),
(54, 2, 'pinterest', ''),
(55, 2, 'soundcloud', ''),
(56, 2, 'tumblr', ''),
(57, 2, 'twitter', ''),
(58, 2, 'youtube', ''),
(59, 2, 'wikipedia', ''),
(60, 2, 'session_tokens', 'a:1:{s:64:"65ebb6f2fb690eb37a9003014e813d3aab16d46e2769b1eeb03f00610a42a18d";a:4:{s:10:"expiration";i:1695460639;s:2:"ip";s:13:"175.136.233.9";s:2:"ua";s:80:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0";s:5:"login";i:1695287839;}}'),
(61, 2, 'last_login_time', '2022-08-13 08:39:31'),
(62, 2, 'wpfq_dashboard_quick_press_last_post_id', '2227'),
(64, 2, 'community-events-location', 'a:1:{s:2:"ip";s:13:"175.136.233.0";}'),
(65, 2, 'wpseo_title', ''),
(66, 2, 'wpseo_metadesc', ''),
(67, 2, 'wpseo_noindex_author', ''),
(68, 2, 'wpseo_content_analysis_disable', ''),
(69, 2, 'wpseo_keyword_analysis_disable', ''),
(70, 2, 'wpfq_elementor_connect_common_data', 'a:6:{s:9:"client_id";s:32:"1v3GfYFTeSep5nHYBCvshzS1kJSmVzxe";s:11:"auth_secret";s:32:"sVakiNKcpUZTnQsgWKCj7uwqxFhTdUQ2";s:12:"access_token";s:32:"xMvgwNZ20Ium5T27ReblHzKX7I8RXiTs";s:19:"access_token_secret";s:32:"FSZrXiROhMdn8JRnDjedLkiW5EuvZcI5";s:10:"token_type";s:6:"bearer";s:4:"user";O:8:"stdClass":1:{s:5:"email";s:19:"evans.dwp@gmail.com";}}'),
(71, 2, 'wpfq_user-settings', 'libraryContent=browse&editor=tinymce&hidetb=1'),
(72, 2, 'wpfq_user-settings-time', '1673167842'),
(73, 2, 'closedpostboxes_dashboard', 'a:0:{}'),
(74, 2, 'metaboxhidden_dashboard', 'a:8:{i:0;s:17:"dashboard_php_nag";i:1;s:20:"e-dashboard-overview";i:2;s:21:"dashboard_site_health";i:3;s:18:"dashboard_activity";i:4;s:24:"example_dashboard_widget";i:5;s:24:"wpseo-dashboard-overview";i:6;s:21:"dashboard_quick_press";i:7;s:17:"dashboard_primary";}'),
(75, 2, 'elementor_introduction', 'a:4:{s:18:"yoast-introduction";b:1;s:13:"popupSettings";b:1;s:7:"exit_to";b:1;s:27:"ai-get-started-announcement";b:1;}'),
(76, 3, 'nickname', 'walkproduction'),
(77, 3, 'first_name', ''),
(78, 3, 'last_name', ''),
(79, 3, 'description', ''),
(80, 3, 'rich_editing', 'true'),
(81, 3, 'syntax_highlighting', 'true'),
(82, 3, 'comment_shortcuts', 'false'),
(83, 3, 'admin_color', 'fresh'),
(84, 3, 'use_ssl', '0'),
(85, 3, 'show_admin_bar_front', 'true'),
(86, 3, 'locale', ''),
(87, 3, 'wpfq_capabilities', 'a:1:{s:6:"editor";b:1;}'),
(88, 3, 'wpfq_user_level', '7'),
(89, 3, '_yoast_wpseo_profile_updated', '1691568890'),
(90, 3, 'dismissed_wp_pointers', ''),
(92, 2, 'nav_menu_recently_edited', '4'),
(93, 2, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";i:4;s:15:"title-attribute";}'),
(94, 2, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:12:"add-post_tag";i:1;s:15:"add-post_format";}'),
(95, 4, 'nickname', 'ia-team'),
(96, 4, 'first_name', 'Intelligent Aqua'),
(97, 4, 'last_name', ''),
(98, 4, 'description', ''),
(99, 4, 'rich_editing', 'true'),
(100, 4, 'syntax_highlighting', 'true'),
(101, 4, 'comment_shortcuts', 'false'),
(102, 4, 'admin_color', 'fresh'),
(103, 4, 'use_ssl', '0'),
(104, 4, 'show_admin_bar_front', 'true'),
(105, 4, 'locale', ''),
(106, 4, 'wpfq_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(107, 4, 'wpfq_user_level', '10'),
(108, 4, '_yoast_wpseo_profile_updated', '1691568890'),
(109, 4, 'dismissed_wp_pointers', ''),
(110, 4, 'facebook', ''),
(111, 4, 'instagram', ''),
(112, 4, 'linkedin', ''),
(113, 4, 'myspace', ''),
(114, 4, 'pinterest', ''),
(115, 4, 'soundcloud', ''),
(116, 4, 'tumblr', ''),
(117, 4, 'twitter', ''),
(118, 4, 'youtube', ''),
(119, 4, 'wikipedia', ''),
(120, 5, 'nickname', 'ruo.min'),
(121, 5, 'first_name', ''),
(122, 5, 'last_name', ''),
(123, 5, 'description', ''),
(124, 5, 'rich_editing', 'true'),
(125, 5, 'syntax_highlighting', 'true'),
(126, 5, 'comment_shortcuts', 'false'),
(127, 5, 'admin_color', 'fresh'),
(128, 5, 'use_ssl', '0'),
(129, 5, 'show_admin_bar_front', 'true'),
(130, 5, 'locale', ''),
(131, 5, 'wpfq_capabilities', 'a:1:{s:6:"editor";b:1;}'),
(132, 5, 'wpfq_user_level', '7'),
(133, 5, '_yoast_wpseo_profile_updated', '1691568890'),
(134, 5, 'dismissed_wp_pointers', ''),
(135, 5, 'facebook', ''),
(136, 5, 'instagram', ''),
(137, 5, 'linkedin', ''),
(138, 5, 'myspace', ''),
(139, 5, 'pinterest', ''),
(140, 5, 'soundcloud', ''),
(141, 5, 'tumblr', ''),
(142, 5, 'twitter', ''),
(143, 5, 'youtube', ''),
(144, 5, 'wikipedia', ''),
(145, 5, 'session_tokens', 'a:1:{s:64:"f83b0fa01a9e475cf983c69838869cb395b49cf6f69ad9255fdcfa7e262b9449";a:4:{s:10:"expiration";i:1627636292;s:2:"ip";s:13:"210.195.190.5";s:2:"ua";s:119:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15";s:5:"login";i:1626426692;}}'),
(146, 5, 'last_login_time', '2021-07-16 09:11:32'),
(147, 5, 'wpfq_dashboard_quick_press_last_post_id', '2100'),
(148, 5, 'community-events-location', 'a:1:{s:2:"ip";s:13:"210.195.190.0";}'),
(149, 5, 'elementor_introduction', 'a:1:{s:18:"yoast-introduction";b:1;}'),
(150, 5, 'wpfq_user-settings', 'editor=tinymce&libraryContent=browse'),
(151, 5, 'wpfq_user-settings-time', '1623668315'),
(154, 2, 'manageedit-pagecolumnshidden', 'a:3:{i:0;s:6:"author";i:1;s:8:"comments";i:2;s:4:"date";}'),
(155, 2, 'manageedit-postcolumnshidden', 'a:5:{i:0;s:6:"author";i:1;s:10:"categories";i:2;s:4:"tags";i:3;s:8:"comments";i:4;s:4:"date";}'),
(160, 2, 'wpfq_yoast_notifications', 'a:1:{i:0;a:2:{s:7:"message";O:61:"Yoast\\WP\\SEO\\Presenters\\Admin\\Indexing_Notification_Presenter":3:{s:18:"\0*\0total_unindexed";i:200;s:9:"\0*\0reason";s:13:"first_install";s:20:"\0*\0short_link_helper";O:38:"Yoast\\WP\\SEO\\Helpers\\Short_Link_Helper":2:{s:17:"\0*\0options_helper";O:35:"Yoast\\WP\\SEO\\Helpers\\Options_Helper":0:{}s:17:"\0*\0product_helper";O:35:"Yoast\\WP\\SEO\\Helpers\\Product_Helper":0:{}}}s:7:"options";a:10:{s:4:"type";s:7:"warning";s:2:"id";s:13:"wpseo-reindex";s:4:"user";O:7:"WP_User":8:{s:4:"data";O:8:"stdClass":10:{s:2:"ID";s:1:"2";s:10:"user_login";s:8:"helpdesk";s:9:"user_pass";s:34:"$P$BQl2tlkik1ag1PH0Adooetg6TXR0gZ.";s:13:"user_nicename";s:8:"helpdesk";s:10:"user_email";s:23:"evans@walkproduction.my";s:8:"user_url";s:0:"";s:15:"user_registered";s:19:"2021-04-16 18:56:42";s:19:"user_activation_key";s:45:"1618599402:$P$BhCSFDzCuQdrRVSSedHtXU6nGn5HsX1";s:11:"user_status";s:1:"0";s:12:"display_name";s:16:"Intelligent Aqua";}s:2:"ID";i:2;s:4:"caps";a:1:{s:13:"administrator";b:1;}s:7:"cap_key";s:17:"wpfq_capabilities";s:5:"roles";a:1:{i:0;s:13:"administrator";}s:7:"allcaps";a:70:{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:20:"wpseo_manage_options";b:1;s:26:"create_notes_elementor-pro";b:1;s:24:"edit_notes_elementor-pro";b:1;s:26:"delete_notes_elementor-pro";b:1;s:24:"read_notes_elementor-pro";b:1;s:31:"edit_others_notes_elementor-pro";b:1;s:33:"delete_others_notes_elementor-pro";b:1;s:39:"read_others_private_notes_elementor-pro";b:1;s:13:"administrator";b:1;}s:6:"filter";N;s:16:"\0WP_User\0site_id";i:1;}s:5:"nonce";N;s:8:"priority";d:0.8000000000000000444089209850062616169452667236328125;s:9:"data_json";a:0:{}s:13:"dismissal_key";N;s:12:"capabilities";s:20:"wpseo_manage_options";s:16:"capability_check";s:3:"all";s:14:"yoast_branding";b:0;}}}'),
(161, 2, 'elementor_admin_notices', 'a:1:{s:20:"experiment_promotion";s:4:"true";}'),
(163, 4, 'wpfq_dashboard_quick_press_last_post_id', '2216'),
(164, 4, 'community-events-location', 'a:1:{s:2:"ip";s:13:"121.121.240.0";}'),
(165, 4, 'wpfq_persisted_preferences', 'a:2:{s:14:"core/edit-post";a:3:{s:10:"openPanels";a:2:{i:0;s:11:"post-status";i:1;s:24:"yoast-seo/document-panel";}s:26:"isComplementaryAreaVisible";b:1;s:12:"welcomeGuide";b:0;}s:9:"_modified";s:24:"2023-03-07T02:41:46.315Z";}'),
(166, 4, 'elementor_introduction', 'a:4:{s:18:"yoast-introduction";b:1;s:7:"exit_to";b:1;s:6:"e-apps";b:1;s:27:"ai-get-started-announcement";b:1;}'),
(167, 2, 'announcements_user_counter', '1'),
(168, 2, 'wpfq_persisted_preferences', 'a:2:{s:14:"core/edit-post";a:2:{s:10:"openPanels";a:2:{i:0;s:11:"post-status";i:1;s:24:"yoast-seo/document-panel";}s:26:"isComplementaryAreaVisible";b:1;}s:9:"_modified";s:24:"2023-08-21T05:03:17.341Z";}'),
(169, 4, 'wpseo_title', ''),
(170, 4, 'wpseo_metadesc', ''),
(171, 4, 'wpseo_noindex_author', ''),
(172, 4, 'wpseo_content_analysis_disable', ''),
(173, 4, 'wpseo_keyword_analysis_disable', ''),
(174, 4, 'wpseo_inclusive_language_analysis_disable', ''),
(175, 4, 'wpfq_elementor_pro_enable_notes_notifications', '1'),
(177, 4, 'announcements_user_counter', '1');

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

--
-- Table structure for table `wpfq_users`
--

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

--
-- Dumping data for table `wpfq_users`
--

INSERT INTO `wpfq_users` VALUES
(2, 'helpdesk', '$P$BQl2tlkik1ag1PH0Adooetg6TXR0gZ.', 'helpdesk', 'evans@walkproduction.my', '', '2021-04-16 18:56:42', '1618599402:$P$BhCSFDzCuQdrRVSSedHtXU6nGn5HsX1', 0, 'Intelligent Aqua'),
(3, 'walkproduction', '$P$BWRNnaH6ofwg/9/4e5ccPIK2SfZ3.d0', 'walkproduction', 'xinying@walkproduction.com', '', '2021-05-13 12:53:37', '', 0, 'walkproduction'),
(4, 'ia-team', '$P$BRY8ZP9yPOnKCpLL21kektRG0yo0k6.', 'ia-team', 'mutmainnah@pitech.com.my', '', '2021-05-25 06:29:06', '', 0, 'Intelligent Aqua'),
(5, 'ruo.min', '$P$BFjYsT1FZcNVVNAN5jYL2c52hw6yGC/', 'ruo-min', 'ruomin@walkproduction.my', '', '2021-05-28 05:38:22', '1622180314:$P$B/pU2XKexJd25S9wBDMU4iLTuXi18N0', 0, 'ruo.min');

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

--
-- Table structure for table `wpfq_yoast_indexable`
--

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

--
-- Dumping data for table `wpfq_yoast_indexable`
--

INSERT INTO `wpfq_yoast_indexable` VALUES
(2, 'https://intelligentaqua.com.my/', '31:76b4f8f611a7bd5321da67a5fa8befab', 13, 'post', 'page', 2, 0, 'Intelligent Aqua: Water Treatment Plant Malaysia | Sewage Treatment Plant', 'IA is a water treatment company in Malaysia that purifying water and wastewater. Water Treatment Plant. Sewage Water Treatment Plant.', 'Home', 'publish', NULL, 0, NULL, NULL, NULL, 'water treatment plant', 48, 60, 1, NULL, 0, NULL, NULL, NULL, NULL, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Logo.png', NULL, '33', 'featured-image', NULL, NULL, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Logo.png', '33', 'featured-image', '{"width":362,"height":361,"url":"https://intelligentaqua.com.my/wp-content/uploads/2021/02/Logo.png","path":"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/uploads/2021/02/Logo.png","size":"full","id":33,"alt":"water treatment plant","pixels":130682,"type":"image/png"}', 3, 2, NULL, '2021-04-16 18:38:34', '2023-03-07 02:47:59', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2021-09-29 10:51:28', '2021-02-17 03:16:52', NULL),
(4, 'https://intelligentaqua.com.my/', '31:76b4f8f611a7bd5321da67a5fa8befab', NULL, 'home-page', NULL, NULL, NULL, '%%sitename%% %%page%% %%sep%% %%sitedesc%%', '', 'Home', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, '%%sitename%%', '', '', '0', NULL, NULL, NULL, 7, NULL, '2021-04-16 18:38:34', '2023-08-21 05:03:05', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-08-21 05:03:05', '2021-02-09 12:00:00', NULL),
(5, 'https://intelligentaqua.com.my/category/uncategorized/', '54:2aff21745e1a2c5d57c864afdbd19ca2', 1, 'term', 'category', NULL, NULL, NULL, NULL, 'Uncategorized', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-04-16 18:39:03', '2021-11-17 07:05:45', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2021-08-19 15:08:25', '2021-02-09 12:00:00', NULL),
(26, 'https://intelligentaqua.com.my/corporate-info/', '46:63b5b72538171113d4003de507d449e7', 123, 'post', 'page', 2, 0, 'Corporate Info On IA''s Water Treatment Plant | Intelligent Aqua', 'Here''s a deep dive into IA''s corporate information and optics, including our companies, board of directors, and how we can help you.', 'Corporate Info', 'publish', NULL, 0, NULL, NULL, NULL, 'corporate info', 61, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/ZKSB-Group-Corporate-Structure-scaled.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/ZKSB-Group-Corporate-Structure-scaled.jpg', NULL, 'first-content-image', NULL, 1, NULL, NULL, '2021-04-16 18:39:03', '2021-11-17 07:05:50', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2021-06-30 08:09:00', '2021-02-17 08:55:39', NULL),
(35, 'https://intelligentaqua.com.my/solution/', '40:6194667c9d75d8b133f40d3d14776faf', 138, 'post', 'page', 2, 0, 'Water Treatment Malaysia: IA is a Top Water Treatment System Malaysia', 'IA is an innovative water treatment system that provide wastewater treatment, water treatment process & water treatment system in Malaysia.', 'Solution', 'publish', NULL, 0, NULL, NULL, NULL, 'water treatment malaysia', 53, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/Chart-3.png', NULL, '1581', 'featured-image', NULL, NULL, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/Chart-3.png', '1581', 'featured-image', '{"width":1744,"height":1356,"url":"https://intelligentaqua.com.my/wp-content/uploads/2021/04/Chart-3.png","path":"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/uploads/2021/04/Chart-3.png","size":"full","id":1581,"alt":"water treatment malaysia","pixels":2364864,"type":"image/png"}', 3, 4, NULL, '2021-04-16 18:39:04', '2021-11-17 07:05:41', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2021-08-19 14:36:18', '2021-02-17 10:36:45', NULL),
(57, 'https://intelligentaqua.com.my/company-profile/', '47:04cb04ac501938c6efaaa8b0821f7692', 112, 'post', 'page', 2, 0, 'Water Treatment Plant in Malaysia & Its Technology | Intelligent Aqua', 'Intelligent Aqua is a Malaysian-based water treatment plant tackling the problems surrounding water purification with our ingenious technology.', 'Company Profile', 'publish', NULL, 0, NULL, NULL, NULL, 'water treatment plant Malaysia', 49, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original.png', NULL, NULL, 'first-content-image', NULL, NULL, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original.png', NULL, 'first-content-image', NULL, 5, NULL, NULL, '2021-04-16 18:39:04', '2022-08-13 08:47:43', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2022-08-13 08:47:40', '2021-02-17 08:18:59', NULL),
(198, 'https://intelligentaqua.com.my/technology/', '42:faa2ff1847608f2a260186168bd74f13', 167, 'post', 'page', 2, 0, 'Adsorption Technology for Water Purification Malaysia | Intelligent Aqua', 'Intelligent Aqua is a Malaysian-invented technology that blends adsorption techniques to purify contaminated and polluted water.', 'Technology', 'publish', NULL, 0, NULL, NULL, NULL, 'technology', 47, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, '2021-04-16 18:39:07', '2021-11-17 07:05:25', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-06-30 08:08:10', '2021-02-18 05:22:48', NULL),
(199, 'https://intelligentaqua.com.my/contact-us/', '42:80ffd8f3c61d303a2376fdfccdee44a9', 186, 'post', 'page', 2, 0, 'Contact Us for Projects & Discussions in Malaysia | Intelligent Aqua', 'Contact IA''s team of experts if you are interested, curious, or wish to discuss specific challenges and projects in Malaysia.', 'Contact Us', 'publish', NULL, 0, NULL, NULL, NULL, 'contact', 17, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 10, NULL, '2021-04-16 18:39:07', '2023-08-21 05:08:38', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2023-08-21 05:08:36', '2021-02-18 06:00:57', 0),
(200, 'https://intelligentaqua.com.my/news/', '36:9dc4485bd9f6d7d78293d57b7218a16a', 274, 'post', 'page', 2, 0, 'Intelligent Aqua: News & Blogs', 'Check out the latest water treatment system and solution news in Intelligent Aqua blog.', 'News', 'publish', NULL, 0, NULL, NULL, NULL, 'news', 42, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, '2021-04-16 18:39:07', '2021-11-17 01:03:06', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-07-11 08:30:54', '2021-02-18 07:55:18', NULL),
(201, 'https://intelligentaqua.com.my/resources/', '41:7b8816bd4fd46d38c45cf208279e356c', 286, 'post', 'page', 2, 0, 'Resources On Wastewater Treatment & Its Challenges | Intelligent Aqua', 'Learn about the dire effects of water pollution and why wastewater treatment is so important with these resources.', 'Resources', 'publish', NULL, 0, NULL, NULL, NULL, 'resources', 47, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, '2021-04-16 18:39:07', '2021-11-17 07:04:53', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-06-30 08:08:36', '2021-02-18 08:11:55', NULL),
(202, 'https://intelligentaqua.com.my/making-2021-year-water-conservation/', '67:78f1cde5883b7c4921849c0e2a9ef243', 1, 'post', 'post', 2, 0, 'Making 2021 the year of water conservation', 'A growing number of studies point to increasing drinking water pollution by microplastics and a range of chemicals from plastic', 'Making 2021 the year of water conservation', 'publish', NULL, 0, NULL, NULL, NULL, 'Making 2021 the year of water conservation', 43, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/water-drops-on-leaf.jpg', NULL, '140', 'featured-image', NULL, NULL, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/water-drops-on-leaf.jpg', '140', 'featured-image', '{"width":2000,"height":1333,"url":"https://intelligentaqua.com.my/wp-content/uploads/2021/02/water-drops-on-leaf.jpg","path":"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/uploads/2021/02/water-drops-on-leaf.jpg","size":"full","id":140,"alt":"water conservation","pixels":2666000,"type":"image/jpeg"}', 1, 6, NULL, '2021-04-16 18:39:07', '2021-11-17 07:04:37', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-07-20 09:58:44', '2021-02-09 12:00:00', NULL),
(203, 'https://intelligentaqua.com.my/water-purification-challenges/', '61:95ec3c744b899034d5cb0a82e5dab4a2', 266, 'post', 'post', 2, 0, 'Water Purification and Challenges in Malaysia', 'In 2019, WHO reported that 2.2 billion people have limited access to safely managed drinking water services.', 'Water Purification and Challenges', 'publish', NULL, 0, NULL, NULL, NULL, 'Water Purification and Challenges', 54, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/water-filter-system-or-osmosis-water-purification.jpg', NULL, '144', 'featured-image', NULL, NULL, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/water-filter-system-or-osmosis-water-purification.jpg', '144', 'featured-image', '{"width":2000,"height":1414,"url":"https://intelligentaqua.com.my/wp-content/uploads/2021/02/water-filter-system-or-osmosis-water-purification.jpg","path":"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/uploads/2021/02/water-filter-system-or-osmosis-water-purification.jpg","size":"full","id":144,"alt":"water purification and challenges","pixels":2828000,"type":"image/jpeg"}', 3, 6, NULL, '2021-04-16 18:39:07', '2021-11-17 07:05:45', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-08-19 14:59:02', '2021-02-18 07:46:06', NULL),
(204, NULL, NULL, NULL, 'system-page', '404', NULL, NULL, 'Page not found %%sep%% %%sitename%%', NULL, 'Error 404: Page not found', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-16 18:39:07', '2021-04-16 18:39:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(205, NULL, NULL, NULL, 'system-page', 'search-result', NULL, NULL, 'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%', NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-16 18:39:07', '2021-04-16 18:39:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(206, NULL, NULL, NULL, 'date-archive', NULL, NULL, NULL, '%%date%% %%page%% %%sep%% %%sitename%%', '', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-16 18:39:07', '2021-04-16 18:39:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(297, 'https://intelligentaqua.com.my/water-purification-malaysia/', '59:d690ef111a5ea682e4c1e85dc324326c', 2066, 'post', 'post', 4, 0, 'Water Purification Malaysia: How Water Goes from Dirty to Drinkable', 'Thanks to water purification processes, we enjoy a seemingly endless supply of clean water for our everyday needs. But how does it work?', 'Water Purification: How Water Goes from Dirty to Drinkable', 'publish', NULL, 0, NULL, NULL, NULL, 'water purification malaysia', 73, 60, 1, NULL, 0, NULL, NULL, NULL, NULL, 'https://intelligentaqua.com.my/wp-content/uploads/2021/07/Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable--scaled.jpg', NULL, '2075', 'featured-image', NULL, NULL, 'https://intelligentaqua.com.my/wp-content/uploads/2021/07/Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable--scaled.jpg', '2075', 'featured-image', '{"width":2560,"height":1707,"url":"https://intelligentaqua.com.my/wp-content/uploads/2021/07/Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable--scaled.jpg","path":"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/uploads/2021/07/Water-Purification-How-Water-Goes-from-Dirty-to-Drinkable--scaled.jpg","size":"full","id":2075,"alt":"Water Purification How Water Goes from Dirty to Drinkable","pixels":4369920,"type":"image/jpeg"}', 4, 2, NULL, '2021-07-15 13:44:55', '2021-11-17 00:13:14', 1, NULL, NULL, NULL, NULL, 0, 6, 2, '2021-08-19 15:08:25', '2021-07-19 10:00:00', NULL),
(220, 'https://intelligentaqua.com.my/privacy-policy/', '46:06620bd52a18e40dc26cf962917ac785', 1904, 'post', 'page', 2, 0, 'Privacy as the Best Policy in Malaysia | Intelligent Aqua', 'Intelligent Aqua takes exemplary caution to protect your information, and this privacy notice discloses all you need to know.', 'Privacy Policy', 'publish', NULL, 0, NULL, NULL, NULL, 'privacy policy', 61, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, '2021-04-26 09:57:49', '2021-11-17 01:59:58', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2021-06-14 14:31:22', '2021-04-26 09:58:29', NULL),
(221, 'https://intelligentaqua.com.my/term-of-use/', '43:0796c73a533b2623ee1edc81b7496045', 1909, 'post', 'page', 2, 0, 'Discover Innovative Water Treatment in Malaysia | IA Terms of Use', 'By using this site, you agree to follow Intelligent Aqua''s terms and conditions concerning the "Terms of Use" and our Privacy Policy.', 'Term of Use', 'publish', NULL, 0, NULL, NULL, NULL, 'terms', 69, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, '2021-04-26 10:03:15', '2021-11-17 07:05:10', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2021-06-30 08:10:12', '2021-04-26 10:03:29', NULL),
(303, 'https://intelligentaqua.com.my/water-pollution-malaysia/', '56:f333bca135b95e458be092fd38f9ef01', 2083, 'post', 'post', 4, 0, 'Water Pollution Malaysia: Its Dire Effects and Cause for Solutions', 'Water pollution is an ever-present problem globally, and in Malaysia, we sometimes experience its effects firsthand. Learn more about this.', 'Water Pollution Malaysia: Its Dire Effects and Cause for Solutions', 'publish', NULL, 0, NULL, NULL, NULL, 'water pollution malaysia', 77, 60, 1, NULL, 0, NULL, NULL, NULL, NULL, 'https://intelligentaqua.com.my/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', NULL, '2092', 'featured-image', NULL, NULL, 'https://intelligentaqua.com.my/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg', '2092', 'featured-image', '{"width":1500,"height":1000,"url":"https://intelligentaqua.com.my/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg","path":"/home/pitechco/addon_domain/intelligentaqua.com.my/wp-content/uploads/2021/07/Water-Pollution-in-Malaysia-Its-Dire-Effects-and-Cause-for-Solutions.jpg","size":"full","id":2092,"alt":"Water Pollution Malaysia Its Dire Effects and Cause for Solutions","pixels":1500000,"type":"image/jpeg"}', 3, 2, NULL, '2021-07-15 14:22:10', '2021-11-17 00:59:07', 1, NULL, NULL, NULL, NULL, 0, 5, 2, '2021-08-19 15:04:21', '2021-07-19 10:15:00', NULL);

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

--
-- Table structure for table `wpfq_yoast_indexable_hierarchy`
--

CREATE TABLE `wpfq_yoast_indexable_hierarchy` (
  `indexable_id` int(11) unsigned NOT NULL,
  `ancestor_id` int(11) unsigned NOT NULL,
  `depth` int(11) unsigned DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  PRIMARY KEY (`indexable_id`,`ancestor_id`),
  KEY `indexable_id` (`indexable_id`),
  KEY `ancestor_id` (`ancestor_id`),
  KEY `depth` (`depth`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpfq_yoast_indexable_hierarchy`
--

INSERT INTO `wpfq_yoast_indexable_hierarchy` VALUES
(5, 0, 0, 1),
(202, 0, 0, 1),
(203, 0, 0, 1),
(4, 0, 0, 1),
(205, 0, 0, 1),
(206, 0, 0, 1),
(297, 0, 0, 1),
(198, 0, 0, 1),
(26, 0, 0, 1),
(57, 0, 0, 1),
(35, 0, 0, 1),
(220, 0, 0, 1),
(303, 0, 0, 1),
(200, 0, 0, 1),
(201, 0, 0, 1),
(199, 0, 0, 1),
(221, 0, 0, 1),
(2, 0, 0, 1);

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

--
-- Table structure for table `wpfq_yoast_migrations`
--

CREATE TABLE `wpfq_yoast_migrations` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `wpfq_yoast_migrations_version` (`version`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpfq_yoast_migrations`
--

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

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

--
-- Table structure for table `wpfq_yoast_primary_term`
--

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

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

--
-- Table structure for table `wpfq_yoast_seo_links`
--

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

--
-- Dumping data for table `wpfq_yoast_seo_links`
--

INSERT INTO `wpfq_yoast_seo_links` VALUES
(973, 'https://intelligentaqua.com.my/', 266, NULL, 'internal', 203, 4, NULL, NULL, NULL, NULL, NULL),
(864, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/Recycle-03.jpg', 13, 1524, 'image-in', 2, NULL, 1047, 1105, 114901, NULL, NULL),
(528, 'https://intelligentaqua.com.my/contact-us/', 112, 186, 'internal', 57, 199, NULL, NULL, NULL, NULL, NULL),
(529, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/water_GettyImages-1214285119.original.png', 112, 1798, 'image-in', 57, NULL, 3333, 4999, 7713900, NULL, NULL),
(530, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-1-e1618470946822.jpg', 112, 1743, 'image-in', 57, NULL, 667, 667, 60506, NULL, NULL),
(531, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/Untitled-6-01.png', 112, 1734, 'image-in', 57, NULL, 2305, 2343, 680616, NULL, NULL),
(522, 'https://intelligentaqua.com.my/contact-us/', 123, 186, 'internal', 26, 199, NULL, NULL, NULL, NULL, NULL),
(523, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/ZKSB-Group-Corporate-Structure-scaled.jpg', 123, 981, 'image-in', 26, NULL, 1440, 2560, 437041, NULL, NULL),
(524, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Haji-Zaid-Bin-Abdullah-768x1108-1.png', 123, 134, 'image-in', 26, NULL, 1108, 768, 567493, NULL, NULL),
(525, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Hajah-Zaidah.png', 123, 425, 'image-in', 26, NULL, 2887, 1596, 4519804, NULL, NULL),
(526, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Haji-Johar.png', 123, 426, 'image-in', 26, NULL, 4570, 2872, 5788020, NULL, NULL),
(527, 'https://intelligentaqua.com.my/wp-content/uploads/2021/02/Dato-Lokman.png', 123, 424, 'image-in', 26, NULL, 2887, 1596, 3837392, NULL, NULL),
(880, 'https://intelligentaqua.com.my/water-pollution-malaysia/', 138, 2083, 'internal', 35, 303, NULL, NULL, NULL, NULL, NULL),
(493, 'https://intelligentaqua.com.my/contact-us/', 167, 186, 'internal', 198, 199, NULL, NULL, NULL, NULL, NULL),
(491, 'mailto:hrd@pitech.com.my', 186, NULL, 'external', 199, NULL, NULL, NULL, NULL, NULL, NULL),
(1026, 'https://intelligentaqua.com.my/wp-content/uploads/2021/07/What-is-Water-Pollution-1024x681.jpg', 2083, NULL, 'image-in', 303, NULL, NULL, NULL, NULL, NULL, NULL),
(1021, 'http://www.unesco.org/new/en/natural-sciences/environment/water/wwap/wwdr/2017-wastewater-the-untapped-resource/', 2083, NULL, 'external', 303, NULL, NULL, NULL, NULL, NULL, NULL),
(1022, 'http://www.fao.org/3/w2598e/w2598e04.htm', 2083, NULL, 'external', 303, NULL, NULL, NULL, NULL, NULL, NULL),
(1023, 'https://intelligentaqua.com.my', 2083, 13, 'internal', 303, 2, NULL, NULL, NULL, NULL, NULL),
(1024, 'https://intelligentaqua.com.my/water-purification-malaysia/', 2083, 2066, 'internal', 303, 297, NULL, NULL, NULL, NULL, NULL),
(1025, 'https://intelligentaqua.com.my/solution/', 2083, 138, 'internal', 303, 35, NULL, NULL, NULL, NULL, NULL),
(1064, 'https://intelligentaqua.com.my/wp-content/uploads/2021/07/How-IA-Water-Purification-System-Removes-Impurities-with-Adsorption-Techniques-1024x675.jpg', 2066, 2074, 'image-in', 297, NULL, 1265, 1920, 536714, NULL, NULL),
(1060, 'https://intelligentaqua.com.my/contact-us/', 2066, 186, 'internal', 297, 199, NULL, NULL, NULL, NULL, NULL),
(1058, 'https://intelligentaqua.com.my/solution/', 2066, 138, 'internal', 297, 35, NULL, NULL, NULL, NULL, NULL),
(1059, 'https://intelligentaqua.com.my/', 2066, NULL, 'internal', 297, 4, NULL, NULL, NULL, NULL, NULL),
(1057, 'https://www.who.int/news-room/fact-sheets/detail/diarrhoeal-disease', 2066, NULL, 'external', 297, NULL, NULL, NULL, NULL, NULL, NULL),
(1056, 'https://intelligentaqua.com.my/water-pollution-malaysia/', 2066, 2083, 'internal', 297, 303, NULL, NULL, NULL, NULL, NULL),
(498, 'https://intelligentaqua.com.my/contact-us/', 286, 186, 'internal', 201, 199, NULL, NULL, NULL, NULL, NULL),
(301, 'https://intelligentaqua.com.my/contact-us/', 1904, 186, 'internal', 220, 199, NULL, NULL, NULL, NULL, NULL),
(532, 'https://intelligentaqua.com.my/contact-us/', 1909, 186, 'internal', 221, 199, NULL, NULL, NULL, NULL, NULL),
(972, 'https://www.cdc.gov/healthywater/global/wash_statistics.html', 266, NULL, 'external', 203, NULL, NULL, NULL, NULL, NULL, NULL),
(1061, 'https://intelligentaqua.com.my/wp-content/uploads/2021/07/Water-Purification-Systems-to-Meet-Industrial-Needs-1024x683.jpg', 2066, NULL, 'image-in', 297, NULL, NULL, NULL, NULL, NULL, NULL),
(742, 'https://intelligentaqua.com.my', 1, 13, 'internal', 202, 2, NULL, NULL, NULL, NULL, NULL),
(1020, 'https://en.wikipedia.org/wiki/Sylvia_Earle', 2083, NULL, 'external', 303, NULL, NULL, NULL, NULL, NULL, NULL),
(879, 'https://www.unwater.org/water-facts/water-sanitation-and-hygiene/', 138, NULL, 'external', 35, NULL, NULL, NULL, NULL, NULL, NULL),
(863, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/Recycle-01.jpg', 13, 1525, 'image-in', 2, NULL, 1047, 1104, 136929, NULL, NULL),
(881, 'https://intelligentaqua.com.my/contact-us/', 138, 186, 'internal', 35, 199, NULL, NULL, NULL, NULL, NULL),
(882, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/Chart-2.png', 138, 1627, 'image-in', 35, NULL, 1516, 1744, 1620089, NULL, NULL),
(859, 'https://intelligentaqua.com.my/solution/', 13, 138, 'internal', 2, 35, NULL, NULL, NULL, NULL, NULL),
(860, 'https://intelligentaqua.com.my/solution/', 13, 138, 'internal', 2, 35, NULL, NULL, NULL, NULL, NULL),
(861, 'https://intelligentaqua.com.my/contact-us/', 13, 186, 'internal', 2, 199, NULL, NULL, NULL, NULL, NULL),
(862, 'https://intelligentaqua.com.my/wp-content/uploads/2021/04/Recycle-02.jpg', 13, 1526, 'image-in', 2, NULL, 1047, 1104, 136554, NULL, NULL),
(974, 'https://intelligentaqua.com.my/water-purification-malaysia/', 266, 2066, 'internal', 203, 297, NULL, NULL, NULL, NULL, NULL),
(971, 'https://intelligentaqua.com.my/', 266, NULL, 'internal', 203, 4, NULL, NULL, NULL, NULL, NULL),
(618, 'https://intelligentaqua.com.my/contact-us/', 274, 186, 'internal', 200, 199, NULL, NULL, NULL, NULL, NULL),
(1027, 'https://intelligentaqua.com.my/wp-content/uploads/2021/07/Livestock-Farming-Agriculture-1024x683.jpg', 2083, NULL, 'image-in', 303, NULL, NULL, NULL, NULL, NULL, NULL),
(1028, 'https://intelligentaqua.com.my/wp-content/uploads/2021/07/Economics-1024x683.jpg', 2083, 2090, 'image-in', 303, NULL, 904, 1356, 170762, NULL, NULL),
(1063, 'https://intelligentaqua.com.my/wp-content/uploads/2021/07/How-Water-Purification-Works-with-Intelligent-Aqua-1024x683.jpg', 2066, NULL, 'image-in', 297, NULL, NULL, NULL, NULL, NULL, NULL),
(1062, 'https://intelligentaqua.com.my/wp-content/uploads/2021/07/Where-Our-Water-Comes-From-1024x684.jpg', 2066, 2071, 'image-in', 297, NULL, 1282, 1920, 413122, NULL, NULL),
(1065, '', 112, NULL, 'internal', 57, 4, NULL, NULL, NULL, NULL, NULL),
(1066, '', 112, NULL, 'internal', 57, 4, NULL, NULL, NULL, NULL, NULL),
(1067, '', 112, NULL, 'internal', 57, 4, NULL, NULL, NULL, NULL, NULL),
(1068, '', 112, NULL, 'internal', 57, 4, NULL, NULL, NULL, NULL, NULL);

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

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